0byt3m1n1
Path:
/
data
/
9
/
2
/
107
/
127
/
2596290
/
meta
/
2847366
/
mysql.backup
/
[
Home
]
File: admin_ms_db.mysqlcluster20.bak.sql
-- MySQL dump 10.13 Distrib 5.6.24, for Linux (x86_64) -- -- Host: mysqlcluster20 Database: admin_ms_db -- ------------------------------------------------------ -- Server version 5.6.34-79.1-56-log /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `wp_commentmeta` -- DROP TABLE IF EXISTS `wp_commentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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_520_ci NOT NULL, `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_520_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_520_ci NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT '0', `comment_approved` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '1', `comment_agent` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_type` varchar(20) COLLATE utf8mb4_unicode_520_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 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_comments` -- LOCK TABLES `wp_comments` WRITE; /*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_huge_it_videogallery_galleries` -- DROP TABLE IF EXISTS `wp_huge_it_videogallery_galleries`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_huge_it_videogallery_galleries` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(200) NOT NULL, `sl_height` int(11) unsigned DEFAULT NULL, `sl_width` int(11) unsigned DEFAULT NULL, `pause_on_hover` text, `videogallery_list_effects_s` text, `description` text, `param` text, `sl_position` text NOT NULL, `ordering` int(11) NOT NULL, `published` text, `huge_it_sl_effects` text NOT NULL, `display_type` int(11) DEFAULT '2', `content_per_page` int(11) DEFAULT '5', `autoslide` varchar(3) DEFAULT 'on', PRIMARY KEY (`id`), UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_huge_it_videogallery_galleries` -- LOCK TABLES `wp_huge_it_videogallery_galleries` WRITE; /*!40000 ALTER TABLE `wp_huge_it_videogallery_galleries` DISABLE KEYS */; INSERT INTO `wp_huge_it_videogallery_galleries` VALUES (1,'My First Video Gallery',375,600,'on','random','4000','1000','center',1,'300','5',2,5,'on'); /*!40000 ALTER TABLE `wp_huge_it_videogallery_galleries` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_huge_it_videogallery_videos` -- DROP TABLE IF EXISTS `wp_huge_it_videogallery_videos`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_huge_it_videogallery_videos` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(100) DEFAULT NULL, `videogallery_id` varchar(200) DEFAULT NULL, `description` text, `image_url` text, `sl_url` varchar(128) DEFAULT NULL, `sl_type` text NOT NULL, `link_target` text NOT NULL, `ordering` int(11) NOT NULL, `published` tinyint(4) unsigned DEFAULT NULL, `published_in_sl_width` tinyint(4) unsigned DEFAULT NULL, `thumb_url` text, `show_controls` varchar(3) DEFAULT 'on', `show_info` varchar(3) DEFAULT 'on', PRIMARY KEY (`id`), UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_huge_it_videogallery_videos` -- LOCK TABLES `wp_huge_it_videogallery_videos` WRITE; /*!40000 ALTER TABLE `wp_huge_it_videogallery_videos` DISABLE KEYS */; INSERT INTO `wp_huge_it_videogallery_videos` VALUES (1,'People Are Awesome','1','<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. </p><p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>','https://www.youtube.com/embed/yNHyTk2jYNA','http://huge-it.com','video','on',0,1,NULL,NULL,'on','on'),(2,'Africa Race','1','<ul><li>lorem ipsumdolor sit amet</li><li>lorem ipsum dolor sit amet</li></ul><p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>','http://player.vimeo.com/video/62604342','http://huge-it.com/fields/order-website-maintenance/','video','on',1,1,NULL,NULL,'on','on'),(3,'London City In Motion','1','<h6>Lorem Ipsum </h6><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. </p><p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p><ul><li>lorem ipsum</li><li>dolor sit amet</li><li>lorem ipsum</li><li>dolor sit amet</li></ul>','http://player.vimeo.com/video/99310168','http://huge-it.com/fields/order-website-maintenance/','video','on',2,1,NULL,NULL,'on','on'),(4,'Dubai City As You have Never Seen It Before','1','<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. </p><h6>Dolor sit amet</h6><p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>','https://www.youtube.com/embed/t5vta25jHQI','http://huge-it.com/fields/order-website-maintenance/','video','on',3,1,NULL,NULL,'on','on'),(5,'Never say no to a Panda !','1','<h6>Lorem Ipsum</h6><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>','http://player.vimeo.com/video/15371143','http://huge-it.com/','video','on',4,1,NULL,NULL,'on','on'),(6,'INDO-FLU','1','<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. </p>','http://player.vimeo.com/video/103151169','http://huge-it.com/fields/order-website-maintenance/','video','on',5,1,NULL,NULL,'on','on'),(7,'People Are Awesome Womens Edition','1','<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. </p><h6>Lorem Ipsum</h6><p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>','https://www.youtube.com/embed/R5avCAn1vs0','http://huge-it.com/fields/order-website-maintenance/','video','on',6,1,NULL,NULL,'on','on'),(8,'Norwey','1','<h6>Lorem Ipsum </h6><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. </p><p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p><ul><li>lorem ipsum</li><li>dolor sit amet</li><li>lorem ipsum</li><li>dolor sit amet</li></ul>','http://player.vimeo.com/video/31022539','http://huge-it.com/fields/order-website-maintenance/','video','on',7,1,NULL,NULL,'on','on'),(9,'Slow Motion','1','<h6>Lorem Ipsum </h6><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. </p><p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p><ul><li>lorem ipsum</li><li>dolor sit amet</li><li>lorem ipsum</li><li>dolor sit amet</li></ul>','https://www.youtube.com/embed/gb69WX82Hvs','http://huge-it.com/','video','on',7,1,NULL,NULL,'on','on'); /*!40000 ALTER TABLE `wp_huge_it_videogallery_videos` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_layerslider` -- DROP TABLE IF EXISTS `wp_layerslider`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_layerslider` ( `id` int(10) NOT NULL AUTO_INCREMENT, `author` int(10) NOT NULL DEFAULT '0', `name` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL, `slug` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL, `data` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `date_c` int(10) NOT NULL, `date_m` int(11) NOT NULL, `flag_hidden` tinyint(1) NOT NULL DEFAULT '0', `flag_deleted` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_layerslider` -- LOCK TABLES `wp_layerslider` WRITE; /*!40000 ALTER TABLE `wp_layerslider` DISABLE KEYS */; INSERT INTO `wp_layerslider` VALUES (4,1,'Properties for Sale','','{\"properties\":{\"title\":\"Properties for Sale\"},\"layers\":[[]]}',1479191124,1479191124,0,1),(5,1,'Videos','','{\"properties\":{\"title\":\"Videos\"},\"layers\":[[]]}',1479373269,1479373269,0,1); /*!40000 ALTER TABLE `wp_layerslider` 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_520_ci NOT NULL DEFAULT '', `link_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_image` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_target` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_description` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_visible` varchar(20) COLLATE utf8mb4_unicode_520_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_520_ci NOT NULL DEFAULT '', `link_notes` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `link_rss` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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_520_ci NOT NULL DEFAULT '', `option_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `autoload` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=InnoDB AUTO_INCREMENT=1316 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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://metro-landscaping.com/en/','yes'),(2,'home','http://metro-landscaping.com/en/','yes'),(3,'blogname','MetroScape','yes'),(4,'blogdescription','Al Bandary International Group','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','m.lacerona@albandarygroup.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','0','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%postname%/','yes'),(29,'rewrite_rules','a:108:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:42:\"portfolio-item/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"portfolio-item/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"portfolio-item/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"portfolio-item/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"portfolio-item/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"portfolio-item/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"portfolio-item/([^/]+)/embed/?$\";s:42:\"index.php?portfolio=$matches[1]&embed=true\";s:35:\"portfolio-item/([^/]+)/trackback/?$\";s:36:\"index.php?portfolio=$matches[1]&tb=1\";s:43:\"portfolio-item/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?portfolio=$matches[1]&paged=$matches[2]\";s:50:\"portfolio-item/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?portfolio=$matches[1]&cpage=$matches[2]\";s:39:\"portfolio-item/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?portfolio=$matches[1]&page=$matches[2]\";s:31:\"portfolio-item/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"portfolio-item/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"portfolio-item/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"portfolio-item/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"portfolio-item/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"portfolio-item/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:58:\"portfolio_entries/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?portfolio_entries=$matches[1]&feed=$matches[2]\";s:53:\"portfolio_entries/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?portfolio_entries=$matches[1]&feed=$matches[2]\";s:34:\"portfolio_entries/([^/]+)/embed/?$\";s:50:\"index.php?portfolio_entries=$matches[1]&embed=true\";s:46:\"portfolio_entries/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?portfolio_entries=$matches[1]&paged=$matches[2]\";s:28:\"portfolio_entries/([^/]+)/?$\";s:39:\"index.php?portfolio_entries=$matches[1]\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:3:{i:0;s:26:\"ag-custom-admin/plugin.php\";i:1;s:25:\"menu-icons/menu-icons.php\";i:2;s:45:\"upload-max-file-size/upload_max_file_size.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:5:{i:0;s:89:\"C:\\Inetpub\\vhosts\\almeelws.com\\httpdocs\\ms_website/wp-content/themes/enfold/functions.php\";i:2;s:85:\"C:\\Inetpub\\vhosts\\almeelws.com\\httpdocs\\ms_website/wp-content/themes/enfold/style.css\";i:3;s:90:\"C:\\Inetpub\\vhosts\\almeelws.com\\httpdocs\\bre_website/wp-content/themes/enfold/functions.php\";i:4;s:86:\"C:\\Inetpub\\vhosts\\almeelws.com\\httpdocs\\bre_website/wp-content/themes/enfold/style.css\";i:5;s:96:\"C:\\Inetpub\\vhosts\\almeelws.com\\httpdocs\\big_website/wp-content/themes/enfold/css/dynamic-css.php\";}','no'),(40,'template','enfold','yes'),(41,'stylesheet','enfold','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','38590','yes'),(49,'uploads_use_yearmonth_folders','1','yes'),(50,'upload_path','','yes'),(51,'blog_public','1','yes'),(52,'default_link_category','2','yes'),(53,'show_on_front','posts','yes'),(54,'tag_base','','yes'),(55,'show_avatars','1','yes'),(56,'avatar_rating','G','yes'),(57,'upload_url_path','','yes'),(58,'thumbnail_size_w','80','yes'),(59,'thumbnail_size_h','80','yes'),(60,'thumbnail_crop','1','yes'),(61,'medium_size_w','300','yes'),(62,'medium_size_h','300','yes'),(63,'avatar_default','mystery','yes'),(64,'large_size_w','1030','yes'),(65,'large_size_h','1030','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:1:{s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_text','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'uninstall_plugins','a:8:{s:123:\"C:/Inetpub/vhosts/almeelws.com/httpdocs/fnb_website/wp-content/themes/enfold/config-layerslider/LayerSlider/layerslider.php\";s:29:\"layerslider_uninstall_scripts\";s:47:\"wonderplugin-slider-lite/wonderpluginslider.php\";s:34:\"wonderplugin_slider_lite_uninstall\";s:123:\"C:/Inetpub/vhosts/almeelws.com/httpdocs/big_website/wp-content/themes/enfold/config-layerslider/LayerSlider/layerslider.php\";s:29:\"layerslider_uninstall_scripts\";s:123:\"C:/Inetpub/vhosts/almeelws.com/httpdocs/bre_website/wp-content/themes/enfold/config-layerslider/LayerSlider/layerslider.php\";s:29:\"layerslider_uninstall_scripts\";s:112:\"C:/Inetpub/vhosts/bre.com.qa/httpdocs/en/wp-content/themes/enfold/config-layerslider/LayerSlider/layerslider.php\";s:29:\"layerslider_uninstall_scripts\";s:122:\"C:/Inetpub/vhosts/almeelws.com/httpdocs/ms_website/wp-content/themes/enfold/config-layerslider/LayerSlider/layerslider.php\";s:29:\"layerslider_uninstall_scripts\";s:122:\"C:/Inetpub/vhosts/almeelws.com/httpdocs/at_website/wp-content/themes/enfold/config-layerslider/LayerSlider/layerslider.php\";s:29:\"layerslider_uninstall_scripts\";s:130:\"WDP/DFS/42/9/9/0/4211180099/user/sites/2847366.site/www/en/wp-content/themes/enfold/config-layerslider/LayerSlider/layerslider.php\";s:29:\"layerslider_uninstall_scripts\";}','no'),(82,'timezone_string','','yes'),(83,'page_for_posts','0','yes'),(84,'page_on_front','0','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(89,'medium_large_size_w','768','yes'),(90,'medium_large_size_h','0','yes'),(91,'initial_db_version','37965','yes'),(92,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:61:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(93,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(96,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(97,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(98,'sidebars_widgets','a:10:{s:18:\"orphaned_widgets_1\";a:2:{i:0;s:6:\"text-2\";i:1;s:6:\"text-5\";}s:19:\"wp_inactive_widgets\";a:0:{}s:13:\"av_everywhere\";a:0:{}s:7:\"av_blog\";a:0:{}s:8:\"av_pages\";a:0:{}s:11:\"av_footer_1\";a:0:{}s:11:\"av_footer_2\";a:1:{i:0;s:6:\"text-7\";}s:11:\"av_footer_3\";a:0:{}s:11:\"av_footer_4\";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:1:{s:12:\"_multiwidget\";i:1;}','yes'),(103,'cron','a:4:{i:1486316462;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:1486359673;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:1486362526;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;}}}s:7:\"version\";i:2;}','yes'),(106,'nonce_key','w*QFXIr8GB{,5,AkAK6P2}i}TjC&?^*@2HD7?E=X8Uo.=q{eZhdf5+$*@NB:(qWj','no'),(107,'nonce_salt','@7TVRz9, oXIwe#&R%E?dTNRHp&F{nu}u![%&6{Y&_lOgv}90-&7j*BwczTU!OH/','no'),(114,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1486273951;s:7:\"checked\";a:1:{s:6:\"enfold\";s:3:\"3.2\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}}','no'),(115,'auth_key','osO?LYW>h8;MaK GUJ9}NM5{7<6GT:mw7:m}&q>cf9* VwWEJhUKB:3v`V_t:^d9','no'),(116,'auth_salt','NrqTZLL@<0S0yb!S:?,EziYI5 l}G@*hh2=7*X1A0B&jc}1!>@jw^WNOtgqGWN 2','no'),(117,'logged_in_key','7Il<jCWPoxU3hbA#GGFabrGz$TV ]UUO1{E<1xOs=xw{=JG~Vf4mmt//YTRM[ 5v','no'),(118,'logged_in_salt','hg.y^F;^|Q`G1UscM^83]Ssk3TE3nI/ERC!1Mo$`N9$fXh:2nP-z=z#9&iLLTD#u','no'),(139,'recently_activated','a:0:{}','yes'),(140,'theme_mods_twentysixteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1477374610;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'),(141,'current_theme','Enfold','yes'),(142,'theme_mods_equity','a:3:{i:0;b:0;s:14:\"footer_widgets\";i:3;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1477374640;s:4:\"data\";a:9:{s:19:\"wp_inactive_widgets\";a:0:{}s:7:\"sidebar\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:8:\"footer-1\";N;s:8:\"footer-2\";N;s:8:\"footer-3\";N;s:15:\"top-header-left\";N;s:16:\"top-header-right\";N;s:12:\"header-right\";N;s:11:\"after-entry\";N;}}}','yes'),(143,'theme_switched','','yes'),(144,'equity_api_key','','yes'),(145,'widget_featured-page','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(146,'widget_featured-post','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(147,'widget_nav_menu_desc','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(148,'widget_equity-page-carousel','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(149,'equity_api_manager','a:2:{s:7:\"api_key\";s:0:\"\";s:16:\"activation_email\";s:0:\"\";}','yes'),(150,'_transient_random_seed','13be5ee31a7786e4914d049c24f4417a','yes'),(151,'equity_api_manager_product_id','Equity','yes'),(152,'equity_api_manager_instance','UoPWa7t2IL29','yes'),(153,'equity_api_manager_deactivate_checkbox','on','yes'),(154,'equity_api_manager_activated','Deactivated','yes'),(155,'equity_api_manager_version','1.6.2','yes'),(156,'equity-settings','a:35:{s:12:\"facebook_url\";s:0:\"\";s:11:\"twitter_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:14:\"googleplus_url\";s:0:\"\";s:11:\"youtube_url\";s:0:\"\";s:13:\"pinterest_url\";s:0:\"\";s:13:\"instagram_url\";s:0:\"\";s:8:\"yelp_url\";s:0:\"\";s:13:\"agent_address\";s:0:\"\";s:24:\"agent_phone_country_code\";s:0:\"\";s:11:\"agent_phone\";s:0:\"\";s:11:\"agent_email\";s:0:\"\";s:8:\"feed_uri\";s:0:\"\";s:17:\"comments_feed_uri\";s:0:\"\";s:11:\"site_layout\";s:18:\"full-width-content\";s:15:\"content_archive\";s:4:\"full\";s:21:\"content_archive_limit\";i:0;s:10:\"image_size\";s:5:\"large\";s:15:\"image_alignment\";s:9:\"alignleft\";s:9:\"posts_nav\";s:7:\"numeric\";s:8:\"blog_cat\";i:0;s:16:\"blog_cat_exclude\";s:0:\"\";s:12:\"blog_cat_num\";i:0;s:14:\"header_scripts\";s:0:\"\";s:14:\"footer_scripts\";s:0:\"\";s:13:\"redirect_feed\";i:0;s:22:\"redirect_comments_feed\";i:0;s:14:\"comments_posts\";i:0;s:14:\"comments_pages\";i:0;s:25:\"content_archive_thumbnail\";i:0;s:16:\"trackbacks_posts\";i:0;s:16:\"trackbacks_pages\";i:0;s:10:\"blog_title\";s:0:\"\";s:12:\"idx_feed_uri\";s:0:\"\";s:17:\"equity_idx_domain\";s:0:\"\";}','yes'),(157,'equity-footer-settings','a:3:{s:11:\"footer-left\";s:105:\"[footer_copyright] · <a href=\"http://albandaryfnb.com/\" target=\"_blank\">Al Bandary Food and Beverage</a>\";s:12:\"footer-right\";s:0:\"\";s:17:\"footer-disclaimer\";s:0:\"\";}','yes'),(158,'theme_mods_curb-appeal','a:13:{i:0;b:0;s:14:\"footer_widgets\";s:1:\"1\";s:17:\"logo_display_type\";s:5:\"image\";s:10:\"logo_image\";s:74:\"http://metro-landscaping.com/en//wp-content/uploads/2016/10/LOGO_128X64.png\";s:7:\"favicon\";s:70:\"http://metro-landscaping.com/en//wp-content/uploads/2016/10/favicon.png\";s:15:\"style_selection\";s:0:\"\";s:13:\"primary_color\";s:7:\"#35404b\";s:19:\"primary_color_hover\";s:7:\"#a97d50\";s:19:\"primary_color_light\";s:7:\"#ffffff\";s:12:\"primary_tone\";b:0;s:24:\"default_background_image\";s:0:\"\";s:18:\"nav_menu_locations\";a:1:{s:4:\"main\";i:2;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1477491088;s:4:\"data\";a:14:{s:19:\"wp_inactive_widgets\";a:0:{}s:7:\"sidebar\";a:0:{}s:11:\"home-search\";a:0:{}s:8:\"home-top\";a:1:{i:0;s:7:\"text-12\";}s:16:\"home-middle-left\";a:0:{}s:17:\"home-middle-right\";a:0:{}s:15:\"home-bottom-map\";a:0:{}s:16:\"home-bottom-left\";a:0:{}s:17:\"home-bottom-right\";a:0:{}s:8:\"footer-1\";a:0:{}s:15:\"top-header-left\";a:0:{}s:16:\"top-header-right\";a:0:{}s:12:\"header-right\";a:2:{i:0;s:6:\"text-2\";i:1;s:6:\"text-5\";}s:11:\"after-entry\";a:0:{}}}}','yes'),(164,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(165,'equity-term-meta','a:2:{i:0;b:0;i:2;a:0:{}}','yes'),(168,'custom_css','/*\r\nWelcome to the Equity Framework Custom CSS editor!\r\n \r\nPlease add all your custom CSS here and avoid modifying the core theme files, since that\'ll make upgrading the theme problematic. Your custom CSS will be loaded after the theme\'s stylesheets, which means that your rules will take precedence. Just add your CSS here for what you want to change, you don\'t need to copy all the theme\'s style.css content. (p.s. you can delete this text :)\r\n*/\r\n\r\n\r\n.content-sidebar-wrap{\r\n padding: 0;\r\n}\r\n.nav-main .top-bar{\r\n height: 50px; \r\n}','yes'),(177,'wonderplugin-slider-engine','WordPress Image Slideshow Plugin','yes'),(178,'wonderplugin_slider_userrole','manage_options','yes'),(197,'siteorigin_panels_initial_version','2.4.17','no'),(198,'siteorigin_panels_settings','a:0:{}','yes'),(199,'widget_siteorigin-panels-post-content','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(200,'widget_siteorigin-panels-postloop','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(201,'widget_siteorigin-panels-builder','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(204,'widget_sow-button','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(205,'widget_sow-google-map','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(206,'widget_sow-image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(207,'widget_sow-slider','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(208,'widget_sow-post-carousel','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(209,'widget_sow-editor','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(210,'siteorigin_widget_bundle_version','1.7.1','yes'),(211,'siteorigin_widgets_old_widgets','C:\\Inetpub\\vhosts\\almeelws.com\\httpdocs\\fnb_website\\wp-content\\plugins\\so-widgets-bundle/widgets/button/button.php,C:\\Inetpub\\vhosts\\almeelws.com\\httpdocs\\fnb_website\\wp-content\\plugins\\so-widgets-bundle/widgets/cta/cta.php,C:\\Inetpub\\vhosts\\almeelws.com\\httpdocs\\fnb_website\\wp-content\\plugins\\so-widgets-bundle/widgets/contact/contact.php,C:\\Inetpub\\vhosts\\almeelws.com\\httpdocs\\fnb_website\\wp-content\\plugins\\so-widgets-bundle/widgets/editor/editor.php,C:\\Inetpub\\vhosts\\almeelws.com\\httpdocs\\fnb_website\\wp-content\\plugins\\so-widgets-bundle/widgets/features/features.php,C:\\Inetpub\\vhosts\\almeelws.com\\httpdocs\\fnb_website\\wp-content\\plugins\\so-widgets-bundle/widgets/google-map/google-map.php,C:\\Inetpub\\vhosts\\almeelws.com\\httpdocs\\fnb_website\\wp-content\\plugins\\so-widgets-bundle/widgets/headline/headline.php,C:\\Inetpub\\vhosts\\almeelws.com\\httpdocs\\fnb_website\\wp-content\\plugins\\so-widgets-bundle/widgets/hero/hero.php,C:\\Inetpub\\vhosts\\almeelws.com\\httpdocs\\fnb_website\\wp-content\\plugins\\so-widgets-bundle/widgets/icon/icon.php,C:\\Inetpub\\vhosts\\almeelws.com\\httpdocs\\fnb_website\\wp-content\\plugins\\so-widgets-bundle/widgets/image/image.php,C:\\Inetpub\\vhosts\\almeelws.com\\httpdocs\\fnb_website\\wp-content\\plugins\\so-widgets-bundle/widgets/image-grid/image-grid.php,C:\\Inetpub\\vhosts\\almeelws.com\\httpdocs\\fnb_website\\wp-content\\plugins\\so-widgets-bundle/widgets/slider/slider.php,C:\\Inetpub\\vhosts\\almeelws.com\\httpdocs\\fnb_website\\wp-content\\plugins\\so-widgets-bundle/widgets/layout-slider/layout-slider.php,C:\\Inetpub\\vhosts\\almeelws.com\\httpdocs\\fnb_website\\wp-content\\plugins\\so-widgets-bundle/widgets/post-carousel/post-carousel.php,C:\\Inetpub\\vhosts\\almeelws.com\\httpdocs\\fnb_website\\wp-content\\plugins\\so-widgets-bundle/widgets/price-table/price-table.php,C:\\Inetpub\\vhosts\\almeelws.com\\httpdocs\\fnb_website\\wp-content\\plugins\\so-widgets-bundle/widgets/simple-masonry/simple-masonry.php,C:\\Inetpub\\vhosts\\almeelws.com\\httpdocs\\fnb_website\\wp-content\\plugins\\so-widgets-bundle/widgets/social-media-buttons/social-media-buttons.php,C:\\Inetpub\\vhosts\\almeelws.com\\httpdocs\\fnb_website\\wp-content\\plugins\\so-widgets-bundle/widgets/taxonomy/taxonomy.php,C:\\Inetpub\\vhosts\\almeelws.com\\httpdocs\\fnb_website\\wp-content\\plugins\\so-widgets-bundle/widgets/testimonial/testimonial.php,C:\\Inetpub\\vhosts\\almeelws.com\\httpdocs\\fnb_website\\wp-content\\plugins\\so-widgets-bundle/widgets/video/video.php','yes'),(241,'theme_mods_enfold','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:3:{s:4:\"main\";i:2;s:5:\"avia3\";i:3;s:4:\"avia\";i:2;}s:18:\"custom_css_post_id\";i:-1;}','yes'),(242,'widget_newsbox','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(243,'widget_portfoliobox','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(244,'widget_avia_socialcount','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(245,'widget_avia_combo_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(246,'widget_avia_partner_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(247,'widget_avia_google_maps','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(248,'widget_avia_fb_likebox','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(249,'ls-plugin-version','5.4.0','yes'),(250,'ls-db-version','5.0.0','yes'),(251,'ls-installed','1','yes'),(252,'ls-google-fonts','a:0:{}','yes'),(253,'ls-date-installed','1477491090','yes'),(255,'enfold_layerslider_activated','1','yes'),(256,'enfold_initial_version','3.2','yes'),(257,'enfold_fixed_random','5','yes'),(258,'shop_catalog_image_size','a:3:{s:5:\"width\";i:450;s:6:\"height\";i:450;s:4:\"crop\";b:1;}','yes'),(259,'shop_single_image_size','a:3:{s:5:\"width\";i:450;s:6:\"height\";i:999;s:4:\"crop\";b:0;}','yes'),(260,'shop_thumbnail_image_size','a:3:{s:5:\"width\";i:120;s:6:\"height\";i:120;s:4:\"crop\";b:1;}','yes'),(261,'avia_woocommerce_column_count','3','yes'),(262,'avia_woocommerce_product_count','15','yes'),(263,'woocommerce_single_image_crop','no','yes'),(264,'avia_permalink_settings','a:2:{s:24:\"portfolio_permalink_base\";s:14:\"portfolio-item\";s:31:\"portfolio_entries_taxonomy_base\";s:17:\"portfolio_entries\";}','yes'),(265,'avia_options_enfold','a:1:{s:4:\"avia\";a:151:{s:9:\"frontpage\";s:0:\"\";s:9:\"undefined\";s:17:\"Use Image as logo\";s:8:\"blogpage\";s:0:\"\";s:4:\"logo\";s:0:\"\";s:7:\"favicon\";s:0:\"\";s:9:\"preloader\";s:8:\"disabled\";s:21:\"preloader_transitions\";s:21:\"preloader_transitions\";s:14:\"preloader_logo\";s:0:\"\";s:15:\"websave_windows\";s:0:\"\";s:6:\"markup\";s:0:\"\";s:15:\"lightbox_active\";s:15:\"lightbox_active\";s:9:\"analytics\";s:0:\"\";s:16:\"color-body_style\";s:9:\"stretched\";s:15:\"header_position\";s:10:\"header_top\";s:20:\"layout_align_content\";s:20:\"content_align_center\";s:18:\"sidebarmenu_sticky\";s:18:\"conditional_sticky\";s:19:\"sidebarmenu_widgets\";s:0:\"\";s:18:\"sidebarmenu_social\";s:8:\"disabled\";s:17:\"responsive_active\";s:17:\"responsive_active\";s:15:\"responsive_size\";s:6:\"1310px\";s:13:\"content_width\";s:2:\"73\";s:14:\"combined_width\";s:3:\"100\";s:12:\"color_scheme\";s:4:\"Blue\";s:24:\"colorset-header_color-bg\";s:7:\"#ffffff\";s:25:\"colorset-header_color-bg2\";s:7:\"#f8f8f8\";s:29:\"colorset-header_color-primary\";s:7:\"#719430\";s:31:\"colorset-header_color-secondary\";s:7:\"#8bba34\";s:27:\"colorset-header_color-color\";s:7:\"#719430\";s:26:\"colorset-header_color-meta\";s:7:\"#719430\";s:29:\"colorset-header_color-heading\";s:7:\"#666666\";s:28:\"colorset-header_color-border\";s:7:\"#e1e1e1\";s:25:\"colorset-header_color-img\";s:0:\"\";s:33:\"colorset-header_color-customimage\";s:0:\"\";s:25:\"colorset-header_color-pos\";s:8:\"top left\";s:28:\"colorset-header_color-repeat\";s:9:\"no-repeat\";s:28:\"colorset-header_color-attach\";s:6:\"scroll\";s:22:\"colorset-main_color-bg\";s:7:\"#ffffff\";s:23:\"colorset-main_color-bg2\";s:7:\"#f8f8f8\";s:27:\"colorset-main_color-primary\";s:7:\"#719430\";s:29:\"colorset-main_color-secondary\";s:7:\"#8bba34\";s:25:\"colorset-main_color-color\";s:7:\"#719430\";s:24:\"colorset-main_color-meta\";s:7:\"#719430\";s:27:\"colorset-main_color-heading\";s:7:\"#666666\";s:26:\"colorset-main_color-border\";s:7:\"#e1e1e1\";s:23:\"colorset-main_color-img\";s:0:\"\";s:31:\"colorset-main_color-customimage\";s:0:\"\";s:23:\"colorset-main_color-pos\";s:8:\"top left\";s:26:\"colorset-main_color-repeat\";s:9:\"no-repeat\";s:26:\"colorset-main_color-attach\";s:6:\"scroll\";s:27:\"colorset-alternate_color-bg\";s:7:\"#ffffff\";s:28:\"colorset-alternate_color-bg2\";s:7:\"#f8f8f8\";s:32:\"colorset-alternate_color-primary\";s:7:\"#719430\";s:34:\"colorset-alternate_color-secondary\";s:7:\"#8bba34\";s:30:\"colorset-alternate_color-color\";s:7:\"#719430\";s:29:\"colorset-alternate_color-meta\";s:7:\"#719430\";s:32:\"colorset-alternate_color-heading\";s:7:\"#666666\";s:31:\"colorset-alternate_color-border\";s:7:\"#e1e1e1\";s:28:\"colorset-alternate_color-img\";s:0:\"\";s:36:\"colorset-alternate_color-customimage\";s:0:\"\";s:28:\"colorset-alternate_color-pos\";s:8:\"top left\";s:31:\"colorset-alternate_color-repeat\";s:9:\"no-repeat\";s:31:\"colorset-alternate_color-attach\";s:6:\"scroll\";s:24:\"colorset-footer_color-bg\";s:7:\"#ffffff\";s:25:\"colorset-footer_color-bg2\";s:7:\"#f8f8f8\";s:29:\"colorset-footer_color-primary\";s:7:\"#719430\";s:31:\"colorset-footer_color-secondary\";s:7:\"#8bba34\";s:27:\"colorset-footer_color-color\";s:7:\"#719430\";s:26:\"colorset-footer_color-meta\";s:7:\"#719430\";s:29:\"colorset-footer_color-heading\";s:7:\"#666666\";s:28:\"colorset-footer_color-border\";s:7:\"#e1e1e1\";s:25:\"colorset-footer_color-img\";s:0:\"\";s:33:\"colorset-footer_color-customimage\";s:0:\"\";s:25:\"colorset-footer_color-pos\";s:8:\"top left\";s:28:\"colorset-footer_color-repeat\";s:9:\"no-repeat\";s:28:\"colorset-footer_color-attach\";s:6:\"scroll\";s:24:\"colorset-socket_color-bg\";s:7:\"#ffffff\";s:25:\"colorset-socket_color-bg2\";s:7:\"#f8f8f8\";s:29:\"colorset-socket_color-primary\";s:7:\"#719430\";s:31:\"colorset-socket_color-secondary\";s:7:\"#8bba34\";s:27:\"colorset-socket_color-color\";s:7:\"#719430\";s:26:\"colorset-socket_color-meta\";s:7:\"#719430\";s:29:\"colorset-socket_color-heading\";s:7:\"#666666\";s:28:\"colorset-socket_color-border\";s:7:\"#e1e1e1\";s:25:\"colorset-socket_color-img\";s:0:\"\";s:33:\"colorset-socket_color-customimage\";s:0:\"\";s:25:\"colorset-socket_color-pos\";s:8:\"top left\";s:28:\"colorset-socket_color-repeat\";s:9:\"no-repeat\";s:28:\"colorset-socket_color-attach\";s:6:\"scroll\";s:16:\"color-body_color\";s:7:\"#eeeeee\";s:14:\"color-body_img\";s:0:\"\";s:22:\"color-body_customimage\";s:0:\"\";s:14:\"color-body_pos\";s:8:\"top left\";s:17:\"color-body_repeat\";s:9:\"no-repeat\";s:17:\"color-body_attach\";s:6:\"scroll\";s:14:\"google_webfont\";s:0:\"\";s:12:\"default_font\";s:32:\"Helvetica-Neue,Helvetica-websave\";s:23:\"color-default_font_size\";s:0:\"\";s:9:\"quick_css\";s:0:\"\";s:13:\"header_layout\";s:36:\"logo_left main_nav_header menu_right\";s:11:\"header_size\";s:4:\"slim\";s:18:\"header_custom_size\";s:3:\"150\";s:18:\"header_menu_border\";s:0:\"\";s:12:\"header_style\";s:0:\"\";s:16:\"header_title_bar\";s:20:\"title_bar_breadcrumb\";s:13:\"header_sticky\";s:13:\"header_sticky\";s:16:\"header_shrinking\";s:16:\"header_shrinking\";s:18:\"header_unstick_top\";s:8:\"disabled\";s:14:\"header_stretch\";s:8:\"disabled\";s:17:\"header_searchicon\";s:17:\"header_searchicon\";s:13:\"header_social\";s:0:\"\";s:21:\"header_secondary_menu\";s:0:\"\";s:19:\"header_phone_active\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:23:\"header_replacement_logo\";s:0:\"\";s:23:\"header_replacement_menu\";s:0:\"\";s:24:\"header_mobile_activation\";s:17:\"mobile_menu_phone\";s:22:\"header_mobile_behavior\";s:8:\"disabled\";s:14:\"archive_layout\";s:13:\"sidebar_right\";s:11:\"blog_layout\";s:13:\"sidebar_right\";s:13:\"single_layout\";s:13:\"sidebar_right\";s:11:\"page_layout\";s:13:\"sidebar_right\";s:19:\"smartphones_sidebar\";s:8:\"disabled\";s:16:\"page_nesting_nav\";s:16:\"page_nesting_nav\";s:22:\"display_widgets_socket\";s:3:\"all\";s:14:\"footer_columns\";s:1:\"4\";s:9:\"copyright\";s:0:\"\";s:13:\"footer_social\";s:8:\"disabled\";s:10:\"blog_style\";s:12:\"single-small\";s:17:\"single_post_style\";s:10:\"single-big\";s:27:\"single_post_related_entries\";s:24:\"av-related-style-tooltip\";s:16:\"blog-meta-author\";s:16:\"blog-meta-author\";s:18:\"blog-meta-comments\";s:18:\"blog-meta-comments\";s:18:\"blog-meta-category\";s:18:\"blog-meta-category\";s:14:\"blog-meta-date\";s:14:\"blog-meta-date\";s:19:\"blog-meta-html-info\";s:19:\"blog-meta-html-info\";s:13:\"blog-meta-tag\";s:13:\"blog-meta-tag\";s:14:\"share_facebook\";s:14:\"share_facebook\";s:13:\"share_twitter\";s:13:\"share_twitter\";s:15:\"share_pinterest\";s:15:\"share_pinterest\";s:11:\"share_gplus\";s:11:\"share_gplus\";s:12:\"share_reddit\";s:12:\"share_reddit\";s:14:\"share_linkedin\";s:14:\"share_linkedin\";s:12:\"share_tumblr\";s:12:\"share_tumblr\";s:8:\"share_vk\";s:8:\"share_vk\";s:10:\"share_mail\";s:10:\"share_mail\";s:12:\"social_icons\";a:2:{i:0;a:2:{s:11:\"social_icon\";s:7:\"twitter\";s:16:\"social_icon_link\";s:25:\"http://twitter.com/kriesi\";}i:1;a:2:{s:11:\"social_icon\";s:8:\"dribbble\";s:16:\"social_icon_link\";s:26:\"http://dribbble.com/kriesi\";}}s:17:\"avia-nonce-import\";s:10:\"20307c980a\";s:18:\"config_file_upload\";s:0:\"\";s:15:\"iconfont_upload\";s:0:\"\";s:16:\"updates_username\";s:0:\"\";s:15:\"updates_api_key\";s:0:\"\";}}','yes'),(266,'Enfold_version','3.2','yes'),(267,'avia_stylesheet_dir_writableenfold','false','yes'),(268,'avia_stylesheet_existsenfold','false','yes'),(269,'avia_stylesheet_dynamic_versionenfold','5885f9716acc7','yes'),(270,'enfold_woo_settings_enabled','1','yes'),(271,'avia_rewrite_flush','1','yes'),(361,'category_children','a:0:{}','yes'),(368,'max_file_size','262144000','yes'),(390,'FontSettings','a:4:{s:18:\"fontPluginSettings\";s:2031:\"{\\\"settingFields\\\":[{\\\"type\\\":\\\"text\\\",\\\"label\\\":\\\"Selector\\\",\\\"name\\\":\\\"selector\\\",\\\"settingType\\\":\\\"general\\\",\\\"settingName\\\":\\\"selector\\\",\\\"extendWith\\\":\\\"selectorPicker\\\"},{\\\"type\\\":\\\"text\\\",\\\"label\\\":\\\"Font size\\\",\\\"name\\\":\\\"font-size\\\",\\\"settingType\\\":\\\"css\\\",\\\"settingName\\\":\\\"fontSize\\\",\\\"extendWith\\\":\\\"slider\\\",\\\"unit\\\":\\\"px\\\"},{\\\"type\\\":\\\"text\\\",\\\"label\\\":\\\"Color\\\",\\\"name\\\":\\\"color\\\",\\\"settingType\\\":\\\"css\\\",\\\"settingName\\\":\\\"color\\\",\\\"extendWith\\\":\\\"colorPicker\\\"}],\\\"presets\\\":[{\\\"name\\\":\\\"PICK AN ELEMENT\\\",\\\"fontid\\\":\\\"\\\",\\\"fontName\\\":\\\"\\\",\\\"selector\\\":\\\"PICK AN ELEMENT NOW - or type CSS selector(advanced)\\\",\\\"styles\\\":{\\\"fontSize\\\":\\\"30\\\",\\\"color\\\":\\\"#444\\\"},\\\"shadowEffects\\\":[]},{\\\"name\\\":\\\"header menu\\\",\\\"selector\\\":\\\"NAV DIV UL.menu.av-main-nav LI.menu-item.menu-item-type-post_type.menu-item-object-page.current-menu-item.page_item.page-item-42.current_page_item.menu-item-top-level.menu-item-top-level-1 A, NAV DIV UL.menu.av-main-nav LI.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-top-level.menu-item-top-level-2 A, NAV DIV UL.menu.av-main-nav LI.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-has-children.menu-item-top-level.menu-item-top-level-3.dropdown_ul_available A, NAV DIV UL.menu.av-main-nav LI.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-top-level.menu-item-top-level-4 A, NAV DIV UL.menu.av-main-nav LI.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-top-level.menu-item-top-level-5 A, NAV DIV UL.menu.av-main-nav LI.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-top-level.menu-item-top-level-1 A\\\",\\\"fontid\\\":\\\"72312\\\",\\\"fontName\\\":\\\"FontfabricPanton\\\",\\\"effects\\\":[],\\\"styles\\\":{},\\\"shadowEffects\\\":[]},{\\\"name\\\":\\\"body\\\",\\\"selector\\\":\\\"DIV DIV SECTION.av_textblock_section DIV.avia_textblock P.ui-draggable.ui-draggable-handle\\\",\\\"fontid\\\":\\\"72312\\\",\\\"fontName\\\":\\\"FontfabricPanton\\\",\\\"effects\\\":[],\\\"styles\\\":{},\\\"shadowEffects\\\":[]}],\\\"apikey\\\":\\\"1c381341db2b7b50b49c1529e023a216\\\"}\";s:16:\"fontGeneratedCSS\";s:1701:\"@font-face {\n font-family: \'FontfabricPanton\';\n src: url(\'http://metro-landscaping.com/en//wp-content/plugins/font/font_files/FontfabricPanton.eot\');\n src: url(\'http://metro-landscaping.com/en//wp-content/plugins/font/font_files/FontfabricPanton.woff\') format(\'woff\'),\n url(\'http://metro-landscaping.com/en//wp-content/plugins/font/font_files/FontfabricPanton.eot\') format(\'eot\'),\n url(\'http://metro-landscaping.com/en//wp-content/plugins/font/font_files/FontfabricPanton.ttf\') format(\'truetype\');\n }\nPICK AN ELEMENT NOW - or type CSS selector(advanced) {\nfont-size: 30px !important;\ncolor: #444 !important;\n}\nNAV DIV UL.menu.av-main-nav LI.menu-item.menu-item-type-post_type.menu-item-object-page.current-menu-item.page_item.page-item-42.current_page_item.menu-item-top-level.menu-item-top-level-1 A, NAV DIV UL.menu.av-main-nav LI.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-top-level.menu-item-top-level-2 A, NAV DIV UL.menu.av-main-nav LI.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-has-children.menu-item-top-level.menu-item-top-level-3.dropdown_ul_available A, NAV DIV UL.menu.av-main-nav LI.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-top-level.menu-item-top-level-4 A, NAV DIV UL.menu.av-main-nav LI.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-top-level.menu-item-top-level-5 A, NAV DIV UL.menu.av-main-nav LI.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-top-level.menu-item-top-level-1 A {\nfont-family:\'FontfabricPanton\' !important;}\nDIV DIV SECTION.av_textblock_section DIV.avia_textblock P.ui-draggable.ui-draggable-handle {\nfont-family:\'FontfabricPanton\' !important;}\n\";s:17:\"fontPluginVersion\";s:5:\"7.5.1\";s:13:\"upgradeNotice\";b:0;}','yes'),(391,'plugin_error','Activation result: ','yes'),(434,'WPLANG','','yes'),(510,'mail_from','','yes'),(511,'mail_from_name','Al Bandary Real Estate','yes'),(512,'mailer','smtp','yes'),(513,'mail_set_return_path','true','yes'),(514,'smtp_host','mail.office365.com','yes'),(515,'smtp_port','465','yes'),(516,'smtp_ssl','ssl','yes'),(517,'smtp_auth','true','yes'),(518,'smtp_user','m.lacerona@albandarygroup.com','yes'),(519,'smtp_pass','Kuko1515','yes'),(610,'agca_role_allbutadmin','','yes'),(611,'agca_screen_options_menu','','yes'),(612,'agca_help_menu','','yes'),(613,'agca_logout','','yes'),(614,'agca_remove_your_profile','','yes'),(615,'agca_logout_only','','yes'),(616,'agca_custom_title','','yes'),(617,'agca_howdy','Welcome Admin','yes'),(618,'agca_header','','yes'),(619,'agca_header_show_logout','','yes'),(620,'agca_footer','','yes'),(621,'agca_privacy_options','','yes'),(622,'agca_header_logo','','yes'),(623,'agca_header_logo_custom','','yes'),(624,'agca_wp_logo_custom','http://metro-landscaping.com/en/wp-content/uploads/2016/11/8df68cce-47ec-4b9f-b96e-972ef3b1645e.jpg','yes'),(625,'agca_remove_site_link','','yes'),(626,'agca_wp_logo_custom_link','http:bre.com.qa','yes'),(627,'agca_site_heading','','yes'),(628,'agca_custom_site_heading','','yes'),(629,'agca_update_bar','','yes'),(630,'agca_footer_left','','yes'),(631,'agca_footer_left_hide','','yes'),(632,'agca_footer_right','','yes'),(633,'agca_footer_right_hide','','yes'),(634,'agca_login_banner','','yes'),(635,'agca_login_banner_text','','yes'),(636,'agca_login_photo_remove','','yes'),(637,'agca_login_photo_url','http://metro-landscaping.com/en/wp-content/uploads/2016/12/login-logo.png','yes'),(638,'agca_login_photo_href','http://metro-landscaping.com/en/','yes'),(639,'agca_login_round_box','true','yes'),(640,'agca_login_round_box_size','','yes'),(641,'agca_dashboard_icon','','yes'),(642,'agca_dashboard_text','','yes'),(643,'agca_dashboard_text_paragraph','','yes'),(644,'agca_dashboard_widget_welcome','','yes'),(645,'agca_dashboard_widget_activity','','yes'),(646,'agca_dashboard_widget_il','','yes'),(647,'agca_dashboard_widget_plugins','','yes'),(648,'agca_dashboard_widget_qp','','yes'),(649,'agca_dashboard_widget_rn','','yes'),(650,'agca_dashboard_widget_rd','','yes'),(651,'agca_dashboard_widget_primary','','yes'),(652,'agca_dashboard_widget_secondary','','yes'),(653,'agca_admin_bar_comments','','yes'),(654,'agca_admin_bar_new_content','','yes'),(655,'agca_admin_bar_new_content_post','','yes'),(656,'agca_admin_bar_new_content_link','','yes'),(657,'agca_admin_bar_new_content_page','','yes'),(658,'agca_admin_bar_new_content_user','','yes'),(659,'agca_admin_bar_new_content_media','','yes'),(660,'agca_admin_bar_update_notifications','','yes'),(661,'agca_admin_bar_admin_themes','','yes'),(662,'agca_remove_top_bar_dropdowns','','yes'),(663,'agca_admin_bar_frontend','','yes'),(664,'agca_admin_bar_frontend_hide','','yes'),(665,'agca_login_register_remove','','yes'),(666,'agca_login_register_href','','yes'),(667,'agca_login_lostpassword_remove','','yes'),(668,'agca_admin_capability','edit_dashboard','yes'),(669,'agca_disablewarning','','yes'),(670,'agca_admin_menu_turnonoff','off','yes'),(671,'agca_admin_menu_agca_button_only','','yes'),(672,'agca_admin_menu_separators','','yes'),(673,'agca_admin_menu_icons','','yes'),(674,'agca_admin_menu_collapse_button','','yes'),(675,'agca_admin_menu_arrow','','yes'),(676,'agca_admin_menu_submenu_round','','yes'),(677,'agca_admin_menu_submenu_round_size','','yes'),(678,'agca_admin_menu_brand','','yes'),(679,'agca_admin_menu_brand_link','','yes'),(680,'agca_admin_menu_autofold','','yes'),(681,'ag_edit_adminmenu_json','','yes'),(682,'ag_edit_adminmenu_json_new','{\"index.php\":{\"name\":\"Dashboard\",\"new\":\"\",\"remove\":false,\"url\":\"index.php\",\"submenus\":{\"0\":{\"name\":\"Home\",\"new\":\"\",\"remove\":false,\"url\":\"index.php\"},\"10\":{\"name\":\"Updates\",\"new\":\"\",\"remove\":false,\"url\":\"update-core.php\"}}},\"edit.php\":{\"name\":\"Posts\",\"new\":\"\",\"remove\":false,\"url\":\"edit.php\",\"submenus\":{\"5\":{\"name\":\"All Posts\",\"new\":\"\",\"remove\":false,\"url\":\"edit.php\"},\"10\":{\"name\":\"Add New\",\"new\":\"\",\"remove\":false,\"url\":\"post-new.php\"},\"15\":{\"name\":\"Categories\",\"new\":\"\",\"remove\":false,\"url\":\"edit-tags.php?taxonomy=category\"},\"16\":{\"name\":\"Tags\",\"new\":\"\",\"remove\":false,\"url\":\"edit-tags.php?taxonomy=post_tag\"}}},\"upload.php\":{\"name\":\"Media\",\"new\":\"\",\"remove\":false,\"url\":\"upload.php\",\"submenus\":{\"5\":{\"name\":\"Library\",\"new\":\"\",\"remove\":false,\"url\":\"upload.php\"},\"10\":{\"name\":\"Add New\",\"new\":\"\",\"remove\":false,\"url\":\"media-new.php\"}}},\"edit.php?post_type=page\":{\"name\":\"Pages\",\"new\":\"\",\"remove\":false,\"url\":\"edit.php?post_type=page\",\"submenus\":{\"5\":{\"name\":\"All Pages\",\"new\":\"\",\"remove\":false,\"url\":\"edit.php?post_type=page\"},\"10\":{\"name\":\"Add New\",\"new\":\"\",\"remove\":false,\"url\":\"post-new.php?post_type=page\"}}},\"edit-comments.php\":{\"name\":\"Comments\",\"new\":\"\",\"remove\":false,\"url\":\"edit-comments.php\",\"submenus\":{}},\"edit.php?post_type=portfolio\":{\"name\":\"Portfolio Items\",\"new\":\"\",\"remove\":false,\"url\":\"edit.php?post_type=portfolio\",\"submenus\":{\"5\":{\"name\":\"Portfolio Items\",\"new\":\"\",\"remove\":false,\"url\":\"edit.php?post_type=portfolio\"},\"10\":{\"name\":\"Add New\",\"new\":\"\",\"remove\":false,\"url\":\"post-new.php?post_type=portfolio\"},\"15\":{\"name\":\"Tags\",\"new\":\"\",\"remove\":false,\"url\":\"edit-tags.php?taxonomy=post_tag&post_type=portfolio\"},\"16\":{\"name\":\"Portfolio Categories\",\"new\":\"\",\"remove\":false,\"url\":\"edit-tags.php?taxonomy=portfolio_entries&post_type=portfolio\"}}},\"avia\":{\"name\":\"Enfold\",\"new\":\"\",\"remove\":false,\"url\":\"avia\",\"submenus\":{}},\"themes.php\":{\"name\":\"Appearance\",\"new\":\"\",\"remove\":false,\"url\":\"themes.php\",\"submenus\":{\"5\":{\"name\":\"Themes\",\"new\":\"\",\"remove\":false,\"url\":\"themes.php\"},\"6\":{\"name\":\"Customize\",\"new\":\"\",\"remove\":false,\"url\":\"customize.php?return=%2Fms_website%2Fwp-admin%2Ftools.php%3Fpage%3Dag-custom-admin%2Fplugin.php\"},\"7\":{\"name\":\"Widgets\",\"new\":\"\",\"remove\":false,\"url\":\"widgets.php\"},\"10\":{\"name\":\"Menus\",\"new\":\"\",\"remove\":false,\"url\":\"nav-menus.php\"},\"11\":{\"name\":\"Install Plugins\",\"new\":\"\",\"remove\":false,\"url\":\"install-required-plugins\"},\"12\":{\"name\":\"Editor\",\"new\":\"\",\"remove\":false,\"url\":\"theme-editor.php\"}}},\"plugins.php\":{\"name\":\"Plugins\",\"new\":\"\",\"remove\":false,\"url\":\"plugins.php\",\"submenus\":{\"5\":{\"name\":\"Installed Plugins\",\"new\":\"\",\"remove\":false,\"url\":\"plugins.php\"},\"10\":{\"name\":\"Add New\",\"new\":\"\",\"remove\":false,\"url\":\"plugin-install.php\"},\"15\":{\"name\":\"Editor\",\"new\":\"\",\"remove\":false,\"url\":\"plugin-editor.php\"}}},\"users.php\":{\"name\":\"Users\",\"new\":\"\",\"remove\":false,\"url\":\"users.php\",\"submenus\":{\"5\":{\"name\":\"All Users\",\"new\":\"\",\"remove\":false,\"url\":\"users.php\"},\"10\":{\"name\":\"Add New\",\"new\":\"\",\"remove\":false,\"url\":\"user-new.php\"},\"15\":{\"name\":\"Your Profile\",\"new\":\"\",\"remove\":false,\"url\":\"profile.php\"}}},\"tools.php\":{\"name\":\"Tools\",\"new\":\"\",\"remove\":false,\"url\":\"tools.php\",\"submenus\":{\"5\":{\"name\":\"Available Tools\",\"new\":\"\",\"remove\":false,\"url\":\"tools.php\"},\"10\":{\"name\":\"Import\",\"new\":\"\",\"remove\":false,\"url\":\"import.php\"},\"15\":{\"name\":\"Export\",\"new\":\"\",\"remove\":false,\"url\":\"export.php\"},\"16\":{\"name\":\"AG Custom Admin\",\"new\":\"\",\"remove\":false,\"url\":\"ag-custom-admin/plugin.php\"}}},\"options-general.php\":{\"name\":\"Settings\",\"new\":\"\",\"remove\":false,\"url\":\"options-general.php\",\"submenus\":{\"10\":{\"name\":\"General\",\"new\":\"\",\"remove\":false,\"url\":\"options-general.php\"},\"15\":{\"name\":\"Writing\",\"new\":\"\",\"remove\":false,\"url\":\"options-writing.php\"},\"20\":{\"name\":\"Reading\",\"new\":\"\",\"remove\":false,\"url\":\"options-reading.php\"},\"25\":{\"name\":\"Discussion\",\"new\":\"\",\"remove\":false,\"url\":\"options-discussion.php\"},\"30\":{\"name\":\"Media\",\"new\":\"\",\"remove\":false,\"url\":\"options-media.php\"},\"40\":{\"name\":\"Permalinks\",\"new\":\"\",\"remove\":false,\"url\":\"options-permalink.php\"}}},\"upload_max_file_size\":{\"name\":\"Max File Size\",\"new\":\"\",\"remove\":false,\"url\":\"upload_max_file_size\",\"submenus\":{}},\"layerslider\":{\"name\":\"LayerSlider WP\",\"new\":\"\",\"remove\":false,\"url\":\"layerslider\",\"submenus\":{\"0\":{\"name\":\"All Sliders\",\"new\":\"\",\"remove\":false,\"url\":\"layerslider\"},\"1\":{\"name\":\"Skin Editor\",\"new\":\"\",\"remove\":false,\"url\":\"ls-skin-editor\"},\"2\":{\"name\":\"CSS Editor\",\"new\":\"\",\"remove\":false,\"url\":\"ls-style-editor\"},\"3\":{\"name\":\"Transition Builder\",\"new\":\"\",\"remove\":false,\"url\":\"ls-transition-builder\"}}}}','yes'),(683,'ag_add_adminmenu_json','','yes'),(684,'ag_colorizer_json','{\"color_background\" : \"\", \"login_color_background\" : \"\", \"color_header\" : \"\", \"color_admin_menu_top_button_background\" : \"\", \"color_admin_menu_font\" : \"\", \"color_admin_menu_top_button_current_background\" : \"\", \"color_admin_menu_top_button_hover_background\" : \"\", \"color_admin_menu_submenu_background\" : \"\", \"color_admin_menu_submenu_background_hover\" : \"\", \"color_admin_submenu_font\" : \"\", \"color_admin_menu_behind_background\" : \"\", \"color_font_content\" : \"\", \"color_font_header\" : \"\", \"color_font_footer\" : \"\", \"color_widget_bar\" : \"\", \"color_widget_background\" : \"\"}','yes'),(685,'agca_colorizer_turnonoff','off','yes'),(686,'agca_custom_js','','yes'),(687,'agca_custom_css','','yes'),(688,'agca_disable_postver','','yes'),(689,'agca_menu_remove_client_profile','','yes'),(690,'agca_menu_remove_customize_button','','yes'),(715,'wd_form_maker_version','1.8.37','no'),(716,'contact_form_forms','1,2,3,4,5,6,7,8,9','yes'),(717,'wd_cfield_limit','9','no'),(718,'fmc_settings','a:3:{s:10:\"public_key\";s:0:\"\";s:11:\"private_key\";s:0:\"\";s:13:\"csv_delimiter\";s:1:\",\";}','yes'),(719,'widget_form_maker_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(720,'cfm_emailverification','1','yes'),(721,'fmc_admin_notice','a:2:{s:15:\"two_week_review\";a:2:{s:5:\"start\";s:9:\"12/1/2016\";s:3:\"int\";i:14;}s:16:\"one_week_support\";a:2:{s:5:\"start\";s:10:\"11/24/2016\";s:3:\"int\";i:7;}}','yes'),(728,'yt_scase_com_glob_init_list','a:1:{s:18:\"glb_show_thumbs_xs\";a:7:{s:5:\"label\";s:21:\"Show thumbs in mobile\";s:4:\"type\";s:8:\"checkbox\";s:4:\"desc\";s:43:\"Shows thumbs in mobile devices when checked\";s:6:\"values\";s:0:\"\";s:4:\"dflt\";s:0:\"\";s:8:\"required\";i:0;s:8:\"shc_list\";a:1:{i:0;s:16:\"video_indicators\";}}}','yes'),(729,'yt_scase_com_glob_list','a:1:{s:18:\"glb_show_thumbs_xs\";a:7:{s:5:\"label\";s:21:\"Show thumbs in mobile\";s:4:\"type\";s:8:\"checkbox\";s:4:\"desc\";s:43:\"Shows thumbs in mobile devices when checked\";s:6:\"values\";s:0:\"\";s:4:\"dflt\";s:0:\"\";s:8:\"required\";i:0;s:8:\"shc_list\";a:1:{i:0;s:16:\"video_indicators\";}}}','yes'),(731,'emd_activated_plugins','a:0:{}','yes'),(732,'yt_scase_com_version','2.4.0','yes'),(733,'widget_yt_scase_com_recent_videos_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(734,'widget_yt_scase_com_featured_videos_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(735,'emd_licenses','','yes'),(752,'ls-show-support-notice','0','yes'),(757,'widget_huge_it_gallery_video_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(760,'responsive_video_gallery_slider_settings','a:13:{s:16:\"pauseonmouseover\";b:1;s:4:\"auto\";b:0;s:5:\"speed\";i:1000;s:5:\"pause\";i:1000;s:8:\"circular\";b:1;s:11:\"imageMargin\";i:15;s:11:\"imageheight\";i:300;s:10:\"imagewidth\";i:400;s:7:\"visible\";s:1:\"3\";s:11:\"min_visible\";s:1:\"3\";s:6:\"scroll\";s:1:\"3\";s:12:\"resizeImages\";i:1;s:17:\"scollerBackground\";s:7:\"#FFFFFF\";}','yes'),(761,'responsive_video_gallery_plus_lightbox_messages','a:0:{}','yes'),(1053,'portfolio_entries_children','a:0:{}','yes'),(1084,'_site_transient_timeout_browser_34f676f9c342b94e657bdc22b061ef1c','1481435383','no'),(1085,'_site_transient_browser_34f676f9c342b94e657bdc22b061ef1c','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"54.0.2840.99\";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;}','no'),(1142,'site_icon','0','yes'),(1143,'db_upgraded','','yes'),(1146,'can_compress_scripts','1','no'),(1150,'fresh_site','0','yes'),(1171,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1486273948;s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:3:{s:26:\"ag-custom-admin/plugin.php\";O:8:\"stdClass\":7:{s:2:\"id\";s:5:\"22039\";s:4:\"slug\";s:15:\"ag-custom-admin\";s:6:\"plugin\";s:26:\"ag-custom-admin/plugin.php\";s:11:\"new_version\";s:5:\"5.7.1\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/ag-custom-admin/\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/plugin/ag-custom-admin.5.7.1.zip\";s:14:\"upgrade_notice\";s:12:\"Added tests.\";}s:25:\"menu-icons/menu-icons.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"48081\";s:4:\"slug\";s:10:\"menu-icons\";s:6:\"plugin\";s:25:\"menu-icons/menu-icons.php\";s:11:\"new_version\";s:6:\"0.10.2\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/menu-icons/\";s:7:\"package\";s:59:\"http://downloads.wordpress.org/plugin/menu-icons.0.10.2.zip\";}s:45:\"upload-max-file-size/upload_max_file_size.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"54049\";s:4:\"slug\";s:20:\"upload-max-file-size\";s:6:\"plugin\";s:45:\"upload-max-file-size/upload_max_file_size.php\";s:11:\"new_version\";s:3:\"1.0\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/upload-max-file-size/\";s:7:\"package\";s:62:\"http://downloads.wordpress.org/plugin/upload-max-file-size.zip\";}}}','no'),(1172,'_transient_timeout_plugin_slugs','1481432802','no'),(1173,'_transient_plugin_slugs','a:3:{i:0;s:26:\"ag-custom-admin/plugin.php\";i:1;s:25:\"menu-icons/menu-icons.php\";i:2;s:45:\"upload-max-file-size/upload_max_file_size.php\";}','no'),(1226,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:29:\"m.lacerona@albandarygroup.com\";s:7:\"version\";s:5:\"4.7.2\";s:9:\"timestamp\";i:1485842601;}','no'),(1277,'_site_transient_timeout_browser_624a74c077a47cf0aab8606325ccd24d','1485955164','no'),(1278,'_site_transient_browser_624a74c077a47cf0aab8606325ccd24d','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"50.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','no'),(1284,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:2:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.7.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.7.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.7.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.7.2-new-bundled.zip\";s:7:\"partial\";s:69:\"https://downloads.wordpress.org/release/wordpress-4.7.2-partial-1.zip\";s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.7.2\";s:7:\"version\";s:5:\"4.7.2\";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.7.1\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.7.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.7.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.7.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.7.2-new-bundled.zip\";s:7:\"partial\";s:69:\"https://downloads.wordpress.org/release/wordpress-4.7.2-partial-1.zip\";s:8:\"rollback\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.7.2-rollback-1.zip\";}s:7:\"current\";s:5:\"4.7.2\";s:7:\"version\";s:5:\"4.7.2\";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.7.1\";s:9:\"new_files\";s:0:\"\";}}s:12:\"last_checked\";i:1486273952;s:15:\"version_checked\";s:5:\"4.7.1\";s:12:\"translations\";a:0:{}}','no'),(1285,'_site_transient_timeout_browser_4aae293127d148bbe99fa13d81ceb9a0','1486447429','no'),(1286,'_site_transient_browser_4aae293127d148bbe99fa13d81ceb9a0','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"55.0.2883.87\";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;}','no'),(1291,'_site_transient_timeout_browser_f731f7616ab74b84eb6e37a4dee2a379','1486813311','no'),(1292,'_site_transient_browser_f731f7616ab74b84eb6e37a4dee2a379','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"51.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','no'),(1293,'ftp_credentials','a:3:{s:8:\"hostname\";s:22:\"0344f86.netsolhost.com\";s:8:\"username\";s:10:\"metroscape\";s:15:\"connection_type\";s:3:\"ftp\";}','yes'),(1307,'_site_transient_timeout_theme_roots','1486274868','no'),(1308,'_site_transient_theme_roots','a:1:{s:6:\"enfold\";s:7:\"/themes\";}','no'),(1314,'_site_transient_timeout_available_translations','1486284689','no'),(1315,'_site_transient_available_translations','a:90:{s:2:\"af\";a:8:{s:8:\"language\";s:2:\"af\";s:7:\"version\";s:5:\"4.7.1\";s:7:\"updated\";s:19:\"2016-12-09 16:12:38\";s:12:\"english_name\";s:9:\"Afrikaans\";s:11:\"native_name\";s:9:\"Afrikaans\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.1/af.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"af\";i:2;s:3:\"afr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Gaan voort\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:5:\"4.7.1\";s:7:\"updated\";s:19:\"2016-12-06 19:24:17\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.1/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.7.1\";s:7:\"updated\";s:19:\"2016-12-06 12:56:13\";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.7.1/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.6.3\";s:7:\"updated\";s:19:\"2016-09-29 08:38:56\";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.6.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.7.1\";s:7:\"updated\";s:19:\"2016-12-07 08:41:41\";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.7.1/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Напред\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:5:\"4.6.3\";s:7:\"updated\";s:19:\"2016-10-20 16:53:20\";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.6.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:2:\"bo\";a:8:{s:8:\"language\";s:2:\"bo\";s:7:\"version\";s:5:\"4.6.3\";s:7:\"updated\";s:19:\"2016-09-05 09:44:12\";s:12:\"english_name\";s:7:\"Tibetan\";s:11:\"native_name\";s:21:\"བོད་ཡིག\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.6.3/bo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bo\";i:2;s:3:\"tib\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"མུ་མཐུད།\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"4.5.6\";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.6/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.7.1\";s:7:\"updated\";s:19:\"2017-01-05 11:04:39\";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.7.1/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:3:\"ceb\";a:8:{s:8:\"language\";s:3:\"ceb\";s:7:\"version\";s:5:\"4.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.7.1\";s:7:\"updated\";s:19:\"2016-12-05 11:08:55\";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.7.1/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"4.7.1\";s:7:\"updated\";s:19:\"2017-01-25 23:09:09\";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.7.1/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Fortsæt\";}}s:14:\"de_CH_informal\";a:8:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:5:\"4.7.1\";s:7:\"updated\";s:19:\"2016-12-06 15:44:48\";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.7.1/de_CH_informal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"4.7.1\";s:7:\"updated\";s:19:\"2017-01-13 16:06:01\";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.7.1/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"4.7.1\";s:7:\"updated\";s:19:\"2017-01-13 16:05:23\";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.7.1/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"4.7.1\";s:7:\"updated\";s:19:\"2016-12-06 15:48:14\";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.7.1/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"4.7.1\";s:7:\"updated\";s:19:\"2017-01-25 11:34:18\";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.7.1/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"4.7.1\";s:7:\"updated\";s:19:\"2016-12-03 23:03:48\";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.7.1/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"4.7.1\";s:7:\"updated\";s:19:\"2016-12-06 00:34:14\";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.7.1/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"4.7.1\";s:7:\"updated\";s:19:\"2016-12-05 08:11:17\";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.7.1/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_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"4.7.1\";s:7:\"updated\";s:19:\"2016-12-15 04:56:31\";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.7.1/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"4.7.1\";s:7:\"updated\";s:19:\"2016-12-11 18:03:11\";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.7.1/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"4.7.1\";s:7:\"updated\";s:19:\"2016-12-04 17:16:39\";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.7.1/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"4.7.1\";s:7:\"updated\";s:19:\"2016-12-05 22:19:40\";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.7.1/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_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:5:\"4.7.1\";s:7:\"updated\";s:19:\"2016-12-25 22:19:36\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.1/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_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:5:\"4.6.3\";s:7:\"updated\";s:19:\"2016-08-17 22:11:44\";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.6.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_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"4.6.3\";s:7:\"updated\";s:19:\"2016-09-09 09:36:22\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.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_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:5:\"4.7.1\";s:7:\"updated\";s:19:\"2016-12-24 20:30:13\";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.7.1/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_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"4.7.1\";s:7:\"updated\";s:19:\"2017-01-21 13:51:07\";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.7.1/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:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:5:\"4.7.1\";s:7:\"updated\";s:19:\"2016-12-03 12:46:56\";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.7.1/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_GT\";a:8:{s:8:\"language\";s:5:\"es_GT\";s:7:\"version\";s:5:\"4.7.1\";s:7:\"updated\";s:19:\"2016-12-07 12:13:31\";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.7.1/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:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:5:\"4.6.3\";s:7:\"updated\";s:19:\"2016-10-22 16:41:36\";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.6.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.7.1\";s:7:\"updated\";s:19:\"2016-12-07 18:34:12\";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.7.1/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:5:\"4.7.1\";s:7:\"updated\";s:19:\"2017-01-06 14:20:49\";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.7.1/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"4.7.1\";s:7:\"updated\";s:19:\"2016-12-06 18:04:09\";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.7.1/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:5:\"4.7.1\";s:7:\"updated\";s:19:\"2017-01-09 16:11:01\";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.7.1/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"4.7.1\";s:7:\"updated\";s:19:\"2017-01-13 09:56:25\";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.7.1/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"4.7.1\";s:7:\"updated\";s:19:\"2016-12-10 17:48:28\";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.7.1/fr_CA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.6.3\";s:7:\"updated\";s:19:\"2016-08-23 17:41:37\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.6.3/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.7.1\";s:7:\"updated\";s:19:\"2016-12-04 01:43:25\";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.7.1/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"gu\";a:8:{s:8:\"language\";s:2:\"gu\";s:7:\"version\";s:5:\"4.7.1\";s:7:\"updated\";s:19:\"2017-01-12 16:49:54\";s:12:\"english_name\";s:8:\"Gujarati\";s:11:\"native_name\";s:21:\"ગુજરાતી\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.1/gu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gu\";i:2;s:3:\"guj\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:31:\"ચાલુ રાખવું\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-05 00:59:09\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4.2/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"4.7.1\";s:7:\"updated\";s:19:\"2017-01-18 06:46:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.1/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"המשך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"4.7.1\";s:7:\"updated\";s:19:\"2016-12-17 12:35:49\";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.7.1/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.7.1\";s:7:\"updated\";s:19:\"2016-12-25 23:06:52\";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.7.1/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"4.6.3\";s:7:\"updated\";s:19:\"2016-12-06 20:18:25\";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.6.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.7.1\";s:7:\"updated\";s:19:\"2017-01-16 23:07:34\";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.7.1/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:5:\"4.7.1\";s:7:\"updated\";s:19:\"2016-12-31 11:00:19\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.1/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.7.1\";s:7:\"updated\";s:19:\"2017-01-05 15:13:56\";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.7.1/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"4.7.1\";s:7:\"updated\";s:19:\"2016-12-05 13:03:24\";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.7.1/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.7.1\";s:7:\"updated\";s:19:\"2016-12-03 10:10:56\";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.7.1/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.7.1\";s:7:\"updated\";s:19:\"2016-12-11 11:21:27\";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.7.1/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:5:\"4.7.1\";s:7:\"updated\";s:19:\"2017-01-20 09:03:56\";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.7.1/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:2:\"lv\";a:8:{s:8:\"language\";s:2:\"lv\";s:7:\"version\";s:5:\"4.7.1\";s:7:\"updated\";s:19:\"2016-12-06 06:17:03\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:16:\"Latviešu valoda\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.1/lv.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lv\";i:2;s:3:\"lav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Turpināt\";}}s:5:\"mk_MK\";a:8:{s:8:\"language\";s:5:\"mk_MK\";s:7:\"version\";s:5:\"4.7.1\";s:7:\"updated\";s:19:\"2016-12-23 09:02:10\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:31:\"Македонски јазик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.1/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.7.1\";s:7:\"updated\";s:19:\"2016-12-11 08:51:51\";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.7.1/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.7.1\";s:7:\"updated\";s:19:\"2016-12-09 14:23:37\";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.7.1/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.7.1\";s:7:\"updated\";s:19:\"2016-12-20 09:00:07\";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.7.1/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"nl_BE\";a:8:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:5:\"4.7.1\";s:7:\"updated\";s:19:\"2017-01-10 10:11:22\";s:12:\"english_name\";s:15:\"Dutch (Belgium)\";s:11:\"native_name\";s:20:\"Nederlands (België)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.1/nl_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"4.7.1\";s:7:\"updated\";s:19:\"2017-01-18 11:35:18\";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.7.1/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:5:\"4.6.3\";s:7:\"updated\";s:19:\"2016-10-14 13:24:10\";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.6.3/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.7.1\";s:7:\"updated\";s:19:\"2016-12-21 12:56:58\";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.7.1/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.6.3\";s:7:\"updated\";s:19:\"2016-09-23 13:45:11\";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.6.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.7.1\";s:7:\"updated\";s:19:\"2016-12-06 20:27:29\";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.7.1/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:6:\"4.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.7.1\";s:7:\"updated\";s:19:\"2016-12-26 14:54:05\";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.7.1/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"4.7.1\";s:7:\"updated\";s:19:\"2017-01-19 21:45:13\";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.7.1/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"4.7.1\";s:7:\"updated\";s:19:\"2017-01-04 12:04:46\";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.7.1/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"4.7.1\";s:7:\"updated\";s:19:\"2017-01-04 13:58:23\";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.7.1/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"4.7.1\";s:7:\"updated\";s:19:\"2016-12-09 11:05:20\";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.7.1/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"4.7.1\";s:7:\"updated\";s:19:\"2017-01-22 17:51:05\";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.7.1/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Nadaljuj\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:5:\"4.7.1\";s:7:\"updated\";s:19:\"2017-01-25 14:04:40\";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.7.1/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"4.7.1\";s:7:\"updated\";s:19:\"2016-12-04 20:17:20\";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.7.1/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.7.1\";s:7:\"updated\";s:19:\"2017-01-03 07:14:30\";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.7.1/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:3:\"szl\";a:8:{s:8:\"language\";s:3:\"szl\";s:7:\"version\";s:5:\"4.6.3\";s:7:\"updated\";s:19:\"2016-09-24 19:58:14\";s:12:\"english_name\";s:8:\"Silesian\";s:11:\"native_name\";s:17:\"Ślōnskŏ gŏdka\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.6.3/szl.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"szl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:13:\"Kōntynuować\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:5:\"4.6.3\";s:7:\"updated\";s:19:\"2016-10-12 07:04:13\";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.6.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.7.1\";s:7:\"updated\";s:19:\"2017-01-18 02:44:10\";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.7.1/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:5:\"4.6.3\";s:7:\"updated\";s:19:\"2016-12-01 16:07:46\";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.6.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.7.1\";s:7:\"updated\";s:19:\"2017-01-04 23:10:17\";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.7.1/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"ur\";a:8:{s:8:\"language\";s:2:\"ur\";s:7:\"version\";s:5:\"4.7.1\";s:7:\"updated\";s:19:\"2017-01-14 10:32:06\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:8:\"اردو\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.1/ur.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ur\";i:2;s:3:\"urd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"جاری رکھیں\";}}s:5:\"uz_UZ\";a:8:{s:8:\"language\";s:5:\"uz_UZ\";s:7:\"version\";s:5:\"4.7.1\";s:7:\"updated\";s:19:\"2017-01-20 04:53:31\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:11:\"O‘zbekcha\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.1/uz_UZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uz\";i:2;s:3:\"uzb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Davom etish\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"4.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_HK\";a:8:{s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:5:\"4.7.1\";s:7:\"updated\";s:19:\"2017-01-15 03:52:36\";s:12:\"english_name\";s:19:\"Chinese (Hong Kong)\";s:11:\"native_name\";s:16:\"香港中文版 \";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.1/zh_HK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"4.7.1\";s:7:\"updated\";s:19:\"2017-01-10 02:29:10\";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.7.1/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"4.7.1\";s:7:\"updated\";s:19:\"2016-12-08 04:30:37\";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.7.1/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}}','no'); /*!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_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=3727 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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 (11,8,'_edit_last','1'),(12,8,'_wp_page_template','default'),(13,8,'_edit_lock','1485178512:1'),(17,12,'_edit_last','1'),(18,12,'_wp_page_template','default'),(19,12,'_edit_lock','1485350479:1'),(29,15,'_menu_item_type','post_type'),(30,15,'_menu_item_menu_item_parent','0'),(31,15,'_menu_item_object_id','8'),(32,15,'_menu_item_object','page'),(33,15,'_menu_item_target',''),(34,15,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(35,15,'_menu_item_xfn',''),(36,15,'_menu_item_url',''),(38,16,'_menu_item_type','post_type'),(39,16,'_menu_item_menu_item_parent','0'),(40,16,'_menu_item_object_id','12'),(41,16,'_menu_item_object','page'),(42,16,'_menu_item_target',''),(43,16,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(44,16,'_menu_item_xfn',''),(45,16,'_menu_item_url',''),(69,8,'_equity_layout','full-width-content'),(70,8,'_equity_single_post_background_id','4'),(71,8,'_equity_single_post_background','http://almeelws.com/fnb_website/wp-content/uploads/2016/10/coffee-1630x770.png'),(76,32,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:2:{s:4:\"type\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:37:\"SiteOrigin_Panels_Widgets_PostContent\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"ebbb21dd-8bb2-4c8b-af9c-71fb16cc76cb\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";i:4;s:18:\"background_display\";s:17:\"parallax-original\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}}}'),(77,33,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:13:{s:5:\"image\";i:4;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:10:\"full_width\";b:1;s:12:\"_sow_form_id\";s:13:\"580f3aef20903\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"c92ec36f-545e-4140-aedf-693ba9af5a5f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:1:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}}}'),(80,34,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:28:\"[wonderplugin_slider id=\"1\"]\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"bf7fb392-3c56-4a64-aa53-3652eaa7fd62\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:1:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}}}'),(85,42,'_edit_last','1'),(86,42,'_wp_page_template','default'),(87,42,'_aviaLayoutBuilder_active','active'),(88,42,'_aviaLayoutBuilderCleanData','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1838\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1839\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1840\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1841\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1842\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1843\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1844\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#e6e6e6\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'5px,0px\' padding=\'15px,25px,15px,25px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h3\' padding=\'0\' heading=\'ABOUT US\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'30\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nMetro Scape is Al Bandary International Group specialist in bringing Nature to your home and work space. Even though the local climate does not make the task easier, we know how to bring greenery and decoration to your surrounding! Let it be trees, plants, shrubs, flowers or ornamental plants, Metro Scape knows how to provide you with the adequate plant to make your surrounding better.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://almeelws.com/ms_website/wp-content/uploads/2016/10/0712b9c1-299c-45f8-83aa-1d9a52c58622.jpg\' attachment=\'1613\' attachment_size=\'full\' attach=\'scroll\' position=\'top left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://almeelws.com/ms_website/wp-content/uploads/2016/11/1909ae44-125d-4e39-bde0-91551e8e9526.jpg\' attachment=\'1607\' attachment_size=\'full\' align=\'left\' animation=\'left-to-right\' styling=\'no-styling\' hover=\'av-hover-grow\' link=\'manually,http://almeelws.com/ms_website/projects/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nAGENTS\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a href=\"http://almeelws.com/ms_website/projects/\" style=\"color:#ffffff; font-size:21px; font-family:\'Roboto\'; text-decoration:none; padding-bottom:30px;\">PROJECTS</a>\r\n<hr style=\"color: #e51f44; border: solid; width: 320px; padding-right:50px;\">\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://almeelws.com/ms_website/wp-content/uploads/2016/11/e98b1aa6-973e-4795-91be-55ef6ea279f7.jpg\' attachment=\'1609\' attachment_size=\'full\' align=\'left\' animation=\'top-to-bottom\' styling=\'no-styling\' hover=\'av-hover-grow\' link=\'manually,http://almeelws.com/ms_website/services/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nPROPERTIES\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a href=\"http://almeelws.com/ms_website/services/\" style=\"color:#ffffff; font-size:21px; font-family:\'Roboto\'; text-decoration:none; padding-bottom:30px;\">SERVICES</a>\r\n<hr style=\"color: #92d32d; border: solid; width: 320px;\">\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://almeelws.com/ms_website/wp-content/uploads/2016/11/df3f2f81-1e73-4c35-8b9d-d39856993e91.jpg\' attachment=\'1608\' attachment_size=\'full\' align=\'left\' animation=\'right-to-left\' styling=\'no-styling\' hover=\'av-hover-grow\' link=\'manually,http://almeelws.com/ms_website/maintenance/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nVIDEOS\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a href=\"http://almeelws.com/ms_website/maintenance/\" style=\"color:#ffffff; font-size:21px; font-family:\'Roboto\'; text-decoration:none; padding-bottom:30px;\">MAINTENANCE</a>\r\n<hr style=\"color: #ffff00; border: solid; width: 320px;\">\r\n[/av_codeblock]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n'),(89,42,'layout',''),(90,42,'sidebar',''),(91,42,'footer',''),(92,42,'header_title_bar',''),(93,42,'header_transparency',''),(94,42,'_avia_hide_featured_image','0'),(95,42,'_edit_lock','1485177258:1'),(100,47,'_menu_item_type','post_type'),(101,47,'_menu_item_menu_item_parent','0'),(102,47,'_menu_item_object_id','42'),(103,47,'_menu_item_object','page'),(104,47,'_menu_item_target',''),(105,47,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(106,47,'_menu_item_xfn',''),(107,47,'_menu_item_url',''),(109,47,'_menu-item-avia-megamenu',''),(110,47,'_menu-item-avia-division',''),(111,47,'_menu-item-avia-textarea',''),(112,47,'_menu-item-avia-style',''),(113,15,'_menu-item-avia-megamenu',''),(114,15,'_menu-item-avia-division',''),(115,15,'_menu-item-avia-textarea',''),(116,15,'_menu-item-avia-style',''),(125,16,'_menu-item-avia-megamenu',''),(126,16,'_menu-item-avia-division',''),(127,16,'_menu-item-avia-textarea',''),(128,16,'_menu-item-avia-style',''),(129,12,'_aviaLayoutBuilder_active','active'),(130,12,'_aviaLayoutBuilderCleanData','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<html>\r\n<body>\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Bandary_Landing Page\r\nURL of the webpage where the tag is expected to be placed: http://bre.com.qa\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Form Submit, Activity ID: 4137821 -->\r\n<!-- Expected URL: http://bre.com.qa/en/contactus -->\r\n\r\n<!--\r\nActivity ID: 4137821\r\nActivity Name: Al Bandary Real Estate - Form Submit\r\nActivity Group Name: albandary\r\n-->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Form Submit\r\nURL of the webpage where the tag is expected to be placed: http://bre.com.qa/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban00;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban00;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n<!-- Facebook Pixel Code -->\r\n<script>\r\n!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?\r\nn.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;\r\nn.push=n;n.loaded=!0;n.version=\'2.0\';n.queue=[];t=b.createElement(e);t.async=!0;\r\nt.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,\r\ndocument,\'script\',\'https://connect.facebook.net/en_US/fbevents.js\');\r\nfbq(\'init\', \'650141791822128\');\r\nfbq(\'track\', \'PageView\');\r\n</script>\r\n<noscript><img height=\"1\" width=\"1\" style=\"display:none\"\r\nsrc=\"https://www.facebook.com/tr?id=650141791822128&ev=PageView&noscript=1\"\r\n/></noscript>\r\n<!-- DO NOT MODIFY -->\r\n<!-- End Facebook Pixel Code -->\r\n\r\n</body>\r\n</html>\r\n[/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'2011\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-34.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-19px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#39865e\' src=\'http://almeelws.com/ms_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'1617\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px,-85px\' padding=\'3px,30px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'-5\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n13th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 47116, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 4476 4579\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 4464 0761\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"info@metro-landscaping.com\" target=\"_blank\">info@metro-landscaping.com</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a href=\"http://www.metro-landscaping.com\" target=\"_blank\">www.metro-landscaping.com</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\"\r\n width=\"360\" height=\"134\" frameborder=\"0\" style=\"border: 0; margin-left:20px; margin-top:-30px;\" allowfullscreen ></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'45\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe width=\"560\" height=\"480\" scrolling=\"no\" src=\"http://contact.big.qa/ms_en/\" frameborder=\"0\" allowfullscreen style=\"margin-top:-45px;\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][/av_section]'),(131,12,'layout',''),(132,12,'sidebar',''),(133,12,'footer',''),(134,12,'header_title_bar',''),(135,12,'header_transparency',''),(136,12,'_avia_hide_featured_image','0'),(145,8,'_aviaLayoutBuilder_active','active'),(146,8,'_aviaLayoutBuilderCleanData','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1828\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-34.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'-49px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#39865e\' src=\'http://almeelws.com/ms_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'1617\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nMetro Scape is a Qatar Company involved in Landscaping, Softscaping, Irrigation Systems and Landscape Designs business. Metro Scape was established in the year 2010 and manage by Mr. Haytham Al Dahdoh.\r\n\r\nAs a professionally manage organization, we carry out Landscaping, Softscaping, Irrigation Systems and Landscape Designs project all over Qatar. Metro Scape has assigned qualified and well-experienced expertise to ensure the successful result of our projects.\r\n\r\nWe are currently engaged our work force for the Landscape, Softscape, Irrigation Systems and Designs of companies such as Kahramaa Awareness Park, Al Thuraya Tower, Al Bandary Hotel, Al Thumama Mall, Marina Com-005 Office Tower, Hotel Apartment in Dafna area, Construction of 17 Buildings in Fox Hills and Private Residential Buildings throughout Qatar. The company\'s trust, reliability and committed to quality is motivated us to widen our activities towards Civil Engineering construction area.\r\n\r\nAlso we have strengthened our organization with highly experienced quality conscious Engineers and Office Staffs.\r\n\r\nIt is Metro Scape\'s intention to build up sound business relation with our clients on the basis of reliable execution of projects within the specified schedule.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_tab_container position=\'sidebar_tab sidebar_tab_left\' boxed=\'border_tabs\' initial=\'1\']\r\n[av_tab title=\'Value in the market\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nQatar is country which much of its places consist of a low, barren plain, covered with sand. And with its climate that best describes as subtropical dry, hot dessert climate with low annual rainfall, very high temperature in summer and a big difference between maximum and minimum temperatures, especially in the inland areas. Definitely, not a good place to grow plants.\r\n\r\nThat\'s why Metro Scape was formed, to bring Nature to your home and business place, those various trees, plants, shrubs, flowerings and ornamental plants which are arranged and customized to the design you preferred with professional advice that your family will surely love and enjoy.\r\n[/av_tab]\r\n[av_tab title=\'Company Profile\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nSince it\'s foundation on 2010, Metro Scape has continually progressed and is now one of the local companies in Qatar that offers full Natural Landscaping and Design contracting. Back-up with well trained and friendly staff coupled with integrity, years of experience, character and respect for the environment which you can guaranteed on delivering the finest possible workmanship together with cost effective landscaping solutions.\r\n\r\nMetro Scape is continuously improving, searching and adapting nature, design, modern quality procedure, innovation & technology.\r\n[/av_tab]\r\n[av_tab title=\'Company History\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nSince its foundation in 2010, Metro Scape has continuously progressed and is now one of the local companies in Qatar that offer full natural landscaping and design contracting despite of the harsh local climate conditions.\r\n\r\nWe also specialize in maintenance and irrigation of these landscapes.\r\n\r\nOur previous and ongoing work for individuals, corporate and governmental projects best reflects our high standards and our versatility in landscaping.\r\n[/av_tab]\r\n[/av_tab_container]\r\n[/av_one_full]\r\n\r\n[av_hr class=\'invisible\' height=\'50\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n'),(147,8,'layout',''),(148,8,'sidebar',''),(149,8,'footer',''),(150,8,'header_title_bar',''),(151,8,'header_transparency',''),(152,8,'_avia_hide_featured_image','0'),(159,42,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_slideshow_full\";s:7:\"content\";a:0:{}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:2;}}s:5:\"index\";i:1;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:1;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}i:2;a:3:{s:3:\"tag\";s:12:\"av_codeblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:6;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}i:1;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}i:2;a:3:{s:3:\"tag\";s:12:\"av_codeblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:10;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}i:1;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}i:2;a:3:{s:3:\"tag\";s:12:\"av_codeblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}}s:5:\"index\";i:14;}}s:5:\"index\";i:5;}}'),(172,8,'_avia_builder_shortcode_tree','a:6:{i:0;a:3:{s:3:\"tag\";s:17:\"av_slideshow_full\";s:7:\"content\";a:0:{}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:1;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}s:5:\"index\";i:5;}i:4;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:16:\"av_tab_container\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}}s:5:\"index\";i:7;}i:5;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}'),(187,12,'_avia_builder_shortcode_tree','a:4:{i:0;a:3:{s:3:\"tag\";s:12:\"av_codeblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:17:\"av_slideshow_full\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:3;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}s:5:\"index\";i:5;}i:1;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:1;a:3:{s:3:\"tag\";s:11:\"av_iconlist\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:2;a:3:{s:3:\"tag\";s:12:\"av_codeblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:8;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}i:1;a:3:{s:3:\"tag\";s:12:\"av_codeblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}s:5:\"index\";i:12;}}s:5:\"index\";i:4;}}'),(188,100,'_menu_item_type','post_type'),(189,100,'_menu_item_menu_item_parent','0'),(190,100,'_menu_item_object_id','42'),(191,100,'_menu_item_object','page'),(192,100,'_menu_item_target',''),(193,100,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(194,100,'_menu_item_xfn',''),(195,100,'_menu_item_url',''),(197,100,'_menu-item-avia-megamenu',''),(198,100,'_menu-item-avia-division',''),(199,100,'_menu-item-avia-textarea',''),(200,100,'_menu-item-avia-style',''),(201,101,'_menu_item_type','post_type'),(202,101,'_menu_item_menu_item_parent','0'),(203,101,'_menu_item_object_id','12'),(204,101,'_menu_item_object','page'),(205,101,'_menu_item_target',''),(206,101,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(207,101,'_menu_item_xfn',''),(208,101,'_menu_item_url',''),(210,101,'_menu-item-avia-megamenu',''),(211,101,'_menu-item-avia-division',''),(212,101,'_menu-item-avia-textarea',''),(213,101,'_menu-item-avia-style',''),(227,103,'_menu_item_type','post_type'),(228,103,'_menu_item_menu_item_parent','0'),(229,103,'_menu_item_object_id','8'),(230,103,'_menu_item_object','page'),(231,103,'_menu_item_target',''),(232,103,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(233,103,'_menu_item_xfn',''),(234,103,'_menu_item_url',''),(236,103,'_menu-item-avia-megamenu',''),(237,103,'_menu-item-avia-division',''),(238,103,'_menu-item-avia-textarea',''),(239,103,'_menu-item-avia-style',''),(1334,925,'_edit_last','1'),(1335,925,'_wp_page_template','default'),(1336,925,'_aviaLayoutBuilder_active','active'),(1337,925,'_aviaLayoutBuilderCleanData','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1830\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' custom_margin=\'aviaTBcustom_margin\' margin=\'-34.5px,\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Projects\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://almeelws.com/ms_website/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'DESC\']\r\n\r\n[/av_section]'),(1338,925,'layout',''),(1339,925,'sidebar',''),(1340,925,'footer',''),(1341,925,'header_title_bar',''),(1342,925,'header_transparency',''),(1343,925,'_avia_hide_featured_image','0'),(1344,925,'_edit_lock','1485180718:1'),(1356,929,'_edit_last','1'),(1357,929,'_wp_page_template','default'),(1358,929,'_aviaLayoutBuilder_active','active'),(1359,929,'_aviaLayoutBuilderCleanData','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1834\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-34px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Maintenance\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://almeelws.com/ms_website/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_portfolio categories=\'9\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\r\n[/av_section]\r\n\r\n'),(1360,929,'layout',''),(1361,929,'sidebar',''),(1362,929,'footer',''),(1363,929,'header_title_bar',''),(1364,929,'header_transparency',''),(1365,929,'_avia_hide_featured_image','0'),(1366,929,'_edit_lock','1481032603:1'),(1367,931,'_menu_item_type','custom'),(1368,931,'_menu_item_menu_item_parent','0'),(1369,931,'_menu_item_object_id','931'),(1370,931,'_menu_item_object','custom'),(1371,931,'_menu_item_target','_blank'),(1372,931,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1373,931,'_menu_item_xfn',''),(1374,931,'_menu_item_url','http://big.qa/en/careers'),(1376,932,'_menu_item_type','post_type'),(1377,932,'_menu_item_menu_item_parent','0'),(1378,932,'_menu_item_object_id','929'),(1379,932,'_menu_item_object','page'),(1380,932,'_menu_item_target',''),(1381,932,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1382,932,'_menu_item_xfn',''),(1383,932,'_menu_item_url',''),(1394,934,'_menu_item_type','post_type'),(1395,934,'_menu_item_menu_item_parent','0'),(1396,934,'_menu_item_object_id','925'),(1397,934,'_menu_item_object','page'),(1398,934,'_menu_item_target',''),(1399,934,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1400,934,'_menu_item_xfn',''),(1401,934,'_menu_item_url',''),(1424,1009,'_menu_item_type','custom'),(1425,1009,'_menu_item_menu_item_parent','0'),(1426,1009,'_menu_item_object_id','1009'),(1427,1009,'_menu_item_object','custom'),(1428,1009,'_menu_item_target','_blank'),(1429,1009,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1430,1009,'_menu_item_xfn',''),(1431,1009,'_menu_item_url','http://big.qa/en/careers'),(1476,925,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_slideshow_full\";s:7:\"content\";a:0:{}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:1;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}i:1;a:3:{s:3:\"tag\";s:12:\"av_portfolio\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:3;}}'),(1545,1042,'_edit_last','1'),(1546,1042,'_edit_lock','1481176687:1'),(1558,1042,'_aviaLayoutBuilder_active','active'),(1559,1042,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://almeelws.com/ms_website/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Stamped Concrete \' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_two_third][av_one_fifth first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'-20px,0px\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'false\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'1852\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1853\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1854\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1855\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1856\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1857\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1858\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1859\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1860\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1861\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1862\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1863\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1864\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1865\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<strong>Name:</strong> Stamped Concrete\r\n\r\n<strong>Brief Description:</strong> Is concrete that is patterned and/or textured or embossed to resemble brick, slate, flagstone, stone, tile, wood, and various other patterns and texture. Stamped concrete is commonly use for patios, sidewalks, driveways, pool decks and interior flooring. The ability of stamped concrete to resemble other building materials makes stamped concrete a less expensive alternative to using those other authentic materials such as stone, slate or brick.\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'More Services\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_portfolio categories=\'8\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\r\n\r\n[/av_two_third][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]'),(1560,1042,'_portfolio_custom_link',''),(1561,1042,'_portfolio_custom_link_url','http://'),(1562,1042,'_preview_ids',''),(1563,1042,'_preview_display','gallery'),(1564,1042,'_preview_autorotation','disabled'),(1565,1042,'_preview_columns','4'),(1566,1042,'_preview_text',''),(1567,1042,'layout',''),(1568,1042,'sidebar',''),(1569,1042,'footer',''),(1570,1042,'header_title_bar',''),(1571,1042,'header_transparency',''),(1572,1042,'breadcrumb_parent',''),(1573,1042,'_avia_hide_featured_image','0'),(1574,1042,'_avia_builder_shortcode_tree','a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:6:{i:0;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:4;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:6:{i:0;a:3:{s:3:\"tag\";s:12:\"av_slideshow\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}i:2;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:3;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:4;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}i:5;a:3:{s:3:\"tag\";s:12:\"av_portfolio\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:6;}i:5;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:0;}}'),(1580,929,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_slideshow_full\";s:7:\"content\";a:0:{}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:1;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}i:1;a:3:{s:3:\"tag\";s:12:\"av_portfolio\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:3;}}'),(1605,1112,'_menu_item_type','custom'),(1606,1112,'_menu_item_menu_item_parent','0'),(1607,1112,'_menu_item_object_id','1112'),(1608,1112,'_menu_item_object','custom'),(1609,1112,'_menu_item_target',''),(1610,1112,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1611,1112,'_menu_item_xfn',''),(1612,1112,'_menu_item_url','http://almeelws.com/bre_website/wp-content/uploads/2016/11/RealEstate_Profile_EN.pdf'),(1613,1112,'_menu_item_orphaned','1479200441'),(1669,1205,'_edit_last','1'),(1670,1205,'emd_video_key','fs8JGA9SOqE'),(1671,1205,'emd_video_featured','0'),(1672,1205,'emd_video_thumbnail_resolution','mq'),(1673,1205,'emd_video_autoplay','0'),(1674,1205,'_edit_lock','1479373067:1'),(1687,1213,'_edit_last','1'),(1688,1213,'_edit_lock','1484632529:1'),(1689,1213,'_wp_page_template','default'),(1690,1213,'_aviaLayoutBuilder_active','active'),(1691,1213,'_aviaLayoutBuilderCleanData','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1832\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' custom_margin=\'aviaTBcustom_margin\' margin=\'-34.5px,\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Services\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://almeelws.com/ms_website/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_portfolio categories=\'8\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\r\n[/av_section]\r\n\r\n'),(1692,1213,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_slideshow_full\";s:7:\"content\";a:0:{}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:1;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}i:1;a:3:{s:3:\"tag\";s:12:\"av_portfolio\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:3;}}'),(1693,1213,'layout',''),(1694,1213,'sidebar',''),(1695,1213,'footer',''),(1696,1213,'header_title_bar',''),(1697,1213,'header_transparency',''),(1698,1213,'_avia_hide_featured_image','0'),(1699,1216,'_menu_item_type','post_type'),(1700,1216,'_menu_item_menu_item_parent','0'),(1701,1216,'_menu_item_object_id','1213'),(1702,1216,'_menu_item_object','page'),(1703,1216,'_menu_item_target',''),(1704,1216,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1705,1216,'_menu_item_xfn',''),(1706,1216,'_menu_item_url',''),(1752,1261,'_edit_last','1'),(1753,1261,'_edit_lock','1480572154:1'),(1762,1261,'_aviaLayoutBuilder_active','active'),(1763,1261,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://almeelws.com/ms_website/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Irrigation System\' tag=\'h2\' style=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#35404b\'][/av_heading]\r\n\r\n[/av_two_third][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'1847\'][/av_slide]\r\n[av_slide id=\'1848\'][/av_slide]\r\n[av_slide id=\'1846\'][/av_slide]\r\n[av_slide id=\'1849\'][/av_slide]\r\n[av_slide id=\'1850\'][/av_slide]\r\n[av_slide id=\'1851\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<strong>Name:</strong> Irrigation System\r\n\r\n<strong>Brief Description: </strong>Is the artificial application of water to the land or soil. It is used to assist in the growing of agricultural crops, maintenance of landscapes and re-vegetation of disturbed soils in dry areas and during periods of in adequate rainfall. It also has a few other uses in crop production, which include protecting plants against frost, suppressing weed growth and preventing soil consolidation.\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'More Services\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#35404b\'][/av_heading]\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_portfolio categories=\'8\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\r\n\r\n[/av_two_third][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]'),(1764,1261,'_avia_builder_shortcode_tree','a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:6:{i:0;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:4;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:6:{i:0;a:3:{s:3:\"tag\";s:12:\"av_slideshow\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}i:2;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:3;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:4;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}i:5;a:3:{s:3:\"tag\";s:12:\"av_portfolio\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:6;}i:5;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:0;}}'),(1765,1261,'_portfolio_custom_link',''),(1766,1261,'_portfolio_custom_link_url','http://'),(1767,1261,'_preview_ids',''),(1768,1261,'_preview_display','gallery'),(1769,1261,'_preview_autorotation','disabled'),(1770,1261,'_preview_columns','6'),(1771,1261,'_preview_text',''),(1772,1261,'layout',''),(1773,1261,'sidebar',''),(1774,1261,'footer',''),(1775,1261,'header_title_bar',''),(1776,1261,'header_transparency',''),(1777,1261,'breadcrumb_parent',''),(1778,1261,'_avia_hide_featured_image','0'),(1780,1267,'_edit_last','1'),(1781,1267,'_edit_lock','1480504363:1'),(1792,1267,'_aviaLayoutBuilder_active','active'),(1793,1267,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://almeelws.com/ms_website/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Softscape\' tag=\'h2\' style=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#35404b\'][/av_heading]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'1791\'][/av_slide]\r\n[av_slide id=\'1792\'][/av_slide]\r\n[av_slide id=\'1793\'][/av_slide]\r\n[av_slide id=\'1794\'][/av_slide]\r\n[av_slide id=\'1795\'][/av_slide]\r\n[av_slide id=\'1796\'][/av_slide]\r\n[av_slide id=\'1797\'][/av_slide]\r\n[av_slide id=\'1798\'][/av_slide]\r\n[av_slide id=\'1799\'][/av_slide]\r\n[av_slide id=\'1800\'][/av_slide]\r\n[av_slide id=\'1801\'][/av_slide]\r\n[av_slide id=\'1802\'][/av_slide]\r\n[av_slide id=\'1803\'][/av_slide]\r\n[av_slide id=\'1804\'][/av_slide]\r\n[av_slide id=\'1805\'][/av_slide]\r\n[av_slide id=\'1806\'][/av_slide]\r\n[av_slide id=\'1807\'][/av_slide]\r\n[av_slide id=\'1808\'][/av_slide]\r\n[av_slide id=\'1809\'][/av_slide]\r\n[av_slide id=\'1810\'][/av_slide]\r\n[av_slide id=\'1811\'][/av_slide]\r\n[av_slide id=\'1812\'][/av_slide]\r\n[av_slide id=\'1813\'][/av_slide]\r\n[av_slide id=\'1814\'][/av_slide]\r\n[av_slide id=\'1815\'][/av_slide]\r\n[av_slide id=\'1816\'][/av_slide]\r\n[av_slide id=\'1817\'][/av_slide]\r\n[av_slide id=\'1818\'][/av_slide]\r\n[av_slide id=\'1819\'][/av_slide]\r\n[av_slide id=\'1820\'][/av_slide]\r\n[av_slide id=\'1821\'][/av_slide]\r\n[av_slide id=\'1822\'][/av_slide]\r\n[av_slide id=\'1823\'][/av_slide]\r\n[av_slide id=\'1824\'][/av_slide]\r\n[av_slide id=\'1825\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<strong>Name:</strong> Softscape\r\n\r\n<strong>Brief Description:</strong> Refers to the elements of a landscape that comprise live, horticultural elements. Softscaping can include flowers, plants, shrubs, trees, flower beds, etc. The purpose is to lend character to the landscaping, create aura, ambiance, and reflect sensibilities of the inhabitants also send life to the dry places and make them attractive to relieve the eye, soul, and nerves.\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'More Services\' tag=\'h2\' style=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#35404b\'][/av_heading]\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_portfolio categories=\'8\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]'),(1794,1267,'_avia_builder_shortcode_tree','a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:8:{i:0;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:5;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:6:{i:0;a:3:{s:3:\"tag\";s:12:\"av_slideshow\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:2;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:3;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}i:4;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}i:5;a:3:{s:3:\"tag\";s:12:\"av_portfolio\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:7;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}i:7;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:0;}}'),(1795,1267,'_portfolio_custom_link',''),(1796,1267,'_portfolio_custom_link_url','http://'),(1797,1267,'_preview_ids',''),(1798,1267,'_preview_display','gallery'),(1799,1267,'_preview_autorotation','disabled'),(1800,1267,'_preview_columns','6'),(1801,1267,'_preview_text',''),(1802,1267,'layout',''),(1803,1267,'sidebar',''),(1804,1267,'footer',''),(1805,1267,'header_title_bar',''),(1806,1267,'header_transparency',''),(1807,1267,'breadcrumb_parent',''),(1808,1267,'_avia_hide_featured_image','0'),(1814,1276,'_edit_last','1'),(1815,1276,'_edit_lock','1481176826:1'),(1821,1276,'_aviaLayoutBuilder_active','active'),(1822,1276,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://almeelws.com/ms_website/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Hardscape\' tag=\'h2\' style=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#35404b\'][/av_heading]\r\n\r\n[/av_two_third][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'1776\'][/av_slide]\r\n[av_slide id=\'1777\'][/av_slide]\r\n[av_slide id=\'1778\'][/av_slide]\r\n[av_slide id=\'1779\'][/av_slide]\r\n[av_slide id=\'1780\'][/av_slide]\r\n[av_slide id=\'1781\'][/av_slide]\r\n[av_slide id=\'1782\'][/av_slide]\r\n[av_slide id=\'1783\'][/av_slide]\r\n[av_slide id=\'1784\'][/av_slide]\r\n[av_slide id=\'1785\'][/av_slide]\r\n[av_slide id=\'1786\'][/av_slide]\r\n[av_slide id=\'1787\'][/av_slide]\r\n[av_slide id=\'1788\'][/av_slide]\r\n[av_slide id=\'1789\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<strong>Name: </strong>Hardscape\r\n\r\n<strong>Brief Description: </strong>Refers to landscape materials in the build environment structures that are incorporated into a landscape. This can include paved areas, driveways, retaining walls, or any other landscaping made up of hard wearing materials such as stone, concrete etc. as opposed to softscape, the horticultural elements of a landscape.\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'More Services\' tag=\'h2\' style=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#35404b\'][/av_heading]\r\n\r\n[av_portfolio categories=\'8\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\r\n\r\n[/av_two_third][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]\r\n\r\n'),(1823,1276,'_avia_builder_shortcode_tree','a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:6:{i:0;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:4;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:5:{i:0;a:3:{s:3:\"tag\";s:12:\"av_slideshow\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}i:2;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:3;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:4;a:3:{s:3:\"tag\";s:12:\"av_portfolio\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:6;}i:5;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:0;}}'),(1824,1276,'_portfolio_custom_link',''),(1825,1276,'_portfolio_custom_link_url','http://'),(1826,1276,'_preview_ids',''),(1827,1276,'_preview_display','gallery'),(1828,1276,'_preview_autorotation','disabled'),(1829,1276,'_preview_columns','6'),(1830,1276,'_preview_text',''),(1831,1276,'layout',''),(1832,1276,'sidebar',''),(1833,1276,'footer',''),(1834,1276,'header_title_bar',''),(1835,1276,'header_transparency',''),(1836,1276,'breadcrumb_parent',''),(1837,1276,'_avia_hide_featured_image','0'),(1838,1280,'_edit_last','1'),(1839,1280,'_edit_lock','1481176427:1'),(1853,1280,'_aviaLayoutBuilder_active','active'),(1854,1280,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://almeelws.com/ms_website/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'QP Project \' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_two_third][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'false\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'1773\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1774\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1775\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nHard Landscaping and Civil Works\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'More Projects\' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'DESC\']\r\n\r\n[/av_two_third][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]'),(1855,1280,'_avia_builder_shortcode_tree','a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:6:{i:0;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:4;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:5:{i:0;a:3:{s:3:\"tag\";s:12:\"av_slideshow\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}i:2;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:3;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:4;a:3:{s:3:\"tag\";s:12:\"av_portfolio\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:6;}i:5;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:0;}}'),(1856,1280,'_portfolio_custom_link',''),(1857,1280,'_portfolio_custom_link_url','http://'),(1858,1280,'_preview_ids',''),(1859,1280,'_preview_display','gallery'),(1860,1280,'_preview_autorotation','disabled'),(1861,1280,'_preview_columns','6'),(1862,1280,'_preview_text',''),(1863,1280,'layout',''),(1864,1280,'sidebar',''),(1865,1280,'footer',''),(1866,1280,'header_title_bar',''),(1867,1280,'header_transparency',''),(1868,1280,'breadcrumb_parent',''),(1869,1280,'_avia_hide_featured_image','0'),(1873,1289,'_edit_last','1'),(1874,1289,'_edit_lock','1480496106:1'),(1891,1289,'_aviaLayoutBuilder_active','active'),(1892,1289,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://almeelws.com/ms_website/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Private Villa in Duhail \' tag=\'h2\' style=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#35404b\'][/av_heading]\r\n\r\n[/av_two_third][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'1772\'][/av_slide]\r\n[av_slide id=\'1770\'][/av_slide]\r\n[av_slide id=\'1771\'][/av_slide]\r\n[av_slide id=\'1769\'][/av_slide]\r\n[av_slide id=\'1768\'][/av_slide]\r\n[av_slide id=\'1767\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nLandscaping\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'More Projects\' tag=\'h2\' style=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#35404b\'][/av_heading]\r\n\r\n[av_hr class=\'invisible\' height=\'-30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'DESC\']\r\n\r\n[/av_two_third][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]'),(1893,1289,'_avia_builder_shortcode_tree','a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:6:{i:0;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:4;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:6:{i:0;a:3:{s:3:\"tag\";s:12:\"av_slideshow\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}i:2;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:3;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:4;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}i:5;a:3:{s:3:\"tag\";s:12:\"av_portfolio\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:6;}i:5;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:0;}}'),(1894,1289,'_portfolio_custom_link',''),(1895,1289,'_portfolio_custom_link_url','http://'),(1896,1289,'_preview_ids',''),(1897,1289,'_preview_display','gallery'),(1898,1289,'_preview_autorotation','disabled'),(1899,1289,'_preview_columns','6'),(1900,1289,'_preview_text',''),(1901,1289,'layout',''),(1902,1289,'sidebar',''),(1903,1289,'footer',''),(1904,1289,'header_title_bar',''),(1905,1289,'header_transparency',''),(1906,1289,'breadcrumb_parent',''),(1907,1289,'_avia_hide_featured_image','0'),(1909,1299,'_edit_last','1'),(1910,1299,'_edit_lock','1480855226:1'),(1914,1299,'_aviaLayoutBuilder_active','active'),(1915,1299,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://almeelws.com/ms_website/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Rashid Al Mannai\' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_two_third][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'1983\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1985\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1984\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1764\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1766\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nHard Landscaping, Stamped Concrete, Stone Cladding, Irrigation Works, Fountains and Water Features.\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'More Projects\' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\r\n\r\n[/av_two_third][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]'),(1916,1299,'_avia_builder_shortcode_tree','a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:6:{i:0;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:4;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:5:{i:0;a:3:{s:3:\"tag\";s:12:\"av_slideshow\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}i:2;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:3;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:4;a:3:{s:3:\"tag\";s:12:\"av_portfolio\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:6;}i:5;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:0;}}'),(1917,1299,'_portfolio_custom_link',''),(1918,1299,'_portfolio_custom_link_url','http://'),(1919,1299,'_preview_ids',''),(1920,1299,'_preview_display','gallery'),(1921,1299,'_preview_autorotation','disabled'),(1922,1299,'_preview_columns','6'),(1923,1299,'_preview_text',''),(1924,1299,'layout',''),(1925,1299,'sidebar',''),(1926,1299,'footer',''),(1927,1299,'header_title_bar',''),(1928,1299,'header_transparency',''),(1929,1299,'breadcrumb_parent',''),(1930,1299,'_avia_hide_featured_image','0'),(1931,1301,'_edit_last','1'),(1932,1301,'_edit_lock','1480493985:1'),(1936,1301,'_aviaLayoutBuilder_active','active'),(1937,1301,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://almeelws.com/ms_website/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Rotana Hotel \' tag=\'h2\' style=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#35404b\'][/av_heading]\r\n\r\n[/av_two_third][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\r\n[av_slide slide_type=\'image\' id=\'1762\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n\r\n\r\n[/av_slideshow]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nSoft & Hard Landscaping Works.\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'More Projects\' tag=\'h2\' style=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#35404b\'][/av_heading]\r\n\r\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\r\n\r\n[/av_two_third][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]'),(1938,1301,'_avia_builder_shortcode_tree','a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:6:{i:0;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:4;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:5:{i:0;a:3:{s:3:\"tag\";s:12:\"av_slideshow\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}i:2;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:3;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:4;a:3:{s:3:\"tag\";s:12:\"av_portfolio\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:6;}i:5;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:0;}}'),(1939,1301,'_portfolio_custom_link',''),(1940,1301,'_portfolio_custom_link_url','http://'),(1941,1301,'_preview_ids',''),(1942,1301,'_preview_display','gallery'),(1943,1301,'_preview_autorotation','disabled'),(1944,1301,'_preview_columns','6'),(1945,1301,'_preview_text',''),(1946,1301,'layout',''),(1947,1301,'sidebar',''),(1948,1301,'footer',''),(1949,1301,'header_title_bar',''),(1950,1301,'header_transparency',''),(1951,1301,'breadcrumb_parent',''),(1952,1301,'_avia_hide_featured_image','0'),(1953,1303,'_edit_last','1'),(1954,1303,'_edit_lock','1480493935:1'),(1962,1303,'_aviaLayoutBuilder_active','active'),(1963,1303,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://almeelws.com/ms_website/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Private Villa in Hilal\' tag=\'h2\' style=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#35404b\'][/av_heading]\r\n\r\n[/av_two_third][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'1755\'][/av_slide]\r\n[av_slide id=\'1756\'][/av_slide]\r\n[av_slide id=\'1757\'][/av_slide]\r\n[av_slide id=\'1758\'][/av_slide]\r\n[av_slide id=\'1759\'][/av_slide]\r\n[av_slide id=\'1760\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nSoft & Hard Landscaping Works\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'More Projects\' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\r\n\r\n[/av_two_third][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]'),(1964,1303,'_avia_builder_shortcode_tree','a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:6:{i:0;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:4;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:5:{i:0;a:3:{s:3:\"tag\";s:12:\"av_slideshow\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}i:2;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:3;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:4;a:3:{s:3:\"tag\";s:12:\"av_portfolio\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:6;}i:5;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:0;}}'),(1965,1303,'_portfolio_custom_link',''),(1966,1303,'_portfolio_custom_link_url','http://'),(1967,1303,'_preview_ids',''),(1968,1303,'_preview_display','gallery'),(1969,1303,'_preview_autorotation','disabled'),(1970,1303,'_preview_columns','6'),(1971,1303,'_preview_text',''),(1972,1303,'layout',''),(1973,1303,'sidebar',''),(1974,1303,'footer',''),(1975,1303,'header_title_bar',''),(1976,1303,'header_transparency',''),(1977,1303,'breadcrumb_parent',''),(1978,1303,'_avia_hide_featured_image','0'),(1979,1310,'_edit_last','1'),(1980,1310,'_edit_lock','1480493049:1'),(2001,1310,'_aviaLayoutBuilder_active','active'),(2002,1310,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://almeelws.com/ms_website/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Private Farm House \' tag=\'h2\' style=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#35404b\'][/av_heading]\r\n\r\n[/av_two_third][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'1751\'][/av_slide]\r\n[av_slide id=\'1752\'][/av_slide]\r\n[av_slide id=\'1753\'][/av_slide]\r\n[av_slide id=\'1754\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n14,000m² Landscaping & Irrigation Works\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'More Projects\' tag=\'h2\' style=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#35404b\'][/av_heading]\r\n\r\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\r\n\r\n[/av_two_third][av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]\r\n\r\n'),(2003,1310,'_avia_builder_shortcode_tree','a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:6:{i:0;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:4;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:5:{i:0;a:3:{s:3:\"tag\";s:12:\"av_slideshow\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}i:2;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:3;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:4;a:3:{s:3:\"tag\";s:12:\"av_portfolio\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:6;}i:5;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:0;}}'),(2004,1310,'_portfolio_custom_link',''),(2005,1310,'_portfolio_custom_link_url','http://'),(2006,1310,'_preview_ids',''),(2007,1310,'_preview_display','gallery'),(2008,1310,'_preview_autorotation','disabled'),(2009,1310,'_preview_columns','6'),(2010,1310,'_preview_text',''),(2011,1310,'layout',''),(2012,1310,'sidebar',''),(2013,1310,'footer',''),(2014,1310,'header_title_bar',''),(2015,1310,'header_transparency',''),(2016,1310,'breadcrumb_parent',''),(2017,1310,'_avia_hide_featured_image','0'),(2019,1321,'_edit_last','1'),(2020,1321,'_edit_lock','1480492704:1'),(2030,1321,'_aviaLayoutBuilder_active','active'),(2031,1321,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://almeelws.com/ms_website/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Private Villa in Bani Hajer \' tag=\'h2\' style=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#35404b\'][/av_heading]\r\n\r\n[/av_two_third][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'1745\'][/av_slide]\r\n[av_slide id=\'1746\'][/av_slide]\r\n[av_slide id=\'1747\'][/av_slide]\r\n[av_slide id=\'1748\'][/av_slide]\r\n[av_slide id=\'1749\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nLighting Fixtures\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'More Projects\' tag=\'h2\' style=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#35404b\'][/av_heading]\r\n\r\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'DESC\']\r\n\r\n[/av_two_third][av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]'),(2032,1321,'_avia_builder_shortcode_tree','a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:6:{i:0;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:4;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:5:{i:0;a:3:{s:3:\"tag\";s:12:\"av_slideshow\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}i:2;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:3;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:4;a:3:{s:3:\"tag\";s:12:\"av_portfolio\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:6;}i:5;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:0;}}'),(2033,1321,'_portfolio_custom_link',''),(2034,1321,'_portfolio_custom_link_url','http://'),(2035,1321,'_preview_ids',''),(2036,1321,'_preview_display','gallery'),(2037,1321,'_preview_autorotation','disabled'),(2038,1321,'_preview_columns','6'),(2039,1321,'_preview_text',''),(2040,1321,'layout',''),(2041,1321,'sidebar',''),(2042,1321,'footer',''),(2043,1321,'header_title_bar',''),(2044,1321,'header_transparency',''),(2045,1321,'breadcrumb_parent',''),(2046,1321,'_avia_hide_featured_image','0'),(2047,1326,'_edit_last','1'),(2048,1326,'_edit_lock','1481176152:1'),(2072,1326,'_aviaLayoutBuilder_active','active'),(2073,1326,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://almeelws.com/ms_website/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Private Villa 5\' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_two_third][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'false\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'1736\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1737\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1738\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1739\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1740\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1741\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1742\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1743\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1744\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nLandscaping & Water Feature Works\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'More Projects\' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\r\n\r\n[/av_two_third][av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]'),(2074,1326,'_avia_builder_shortcode_tree','a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:6:{i:0;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:4;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:5:{i:0;a:3:{s:3:\"tag\";s:12:\"av_slideshow\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}i:2;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:3;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:4;a:3:{s:3:\"tag\";s:12:\"av_portfolio\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:6;}i:5;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:0;}}'),(2075,1326,'_portfolio_custom_link',''),(2076,1326,'_portfolio_custom_link_url','http://'),(2077,1326,'_preview_ids',''),(2078,1326,'_preview_display','gallery'),(2079,1326,'_preview_autorotation','disabled'),(2080,1326,'_preview_columns','6'),(2081,1326,'_preview_text',''),(2082,1326,'layout',''),(2083,1326,'sidebar',''),(2084,1326,'footer',''),(2085,1326,'header_title_bar',''),(2086,1326,'header_transparency',''),(2087,1326,'breadcrumb_parent',''),(2088,1326,'_avia_hide_featured_image','0'),(2089,1340,'_edit_last','1'),(2090,1340,'_edit_lock','1481176115:1'),(2140,1340,'_aviaLayoutBuilder_active','active'),(2141,1340,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://almeelws.com/ms_website/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Private Villa 4\' tag=\'h2\' style=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#35404b\'][/av_heading]\r\n\r\n[/av_two_third][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'1732\'][/av_slide]\r\n[av_slide id=\'1733\'][/av_slide]\r\n[av_slide id=\'1734\'][/av_slide]\r\n[av_slide id=\'1735\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nLandscaping & Water Feature Works\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'More Projects\' tag=\'h2\' style=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#35404b\'][/av_heading]\r\n\r\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\r\n\r\n[/av_two_third][av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]'),(2142,1340,'_avia_builder_shortcode_tree','a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:6:{i:0;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:4;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:5:{i:0;a:3:{s:3:\"tag\";s:12:\"av_slideshow\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}i:2;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:3;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:4;a:3:{s:3:\"tag\";s:12:\"av_portfolio\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:6;}i:5;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:0;}}'),(2143,1340,'_portfolio_custom_link',''),(2144,1340,'_portfolio_custom_link_url','http://'),(2145,1340,'_preview_ids',''),(2146,1340,'_preview_display','gallery'),(2147,1340,'_preview_autorotation','disabled'),(2148,1340,'_preview_columns','6'),(2149,1340,'_preview_text',''),(2150,1340,'layout',''),(2151,1340,'sidebar',''),(2152,1340,'footer',''),(2153,1340,'header_title_bar',''),(2154,1340,'header_transparency',''),(2155,1340,'breadcrumb_parent',''),(2156,1340,'_avia_hide_featured_image','0'),(2157,1365,'_edit_last','1'),(2158,1365,'_edit_lock','1480491521:1'),(2175,1365,'_aviaLayoutBuilder_active','active'),(2176,1365,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://almeelws.com/ms_website/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Private Villa 3\' tag=\'h2\' style=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#35404b\'][/av_heading]\r\n\r\n[/av_two_third][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'1726\'][/av_slide]\r\n[av_slide id=\'1727\'][/av_slide]\r\n[av_slide id=\'1728\'][/av_slide]\r\n[av_slide id=\'1729\'][/av_slide]\r\n[av_slide id=\'1730\'][/av_slide]\r\n[av_slide id=\'1731\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nLandscaping, Stamped Concrete, Stone Cladding, Irrigation Works, Fountains and Water Features.\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'More Projects\' tag=\'h2\' style=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#35404b\'][/av_heading]\r\n\r\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'DESC\']\r\n\r\n[/av_two_third][av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]'),(2177,1365,'_avia_builder_shortcode_tree','a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:6:{i:0;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:4;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:5:{i:0;a:3:{s:3:\"tag\";s:12:\"av_slideshow\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}i:2;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:3;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:4;a:3:{s:3:\"tag\";s:12:\"av_portfolio\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:6;}i:5;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:0;}}'),(2178,1365,'_portfolio_custom_link',''),(2179,1365,'_portfolio_custom_link_url','http://'),(2180,1365,'_preview_ids',''),(2181,1365,'_preview_display','gallery'),(2182,1365,'_preview_autorotation','disabled'),(2183,1365,'_preview_columns','6'),(2184,1365,'_preview_text',''),(2185,1365,'layout',''),(2186,1365,'sidebar',''),(2187,1365,'footer',''),(2188,1365,'header_title_bar',''),(2189,1365,'header_transparency',''),(2190,1365,'breadcrumb_parent',''),(2191,1365,'_avia_hide_featured_image','0'),(2193,1375,'_edit_last','1'),(2194,1375,'_edit_lock','1481176060:1'),(2205,1375,'_aviaLayoutBuilder_active','active'),(2206,1375,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://almeelws.com/ms_website/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Private Villa 2 \' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_two_third][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'false\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'1717\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1718\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1719\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1720\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1721\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1722\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1723\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1724\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1725\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nSoft & Hard Landscaping Works.\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'DESC\']\r\n\r\n[/av_two_third][av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]'),(2207,1375,'_avia_builder_shortcode_tree','a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:6:{i:0;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:4;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:12:\"av_slideshow\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}i:2;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:3;a:3:{s:3:\"tag\";s:12:\"av_portfolio\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:6;}i:5;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:0;}}'),(2208,1375,'_portfolio_custom_link',''),(2209,1375,'_portfolio_custom_link_url','http://'),(2210,1375,'_preview_ids',''),(2211,1375,'_preview_display','gallery'),(2212,1375,'_preview_autorotation','disabled'),(2213,1375,'_preview_columns','6'),(2214,1375,'_preview_text',''),(2215,1375,'layout',''),(2216,1375,'sidebar',''),(2217,1375,'footer',''),(2218,1375,'header_title_bar',''),(2219,1375,'header_transparency',''),(2220,1375,'breadcrumb_parent',''),(2221,1375,'_avia_hide_featured_image','0'),(2225,1383,'_edit_last','1'),(2226,1383,'_edit_lock','1481175889:1'),(2254,1383,'_aviaLayoutBuilder_active','active'),(2255,1383,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://almeelws.com/ms_website/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Private Villa\' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_two_third][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'false\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'1713\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1714\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1715\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1716\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nSoft & Hard Landscaping Works.\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'More Projects\' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\r\n\r\n[/av_two_third][av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]'),(2256,1383,'_avia_builder_shortcode_tree','a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:6:{i:0;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:4;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:5:{i:0;a:3:{s:3:\"tag\";s:12:\"av_slideshow\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}i:2;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:3;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:4;a:3:{s:3:\"tag\";s:12:\"av_portfolio\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:6;}i:5;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:0;}}'),(2257,1383,'_portfolio_custom_link',''),(2258,1383,'_portfolio_custom_link_url','http://'),(2259,1383,'_preview_ids',''),(2260,1383,'_preview_display','gallery'),(2261,1383,'_preview_autorotation','disabled'),(2262,1383,'_preview_columns','6'),(2263,1383,'_preview_text',''),(2264,1383,'layout',''),(2265,1383,'sidebar',''),(2266,1383,'footer',''),(2267,1383,'header_title_bar',''),(2268,1383,'header_transparency',''),(2269,1383,'breadcrumb_parent',''),(2270,1383,'_avia_hide_featured_image','0'),(2271,1397,'_edit_last','1'),(2272,1397,'_edit_lock','1480490299:1'),(2286,1397,'_aviaLayoutBuilder_active','active'),(2287,1397,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://almeelws.com/ms_website/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'MMUP Ministry \' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_two_third][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'1706\'][/av_slide]\r\n[av_slide id=\'1707\'][/av_slide]\r\n[av_slide id=\'1708\'][/av_slide]\r\n[av_slide id=\'1709\'][/av_slide]\r\n[av_slide id=\'1710\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nSoft, Hard Landscaping & Fountain Works.\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'More Projects\' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\r\n\r\n[/av_two_third][av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]'),(2288,1397,'_avia_builder_shortcode_tree','a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:6:{i:0;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:4;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:5:{i:0;a:3:{s:3:\"tag\";s:12:\"av_slideshow\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}i:2;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:3;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:4;a:3:{s:3:\"tag\";s:12:\"av_portfolio\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:6;}i:5;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:0;}}'),(2289,1397,'_portfolio_custom_link',''),(2290,1397,'_portfolio_custom_link_url','http://'),(2291,1397,'_preview_ids',''),(2292,1397,'_preview_display','gallery'),(2293,1397,'_preview_autorotation','disabled'),(2294,1397,'_preview_columns','6'),(2295,1397,'_preview_text',''),(2296,1397,'layout',''),(2297,1397,'sidebar',''),(2298,1397,'footer',''),(2299,1397,'header_title_bar',''),(2300,1397,'header_transparency',''),(2301,1397,'breadcrumb_parent',''),(2302,1397,'_avia_hide_featured_image','0'),(2305,1407,'_edit_last','1'),(2306,1407,'_edit_lock','1480490033:1'),(2340,1407,'_aviaLayoutBuilder_active','active'),(2341,1407,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://almeelws.com/ms_website/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Jumana Tower \' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_two_third][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'1698\'][/av_slide]\r\n[av_slide id=\'1699\'][/av_slide]\r\n[av_slide id=\'1700\'][/av_slide]\r\n[av_slide id=\'1701\'][/av_slide]\r\n[av_slide id=\'1702\'][/av_slide]\r\n[av_slide id=\'1703\'][/av_slide]\r\n[av_slide id=\'1704\'][/av_slide]\r\n[av_slide id=\'1705\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nLandscaping Works\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'More Projects\' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\r\n\r\n[/av_two_third][av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]\r\n\r\n'),(2342,1407,'_avia_builder_shortcode_tree','a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:6:{i:0;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:4;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:5:{i:0;a:3:{s:3:\"tag\";s:12:\"av_slideshow\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}i:2;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:3;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:4;a:3:{s:3:\"tag\";s:12:\"av_portfolio\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:6;}i:5;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:0;}}'),(2343,1407,'_portfolio_custom_link',''),(2344,1407,'_portfolio_custom_link_url','http://'),(2345,1407,'_preview_ids',''),(2346,1407,'_preview_display','gallery'),(2347,1407,'_preview_autorotation','disabled'),(2348,1407,'_preview_columns','6'),(2349,1407,'_preview_text',''),(2350,1407,'layout',''),(2351,1407,'sidebar',''),(2352,1407,'footer',''),(2353,1407,'header_title_bar',''),(2354,1407,'header_transparency',''),(2355,1407,'breadcrumb_parent',''),(2356,1407,'_avia_hide_featured_image','0'),(2357,1424,'_edit_last','1'),(2358,1424,'_edit_lock','1480489529:1'),(2392,1424,'_aviaLayoutBuilder_active','active'),(2393,1424,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://almeelws.com/ms_website/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Kahramaa Awareness Park \' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_two_third][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'1682\'][/av_slide]\r\n[av_slide id=\'1683\'][/av_slide]\r\n[av_slide id=\'1684\'][/av_slide]\r\n[av_slide id=\'1685\'][/av_slide]\r\n[av_slide id=\'1686\'][/av_slide]\r\n[av_slide id=\'1687\'][/av_slide]\r\n[av_slide id=\'1688\'][/av_slide]\r\n[av_slide id=\'1689\'][/av_slide]\r\n[av_slide id=\'1690\'][/av_slide]\r\n[av_slide id=\'1691\'][/av_slide]\r\n[av_slide id=\'1692\'][/av_slide]\r\n[av_slide id=\'1693\'][/av_slide]\r\n[av_slide id=\'1694\'][/av_slide]\r\n[av_slide id=\'1695\'][/av_slide]\r\n[av_slide id=\'1696\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nHard Landscaping, Stamped Concrete, Fountains & Water Features Works.\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'More Projects\' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\r\n\r\n[/av_two_third][av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]'),(2394,1424,'_avia_builder_shortcode_tree','a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:6:{i:0;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:4;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:5:{i:0;a:3:{s:3:\"tag\";s:12:\"av_slideshow\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}i:2;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:3;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:4;a:3:{s:3:\"tag\";s:12:\"av_portfolio\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:6;}i:5;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:0;}}'),(2395,1424,'_portfolio_custom_link',''),(2396,1424,'_portfolio_custom_link_url','http://'),(2397,1424,'_preview_ids',''),(2398,1424,'_preview_display','gallery'),(2399,1424,'_preview_autorotation','disabled'),(2400,1424,'_preview_columns','6'),(2401,1424,'_preview_text',''),(2402,1424,'layout',''),(2403,1424,'sidebar',''),(2404,1424,'footer',''),(2405,1424,'header_title_bar',''),(2406,1424,'header_transparency',''),(2407,1424,'breadcrumb_parent',''),(2408,1424,'_avia_hide_featured_image','0'),(2409,1441,'_edit_last','1'),(2410,1441,'_edit_lock','1480488957:1'),(2428,1441,'_aviaLayoutBuilder_active','active'),(2429,1441,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://almeelws.com/ms_website/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Al Telal - Fox Hills \' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_two_third][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'1670\'][/av_slide]\r\n[av_slide id=\'1671\'][/av_slide]\r\n[av_slide id=\'1672\'][/av_slide]\r\n[av_slide id=\'1673\'][/av_slide]\r\n[av_slide id=\'1674\'][/av_slide]\r\n[av_slide id=\'1675\'][/av_slide]\r\n[av_slide id=\'1676\'][/av_slide]\r\n[av_slide id=\'1677\'][/av_slide]\r\n[av_slide id=\'1678\'][/av_slide]\r\n[av_slide id=\'1680\'][/av_slide]\r\n[av_slide id=\'1681\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nHard Landscaping Works\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'More Projects\' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\r\n\r\n[/av_two_third][av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]\r\n\r\n'),(2430,1441,'_avia_builder_shortcode_tree','a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:6:{i:0;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:4;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:5:{i:0;a:3:{s:3:\"tag\";s:12:\"av_slideshow\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}i:2;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:3;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:4;a:3:{s:3:\"tag\";s:12:\"av_portfolio\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:6;}i:5;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:0;}}'),(2431,1441,'_portfolio_custom_link',''),(2432,1441,'_portfolio_custom_link_url','http://'),(2433,1441,'_preview_ids',''),(2434,1441,'_preview_display','gallery'),(2435,1441,'_preview_autorotation','disabled'),(2436,1441,'_preview_columns','6'),(2437,1441,'_preview_text',''),(2438,1441,'layout',''),(2439,1441,'sidebar',''),(2440,1441,'footer',''),(2441,1441,'header_title_bar',''),(2442,1441,'header_transparency',''),(2443,1441,'breadcrumb_parent',''),(2444,1441,'_avia_hide_featured_image','0'),(2445,1450,'_edit_last','1'),(2446,1450,'_edit_lock','1480488169:1'),(2463,1450,'_aviaLayoutBuilder_active','active'),(2464,1450,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://almeelws.com/ms_website/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Centara Hotel\' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_two_third][av_one_fifth first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'1659\'][/av_slide]\r\n[av_slide id=\'1661\'][/av_slide]\r\n[av_slide id=\'1662\'][/av_slide]\r\n[av_slide id=\'1663\'][/av_slide]\r\n[av_slide id=\'1664\'][/av_slide]\r\n[av_slide id=\'1665\'][/av_slide]\r\n[av_slide id=\'1666\'][/av_slide]\r\n[av_slide id=\'1667\'][/av_slide]\r\n[av_slide id=\'1668\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nLandscaping & Irrigation Works\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'More Projects\' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\r\n\r\n[/av_two_third][av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]'),(2465,1450,'_avia_builder_shortcode_tree','a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:6:{i:0;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:4;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:5:{i:0;a:3:{s:3:\"tag\";s:12:\"av_slideshow\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}i:2;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:3;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:4;a:3:{s:3:\"tag\";s:12:\"av_portfolio\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:6;}i:5;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:0;}}'),(2466,1450,'_portfolio_custom_link',''),(2467,1450,'_portfolio_custom_link_url','http://'),(2468,1450,'_preview_ids',''),(2469,1450,'_preview_display','gallery'),(2470,1450,'_preview_autorotation','disabled'),(2471,1450,'_preview_columns','6'),(2472,1450,'_preview_text',''),(2473,1450,'layout',''),(2474,1450,'sidebar',''),(2475,1450,'footer',''),(2476,1450,'header_title_bar',''),(2477,1450,'header_transparency',''),(2478,1450,'breadcrumb_parent',''),(2479,1450,'_avia_hide_featured_image','0'),(2483,1460,'_edit_last','1'),(2484,1460,'_edit_lock','1480488171:1'),(2492,1460,'_aviaLayoutBuilder_active','active'),(2493,1460,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://almeelws.com/ms_website/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'B.Square Mall \' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_two_third][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'1630\'][/av_slide]\r\n[av_slide id=\'1631\'][/av_slide]\r\n[av_slide id=\'1632\'][/av_slide]\r\n[av_slide id=\'1633\'][/av_slide]\r\n[av_slide id=\'1634\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nMovable Shade Structure\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'More Projects\' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\r\n\r\n[/av_two_third][av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]'),(2494,1460,'_avia_builder_shortcode_tree','a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:6:{i:0;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:4;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:5:{i:0;a:3:{s:3:\"tag\";s:12:\"av_slideshow\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}i:2;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:3;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:4;a:3:{s:3:\"tag\";s:12:\"av_portfolio\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:6;}i:5;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:0;}}'),(2495,1460,'_portfolio_custom_link',''),(2496,1460,'_portfolio_custom_link_url','http://'),(2497,1460,'_preview_ids',''),(2498,1460,'_preview_display','gallery'),(2499,1460,'_preview_autorotation','disabled'),(2500,1460,'_preview_columns','6'),(2501,1460,'_preview_text',''),(2502,1460,'layout',''),(2503,1460,'sidebar',''),(2504,1460,'footer',''),(2505,1460,'header_title_bar',''),(2506,1460,'header_transparency',''),(2507,1460,'breadcrumb_parent',''),(2508,1460,'_avia_hide_featured_image','0'),(2509,1464,'_edit_last','1'),(2510,1464,'_edit_lock','1481175724:1'),(2528,1464,'_aviaLayoutBuilder_active','active'),(2529,1464,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://almeelws.com/ms_website/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Al Bandary Hotel \' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_two_third][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'false\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'1639\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1640\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1641\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1642\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nSoft & Hard Landscaping Works.\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'More Projects\' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\r\n\r\n[/av_two_third][av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]'),(2530,1464,'_avia_builder_shortcode_tree','a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:6:{i:0;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:4;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:5:{i:0;a:3:{s:3:\"tag\";s:12:\"av_slideshow\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}i:2;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:3;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:4;a:3:{s:3:\"tag\";s:12:\"av_portfolio\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:6;}i:5;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:0;}}'),(2531,1464,'_portfolio_custom_link',''),(2532,1464,'_portfolio_custom_link_url','http://'),(2533,1464,'_preview_ids',''),(2534,1464,'_preview_display','gallery'),(2535,1464,'_preview_autorotation','disabled'),(2536,1464,'_preview_columns','6'),(2537,1464,'_preview_text',''),(2538,1464,'layout',''),(2539,1464,'sidebar',''),(2540,1464,'footer',''),(2541,1464,'header_title_bar',''),(2542,1464,'header_transparency',''),(2543,1464,'breadcrumb_parent',''),(2544,1464,'_avia_hide_featured_image','0'),(2545,1473,'_edit_last','1'),(2546,1473,'_edit_lock','1481175551:1'),(2558,1473,'_aviaLayoutBuilder_active','active'),(2559,1473,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://almeelws.com/ms_website/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Al Thuraya Tower\' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_two_third][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'false\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'1624\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1625\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1626\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1627\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1628\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1629\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nSoft & Hard Landscaping Works.\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'More Projects\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\r\n\r\n[/av_two_third][av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]'),(2560,1473,'_avia_builder_shortcode_tree','a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:6:{i:0;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:4;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:5:{i:0;a:3:{s:3:\"tag\";s:12:\"av_slideshow\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}i:2;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:3;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:4;a:3:{s:3:\"tag\";s:12:\"av_portfolio\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:6;}i:5;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:0;}}'),(2561,1473,'_portfolio_custom_link',''),(2562,1473,'_portfolio_custom_link_url','http://'),(2563,1473,'_preview_ids',''),(2564,1473,'_preview_display','gallery'),(2565,1473,'_preview_autorotation','disabled'),(2566,1473,'_preview_columns','6'),(2567,1473,'_preview_text',''),(2568,1473,'layout',''),(2569,1473,'sidebar',''),(2570,1473,'footer',''),(2571,1473,'header_title_bar',''),(2572,1473,'header_transparency',''),(2573,1473,'breadcrumb_parent',''),(2574,1473,'_avia_hide_featured_image','0'),(2605,1485,'_edit_last','1'),(2606,1485,'_edit_lock','1481175528:1'),(2614,1485,'_aviaLayoutBuilder_active','active'),(2615,1485,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://almeelws.com/ms_website/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Marina Com-5 Office Tower\' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_two_third][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'true\' autoplay_stopper=\'aviaTBautoplay_stopper\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'1622\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n\r\n\r\n[/av_slideshow]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nCar Park Shades, Irrigation System, Soft & Hard Landscaping Works.\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'More Projects\' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\r\n\r\n[/av_two_third][av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]'),(2616,1485,'_avia_builder_shortcode_tree','a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:6:{i:0;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:4;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:5:{i:0;a:3:{s:3:\"tag\";s:12:\"av_slideshow\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}i:2;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:3;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:4;a:3:{s:3:\"tag\";s:12:\"av_portfolio\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:6;}i:5;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:0;}}'),(2617,1485,'_portfolio_custom_link',''),(2618,1485,'_portfolio_custom_link_url','http://'),(2619,1485,'_preview_ids',''),(2620,1485,'_preview_display','gallery'),(2621,1485,'_preview_autorotation','disabled'),(2622,1485,'_preview_columns','6'),(2623,1485,'_preview_text',''),(2624,1485,'layout',''),(2625,1485,'sidebar',''),(2626,1485,'footer',''),(2627,1485,'header_title_bar',''),(2628,1485,'header_transparency',''),(2629,1485,'breadcrumb_parent',''),(2630,1485,'_avia_hide_featured_image','0'),(2677,1594,'_wp_attached_file','2016/11/8df68cce-47ec-4b9f-b96e-972ef3b1645e.jpg'),(2678,1594,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:251;s:6:\"height\";i:83;s:4:\"file\";s:48:\"2016/11/8df68cce-47ec-4b9f-b96e-972ef3b1645e.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"8df68cce-47ec-4b9f-b96e-972ef3b1645e-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"8df68cce-47ec-4b9f-b96e-972ef3b1645e-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:47:\"8df68cce-47ec-4b9f-b96e-972ef3b1645e-180x83.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:83;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:47:\"8df68cce-47ec-4b9f-b96e-972ef3b1645e-120x83.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:83;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:{}}}'),(2679,1595,'_wp_attached_file','2016/11/icon.png'),(2680,1595,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:62;s:6:\"height\";i:61;s:4:\"file\";s:16:\"2016/11/icon.png\";s:5:\"sizes\";a:1:{s:6:\"widget\";a:4:{s:4:\"file\";s:14:\"icon-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2681,1596,'_wp_attached_file','2016/11/header-2.png'),(2682,1596,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1349;s:6:\"height\";i:128;s:4:\"file\";s:20:\"2016/11/header-2.png\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"header-2-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"header-2-300x28.png\";s:5:\"width\";i:300;s:6:\"height\";i:28;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"header-2-768x73.png\";s:5:\"width\";i:768;s:6:\"height\";i:73;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"header-2-1030x98.png\";s:5:\"width\";i:1030;s:6:\"height\";i:98;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"widget\";a:4:{s:4:\"file\";s:18:\"header-2-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"square\";a:4:{s:4:\"file\";s:20:\"header-2-180x128.png\";s:5:\"width\";i:180;s:6:\"height\";i:128;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:20:\"header-2-495x128.png\";s:5:\"width\";i:495;s:6:\"height\";i:128;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:20:\"header-2-260x128.png\";s:5:\"width\";i:260;s:6:\"height\";i:128;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:20:\"header-2-845x128.png\";s:5:\"width\";i:845;s:6:\"height\";i:128;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:20:\"header-2-710x128.png\";s:5:\"width\";i:710;s:6:\"height\";i:128;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:19:\"header-2-705x67.png\";s:5:\"width\";i:705;s:6:\"height\";i:67;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:20:\"header-2-845x128.png\";s:5:\"width\";i:845;s:6:\"height\";i:128;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:21:\"header-2-1210x128.png\";s:5:\"width\";i:1210;s:6:\"height\";i:128;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"header-2-120x120.png\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"header-2-450x128.png\";s:5:\"width\";i:450;s:6:\"height\";i:128;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"header-2-450x43.png\";s:5:\"width\";i:450;s:6:\"height\";i:43;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:{}}}'),(2683,1594,'_edit_lock','1480404721:1'),(2687,1598,'_wp_attached_file','2016/11/8df68cce-47ec-4b9f-b96e-972ef3b1645e.png'),(2688,1598,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:251;s:6:\"height\";i:83;s:4:\"file\";s:48:\"2016/11/8df68cce-47ec-4b9f-b96e-972ef3b1645e.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"8df68cce-47ec-4b9f-b96e-972ef3b1645e-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"8df68cce-47ec-4b9f-b96e-972ef3b1645e-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"square\";a:4:{s:4:\"file\";s:47:\"8df68cce-47ec-4b9f-b96e-972ef3b1645e-180x83.png\";s:5:\"width\";i:180;s:6:\"height\";i:83;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:47:\"8df68cce-47ec-4b9f-b96e-972ef3b1645e-120x83.png\";s:5:\"width\";i:120;s:6:\"height\";i:83;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:{}}}'),(2689,1598,'_edit_lock','1480404860:1'),(2690,1599,'_wp_attached_file','2016/10/7f6fcaae-0e28-43a6-aa57-0bf1d7879374.jpg'),(2691,1599,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1630;s:6:\"height\";i:770;s:4:\"file\";s:48:\"2016/10/7f6fcaae-0e28-43a6-aa57-0bf1d7879374.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"7f6fcaae-0e28-43a6-aa57-0bf1d7879374-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"7f6fcaae-0e28-43a6-aa57-0bf1d7879374-300x142.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"7f6fcaae-0e28-43a6-aa57-0bf1d7879374-768x363.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:363;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"7f6fcaae-0e28-43a6-aa57-0bf1d7879374-1030x487.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:487;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"7f6fcaae-0e28-43a6-aa57-0bf1d7879374-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"7f6fcaae-0e28-43a6-aa57-0bf1d7879374-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"7f6fcaae-0e28-43a6-aa57-0bf1d7879374-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:49:\"7f6fcaae-0e28-43a6-aa57-0bf1d7879374-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:49:\"7f6fcaae-0e28-43a6-aa57-0bf1d7879374-1500x709.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:709;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"7f6fcaae-0e28-43a6-aa57-0bf1d7879374-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"7f6fcaae-0e28-43a6-aa57-0bf1d7879374-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"7f6fcaae-0e28-43a6-aa57-0bf1d7879374-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"7f6fcaae-0e28-43a6-aa57-0bf1d7879374-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"7f6fcaae-0e28-43a6-aa57-0bf1d7879374-705x333.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"7f6fcaae-0e28-43a6-aa57-0bf1d7879374-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"7f6fcaae-0e28-43a6-aa57-0bf1d7879374-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"7f6fcaae-0e28-43a6-aa57-0bf1d7879374-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"7f6fcaae-0e28-43a6-aa57-0bf1d7879374-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"7f6fcaae-0e28-43a6-aa57-0bf1d7879374-450x213.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:213;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:{}}}'),(2692,1600,'_wp_attached_file','2016/10/73df4e82-0d11-4623-8ad9-2a3349b03697.jpg'),(2693,1600,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1630;s:6:\"height\";i:770;s:4:\"file\";s:48:\"2016/10/73df4e82-0d11-4623-8ad9-2a3349b03697.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"73df4e82-0d11-4623-8ad9-2a3349b03697-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"73df4e82-0d11-4623-8ad9-2a3349b03697-300x142.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"73df4e82-0d11-4623-8ad9-2a3349b03697-768x363.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:363;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"73df4e82-0d11-4623-8ad9-2a3349b03697-1030x487.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:487;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"73df4e82-0d11-4623-8ad9-2a3349b03697-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"73df4e82-0d11-4623-8ad9-2a3349b03697-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"73df4e82-0d11-4623-8ad9-2a3349b03697-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:49:\"73df4e82-0d11-4623-8ad9-2a3349b03697-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:49:\"73df4e82-0d11-4623-8ad9-2a3349b03697-1500x709.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:709;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"73df4e82-0d11-4623-8ad9-2a3349b03697-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"73df4e82-0d11-4623-8ad9-2a3349b03697-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"73df4e82-0d11-4623-8ad9-2a3349b03697-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"73df4e82-0d11-4623-8ad9-2a3349b03697-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"73df4e82-0d11-4623-8ad9-2a3349b03697-705x333.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"73df4e82-0d11-4623-8ad9-2a3349b03697-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"73df4e82-0d11-4623-8ad9-2a3349b03697-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"73df4e82-0d11-4623-8ad9-2a3349b03697-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"73df4e82-0d11-4623-8ad9-2a3349b03697-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"73df4e82-0d11-4623-8ad9-2a3349b03697-450x213.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:213;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:{}}}'),(2694,1601,'_wp_attached_file','2016/10/321d58d7-ecf6-4561-bc1f-d4e54e62a59d.jpg'),(2695,1601,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1630;s:6:\"height\";i:770;s:4:\"file\";s:48:\"2016/10/321d58d7-ecf6-4561-bc1f-d4e54e62a59d.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"321d58d7-ecf6-4561-bc1f-d4e54e62a59d-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"321d58d7-ecf6-4561-bc1f-d4e54e62a59d-300x142.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"321d58d7-ecf6-4561-bc1f-d4e54e62a59d-768x363.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:363;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"321d58d7-ecf6-4561-bc1f-d4e54e62a59d-1030x487.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:487;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"321d58d7-ecf6-4561-bc1f-d4e54e62a59d-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"321d58d7-ecf6-4561-bc1f-d4e54e62a59d-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"321d58d7-ecf6-4561-bc1f-d4e54e62a59d-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:49:\"321d58d7-ecf6-4561-bc1f-d4e54e62a59d-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:49:\"321d58d7-ecf6-4561-bc1f-d4e54e62a59d-1500x709.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:709;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"321d58d7-ecf6-4561-bc1f-d4e54e62a59d-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"321d58d7-ecf6-4561-bc1f-d4e54e62a59d-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"321d58d7-ecf6-4561-bc1f-d4e54e62a59d-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"321d58d7-ecf6-4561-bc1f-d4e54e62a59d-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"321d58d7-ecf6-4561-bc1f-d4e54e62a59d-705x333.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"321d58d7-ecf6-4561-bc1f-d4e54e62a59d-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"321d58d7-ecf6-4561-bc1f-d4e54e62a59d-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"321d58d7-ecf6-4561-bc1f-d4e54e62a59d-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"321d58d7-ecf6-4561-bc1f-d4e54e62a59d-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"321d58d7-ecf6-4561-bc1f-d4e54e62a59d-450x213.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:213;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:{}}}'),(2696,1602,'_wp_attached_file','2016/10/886bc89e-e290-47c5-af4f-cc3a1fd36e30.jpg'),(2697,1602,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1630;s:6:\"height\";i:770;s:4:\"file\";s:48:\"2016/10/886bc89e-e290-47c5-af4f-cc3a1fd36e30.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"886bc89e-e290-47c5-af4f-cc3a1fd36e30-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"886bc89e-e290-47c5-af4f-cc3a1fd36e30-300x142.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"886bc89e-e290-47c5-af4f-cc3a1fd36e30-768x363.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:363;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"886bc89e-e290-47c5-af4f-cc3a1fd36e30-1030x487.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:487;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"886bc89e-e290-47c5-af4f-cc3a1fd36e30-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"886bc89e-e290-47c5-af4f-cc3a1fd36e30-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"886bc89e-e290-47c5-af4f-cc3a1fd36e30-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:49:\"886bc89e-e290-47c5-af4f-cc3a1fd36e30-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:49:\"886bc89e-e290-47c5-af4f-cc3a1fd36e30-1500x709.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:709;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"886bc89e-e290-47c5-af4f-cc3a1fd36e30-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"886bc89e-e290-47c5-af4f-cc3a1fd36e30-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"886bc89e-e290-47c5-af4f-cc3a1fd36e30-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"886bc89e-e290-47c5-af4f-cc3a1fd36e30-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"886bc89e-e290-47c5-af4f-cc3a1fd36e30-705x333.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"886bc89e-e290-47c5-af4f-cc3a1fd36e30-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"886bc89e-e290-47c5-af4f-cc3a1fd36e30-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"886bc89e-e290-47c5-af4f-cc3a1fd36e30-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"886bc89e-e290-47c5-af4f-cc3a1fd36e30-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"886bc89e-e290-47c5-af4f-cc3a1fd36e30-450x213.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:213;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:{}}}'),(2698,1603,'_wp_attached_file','2016/10/37198b28-064b-4150-a74d-eac761ca1303.jpg'),(2699,1603,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1630;s:6:\"height\";i:770;s:4:\"file\";s:48:\"2016/10/37198b28-064b-4150-a74d-eac761ca1303.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"37198b28-064b-4150-a74d-eac761ca1303-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"37198b28-064b-4150-a74d-eac761ca1303-300x142.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"37198b28-064b-4150-a74d-eac761ca1303-768x363.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:363;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"37198b28-064b-4150-a74d-eac761ca1303-1030x487.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:487;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"37198b28-064b-4150-a74d-eac761ca1303-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"37198b28-064b-4150-a74d-eac761ca1303-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"37198b28-064b-4150-a74d-eac761ca1303-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:49:\"37198b28-064b-4150-a74d-eac761ca1303-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:49:\"37198b28-064b-4150-a74d-eac761ca1303-1500x709.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:709;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"37198b28-064b-4150-a74d-eac761ca1303-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"37198b28-064b-4150-a74d-eac761ca1303-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"37198b28-064b-4150-a74d-eac761ca1303-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"37198b28-064b-4150-a74d-eac761ca1303-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"37198b28-064b-4150-a74d-eac761ca1303-705x333.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"37198b28-064b-4150-a74d-eac761ca1303-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"37198b28-064b-4150-a74d-eac761ca1303-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"37198b28-064b-4150-a74d-eac761ca1303-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"37198b28-064b-4150-a74d-eac761ca1303-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"37198b28-064b-4150-a74d-eac761ca1303-450x213.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:213;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:{}}}'),(2700,1605,'_wp_attached_file','2016/10/323704e7-5e0c-4679-878c-4d12ff8ad69c.jpg'),(2701,1605,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1630;s:6:\"height\";i:770;s:4:\"file\";s:48:\"2016/10/323704e7-5e0c-4679-878c-4d12ff8ad69c.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"323704e7-5e0c-4679-878c-4d12ff8ad69c-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"323704e7-5e0c-4679-878c-4d12ff8ad69c-300x142.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"323704e7-5e0c-4679-878c-4d12ff8ad69c-768x363.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:363;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"323704e7-5e0c-4679-878c-4d12ff8ad69c-1030x487.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:487;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"323704e7-5e0c-4679-878c-4d12ff8ad69c-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"323704e7-5e0c-4679-878c-4d12ff8ad69c-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"323704e7-5e0c-4679-878c-4d12ff8ad69c-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:49:\"323704e7-5e0c-4679-878c-4d12ff8ad69c-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:49:\"323704e7-5e0c-4679-878c-4d12ff8ad69c-1500x709.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:709;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"323704e7-5e0c-4679-878c-4d12ff8ad69c-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"323704e7-5e0c-4679-878c-4d12ff8ad69c-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"323704e7-5e0c-4679-878c-4d12ff8ad69c-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"323704e7-5e0c-4679-878c-4d12ff8ad69c-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"323704e7-5e0c-4679-878c-4d12ff8ad69c-705x333.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"323704e7-5e0c-4679-878c-4d12ff8ad69c-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"323704e7-5e0c-4679-878c-4d12ff8ad69c-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"323704e7-5e0c-4679-878c-4d12ff8ad69c-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"323704e7-5e0c-4679-878c-4d12ff8ad69c-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"323704e7-5e0c-4679-878c-4d12ff8ad69c-450x213.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:213;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:{}}}'),(2702,1606,'_wp_attached_file','2016/10/c5e4f150-746f-4823-9eeb-d0d29b482457.jpg'),(2703,1606,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1630;s:6:\"height\";i:770;s:4:\"file\";s:48:\"2016/10/c5e4f150-746f-4823-9eeb-d0d29b482457.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"c5e4f150-746f-4823-9eeb-d0d29b482457-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"c5e4f150-746f-4823-9eeb-d0d29b482457-300x142.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"c5e4f150-746f-4823-9eeb-d0d29b482457-768x363.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:363;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"c5e4f150-746f-4823-9eeb-d0d29b482457-1030x487.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:487;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"c5e4f150-746f-4823-9eeb-d0d29b482457-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"c5e4f150-746f-4823-9eeb-d0d29b482457-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"c5e4f150-746f-4823-9eeb-d0d29b482457-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:49:\"c5e4f150-746f-4823-9eeb-d0d29b482457-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:49:\"c5e4f150-746f-4823-9eeb-d0d29b482457-1500x709.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:709;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"c5e4f150-746f-4823-9eeb-d0d29b482457-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"c5e4f150-746f-4823-9eeb-d0d29b482457-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"c5e4f150-746f-4823-9eeb-d0d29b482457-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"c5e4f150-746f-4823-9eeb-d0d29b482457-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"c5e4f150-746f-4823-9eeb-d0d29b482457-705x333.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"c5e4f150-746f-4823-9eeb-d0d29b482457-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"c5e4f150-746f-4823-9eeb-d0d29b482457-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"c5e4f150-746f-4823-9eeb-d0d29b482457-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"c5e4f150-746f-4823-9eeb-d0d29b482457-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"c5e4f150-746f-4823-9eeb-d0d29b482457-450x213.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:213;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:{}}}'),(2704,1607,'_wp_attached_file','2016/11/1909ae44-125d-4e39-bde0-91551e8e9526.jpg'),(2705,1607,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:320;s:6:\"height\";i:250;s:4:\"file\";s:48:\"2016/11/1909ae44-125d-4e39-bde0-91551e8e9526.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"1909ae44-125d-4e39-bde0-91551e8e9526-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"1909ae44-125d-4e39-bde0-91551e8e9526-300x234.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:234;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"1909ae44-125d-4e39-bde0-91551e8e9526-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"1909ae44-125d-4e39-bde0-91551e8e9526-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"1909ae44-125d-4e39-bde0-91551e8e9526-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"1909ae44-125d-4e39-bde0-91551e8e9526-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;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:{}}}'),(2706,1608,'_wp_attached_file','2016/11/df3f2f81-1e73-4c35-8b9d-d39856993e91.jpg'),(2707,1608,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:320;s:6:\"height\";i:250;s:4:\"file\";s:48:\"2016/11/df3f2f81-1e73-4c35-8b9d-d39856993e91.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"df3f2f81-1e73-4c35-8b9d-d39856993e91-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"df3f2f81-1e73-4c35-8b9d-d39856993e91-300x234.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:234;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"df3f2f81-1e73-4c35-8b9d-d39856993e91-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"df3f2f81-1e73-4c35-8b9d-d39856993e91-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"df3f2f81-1e73-4c35-8b9d-d39856993e91-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"df3f2f81-1e73-4c35-8b9d-d39856993e91-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;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:{}}}'),(2708,1609,'_wp_attached_file','2016/11/e98b1aa6-973e-4795-91be-55ef6ea279f7.jpg'),(2709,1609,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:320;s:6:\"height\";i:250;s:4:\"file\";s:48:\"2016/11/e98b1aa6-973e-4795-91be-55ef6ea279f7.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"e98b1aa6-973e-4795-91be-55ef6ea279f7-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"e98b1aa6-973e-4795-91be-55ef6ea279f7-300x234.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:234;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"e98b1aa6-973e-4795-91be-55ef6ea279f7-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"e98b1aa6-973e-4795-91be-55ef6ea279f7-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"e98b1aa6-973e-4795-91be-55ef6ea279f7-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"e98b1aa6-973e-4795-91be-55ef6ea279f7-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;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:{}}}'),(2710,1607,'_edit_lock','1480582006:1'),(2711,1613,'_wp_attached_file','2016/10/0712b9c1-299c-45f8-83aa-1d9a52c58622.jpg'),(2712,1613,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1630;s:6:\"height\";i:448;s:4:\"file\";s:48:\"2016/10/0712b9c1-299c-45f8-83aa-1d9a52c58622.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"0712b9c1-299c-45f8-83aa-1d9a52c58622-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"0712b9c1-299c-45f8-83aa-1d9a52c58622-300x82.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"0712b9c1-299c-45f8-83aa-1d9a52c58622-768x211.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:211;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"0712b9c1-299c-45f8-83aa-1d9a52c58622-1030x283.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:283;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"0712b9c1-299c-45f8-83aa-1d9a52c58622-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"0712b9c1-299c-45f8-83aa-1d9a52c58622-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"0712b9c1-299c-45f8-83aa-1d9a52c58622-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:49:\"0712b9c1-299c-45f8-83aa-1d9a52c58622-1500x448.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:448;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:49:\"0712b9c1-299c-45f8-83aa-1d9a52c58622-1500x412.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:412;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"0712b9c1-299c-45f8-83aa-1d9a52c58622-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"0712b9c1-299c-45f8-83aa-1d9a52c58622-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"0712b9c1-299c-45f8-83aa-1d9a52c58622-845x448.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:448;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"0712b9c1-299c-45f8-83aa-1d9a52c58622-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"0712b9c1-299c-45f8-83aa-1d9a52c58622-705x194.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:194;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"0712b9c1-299c-45f8-83aa-1d9a52c58622-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"0712b9c1-299c-45f8-83aa-1d9a52c58622-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"0712b9c1-299c-45f8-83aa-1d9a52c58622-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"0712b9c1-299c-45f8-83aa-1d9a52c58622-450x448.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:448;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"0712b9c1-299c-45f8-83aa-1d9a52c58622-450x124.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:124;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:{}}}'),(2713,1616,'_wp_attached_file','2016/10/08298e39-48de-441f-9d4c-7874541b7f95.jpg'),(2714,1616,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1314;s:6:\"height\";i:350;s:4:\"file\";s:48:\"2016/10/08298e39-48de-441f-9d4c-7874541b7f95.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"08298e39-48de-441f-9d4c-7874541b7f95-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"08298e39-48de-441f-9d4c-7874541b7f95-300x80.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"08298e39-48de-441f-9d4c-7874541b7f95-768x205.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"08298e39-48de-441f-9d4c-7874541b7f95-1030x274.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"08298e39-48de-441f-9d4c-7874541b7f95-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"08298e39-48de-441f-9d4c-7874541b7f95-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"08298e39-48de-441f-9d4c-7874541b7f95-495x350.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"08298e39-48de-441f-9d4c-7874541b7f95-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"08298e39-48de-441f-9d4c-7874541b7f95-845x350.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"08298e39-48de-441f-9d4c-7874541b7f95-710x350.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"08298e39-48de-441f-9d4c-7874541b7f95-705x188.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"08298e39-48de-441f-9d4c-7874541b7f95-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"08298e39-48de-441f-9d4c-7874541b7f95-1210x350.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"08298e39-48de-441f-9d4c-7874541b7f95-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"08298e39-48de-441f-9d4c-7874541b7f95-450x350.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"08298e39-48de-441f-9d4c-7874541b7f95-450x120.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:120;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:{}}}'),(2715,1617,'_wp_attached_file','2016/10/diagonal-thin-light.png'),(2716,1617,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:16;s:6:\"height\";i:16;s:4:\"file\";s:31:\"2016/10/diagonal-thin-light.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:{}}}'),(2717,1620,'_wp_attached_file','2016/11/2f157351-2267-44f3-8053-ec2263cf70d7.jpg'),(2718,1620,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1314;s:6:\"height\";i:350;s:4:\"file\";s:48:\"2016/11/2f157351-2267-44f3-8053-ec2263cf70d7.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"2f157351-2267-44f3-8053-ec2263cf70d7-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"2f157351-2267-44f3-8053-ec2263cf70d7-300x80.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"2f157351-2267-44f3-8053-ec2263cf70d7-768x205.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"2f157351-2267-44f3-8053-ec2263cf70d7-1030x274.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"2f157351-2267-44f3-8053-ec2263cf70d7-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"2f157351-2267-44f3-8053-ec2263cf70d7-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"2f157351-2267-44f3-8053-ec2263cf70d7-495x350.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"2f157351-2267-44f3-8053-ec2263cf70d7-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"2f157351-2267-44f3-8053-ec2263cf70d7-845x350.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"2f157351-2267-44f3-8053-ec2263cf70d7-710x350.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"2f157351-2267-44f3-8053-ec2263cf70d7-705x188.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"2f157351-2267-44f3-8053-ec2263cf70d7-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"2f157351-2267-44f3-8053-ec2263cf70d7-1210x350.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"2f157351-2267-44f3-8053-ec2263cf70d7-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"2f157351-2267-44f3-8053-ec2263cf70d7-450x350.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"2f157351-2267-44f3-8053-ec2263cf70d7-450x120.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:120;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:{}}}'),(2719,1622,'_wp_attached_file','2016/11/d9c0c94f-961e-4022-8abd-4a3a65c8b5a8.jpg'),(2720,1622,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/d9c0c94f-961e-4022-8abd-4a3a65c8b5a8.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"d9c0c94f-961e-4022-8abd-4a3a65c8b5a8-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"d9c0c94f-961e-4022-8abd-4a3a65c8b5a8-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"d9c0c94f-961e-4022-8abd-4a3a65c8b5a8-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"d9c0c94f-961e-4022-8abd-4a3a65c8b5a8-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"d9c0c94f-961e-4022-8abd-4a3a65c8b5a8-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"d9c0c94f-961e-4022-8abd-4a3a65c8b5a8-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"d9c0c94f-961e-4022-8abd-4a3a65c8b5a8-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"d9c0c94f-961e-4022-8abd-4a3a65c8b5a8-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"d9c0c94f-961e-4022-8abd-4a3a65c8b5a8-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"d9c0c94f-961e-4022-8abd-4a3a65c8b5a8-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"d9c0c94f-961e-4022-8abd-4a3a65c8b5a8-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"d9c0c94f-961e-4022-8abd-4a3a65c8b5a8-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"d9c0c94f-961e-4022-8abd-4a3a65c8b5a8-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"d9c0c94f-961e-4022-8abd-4a3a65c8b5a8-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"d9c0c94f-961e-4022-8abd-4a3a65c8b5a8-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"d9c0c94f-961e-4022-8abd-4a3a65c8b5a8-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2721,1485,'_thumbnail_id','1622'),(2722,1485,'_wp_old_slug','al-mashaf-villas'),(2726,1624,'_wp_attached_file','2016/11/94ff7abd-1a8f-4552-a15a-a871ca9423ee.jpg'),(2727,1624,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/94ff7abd-1a8f-4552-a15a-a871ca9423ee.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"94ff7abd-1a8f-4552-a15a-a871ca9423ee-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"94ff7abd-1a8f-4552-a15a-a871ca9423ee-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"94ff7abd-1a8f-4552-a15a-a871ca9423ee-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"94ff7abd-1a8f-4552-a15a-a871ca9423ee-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"94ff7abd-1a8f-4552-a15a-a871ca9423ee-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"94ff7abd-1a8f-4552-a15a-a871ca9423ee-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"94ff7abd-1a8f-4552-a15a-a871ca9423ee-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"94ff7abd-1a8f-4552-a15a-a871ca9423ee-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"94ff7abd-1a8f-4552-a15a-a871ca9423ee-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"94ff7abd-1a8f-4552-a15a-a871ca9423ee-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"94ff7abd-1a8f-4552-a15a-a871ca9423ee-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"94ff7abd-1a8f-4552-a15a-a871ca9423ee-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"94ff7abd-1a8f-4552-a15a-a871ca9423ee-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"94ff7abd-1a8f-4552-a15a-a871ca9423ee-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"94ff7abd-1a8f-4552-a15a-a871ca9423ee-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"94ff7abd-1a8f-4552-a15a-a871ca9423ee-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2728,1625,'_wp_attached_file','2016/11/986b7d66-26a2-40a9-9e75-fa39f8802103.jpg'),(2729,1625,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/986b7d66-26a2-40a9-9e75-fa39f8802103.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"986b7d66-26a2-40a9-9e75-fa39f8802103-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"986b7d66-26a2-40a9-9e75-fa39f8802103-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"986b7d66-26a2-40a9-9e75-fa39f8802103-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"986b7d66-26a2-40a9-9e75-fa39f8802103-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"986b7d66-26a2-40a9-9e75-fa39f8802103-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"986b7d66-26a2-40a9-9e75-fa39f8802103-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"986b7d66-26a2-40a9-9e75-fa39f8802103-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"986b7d66-26a2-40a9-9e75-fa39f8802103-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"986b7d66-26a2-40a9-9e75-fa39f8802103-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"986b7d66-26a2-40a9-9e75-fa39f8802103-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"986b7d66-26a2-40a9-9e75-fa39f8802103-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"986b7d66-26a2-40a9-9e75-fa39f8802103-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"986b7d66-26a2-40a9-9e75-fa39f8802103-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"986b7d66-26a2-40a9-9e75-fa39f8802103-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"986b7d66-26a2-40a9-9e75-fa39f8802103-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"986b7d66-26a2-40a9-9e75-fa39f8802103-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2730,1626,'_wp_attached_file','2016/11/3323fd92-a5eb-4245-b14a-40bae6ea971e.jpg'),(2731,1626,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/3323fd92-a5eb-4245-b14a-40bae6ea971e.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"3323fd92-a5eb-4245-b14a-40bae6ea971e-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"3323fd92-a5eb-4245-b14a-40bae6ea971e-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"3323fd92-a5eb-4245-b14a-40bae6ea971e-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"3323fd92-a5eb-4245-b14a-40bae6ea971e-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"3323fd92-a5eb-4245-b14a-40bae6ea971e-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"3323fd92-a5eb-4245-b14a-40bae6ea971e-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"3323fd92-a5eb-4245-b14a-40bae6ea971e-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"3323fd92-a5eb-4245-b14a-40bae6ea971e-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"3323fd92-a5eb-4245-b14a-40bae6ea971e-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"3323fd92-a5eb-4245-b14a-40bae6ea971e-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"3323fd92-a5eb-4245-b14a-40bae6ea971e-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"3323fd92-a5eb-4245-b14a-40bae6ea971e-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"3323fd92-a5eb-4245-b14a-40bae6ea971e-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"3323fd92-a5eb-4245-b14a-40bae6ea971e-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"3323fd92-a5eb-4245-b14a-40bae6ea971e-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"3323fd92-a5eb-4245-b14a-40bae6ea971e-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2732,1627,'_wp_attached_file','2016/11/0564281f-309c-4a3d-b24f-066053d262c4.jpg'),(2733,1627,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/0564281f-309c-4a3d-b24f-066053d262c4.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"0564281f-309c-4a3d-b24f-066053d262c4-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"0564281f-309c-4a3d-b24f-066053d262c4-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"0564281f-309c-4a3d-b24f-066053d262c4-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"0564281f-309c-4a3d-b24f-066053d262c4-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"0564281f-309c-4a3d-b24f-066053d262c4-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"0564281f-309c-4a3d-b24f-066053d262c4-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"0564281f-309c-4a3d-b24f-066053d262c4-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"0564281f-309c-4a3d-b24f-066053d262c4-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"0564281f-309c-4a3d-b24f-066053d262c4-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"0564281f-309c-4a3d-b24f-066053d262c4-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"0564281f-309c-4a3d-b24f-066053d262c4-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"0564281f-309c-4a3d-b24f-066053d262c4-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"0564281f-309c-4a3d-b24f-066053d262c4-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"0564281f-309c-4a3d-b24f-066053d262c4-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"0564281f-309c-4a3d-b24f-066053d262c4-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"0564281f-309c-4a3d-b24f-066053d262c4-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2734,1628,'_wp_attached_file','2016/11/d1928568-c2c7-41ef-a4c3-73aede25254d.jpg'),(2735,1628,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/d1928568-c2c7-41ef-a4c3-73aede25254d.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"d1928568-c2c7-41ef-a4c3-73aede25254d-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"d1928568-c2c7-41ef-a4c3-73aede25254d-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"d1928568-c2c7-41ef-a4c3-73aede25254d-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"d1928568-c2c7-41ef-a4c3-73aede25254d-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"d1928568-c2c7-41ef-a4c3-73aede25254d-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"d1928568-c2c7-41ef-a4c3-73aede25254d-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"d1928568-c2c7-41ef-a4c3-73aede25254d-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"d1928568-c2c7-41ef-a4c3-73aede25254d-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"d1928568-c2c7-41ef-a4c3-73aede25254d-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"d1928568-c2c7-41ef-a4c3-73aede25254d-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"d1928568-c2c7-41ef-a4c3-73aede25254d-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"d1928568-c2c7-41ef-a4c3-73aede25254d-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"d1928568-c2c7-41ef-a4c3-73aede25254d-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"d1928568-c2c7-41ef-a4c3-73aede25254d-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"d1928568-c2c7-41ef-a4c3-73aede25254d-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"d1928568-c2c7-41ef-a4c3-73aede25254d-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2736,1629,'_wp_attached_file','2016/11/f67b0675-ea5b-48cd-90f9-f485cb50d953.jpg'),(2737,1629,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/f67b0675-ea5b-48cd-90f9-f485cb50d953.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"f67b0675-ea5b-48cd-90f9-f485cb50d953-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"f67b0675-ea5b-48cd-90f9-f485cb50d953-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"f67b0675-ea5b-48cd-90f9-f485cb50d953-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"f67b0675-ea5b-48cd-90f9-f485cb50d953-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"f67b0675-ea5b-48cd-90f9-f485cb50d953-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"f67b0675-ea5b-48cd-90f9-f485cb50d953-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"f67b0675-ea5b-48cd-90f9-f485cb50d953-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"f67b0675-ea5b-48cd-90f9-f485cb50d953-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"f67b0675-ea5b-48cd-90f9-f485cb50d953-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"f67b0675-ea5b-48cd-90f9-f485cb50d953-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"f67b0675-ea5b-48cd-90f9-f485cb50d953-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"f67b0675-ea5b-48cd-90f9-f485cb50d953-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"f67b0675-ea5b-48cd-90f9-f485cb50d953-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"f67b0675-ea5b-48cd-90f9-f485cb50d953-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"f67b0675-ea5b-48cd-90f9-f485cb50d953-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"f67b0675-ea5b-48cd-90f9-f485cb50d953-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2738,1473,'_thumbnail_id','1628'),(2739,1473,'_wp_old_slug','al-kheesa-gate'),(2740,1630,'_wp_attached_file','2016/11/00d2de78-3635-4ca7-8e6c-2f732a723ba3.jpg'),(2741,1630,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/00d2de78-3635-4ca7-8e6c-2f732a723ba3.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"00d2de78-3635-4ca7-8e6c-2f732a723ba3-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"00d2de78-3635-4ca7-8e6c-2f732a723ba3-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"00d2de78-3635-4ca7-8e6c-2f732a723ba3-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"00d2de78-3635-4ca7-8e6c-2f732a723ba3-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"00d2de78-3635-4ca7-8e6c-2f732a723ba3-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"00d2de78-3635-4ca7-8e6c-2f732a723ba3-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"00d2de78-3635-4ca7-8e6c-2f732a723ba3-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"00d2de78-3635-4ca7-8e6c-2f732a723ba3-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"00d2de78-3635-4ca7-8e6c-2f732a723ba3-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"00d2de78-3635-4ca7-8e6c-2f732a723ba3-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"00d2de78-3635-4ca7-8e6c-2f732a723ba3-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"00d2de78-3635-4ca7-8e6c-2f732a723ba3-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"00d2de78-3635-4ca7-8e6c-2f732a723ba3-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"00d2de78-3635-4ca7-8e6c-2f732a723ba3-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"00d2de78-3635-4ca7-8e6c-2f732a723ba3-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"00d2de78-3635-4ca7-8e6c-2f732a723ba3-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2742,1631,'_wp_attached_file','2016/11/1cb111e5-0685-401a-9382-1c06b8ead088.jpg'),(2743,1631,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/1cb111e5-0685-401a-9382-1c06b8ead088.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"1cb111e5-0685-401a-9382-1c06b8ead088-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"1cb111e5-0685-401a-9382-1c06b8ead088-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"1cb111e5-0685-401a-9382-1c06b8ead088-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"1cb111e5-0685-401a-9382-1c06b8ead088-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"1cb111e5-0685-401a-9382-1c06b8ead088-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"1cb111e5-0685-401a-9382-1c06b8ead088-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"1cb111e5-0685-401a-9382-1c06b8ead088-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"1cb111e5-0685-401a-9382-1c06b8ead088-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"1cb111e5-0685-401a-9382-1c06b8ead088-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"1cb111e5-0685-401a-9382-1c06b8ead088-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"1cb111e5-0685-401a-9382-1c06b8ead088-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"1cb111e5-0685-401a-9382-1c06b8ead088-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"1cb111e5-0685-401a-9382-1c06b8ead088-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"1cb111e5-0685-401a-9382-1c06b8ead088-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"1cb111e5-0685-401a-9382-1c06b8ead088-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"1cb111e5-0685-401a-9382-1c06b8ead088-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2744,1632,'_wp_attached_file','2016/11/1ec49d21-7f14-4d82-adbd-b97606109c60.jpg'),(2745,1632,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/1ec49d21-7f14-4d82-adbd-b97606109c60.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"1ec49d21-7f14-4d82-adbd-b97606109c60-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"1ec49d21-7f14-4d82-adbd-b97606109c60-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"1ec49d21-7f14-4d82-adbd-b97606109c60-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"1ec49d21-7f14-4d82-adbd-b97606109c60-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"1ec49d21-7f14-4d82-adbd-b97606109c60-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"1ec49d21-7f14-4d82-adbd-b97606109c60-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"1ec49d21-7f14-4d82-adbd-b97606109c60-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"1ec49d21-7f14-4d82-adbd-b97606109c60-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"1ec49d21-7f14-4d82-adbd-b97606109c60-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"1ec49d21-7f14-4d82-adbd-b97606109c60-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"1ec49d21-7f14-4d82-adbd-b97606109c60-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"1ec49d21-7f14-4d82-adbd-b97606109c60-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"1ec49d21-7f14-4d82-adbd-b97606109c60-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"1ec49d21-7f14-4d82-adbd-b97606109c60-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"1ec49d21-7f14-4d82-adbd-b97606109c60-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"1ec49d21-7f14-4d82-adbd-b97606109c60-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2746,1633,'_wp_attached_file','2016/11/486120b1-4c0f-4874-8bcf-86ec06b3ef55.jpg'),(2747,1633,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/486120b1-4c0f-4874-8bcf-86ec06b3ef55.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"486120b1-4c0f-4874-8bcf-86ec06b3ef55-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"486120b1-4c0f-4874-8bcf-86ec06b3ef55-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"486120b1-4c0f-4874-8bcf-86ec06b3ef55-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"486120b1-4c0f-4874-8bcf-86ec06b3ef55-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"486120b1-4c0f-4874-8bcf-86ec06b3ef55-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"486120b1-4c0f-4874-8bcf-86ec06b3ef55-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"486120b1-4c0f-4874-8bcf-86ec06b3ef55-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"486120b1-4c0f-4874-8bcf-86ec06b3ef55-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"486120b1-4c0f-4874-8bcf-86ec06b3ef55-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"486120b1-4c0f-4874-8bcf-86ec06b3ef55-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"486120b1-4c0f-4874-8bcf-86ec06b3ef55-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"486120b1-4c0f-4874-8bcf-86ec06b3ef55-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"486120b1-4c0f-4874-8bcf-86ec06b3ef55-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"486120b1-4c0f-4874-8bcf-86ec06b3ef55-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"486120b1-4c0f-4874-8bcf-86ec06b3ef55-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"486120b1-4c0f-4874-8bcf-86ec06b3ef55-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2748,1634,'_wp_attached_file','2016/11/f91a1b32-5ba7-4b57-bc16-de4e6ade9402.jpg'),(2749,1634,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/f91a1b32-5ba7-4b57-bc16-de4e6ade9402.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"f91a1b32-5ba7-4b57-bc16-de4e6ade9402-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"f91a1b32-5ba7-4b57-bc16-de4e6ade9402-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"f91a1b32-5ba7-4b57-bc16-de4e6ade9402-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"f91a1b32-5ba7-4b57-bc16-de4e6ade9402-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"f91a1b32-5ba7-4b57-bc16-de4e6ade9402-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"f91a1b32-5ba7-4b57-bc16-de4e6ade9402-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"f91a1b32-5ba7-4b57-bc16-de4e6ade9402-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"f91a1b32-5ba7-4b57-bc16-de4e6ade9402-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"f91a1b32-5ba7-4b57-bc16-de4e6ade9402-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"f91a1b32-5ba7-4b57-bc16-de4e6ade9402-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"f91a1b32-5ba7-4b57-bc16-de4e6ade9402-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"f91a1b32-5ba7-4b57-bc16-de4e6ade9402-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"f91a1b32-5ba7-4b57-bc16-de4e6ade9402-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"f91a1b32-5ba7-4b57-bc16-de4e6ade9402-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"f91a1b32-5ba7-4b57-bc16-de4e6ade9402-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"f91a1b32-5ba7-4b57-bc16-de4e6ade9402-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2750,1460,'_thumbnail_id','1632'),(2751,1635,'_wp_attached_file','2016/11/Projects-bg.jpg'),(2752,1635,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:595;s:6:\"height\";i:842;s:4:\"file\";s:23:\"2016/11/Projects-bg.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Projects-bg-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Projects-bg-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:21:\"Projects-bg-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:23:\"Projects-bg-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:23:\"Projects-bg-595x430.jpg\";s:5:\"width\";i:595;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:23:\"Projects-bg-595x630.jpg\";s:5:\"width\";i:595;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:23:\"Projects-bg-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:23:\"Projects-bg-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:23:\"Projects-bg-595x684.jpg\";s:5:\"width\";i:595;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:23:\"Projects-bg-595x375.jpg\";s:5:\"width\";i:595;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:23:\"Projects-bg-498x705.jpg\";s:5:\"width\";i:498;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:23:\"Projects-bg-595x321.jpg\";s:5:\"width\";i:595;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:23:\"Projects-bg-595x423.jpg\";s:5:\"width\";i:595;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"Projects-bg-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"Projects-bg-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"Projects-bg-450x637.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:637;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:{}}}'),(2753,1638,'_menu_item_type','post_type'),(2754,1638,'_menu_item_menu_item_parent','0'),(2755,1638,'_menu_item_object_id','925'),(2756,1638,'_menu_item_object','page'),(2757,1638,'_menu_item_target',''),(2758,1638,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2759,1638,'_menu_item_xfn',''),(2760,1638,'_menu_item_url',''),(2762,1639,'_wp_attached_file','2016/11/34564e0a-dc3b-4dc0-ae45-6094761b931b.jpg'),(2763,1639,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/34564e0a-dc3b-4dc0-ae45-6094761b931b.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"34564e0a-dc3b-4dc0-ae45-6094761b931b-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"34564e0a-dc3b-4dc0-ae45-6094761b931b-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"34564e0a-dc3b-4dc0-ae45-6094761b931b-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"34564e0a-dc3b-4dc0-ae45-6094761b931b-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"34564e0a-dc3b-4dc0-ae45-6094761b931b-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"34564e0a-dc3b-4dc0-ae45-6094761b931b-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"34564e0a-dc3b-4dc0-ae45-6094761b931b-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"34564e0a-dc3b-4dc0-ae45-6094761b931b-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"34564e0a-dc3b-4dc0-ae45-6094761b931b-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"34564e0a-dc3b-4dc0-ae45-6094761b931b-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"34564e0a-dc3b-4dc0-ae45-6094761b931b-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"34564e0a-dc3b-4dc0-ae45-6094761b931b-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"34564e0a-dc3b-4dc0-ae45-6094761b931b-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"34564e0a-dc3b-4dc0-ae45-6094761b931b-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"34564e0a-dc3b-4dc0-ae45-6094761b931b-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"34564e0a-dc3b-4dc0-ae45-6094761b931b-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2764,1640,'_wp_attached_file','2016/11/47150f5d-9d11-46bd-a83c-1e000ff5b666.jpg'),(2765,1640,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/47150f5d-9d11-46bd-a83c-1e000ff5b666.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"47150f5d-9d11-46bd-a83c-1e000ff5b666-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"47150f5d-9d11-46bd-a83c-1e000ff5b666-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"47150f5d-9d11-46bd-a83c-1e000ff5b666-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"47150f5d-9d11-46bd-a83c-1e000ff5b666-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"47150f5d-9d11-46bd-a83c-1e000ff5b666-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"47150f5d-9d11-46bd-a83c-1e000ff5b666-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"47150f5d-9d11-46bd-a83c-1e000ff5b666-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"47150f5d-9d11-46bd-a83c-1e000ff5b666-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"47150f5d-9d11-46bd-a83c-1e000ff5b666-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"47150f5d-9d11-46bd-a83c-1e000ff5b666-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"47150f5d-9d11-46bd-a83c-1e000ff5b666-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"47150f5d-9d11-46bd-a83c-1e000ff5b666-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"47150f5d-9d11-46bd-a83c-1e000ff5b666-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"47150f5d-9d11-46bd-a83c-1e000ff5b666-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"47150f5d-9d11-46bd-a83c-1e000ff5b666-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"47150f5d-9d11-46bd-a83c-1e000ff5b666-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2766,1641,'_wp_attached_file','2016/11/0977844e-b7b4-4f7f-a835-43160f7dd2c2.jpg'),(2767,1641,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/0977844e-b7b4-4f7f-a835-43160f7dd2c2.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"0977844e-b7b4-4f7f-a835-43160f7dd2c2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"0977844e-b7b4-4f7f-a835-43160f7dd2c2-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"0977844e-b7b4-4f7f-a835-43160f7dd2c2-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"0977844e-b7b4-4f7f-a835-43160f7dd2c2-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"0977844e-b7b4-4f7f-a835-43160f7dd2c2-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"0977844e-b7b4-4f7f-a835-43160f7dd2c2-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"0977844e-b7b4-4f7f-a835-43160f7dd2c2-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"0977844e-b7b4-4f7f-a835-43160f7dd2c2-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"0977844e-b7b4-4f7f-a835-43160f7dd2c2-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"0977844e-b7b4-4f7f-a835-43160f7dd2c2-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"0977844e-b7b4-4f7f-a835-43160f7dd2c2-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"0977844e-b7b4-4f7f-a835-43160f7dd2c2-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"0977844e-b7b4-4f7f-a835-43160f7dd2c2-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"0977844e-b7b4-4f7f-a835-43160f7dd2c2-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"0977844e-b7b4-4f7f-a835-43160f7dd2c2-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"0977844e-b7b4-4f7f-a835-43160f7dd2c2-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2768,1642,'_wp_attached_file','2016/11/c5eddc7d-0ab9-40aa-961e-4ca504d9397b.jpg'),(2769,1642,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/c5eddc7d-0ab9-40aa-961e-4ca504d9397b.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"c5eddc7d-0ab9-40aa-961e-4ca504d9397b-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"c5eddc7d-0ab9-40aa-961e-4ca504d9397b-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"c5eddc7d-0ab9-40aa-961e-4ca504d9397b-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"c5eddc7d-0ab9-40aa-961e-4ca504d9397b-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"c5eddc7d-0ab9-40aa-961e-4ca504d9397b-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"c5eddc7d-0ab9-40aa-961e-4ca504d9397b-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"c5eddc7d-0ab9-40aa-961e-4ca504d9397b-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"c5eddc7d-0ab9-40aa-961e-4ca504d9397b-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"c5eddc7d-0ab9-40aa-961e-4ca504d9397b-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"c5eddc7d-0ab9-40aa-961e-4ca504d9397b-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"c5eddc7d-0ab9-40aa-961e-4ca504d9397b-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"c5eddc7d-0ab9-40aa-961e-4ca504d9397b-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"c5eddc7d-0ab9-40aa-961e-4ca504d9397b-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"c5eddc7d-0ab9-40aa-961e-4ca504d9397b-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"c5eddc7d-0ab9-40aa-961e-4ca504d9397b-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"c5eddc7d-0ab9-40aa-961e-4ca504d9397b-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2770,1464,'_thumbnail_id','1640'),(2771,1464,'_wp_old_slug','doha-souq'),(2775,1643,'_wp_attached_file','2016/11/938b25be-98c2-4535-a81c-376189078c68.jpg'),(2776,1643,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1314;s:6:\"height\";i:350;s:4:\"file\";s:48:\"2016/11/938b25be-98c2-4535-a81c-376189078c68.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"938b25be-98c2-4535-a81c-376189078c68-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"938b25be-98c2-4535-a81c-376189078c68-300x80.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"938b25be-98c2-4535-a81c-376189078c68-768x205.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"938b25be-98c2-4535-a81c-376189078c68-1030x274.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"938b25be-98c2-4535-a81c-376189078c68-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"938b25be-98c2-4535-a81c-376189078c68-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"938b25be-98c2-4535-a81c-376189078c68-495x350.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"938b25be-98c2-4535-a81c-376189078c68-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"938b25be-98c2-4535-a81c-376189078c68-845x350.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"938b25be-98c2-4535-a81c-376189078c68-710x350.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"938b25be-98c2-4535-a81c-376189078c68-705x188.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"938b25be-98c2-4535-a81c-376189078c68-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"938b25be-98c2-4535-a81c-376189078c68-1210x350.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"938b25be-98c2-4535-a81c-376189078c68-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"938b25be-98c2-4535-a81c-376189078c68-450x350.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"938b25be-98c2-4535-a81c-376189078c68-450x120.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:120;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:{}}}'),(2777,1645,'_wp_attached_file','2016/11/cbb0cba6-d3f6-4890-8146-a624f5870fa0.jpg'),(2778,1645,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1314;s:6:\"height\";i:350;s:4:\"file\";s:48:\"2016/11/cbb0cba6-d3f6-4890-8146-a624f5870fa0.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"cbb0cba6-d3f6-4890-8146-a624f5870fa0-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"cbb0cba6-d3f6-4890-8146-a624f5870fa0-300x80.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"cbb0cba6-d3f6-4890-8146-a624f5870fa0-768x205.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"cbb0cba6-d3f6-4890-8146-a624f5870fa0-1030x274.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"cbb0cba6-d3f6-4890-8146-a624f5870fa0-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"cbb0cba6-d3f6-4890-8146-a624f5870fa0-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"cbb0cba6-d3f6-4890-8146-a624f5870fa0-495x350.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"cbb0cba6-d3f6-4890-8146-a624f5870fa0-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"cbb0cba6-d3f6-4890-8146-a624f5870fa0-845x350.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"cbb0cba6-d3f6-4890-8146-a624f5870fa0-710x350.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"cbb0cba6-d3f6-4890-8146-a624f5870fa0-705x188.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"cbb0cba6-d3f6-4890-8146-a624f5870fa0-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"cbb0cba6-d3f6-4890-8146-a624f5870fa0-1210x350.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"cbb0cba6-d3f6-4890-8146-a624f5870fa0-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"cbb0cba6-d3f6-4890-8146-a624f5870fa0-450x350.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"cbb0cba6-d3f6-4890-8146-a624f5870fa0-450x120.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:120;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:{}}}'),(2779,1649,'_wp_attached_file','2016/10/f8bd7546-9647-4abe-b261-bd290ce45346.jpg'),(2780,1649,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1630;s:6:\"height\";i:770;s:4:\"file\";s:48:\"2016/10/f8bd7546-9647-4abe-b261-bd290ce45346.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"f8bd7546-9647-4abe-b261-bd290ce45346-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"f8bd7546-9647-4abe-b261-bd290ce45346-300x142.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"f8bd7546-9647-4abe-b261-bd290ce45346-768x363.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:363;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"f8bd7546-9647-4abe-b261-bd290ce45346-1030x487.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:487;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"f8bd7546-9647-4abe-b261-bd290ce45346-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"f8bd7546-9647-4abe-b261-bd290ce45346-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"f8bd7546-9647-4abe-b261-bd290ce45346-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:49:\"f8bd7546-9647-4abe-b261-bd290ce45346-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:49:\"f8bd7546-9647-4abe-b261-bd290ce45346-1500x709.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:709;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"f8bd7546-9647-4abe-b261-bd290ce45346-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"f8bd7546-9647-4abe-b261-bd290ce45346-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"f8bd7546-9647-4abe-b261-bd290ce45346-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"f8bd7546-9647-4abe-b261-bd290ce45346-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"f8bd7546-9647-4abe-b261-bd290ce45346-705x333.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"f8bd7546-9647-4abe-b261-bd290ce45346-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"f8bd7546-9647-4abe-b261-bd290ce45346-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"f8bd7546-9647-4abe-b261-bd290ce45346-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"f8bd7546-9647-4abe-b261-bd290ce45346-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"f8bd7546-9647-4abe-b261-bd290ce45346-450x213.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:213;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:{}}}'),(2781,1650,'_wp_attached_file','2016/10/f8bd7546-9647-4abe-b261-bd290ce45346-1.jpg'),(2782,1650,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1630;s:6:\"height\";i:770;s:4:\"file\";s:50:\"2016/10/f8bd7546-9647-4abe-b261-bd290ce45346-1.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"f8bd7546-9647-4abe-b261-bd290ce45346-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"f8bd7546-9647-4abe-b261-bd290ce45346-1-300x142.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"f8bd7546-9647-4abe-b261-bd290ce45346-1-768x363.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:363;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:51:\"f8bd7546-9647-4abe-b261-bd290ce45346-1-1030x487.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:487;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:48:\"f8bd7546-9647-4abe-b261-bd290ce45346-1-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:50:\"f8bd7546-9647-4abe-b261-bd290ce45346-1-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:51:\"f8bd7546-9647-4abe-b261-bd290ce45346-1-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:51:\"f8bd7546-9647-4abe-b261-bd290ce45346-1-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:51:\"f8bd7546-9647-4abe-b261-bd290ce45346-1-1500x709.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:709;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:50:\"f8bd7546-9647-4abe-b261-bd290ce45346-1-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:50:\"f8bd7546-9647-4abe-b261-bd290ce45346-1-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:50:\"f8bd7546-9647-4abe-b261-bd290ce45346-1-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:50:\"f8bd7546-9647-4abe-b261-bd290ce45346-1-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:50:\"f8bd7546-9647-4abe-b261-bd290ce45346-1-705x333.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:50:\"f8bd7546-9647-4abe-b261-bd290ce45346-1-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:51:\"f8bd7546-9647-4abe-b261-bd290ce45346-1-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:50:\"f8bd7546-9647-4abe-b261-bd290ce45346-1-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:50:\"f8bd7546-9647-4abe-b261-bd290ce45346-1-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:50:\"f8bd7546-9647-4abe-b261-bd290ce45346-1-450x213.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:213;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:{}}}'),(2783,1652,'_menu_item_type','post_type'),(2784,1652,'_menu_item_menu_item_parent','0'),(2785,1652,'_menu_item_object_id','1213'),(2786,1652,'_menu_item_object','page'),(2787,1652,'_menu_item_target',''),(2788,1652,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2789,1652,'_menu_item_xfn',''),(2790,1652,'_menu_item_url',''),(2792,1653,'_menu_item_type','post_type'),(2793,1653,'_menu_item_menu_item_parent','0'),(2794,1653,'_menu_item_object_id','929'),(2795,1653,'_menu_item_object','page'),(2796,1653,'_menu_item_target',''),(2797,1653,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2798,1653,'_menu_item_xfn',''),(2799,1653,'_menu_item_url',''),(2801,1659,'_wp_attached_file','2016/11/1b60bb2a-cdc8-4e85-a6a2-df4571f49e9a.jpg'),(2802,1659,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/1b60bb2a-cdc8-4e85-a6a2-df4571f49e9a.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"1b60bb2a-cdc8-4e85-a6a2-df4571f49e9a-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"1b60bb2a-cdc8-4e85-a6a2-df4571f49e9a-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"1b60bb2a-cdc8-4e85-a6a2-df4571f49e9a-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"1b60bb2a-cdc8-4e85-a6a2-df4571f49e9a-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"1b60bb2a-cdc8-4e85-a6a2-df4571f49e9a-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"1b60bb2a-cdc8-4e85-a6a2-df4571f49e9a-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"1b60bb2a-cdc8-4e85-a6a2-df4571f49e9a-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"1b60bb2a-cdc8-4e85-a6a2-df4571f49e9a-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"1b60bb2a-cdc8-4e85-a6a2-df4571f49e9a-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"1b60bb2a-cdc8-4e85-a6a2-df4571f49e9a-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"1b60bb2a-cdc8-4e85-a6a2-df4571f49e9a-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"1b60bb2a-cdc8-4e85-a6a2-df4571f49e9a-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"1b60bb2a-cdc8-4e85-a6a2-df4571f49e9a-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"1b60bb2a-cdc8-4e85-a6a2-df4571f49e9a-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"1b60bb2a-cdc8-4e85-a6a2-df4571f49e9a-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"1b60bb2a-cdc8-4e85-a6a2-df4571f49e9a-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2803,1660,'_wp_attached_file','2016/11/3af6a412-8b57-4ccb-89ef-21b2eda144ac.jpg'),(2804,1660,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/3af6a412-8b57-4ccb-89ef-21b2eda144ac.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"3af6a412-8b57-4ccb-89ef-21b2eda144ac-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"3af6a412-8b57-4ccb-89ef-21b2eda144ac-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"3af6a412-8b57-4ccb-89ef-21b2eda144ac-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"3af6a412-8b57-4ccb-89ef-21b2eda144ac-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"3af6a412-8b57-4ccb-89ef-21b2eda144ac-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"3af6a412-8b57-4ccb-89ef-21b2eda144ac-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"3af6a412-8b57-4ccb-89ef-21b2eda144ac-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"3af6a412-8b57-4ccb-89ef-21b2eda144ac-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"3af6a412-8b57-4ccb-89ef-21b2eda144ac-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"3af6a412-8b57-4ccb-89ef-21b2eda144ac-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"3af6a412-8b57-4ccb-89ef-21b2eda144ac-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"3af6a412-8b57-4ccb-89ef-21b2eda144ac-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"3af6a412-8b57-4ccb-89ef-21b2eda144ac-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"3af6a412-8b57-4ccb-89ef-21b2eda144ac-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"3af6a412-8b57-4ccb-89ef-21b2eda144ac-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"3af6a412-8b57-4ccb-89ef-21b2eda144ac-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2805,1661,'_wp_attached_file','2016/11/5cf297f3-d503-4bd1-9ef5-4b14c663f478.jpg'),(2806,1661,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/5cf297f3-d503-4bd1-9ef5-4b14c663f478.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"5cf297f3-d503-4bd1-9ef5-4b14c663f478-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"5cf297f3-d503-4bd1-9ef5-4b14c663f478-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"5cf297f3-d503-4bd1-9ef5-4b14c663f478-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"5cf297f3-d503-4bd1-9ef5-4b14c663f478-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"5cf297f3-d503-4bd1-9ef5-4b14c663f478-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"5cf297f3-d503-4bd1-9ef5-4b14c663f478-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"5cf297f3-d503-4bd1-9ef5-4b14c663f478-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"5cf297f3-d503-4bd1-9ef5-4b14c663f478-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"5cf297f3-d503-4bd1-9ef5-4b14c663f478-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"5cf297f3-d503-4bd1-9ef5-4b14c663f478-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"5cf297f3-d503-4bd1-9ef5-4b14c663f478-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"5cf297f3-d503-4bd1-9ef5-4b14c663f478-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"5cf297f3-d503-4bd1-9ef5-4b14c663f478-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"5cf297f3-d503-4bd1-9ef5-4b14c663f478-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"5cf297f3-d503-4bd1-9ef5-4b14c663f478-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"5cf297f3-d503-4bd1-9ef5-4b14c663f478-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2807,1662,'_wp_attached_file','2016/11/31f41ba0-b991-446c-994f-f4725f673b56.jpg'),(2808,1662,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/31f41ba0-b991-446c-994f-f4725f673b56.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"31f41ba0-b991-446c-994f-f4725f673b56-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"31f41ba0-b991-446c-994f-f4725f673b56-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"31f41ba0-b991-446c-994f-f4725f673b56-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"31f41ba0-b991-446c-994f-f4725f673b56-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"31f41ba0-b991-446c-994f-f4725f673b56-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"31f41ba0-b991-446c-994f-f4725f673b56-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"31f41ba0-b991-446c-994f-f4725f673b56-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"31f41ba0-b991-446c-994f-f4725f673b56-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"31f41ba0-b991-446c-994f-f4725f673b56-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"31f41ba0-b991-446c-994f-f4725f673b56-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"31f41ba0-b991-446c-994f-f4725f673b56-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"31f41ba0-b991-446c-994f-f4725f673b56-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"31f41ba0-b991-446c-994f-f4725f673b56-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"31f41ba0-b991-446c-994f-f4725f673b56-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"31f41ba0-b991-446c-994f-f4725f673b56-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"31f41ba0-b991-446c-994f-f4725f673b56-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2809,1663,'_wp_attached_file','2016/11/59a93e3a-4ced-41c9-8aba-edf87565293e.jpg'),(2810,1663,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/59a93e3a-4ced-41c9-8aba-edf87565293e.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"59a93e3a-4ced-41c9-8aba-edf87565293e-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"59a93e3a-4ced-41c9-8aba-edf87565293e-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"59a93e3a-4ced-41c9-8aba-edf87565293e-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"59a93e3a-4ced-41c9-8aba-edf87565293e-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"59a93e3a-4ced-41c9-8aba-edf87565293e-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"59a93e3a-4ced-41c9-8aba-edf87565293e-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"59a93e3a-4ced-41c9-8aba-edf87565293e-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"59a93e3a-4ced-41c9-8aba-edf87565293e-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"59a93e3a-4ced-41c9-8aba-edf87565293e-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"59a93e3a-4ced-41c9-8aba-edf87565293e-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"59a93e3a-4ced-41c9-8aba-edf87565293e-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"59a93e3a-4ced-41c9-8aba-edf87565293e-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"59a93e3a-4ced-41c9-8aba-edf87565293e-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"59a93e3a-4ced-41c9-8aba-edf87565293e-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"59a93e3a-4ced-41c9-8aba-edf87565293e-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"59a93e3a-4ced-41c9-8aba-edf87565293e-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2811,1664,'_wp_attached_file','2016/11/948c434a-692b-4f1d-ba01-f4ffbfeba711.jpg'),(2812,1664,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/948c434a-692b-4f1d-ba01-f4ffbfeba711.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"948c434a-692b-4f1d-ba01-f4ffbfeba711-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"948c434a-692b-4f1d-ba01-f4ffbfeba711-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"948c434a-692b-4f1d-ba01-f4ffbfeba711-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"948c434a-692b-4f1d-ba01-f4ffbfeba711-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"948c434a-692b-4f1d-ba01-f4ffbfeba711-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"948c434a-692b-4f1d-ba01-f4ffbfeba711-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"948c434a-692b-4f1d-ba01-f4ffbfeba711-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"948c434a-692b-4f1d-ba01-f4ffbfeba711-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"948c434a-692b-4f1d-ba01-f4ffbfeba711-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"948c434a-692b-4f1d-ba01-f4ffbfeba711-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"948c434a-692b-4f1d-ba01-f4ffbfeba711-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"948c434a-692b-4f1d-ba01-f4ffbfeba711-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"948c434a-692b-4f1d-ba01-f4ffbfeba711-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"948c434a-692b-4f1d-ba01-f4ffbfeba711-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"948c434a-692b-4f1d-ba01-f4ffbfeba711-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"948c434a-692b-4f1d-ba01-f4ffbfeba711-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2813,1665,'_wp_attached_file','2016/11/951dc92f-6435-4343-9266-72941df313a7.jpg'),(2814,1665,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/951dc92f-6435-4343-9266-72941df313a7.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"951dc92f-6435-4343-9266-72941df313a7-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"951dc92f-6435-4343-9266-72941df313a7-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"951dc92f-6435-4343-9266-72941df313a7-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"951dc92f-6435-4343-9266-72941df313a7-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"951dc92f-6435-4343-9266-72941df313a7-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"951dc92f-6435-4343-9266-72941df313a7-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"951dc92f-6435-4343-9266-72941df313a7-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"951dc92f-6435-4343-9266-72941df313a7-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"951dc92f-6435-4343-9266-72941df313a7-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"951dc92f-6435-4343-9266-72941df313a7-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"951dc92f-6435-4343-9266-72941df313a7-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"951dc92f-6435-4343-9266-72941df313a7-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"951dc92f-6435-4343-9266-72941df313a7-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"951dc92f-6435-4343-9266-72941df313a7-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"951dc92f-6435-4343-9266-72941df313a7-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"951dc92f-6435-4343-9266-72941df313a7-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2815,1666,'_wp_attached_file','2016/11/1417410a-3768-477e-ba40-4e3b69fc6e4e.jpg'),(2816,1666,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/1417410a-3768-477e-ba40-4e3b69fc6e4e.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"1417410a-3768-477e-ba40-4e3b69fc6e4e-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"1417410a-3768-477e-ba40-4e3b69fc6e4e-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"1417410a-3768-477e-ba40-4e3b69fc6e4e-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"1417410a-3768-477e-ba40-4e3b69fc6e4e-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"1417410a-3768-477e-ba40-4e3b69fc6e4e-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"1417410a-3768-477e-ba40-4e3b69fc6e4e-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"1417410a-3768-477e-ba40-4e3b69fc6e4e-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"1417410a-3768-477e-ba40-4e3b69fc6e4e-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"1417410a-3768-477e-ba40-4e3b69fc6e4e-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"1417410a-3768-477e-ba40-4e3b69fc6e4e-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"1417410a-3768-477e-ba40-4e3b69fc6e4e-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"1417410a-3768-477e-ba40-4e3b69fc6e4e-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"1417410a-3768-477e-ba40-4e3b69fc6e4e-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"1417410a-3768-477e-ba40-4e3b69fc6e4e-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"1417410a-3768-477e-ba40-4e3b69fc6e4e-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"1417410a-3768-477e-ba40-4e3b69fc6e4e-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2817,1667,'_wp_attached_file','2016/11/34374424-1b6b-4542-8c8f-f9c681fd3e46.jpg'),(2818,1667,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/34374424-1b6b-4542-8c8f-f9c681fd3e46.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"34374424-1b6b-4542-8c8f-f9c681fd3e46-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"34374424-1b6b-4542-8c8f-f9c681fd3e46-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"34374424-1b6b-4542-8c8f-f9c681fd3e46-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"34374424-1b6b-4542-8c8f-f9c681fd3e46-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"34374424-1b6b-4542-8c8f-f9c681fd3e46-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"34374424-1b6b-4542-8c8f-f9c681fd3e46-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"34374424-1b6b-4542-8c8f-f9c681fd3e46-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"34374424-1b6b-4542-8c8f-f9c681fd3e46-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"34374424-1b6b-4542-8c8f-f9c681fd3e46-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"34374424-1b6b-4542-8c8f-f9c681fd3e46-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"34374424-1b6b-4542-8c8f-f9c681fd3e46-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"34374424-1b6b-4542-8c8f-f9c681fd3e46-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"34374424-1b6b-4542-8c8f-f9c681fd3e46-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"34374424-1b6b-4542-8c8f-f9c681fd3e46-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"34374424-1b6b-4542-8c8f-f9c681fd3e46-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"34374424-1b6b-4542-8c8f-f9c681fd3e46-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2819,1668,'_wp_attached_file','2016/11/cb163f42-fe48-460f-972f-6a6cbf16ad54.jpg'),(2820,1668,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/cb163f42-fe48-460f-972f-6a6cbf16ad54.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"cb163f42-fe48-460f-972f-6a6cbf16ad54-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"cb163f42-fe48-460f-972f-6a6cbf16ad54-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"cb163f42-fe48-460f-972f-6a6cbf16ad54-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"cb163f42-fe48-460f-972f-6a6cbf16ad54-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"cb163f42-fe48-460f-972f-6a6cbf16ad54-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"cb163f42-fe48-460f-972f-6a6cbf16ad54-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"cb163f42-fe48-460f-972f-6a6cbf16ad54-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"cb163f42-fe48-460f-972f-6a6cbf16ad54-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"cb163f42-fe48-460f-972f-6a6cbf16ad54-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"cb163f42-fe48-460f-972f-6a6cbf16ad54-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"cb163f42-fe48-460f-972f-6a6cbf16ad54-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"cb163f42-fe48-460f-972f-6a6cbf16ad54-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"cb163f42-fe48-460f-972f-6a6cbf16ad54-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"cb163f42-fe48-460f-972f-6a6cbf16ad54-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"cb163f42-fe48-460f-972f-6a6cbf16ad54-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"cb163f42-fe48-460f-972f-6a6cbf16ad54-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2821,1669,'_wp_attached_file','2016/11/497e07b5-49c1-4472-aee5-b85effe7cbaa.jpg'),(2822,1669,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:800;s:4:\"file\";s:48:\"2016/11/497e07b5-49c1-4472-aee5-b85effe7cbaa.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"497e07b5-49c1-4472-aee5-b85effe7cbaa-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"497e07b5-49c1-4472-aee5-b85effe7cbaa-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"497e07b5-49c1-4472-aee5-b85effe7cbaa-768x614.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"497e07b5-49c1-4472-aee5-b85effe7cbaa-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"497e07b5-49c1-4472-aee5-b85effe7cbaa-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"497e07b5-49c1-4472-aee5-b85effe7cbaa-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:49:\"497e07b5-49c1-4472-aee5-b85effe7cbaa-1000x630.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"497e07b5-49c1-4472-aee5-b85effe7cbaa-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"497e07b5-49c1-4472-aee5-b85effe7cbaa-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"497e07b5-49c1-4472-aee5-b85effe7cbaa-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"497e07b5-49c1-4472-aee5-b85effe7cbaa-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"497e07b5-49c1-4472-aee5-b85effe7cbaa-705x564.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"497e07b5-49c1-4472-aee5-b85effe7cbaa-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"497e07b5-49c1-4472-aee5-b85effe7cbaa-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"497e07b5-49c1-4472-aee5-b85effe7cbaa-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"497e07b5-49c1-4472-aee5-b85effe7cbaa-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"497e07b5-49c1-4472-aee5-b85effe7cbaa-450x360.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2823,1450,'_thumbnail_id','1669'),(2824,1450,'_wp_old_slug','al-bandary-commercial-complex'),(2825,1670,'_wp_attached_file','2016/11/3f5012a8-6bb1-4ea8-9d88-07c7e72ed4a2.jpg'),(2826,1670,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/3f5012a8-6bb1-4ea8-9d88-07c7e72ed4a2.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"3f5012a8-6bb1-4ea8-9d88-07c7e72ed4a2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"3f5012a8-6bb1-4ea8-9d88-07c7e72ed4a2-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"3f5012a8-6bb1-4ea8-9d88-07c7e72ed4a2-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"3f5012a8-6bb1-4ea8-9d88-07c7e72ed4a2-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"3f5012a8-6bb1-4ea8-9d88-07c7e72ed4a2-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"3f5012a8-6bb1-4ea8-9d88-07c7e72ed4a2-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"3f5012a8-6bb1-4ea8-9d88-07c7e72ed4a2-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"3f5012a8-6bb1-4ea8-9d88-07c7e72ed4a2-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"3f5012a8-6bb1-4ea8-9d88-07c7e72ed4a2-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"3f5012a8-6bb1-4ea8-9d88-07c7e72ed4a2-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"3f5012a8-6bb1-4ea8-9d88-07c7e72ed4a2-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"3f5012a8-6bb1-4ea8-9d88-07c7e72ed4a2-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"3f5012a8-6bb1-4ea8-9d88-07c7e72ed4a2-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"3f5012a8-6bb1-4ea8-9d88-07c7e72ed4a2-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"3f5012a8-6bb1-4ea8-9d88-07c7e72ed4a2-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"3f5012a8-6bb1-4ea8-9d88-07c7e72ed4a2-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2827,1671,'_wp_attached_file','2016/11/7fa14581-1408-45fc-b912-aab976c655da.jpg'),(2828,1671,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/7fa14581-1408-45fc-b912-aab976c655da.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"7fa14581-1408-45fc-b912-aab976c655da-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"7fa14581-1408-45fc-b912-aab976c655da-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"7fa14581-1408-45fc-b912-aab976c655da-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"7fa14581-1408-45fc-b912-aab976c655da-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"7fa14581-1408-45fc-b912-aab976c655da-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"7fa14581-1408-45fc-b912-aab976c655da-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"7fa14581-1408-45fc-b912-aab976c655da-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"7fa14581-1408-45fc-b912-aab976c655da-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"7fa14581-1408-45fc-b912-aab976c655da-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"7fa14581-1408-45fc-b912-aab976c655da-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"7fa14581-1408-45fc-b912-aab976c655da-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"7fa14581-1408-45fc-b912-aab976c655da-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"7fa14581-1408-45fc-b912-aab976c655da-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"7fa14581-1408-45fc-b912-aab976c655da-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"7fa14581-1408-45fc-b912-aab976c655da-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"7fa14581-1408-45fc-b912-aab976c655da-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2829,1672,'_wp_attached_file','2016/11/9a6c0b74-f292-4266-bfc2-516eee70cc29.jpg'),(2830,1672,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/9a6c0b74-f292-4266-bfc2-516eee70cc29.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"9a6c0b74-f292-4266-bfc2-516eee70cc29-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"9a6c0b74-f292-4266-bfc2-516eee70cc29-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"9a6c0b74-f292-4266-bfc2-516eee70cc29-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"9a6c0b74-f292-4266-bfc2-516eee70cc29-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"9a6c0b74-f292-4266-bfc2-516eee70cc29-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"9a6c0b74-f292-4266-bfc2-516eee70cc29-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"9a6c0b74-f292-4266-bfc2-516eee70cc29-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"9a6c0b74-f292-4266-bfc2-516eee70cc29-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"9a6c0b74-f292-4266-bfc2-516eee70cc29-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"9a6c0b74-f292-4266-bfc2-516eee70cc29-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"9a6c0b74-f292-4266-bfc2-516eee70cc29-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"9a6c0b74-f292-4266-bfc2-516eee70cc29-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"9a6c0b74-f292-4266-bfc2-516eee70cc29-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"9a6c0b74-f292-4266-bfc2-516eee70cc29-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"9a6c0b74-f292-4266-bfc2-516eee70cc29-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"9a6c0b74-f292-4266-bfc2-516eee70cc29-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2831,1673,'_wp_attached_file','2016/11/55cc419e-3403-46f0-aed3-c4264a4b4b66.jpg'),(2832,1673,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/55cc419e-3403-46f0-aed3-c4264a4b4b66.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"55cc419e-3403-46f0-aed3-c4264a4b4b66-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"55cc419e-3403-46f0-aed3-c4264a4b4b66-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"55cc419e-3403-46f0-aed3-c4264a4b4b66-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"55cc419e-3403-46f0-aed3-c4264a4b4b66-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"55cc419e-3403-46f0-aed3-c4264a4b4b66-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"55cc419e-3403-46f0-aed3-c4264a4b4b66-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"55cc419e-3403-46f0-aed3-c4264a4b4b66-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"55cc419e-3403-46f0-aed3-c4264a4b4b66-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"55cc419e-3403-46f0-aed3-c4264a4b4b66-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"55cc419e-3403-46f0-aed3-c4264a4b4b66-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"55cc419e-3403-46f0-aed3-c4264a4b4b66-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"55cc419e-3403-46f0-aed3-c4264a4b4b66-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"55cc419e-3403-46f0-aed3-c4264a4b4b66-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"55cc419e-3403-46f0-aed3-c4264a4b4b66-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"55cc419e-3403-46f0-aed3-c4264a4b4b66-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"55cc419e-3403-46f0-aed3-c4264a4b4b66-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2833,1674,'_wp_attached_file','2016/11/8579a9d2-9d50-4dc9-aec6-e1a708e85c22.jpg'),(2834,1674,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/8579a9d2-9d50-4dc9-aec6-e1a708e85c22.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"8579a9d2-9d50-4dc9-aec6-e1a708e85c22-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"8579a9d2-9d50-4dc9-aec6-e1a708e85c22-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"8579a9d2-9d50-4dc9-aec6-e1a708e85c22-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"8579a9d2-9d50-4dc9-aec6-e1a708e85c22-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"8579a9d2-9d50-4dc9-aec6-e1a708e85c22-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"8579a9d2-9d50-4dc9-aec6-e1a708e85c22-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"8579a9d2-9d50-4dc9-aec6-e1a708e85c22-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"8579a9d2-9d50-4dc9-aec6-e1a708e85c22-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"8579a9d2-9d50-4dc9-aec6-e1a708e85c22-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"8579a9d2-9d50-4dc9-aec6-e1a708e85c22-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"8579a9d2-9d50-4dc9-aec6-e1a708e85c22-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"8579a9d2-9d50-4dc9-aec6-e1a708e85c22-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"8579a9d2-9d50-4dc9-aec6-e1a708e85c22-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"8579a9d2-9d50-4dc9-aec6-e1a708e85c22-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"8579a9d2-9d50-4dc9-aec6-e1a708e85c22-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"8579a9d2-9d50-4dc9-aec6-e1a708e85c22-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2835,1675,'_wp_attached_file','2016/11/532117d4-7b25-49ee-a376-556b3af7ba4b.jpg'),(2836,1675,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/532117d4-7b25-49ee-a376-556b3af7ba4b.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"532117d4-7b25-49ee-a376-556b3af7ba4b-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"532117d4-7b25-49ee-a376-556b3af7ba4b-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"532117d4-7b25-49ee-a376-556b3af7ba4b-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"532117d4-7b25-49ee-a376-556b3af7ba4b-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"532117d4-7b25-49ee-a376-556b3af7ba4b-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"532117d4-7b25-49ee-a376-556b3af7ba4b-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"532117d4-7b25-49ee-a376-556b3af7ba4b-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"532117d4-7b25-49ee-a376-556b3af7ba4b-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"532117d4-7b25-49ee-a376-556b3af7ba4b-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"532117d4-7b25-49ee-a376-556b3af7ba4b-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"532117d4-7b25-49ee-a376-556b3af7ba4b-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"532117d4-7b25-49ee-a376-556b3af7ba4b-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"532117d4-7b25-49ee-a376-556b3af7ba4b-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"532117d4-7b25-49ee-a376-556b3af7ba4b-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"532117d4-7b25-49ee-a376-556b3af7ba4b-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"532117d4-7b25-49ee-a376-556b3af7ba4b-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2837,1676,'_wp_attached_file','2016/11/17083201-70c4-4523-b5da-44f1e3eb3aea.jpg'),(2838,1676,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/17083201-70c4-4523-b5da-44f1e3eb3aea.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"17083201-70c4-4523-b5da-44f1e3eb3aea-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"17083201-70c4-4523-b5da-44f1e3eb3aea-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"17083201-70c4-4523-b5da-44f1e3eb3aea-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"17083201-70c4-4523-b5da-44f1e3eb3aea-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"17083201-70c4-4523-b5da-44f1e3eb3aea-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"17083201-70c4-4523-b5da-44f1e3eb3aea-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"17083201-70c4-4523-b5da-44f1e3eb3aea-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"17083201-70c4-4523-b5da-44f1e3eb3aea-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"17083201-70c4-4523-b5da-44f1e3eb3aea-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"17083201-70c4-4523-b5da-44f1e3eb3aea-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"17083201-70c4-4523-b5da-44f1e3eb3aea-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"17083201-70c4-4523-b5da-44f1e3eb3aea-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"17083201-70c4-4523-b5da-44f1e3eb3aea-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"17083201-70c4-4523-b5da-44f1e3eb3aea-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"17083201-70c4-4523-b5da-44f1e3eb3aea-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"17083201-70c4-4523-b5da-44f1e3eb3aea-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2839,1677,'_wp_attached_file','2016/11/70291640-2602-4253-9737-05c6b9b7fa84.jpg'),(2840,1677,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/70291640-2602-4253-9737-05c6b9b7fa84.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"70291640-2602-4253-9737-05c6b9b7fa84-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"70291640-2602-4253-9737-05c6b9b7fa84-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"70291640-2602-4253-9737-05c6b9b7fa84-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"70291640-2602-4253-9737-05c6b9b7fa84-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"70291640-2602-4253-9737-05c6b9b7fa84-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"70291640-2602-4253-9737-05c6b9b7fa84-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"70291640-2602-4253-9737-05c6b9b7fa84-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"70291640-2602-4253-9737-05c6b9b7fa84-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"70291640-2602-4253-9737-05c6b9b7fa84-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"70291640-2602-4253-9737-05c6b9b7fa84-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"70291640-2602-4253-9737-05c6b9b7fa84-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"70291640-2602-4253-9737-05c6b9b7fa84-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"70291640-2602-4253-9737-05c6b9b7fa84-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"70291640-2602-4253-9737-05c6b9b7fa84-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"70291640-2602-4253-9737-05c6b9b7fa84-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"70291640-2602-4253-9737-05c6b9b7fa84-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2841,1678,'_wp_attached_file','2016/11/dc3d5ded-6e40-4e08-b1ef-8eb9637bdab0.jpg'),(2842,1678,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/dc3d5ded-6e40-4e08-b1ef-8eb9637bdab0.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"dc3d5ded-6e40-4e08-b1ef-8eb9637bdab0-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"dc3d5ded-6e40-4e08-b1ef-8eb9637bdab0-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"dc3d5ded-6e40-4e08-b1ef-8eb9637bdab0-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"dc3d5ded-6e40-4e08-b1ef-8eb9637bdab0-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"dc3d5ded-6e40-4e08-b1ef-8eb9637bdab0-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"dc3d5ded-6e40-4e08-b1ef-8eb9637bdab0-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"dc3d5ded-6e40-4e08-b1ef-8eb9637bdab0-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"dc3d5ded-6e40-4e08-b1ef-8eb9637bdab0-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"dc3d5ded-6e40-4e08-b1ef-8eb9637bdab0-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"dc3d5ded-6e40-4e08-b1ef-8eb9637bdab0-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"dc3d5ded-6e40-4e08-b1ef-8eb9637bdab0-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"dc3d5ded-6e40-4e08-b1ef-8eb9637bdab0-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"dc3d5ded-6e40-4e08-b1ef-8eb9637bdab0-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"dc3d5ded-6e40-4e08-b1ef-8eb9637bdab0-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"dc3d5ded-6e40-4e08-b1ef-8eb9637bdab0-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"dc3d5ded-6e40-4e08-b1ef-8eb9637bdab0-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2843,1680,'_wp_attached_file','2016/11/dd68e74f-45a7-4af6-b609-eb6666bc8063.jpg'),(2844,1680,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/dd68e74f-45a7-4af6-b609-eb6666bc8063.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"dd68e74f-45a7-4af6-b609-eb6666bc8063-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"dd68e74f-45a7-4af6-b609-eb6666bc8063-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"dd68e74f-45a7-4af6-b609-eb6666bc8063-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"dd68e74f-45a7-4af6-b609-eb6666bc8063-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"dd68e74f-45a7-4af6-b609-eb6666bc8063-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"dd68e74f-45a7-4af6-b609-eb6666bc8063-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"dd68e74f-45a7-4af6-b609-eb6666bc8063-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"dd68e74f-45a7-4af6-b609-eb6666bc8063-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"dd68e74f-45a7-4af6-b609-eb6666bc8063-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"dd68e74f-45a7-4af6-b609-eb6666bc8063-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"dd68e74f-45a7-4af6-b609-eb6666bc8063-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"dd68e74f-45a7-4af6-b609-eb6666bc8063-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"dd68e74f-45a7-4af6-b609-eb6666bc8063-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"dd68e74f-45a7-4af6-b609-eb6666bc8063-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"dd68e74f-45a7-4af6-b609-eb6666bc8063-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"dd68e74f-45a7-4af6-b609-eb6666bc8063-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2845,1681,'_wp_attached_file','2016/11/e383239f-9cb9-4c54-9b7a-c25b3c241c6b.jpg'),(2846,1681,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/e383239f-9cb9-4c54-9b7a-c25b3c241c6b.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"e383239f-9cb9-4c54-9b7a-c25b3c241c6b-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"e383239f-9cb9-4c54-9b7a-c25b3c241c6b-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"e383239f-9cb9-4c54-9b7a-c25b3c241c6b-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"e383239f-9cb9-4c54-9b7a-c25b3c241c6b-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"e383239f-9cb9-4c54-9b7a-c25b3c241c6b-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"e383239f-9cb9-4c54-9b7a-c25b3c241c6b-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"e383239f-9cb9-4c54-9b7a-c25b3c241c6b-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"e383239f-9cb9-4c54-9b7a-c25b3c241c6b-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"e383239f-9cb9-4c54-9b7a-c25b3c241c6b-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"e383239f-9cb9-4c54-9b7a-c25b3c241c6b-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"e383239f-9cb9-4c54-9b7a-c25b3c241c6b-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"e383239f-9cb9-4c54-9b7a-c25b3c241c6b-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"e383239f-9cb9-4c54-9b7a-c25b3c241c6b-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"e383239f-9cb9-4c54-9b7a-c25b3c241c6b-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"e383239f-9cb9-4c54-9b7a-c25b3c241c6b-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"e383239f-9cb9-4c54-9b7a-c25b3c241c6b-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2847,1441,'_thumbnail_id','1681'),(2848,1441,'_wp_old_slug','al-bandary-plaza'),(2849,1682,'_wp_attached_file','2016/11/1a5fce8a-d193-4b0d-9b2f-3cdf53f90a3a.jpg'),(2850,1682,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/1a5fce8a-d193-4b0d-9b2f-3cdf53f90a3a.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"1a5fce8a-d193-4b0d-9b2f-3cdf53f90a3a-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"1a5fce8a-d193-4b0d-9b2f-3cdf53f90a3a-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"1a5fce8a-d193-4b0d-9b2f-3cdf53f90a3a-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"1a5fce8a-d193-4b0d-9b2f-3cdf53f90a3a-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"1a5fce8a-d193-4b0d-9b2f-3cdf53f90a3a-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"1a5fce8a-d193-4b0d-9b2f-3cdf53f90a3a-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"1a5fce8a-d193-4b0d-9b2f-3cdf53f90a3a-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"1a5fce8a-d193-4b0d-9b2f-3cdf53f90a3a-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"1a5fce8a-d193-4b0d-9b2f-3cdf53f90a3a-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"1a5fce8a-d193-4b0d-9b2f-3cdf53f90a3a-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"1a5fce8a-d193-4b0d-9b2f-3cdf53f90a3a-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"1a5fce8a-d193-4b0d-9b2f-3cdf53f90a3a-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"1a5fce8a-d193-4b0d-9b2f-3cdf53f90a3a-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"1a5fce8a-d193-4b0d-9b2f-3cdf53f90a3a-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"1a5fce8a-d193-4b0d-9b2f-3cdf53f90a3a-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"1a5fce8a-d193-4b0d-9b2f-3cdf53f90a3a-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2851,1683,'_wp_attached_file','2016/11/09c026f2-54c5-4419-b060-52088977a47f.jpg'),(2852,1683,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/09c026f2-54c5-4419-b060-52088977a47f.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"09c026f2-54c5-4419-b060-52088977a47f-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"09c026f2-54c5-4419-b060-52088977a47f-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"09c026f2-54c5-4419-b060-52088977a47f-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"09c026f2-54c5-4419-b060-52088977a47f-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"09c026f2-54c5-4419-b060-52088977a47f-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"09c026f2-54c5-4419-b060-52088977a47f-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"09c026f2-54c5-4419-b060-52088977a47f-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"09c026f2-54c5-4419-b060-52088977a47f-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"09c026f2-54c5-4419-b060-52088977a47f-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"09c026f2-54c5-4419-b060-52088977a47f-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"09c026f2-54c5-4419-b060-52088977a47f-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"09c026f2-54c5-4419-b060-52088977a47f-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"09c026f2-54c5-4419-b060-52088977a47f-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"09c026f2-54c5-4419-b060-52088977a47f-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"09c026f2-54c5-4419-b060-52088977a47f-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"09c026f2-54c5-4419-b060-52088977a47f-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2853,1684,'_wp_attached_file','2016/11/9ec0c14a-6f9b-48d8-9568-f2a2b7cb32c3.jpg'),(2854,1684,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/9ec0c14a-6f9b-48d8-9568-f2a2b7cb32c3.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"9ec0c14a-6f9b-48d8-9568-f2a2b7cb32c3-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"9ec0c14a-6f9b-48d8-9568-f2a2b7cb32c3-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"9ec0c14a-6f9b-48d8-9568-f2a2b7cb32c3-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"9ec0c14a-6f9b-48d8-9568-f2a2b7cb32c3-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"9ec0c14a-6f9b-48d8-9568-f2a2b7cb32c3-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"9ec0c14a-6f9b-48d8-9568-f2a2b7cb32c3-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"9ec0c14a-6f9b-48d8-9568-f2a2b7cb32c3-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"9ec0c14a-6f9b-48d8-9568-f2a2b7cb32c3-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"9ec0c14a-6f9b-48d8-9568-f2a2b7cb32c3-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"9ec0c14a-6f9b-48d8-9568-f2a2b7cb32c3-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"9ec0c14a-6f9b-48d8-9568-f2a2b7cb32c3-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"9ec0c14a-6f9b-48d8-9568-f2a2b7cb32c3-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"9ec0c14a-6f9b-48d8-9568-f2a2b7cb32c3-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"9ec0c14a-6f9b-48d8-9568-f2a2b7cb32c3-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"9ec0c14a-6f9b-48d8-9568-f2a2b7cb32c3-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"9ec0c14a-6f9b-48d8-9568-f2a2b7cb32c3-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2855,1685,'_wp_attached_file','2016/11/39abe821-1a6e-4638-9dfb-25c7675d7000.jpg'),(2856,1685,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/39abe821-1a6e-4638-9dfb-25c7675d7000.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"39abe821-1a6e-4638-9dfb-25c7675d7000-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"39abe821-1a6e-4638-9dfb-25c7675d7000-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"39abe821-1a6e-4638-9dfb-25c7675d7000-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"39abe821-1a6e-4638-9dfb-25c7675d7000-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"39abe821-1a6e-4638-9dfb-25c7675d7000-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"39abe821-1a6e-4638-9dfb-25c7675d7000-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"39abe821-1a6e-4638-9dfb-25c7675d7000-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"39abe821-1a6e-4638-9dfb-25c7675d7000-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"39abe821-1a6e-4638-9dfb-25c7675d7000-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"39abe821-1a6e-4638-9dfb-25c7675d7000-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"39abe821-1a6e-4638-9dfb-25c7675d7000-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"39abe821-1a6e-4638-9dfb-25c7675d7000-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"39abe821-1a6e-4638-9dfb-25c7675d7000-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"39abe821-1a6e-4638-9dfb-25c7675d7000-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"39abe821-1a6e-4638-9dfb-25c7675d7000-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"39abe821-1a6e-4638-9dfb-25c7675d7000-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2857,1686,'_wp_attached_file','2016/11/44e03392-55d6-4b9e-b131-eca9c8af32bd.jpg'),(2858,1686,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/44e03392-55d6-4b9e-b131-eca9c8af32bd.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"44e03392-55d6-4b9e-b131-eca9c8af32bd-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"44e03392-55d6-4b9e-b131-eca9c8af32bd-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"44e03392-55d6-4b9e-b131-eca9c8af32bd-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"44e03392-55d6-4b9e-b131-eca9c8af32bd-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"44e03392-55d6-4b9e-b131-eca9c8af32bd-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"44e03392-55d6-4b9e-b131-eca9c8af32bd-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"44e03392-55d6-4b9e-b131-eca9c8af32bd-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"44e03392-55d6-4b9e-b131-eca9c8af32bd-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"44e03392-55d6-4b9e-b131-eca9c8af32bd-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"44e03392-55d6-4b9e-b131-eca9c8af32bd-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"44e03392-55d6-4b9e-b131-eca9c8af32bd-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"44e03392-55d6-4b9e-b131-eca9c8af32bd-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"44e03392-55d6-4b9e-b131-eca9c8af32bd-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"44e03392-55d6-4b9e-b131-eca9c8af32bd-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"44e03392-55d6-4b9e-b131-eca9c8af32bd-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"44e03392-55d6-4b9e-b131-eca9c8af32bd-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:22:\"OLYMPUS DIGITAL CAMERA\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2859,1687,'_wp_attached_file','2016/11/48d2e898-0756-4abf-b778-b37feff26397.jpg'),(2860,1687,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/48d2e898-0756-4abf-b778-b37feff26397.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"48d2e898-0756-4abf-b778-b37feff26397-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"48d2e898-0756-4abf-b778-b37feff26397-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"48d2e898-0756-4abf-b778-b37feff26397-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"48d2e898-0756-4abf-b778-b37feff26397-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"48d2e898-0756-4abf-b778-b37feff26397-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"48d2e898-0756-4abf-b778-b37feff26397-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"48d2e898-0756-4abf-b778-b37feff26397-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"48d2e898-0756-4abf-b778-b37feff26397-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"48d2e898-0756-4abf-b778-b37feff26397-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"48d2e898-0756-4abf-b778-b37feff26397-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"48d2e898-0756-4abf-b778-b37feff26397-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"48d2e898-0756-4abf-b778-b37feff26397-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"48d2e898-0756-4abf-b778-b37feff26397-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"48d2e898-0756-4abf-b778-b37feff26397-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"48d2e898-0756-4abf-b778-b37feff26397-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"48d2e898-0756-4abf-b778-b37feff26397-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2861,1688,'_wp_attached_file','2016/11/154a22b4-7437-4a4b-83d7-a2587ce8162b.jpg'),(2862,1688,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/154a22b4-7437-4a4b-83d7-a2587ce8162b.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"154a22b4-7437-4a4b-83d7-a2587ce8162b-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"154a22b4-7437-4a4b-83d7-a2587ce8162b-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"154a22b4-7437-4a4b-83d7-a2587ce8162b-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"154a22b4-7437-4a4b-83d7-a2587ce8162b-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"154a22b4-7437-4a4b-83d7-a2587ce8162b-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"154a22b4-7437-4a4b-83d7-a2587ce8162b-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"154a22b4-7437-4a4b-83d7-a2587ce8162b-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"154a22b4-7437-4a4b-83d7-a2587ce8162b-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"154a22b4-7437-4a4b-83d7-a2587ce8162b-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"154a22b4-7437-4a4b-83d7-a2587ce8162b-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"154a22b4-7437-4a4b-83d7-a2587ce8162b-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"154a22b4-7437-4a4b-83d7-a2587ce8162b-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"154a22b4-7437-4a4b-83d7-a2587ce8162b-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"154a22b4-7437-4a4b-83d7-a2587ce8162b-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"154a22b4-7437-4a4b-83d7-a2587ce8162b-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"154a22b4-7437-4a4b-83d7-a2587ce8162b-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2863,1689,'_wp_attached_file','2016/11/361b4aee-4867-43d0-a0af-a42c9d8d3842.jpg'),(2864,1689,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/361b4aee-4867-43d0-a0af-a42c9d8d3842.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"361b4aee-4867-43d0-a0af-a42c9d8d3842-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"361b4aee-4867-43d0-a0af-a42c9d8d3842-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"361b4aee-4867-43d0-a0af-a42c9d8d3842-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"361b4aee-4867-43d0-a0af-a42c9d8d3842-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"361b4aee-4867-43d0-a0af-a42c9d8d3842-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"361b4aee-4867-43d0-a0af-a42c9d8d3842-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"361b4aee-4867-43d0-a0af-a42c9d8d3842-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"361b4aee-4867-43d0-a0af-a42c9d8d3842-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"361b4aee-4867-43d0-a0af-a42c9d8d3842-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"361b4aee-4867-43d0-a0af-a42c9d8d3842-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"361b4aee-4867-43d0-a0af-a42c9d8d3842-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"361b4aee-4867-43d0-a0af-a42c9d8d3842-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"361b4aee-4867-43d0-a0af-a42c9d8d3842-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"361b4aee-4867-43d0-a0af-a42c9d8d3842-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"361b4aee-4867-43d0-a0af-a42c9d8d3842-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"361b4aee-4867-43d0-a0af-a42c9d8d3842-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2865,1690,'_wp_attached_file','2016/11/409461e3-c3af-44dc-b38f-ec4ada037ae5.jpg'),(2866,1690,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/409461e3-c3af-44dc-b38f-ec4ada037ae5.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"409461e3-c3af-44dc-b38f-ec4ada037ae5-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"409461e3-c3af-44dc-b38f-ec4ada037ae5-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"409461e3-c3af-44dc-b38f-ec4ada037ae5-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"409461e3-c3af-44dc-b38f-ec4ada037ae5-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"409461e3-c3af-44dc-b38f-ec4ada037ae5-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"409461e3-c3af-44dc-b38f-ec4ada037ae5-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"409461e3-c3af-44dc-b38f-ec4ada037ae5-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"409461e3-c3af-44dc-b38f-ec4ada037ae5-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"409461e3-c3af-44dc-b38f-ec4ada037ae5-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"409461e3-c3af-44dc-b38f-ec4ada037ae5-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"409461e3-c3af-44dc-b38f-ec4ada037ae5-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"409461e3-c3af-44dc-b38f-ec4ada037ae5-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"409461e3-c3af-44dc-b38f-ec4ada037ae5-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"409461e3-c3af-44dc-b38f-ec4ada037ae5-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"409461e3-c3af-44dc-b38f-ec4ada037ae5-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"409461e3-c3af-44dc-b38f-ec4ada037ae5-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2867,1691,'_wp_attached_file','2016/11/ad0a437b-3768-4550-9eb6-ef3205c6eb84.jpg'),(2868,1691,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/ad0a437b-3768-4550-9eb6-ef3205c6eb84.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"ad0a437b-3768-4550-9eb6-ef3205c6eb84-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"ad0a437b-3768-4550-9eb6-ef3205c6eb84-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"ad0a437b-3768-4550-9eb6-ef3205c6eb84-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"ad0a437b-3768-4550-9eb6-ef3205c6eb84-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"ad0a437b-3768-4550-9eb6-ef3205c6eb84-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"ad0a437b-3768-4550-9eb6-ef3205c6eb84-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"ad0a437b-3768-4550-9eb6-ef3205c6eb84-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"ad0a437b-3768-4550-9eb6-ef3205c6eb84-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"ad0a437b-3768-4550-9eb6-ef3205c6eb84-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"ad0a437b-3768-4550-9eb6-ef3205c6eb84-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"ad0a437b-3768-4550-9eb6-ef3205c6eb84-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"ad0a437b-3768-4550-9eb6-ef3205c6eb84-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"ad0a437b-3768-4550-9eb6-ef3205c6eb84-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"ad0a437b-3768-4550-9eb6-ef3205c6eb84-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"ad0a437b-3768-4550-9eb6-ef3205c6eb84-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"ad0a437b-3768-4550-9eb6-ef3205c6eb84-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2869,1692,'_wp_attached_file','2016/11/b05fd160-e99b-4576-90a9-071c0db9099a.jpg'),(2870,1692,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/b05fd160-e99b-4576-90a9-071c0db9099a.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"b05fd160-e99b-4576-90a9-071c0db9099a-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"b05fd160-e99b-4576-90a9-071c0db9099a-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"b05fd160-e99b-4576-90a9-071c0db9099a-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"b05fd160-e99b-4576-90a9-071c0db9099a-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"b05fd160-e99b-4576-90a9-071c0db9099a-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"b05fd160-e99b-4576-90a9-071c0db9099a-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"b05fd160-e99b-4576-90a9-071c0db9099a-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"b05fd160-e99b-4576-90a9-071c0db9099a-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"b05fd160-e99b-4576-90a9-071c0db9099a-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"b05fd160-e99b-4576-90a9-071c0db9099a-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"b05fd160-e99b-4576-90a9-071c0db9099a-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"b05fd160-e99b-4576-90a9-071c0db9099a-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"b05fd160-e99b-4576-90a9-071c0db9099a-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"b05fd160-e99b-4576-90a9-071c0db9099a-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"b05fd160-e99b-4576-90a9-071c0db9099a-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"b05fd160-e99b-4576-90a9-071c0db9099a-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2871,1693,'_wp_attached_file','2016/11/d1df55f9-f2af-47ff-9425-2aceb0774ded.jpg'),(2872,1693,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/d1df55f9-f2af-47ff-9425-2aceb0774ded.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"d1df55f9-f2af-47ff-9425-2aceb0774ded-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"d1df55f9-f2af-47ff-9425-2aceb0774ded-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"d1df55f9-f2af-47ff-9425-2aceb0774ded-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"d1df55f9-f2af-47ff-9425-2aceb0774ded-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"d1df55f9-f2af-47ff-9425-2aceb0774ded-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"d1df55f9-f2af-47ff-9425-2aceb0774ded-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"d1df55f9-f2af-47ff-9425-2aceb0774ded-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"d1df55f9-f2af-47ff-9425-2aceb0774ded-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"d1df55f9-f2af-47ff-9425-2aceb0774ded-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"d1df55f9-f2af-47ff-9425-2aceb0774ded-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"d1df55f9-f2af-47ff-9425-2aceb0774ded-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"d1df55f9-f2af-47ff-9425-2aceb0774ded-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"d1df55f9-f2af-47ff-9425-2aceb0774ded-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"d1df55f9-f2af-47ff-9425-2aceb0774ded-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"d1df55f9-f2af-47ff-9425-2aceb0774ded-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"d1df55f9-f2af-47ff-9425-2aceb0774ded-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2873,1694,'_wp_attached_file','2016/11/e20dd4eb-3b9f-412f-8f64-6beaade3726b.jpg'),(2874,1694,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/e20dd4eb-3b9f-412f-8f64-6beaade3726b.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"e20dd4eb-3b9f-412f-8f64-6beaade3726b-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"e20dd4eb-3b9f-412f-8f64-6beaade3726b-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"e20dd4eb-3b9f-412f-8f64-6beaade3726b-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"e20dd4eb-3b9f-412f-8f64-6beaade3726b-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"e20dd4eb-3b9f-412f-8f64-6beaade3726b-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"e20dd4eb-3b9f-412f-8f64-6beaade3726b-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"e20dd4eb-3b9f-412f-8f64-6beaade3726b-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"e20dd4eb-3b9f-412f-8f64-6beaade3726b-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"e20dd4eb-3b9f-412f-8f64-6beaade3726b-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"e20dd4eb-3b9f-412f-8f64-6beaade3726b-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"e20dd4eb-3b9f-412f-8f64-6beaade3726b-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"e20dd4eb-3b9f-412f-8f64-6beaade3726b-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"e20dd4eb-3b9f-412f-8f64-6beaade3726b-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"e20dd4eb-3b9f-412f-8f64-6beaade3726b-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"e20dd4eb-3b9f-412f-8f64-6beaade3726b-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"e20dd4eb-3b9f-412f-8f64-6beaade3726b-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2875,1695,'_wp_attached_file','2016/11/f15055f3-719c-4648-871e-4d7c3dd67b43.jpg'),(2876,1695,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/f15055f3-719c-4648-871e-4d7c3dd67b43.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"f15055f3-719c-4648-871e-4d7c3dd67b43-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"f15055f3-719c-4648-871e-4d7c3dd67b43-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"f15055f3-719c-4648-871e-4d7c3dd67b43-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"f15055f3-719c-4648-871e-4d7c3dd67b43-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"f15055f3-719c-4648-871e-4d7c3dd67b43-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"f15055f3-719c-4648-871e-4d7c3dd67b43-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"f15055f3-719c-4648-871e-4d7c3dd67b43-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"f15055f3-719c-4648-871e-4d7c3dd67b43-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"f15055f3-719c-4648-871e-4d7c3dd67b43-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"f15055f3-719c-4648-871e-4d7c3dd67b43-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"f15055f3-719c-4648-871e-4d7c3dd67b43-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"f15055f3-719c-4648-871e-4d7c3dd67b43-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"f15055f3-719c-4648-871e-4d7c3dd67b43-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"f15055f3-719c-4648-871e-4d7c3dd67b43-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"f15055f3-719c-4648-871e-4d7c3dd67b43-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"f15055f3-719c-4648-871e-4d7c3dd67b43-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2877,1696,'_wp_attached_file','2016/11/fdb017e8-a454-4e20-b3dc-a154c7257208.jpg'),(2878,1696,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/fdb017e8-a454-4e20-b3dc-a154c7257208.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"fdb017e8-a454-4e20-b3dc-a154c7257208-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"fdb017e8-a454-4e20-b3dc-a154c7257208-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"fdb017e8-a454-4e20-b3dc-a154c7257208-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"fdb017e8-a454-4e20-b3dc-a154c7257208-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"fdb017e8-a454-4e20-b3dc-a154c7257208-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"fdb017e8-a454-4e20-b3dc-a154c7257208-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"fdb017e8-a454-4e20-b3dc-a154c7257208-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"fdb017e8-a454-4e20-b3dc-a154c7257208-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"fdb017e8-a454-4e20-b3dc-a154c7257208-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"fdb017e8-a454-4e20-b3dc-a154c7257208-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"fdb017e8-a454-4e20-b3dc-a154c7257208-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"fdb017e8-a454-4e20-b3dc-a154c7257208-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"fdb017e8-a454-4e20-b3dc-a154c7257208-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"fdb017e8-a454-4e20-b3dc-a154c7257208-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"fdb017e8-a454-4e20-b3dc-a154c7257208-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"fdb017e8-a454-4e20-b3dc-a154c7257208-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2879,1424,'_thumbnail_id','1688'),(2880,1424,'_wp_old_slug','midmac-compound'),(2881,1698,'_wp_attached_file','2016/11/1efb18dc-125d-485f-b119-d5245e97f613.jpg'),(2882,1698,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/1efb18dc-125d-485f-b119-d5245e97f613.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"1efb18dc-125d-485f-b119-d5245e97f613-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"1efb18dc-125d-485f-b119-d5245e97f613-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"1efb18dc-125d-485f-b119-d5245e97f613-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"1efb18dc-125d-485f-b119-d5245e97f613-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"1efb18dc-125d-485f-b119-d5245e97f613-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"1efb18dc-125d-485f-b119-d5245e97f613-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"1efb18dc-125d-485f-b119-d5245e97f613-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"1efb18dc-125d-485f-b119-d5245e97f613-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"1efb18dc-125d-485f-b119-d5245e97f613-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"1efb18dc-125d-485f-b119-d5245e97f613-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"1efb18dc-125d-485f-b119-d5245e97f613-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"1efb18dc-125d-485f-b119-d5245e97f613-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"1efb18dc-125d-485f-b119-d5245e97f613-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"1efb18dc-125d-485f-b119-d5245e97f613-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"1efb18dc-125d-485f-b119-d5245e97f613-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"1efb18dc-125d-485f-b119-d5245e97f613-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2883,1699,'_wp_attached_file','2016/11/3f842e73-1880-466a-a9c1-e0ff96b3aa94.jpg'),(2884,1699,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/3f842e73-1880-466a-a9c1-e0ff96b3aa94.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"3f842e73-1880-466a-a9c1-e0ff96b3aa94-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"3f842e73-1880-466a-a9c1-e0ff96b3aa94-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"3f842e73-1880-466a-a9c1-e0ff96b3aa94-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"3f842e73-1880-466a-a9c1-e0ff96b3aa94-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"3f842e73-1880-466a-a9c1-e0ff96b3aa94-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"3f842e73-1880-466a-a9c1-e0ff96b3aa94-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"3f842e73-1880-466a-a9c1-e0ff96b3aa94-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"3f842e73-1880-466a-a9c1-e0ff96b3aa94-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"3f842e73-1880-466a-a9c1-e0ff96b3aa94-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"3f842e73-1880-466a-a9c1-e0ff96b3aa94-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"3f842e73-1880-466a-a9c1-e0ff96b3aa94-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"3f842e73-1880-466a-a9c1-e0ff96b3aa94-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"3f842e73-1880-466a-a9c1-e0ff96b3aa94-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"3f842e73-1880-466a-a9c1-e0ff96b3aa94-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"3f842e73-1880-466a-a9c1-e0ff96b3aa94-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"3f842e73-1880-466a-a9c1-e0ff96b3aa94-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2885,1700,'_wp_attached_file','2016/11/5e2ab194-d936-4f0d-b648-4777c964754d.jpg'),(2886,1700,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/5e2ab194-d936-4f0d-b648-4777c964754d.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"5e2ab194-d936-4f0d-b648-4777c964754d-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"5e2ab194-d936-4f0d-b648-4777c964754d-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"5e2ab194-d936-4f0d-b648-4777c964754d-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"5e2ab194-d936-4f0d-b648-4777c964754d-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"5e2ab194-d936-4f0d-b648-4777c964754d-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"5e2ab194-d936-4f0d-b648-4777c964754d-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"5e2ab194-d936-4f0d-b648-4777c964754d-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"5e2ab194-d936-4f0d-b648-4777c964754d-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"5e2ab194-d936-4f0d-b648-4777c964754d-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"5e2ab194-d936-4f0d-b648-4777c964754d-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"5e2ab194-d936-4f0d-b648-4777c964754d-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"5e2ab194-d936-4f0d-b648-4777c964754d-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"5e2ab194-d936-4f0d-b648-4777c964754d-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"5e2ab194-d936-4f0d-b648-4777c964754d-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"5e2ab194-d936-4f0d-b648-4777c964754d-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"5e2ab194-d936-4f0d-b648-4777c964754d-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2887,1701,'_wp_attached_file','2016/11/59efdc34-d2fc-4ea0-9a41-9040e5aeadb7.jpg'),(2888,1701,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/59efdc34-d2fc-4ea0-9a41-9040e5aeadb7.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"59efdc34-d2fc-4ea0-9a41-9040e5aeadb7-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"59efdc34-d2fc-4ea0-9a41-9040e5aeadb7-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"59efdc34-d2fc-4ea0-9a41-9040e5aeadb7-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"59efdc34-d2fc-4ea0-9a41-9040e5aeadb7-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"59efdc34-d2fc-4ea0-9a41-9040e5aeadb7-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"59efdc34-d2fc-4ea0-9a41-9040e5aeadb7-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"59efdc34-d2fc-4ea0-9a41-9040e5aeadb7-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"59efdc34-d2fc-4ea0-9a41-9040e5aeadb7-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"59efdc34-d2fc-4ea0-9a41-9040e5aeadb7-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"59efdc34-d2fc-4ea0-9a41-9040e5aeadb7-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"59efdc34-d2fc-4ea0-9a41-9040e5aeadb7-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"59efdc34-d2fc-4ea0-9a41-9040e5aeadb7-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"59efdc34-d2fc-4ea0-9a41-9040e5aeadb7-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"59efdc34-d2fc-4ea0-9a41-9040e5aeadb7-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"59efdc34-d2fc-4ea0-9a41-9040e5aeadb7-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"59efdc34-d2fc-4ea0-9a41-9040e5aeadb7-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2889,1702,'_wp_attached_file','2016/11/163869d7-9913-4ab0-987b-eae4562e669f.jpg'),(2890,1702,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/163869d7-9913-4ab0-987b-eae4562e669f.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"163869d7-9913-4ab0-987b-eae4562e669f-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"163869d7-9913-4ab0-987b-eae4562e669f-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"163869d7-9913-4ab0-987b-eae4562e669f-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"163869d7-9913-4ab0-987b-eae4562e669f-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"163869d7-9913-4ab0-987b-eae4562e669f-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"163869d7-9913-4ab0-987b-eae4562e669f-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"163869d7-9913-4ab0-987b-eae4562e669f-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"163869d7-9913-4ab0-987b-eae4562e669f-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"163869d7-9913-4ab0-987b-eae4562e669f-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"163869d7-9913-4ab0-987b-eae4562e669f-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"163869d7-9913-4ab0-987b-eae4562e669f-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"163869d7-9913-4ab0-987b-eae4562e669f-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"163869d7-9913-4ab0-987b-eae4562e669f-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"163869d7-9913-4ab0-987b-eae4562e669f-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"163869d7-9913-4ab0-987b-eae4562e669f-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"163869d7-9913-4ab0-987b-eae4562e669f-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2891,1703,'_wp_attached_file','2016/11/50058049-6730-4e39-949b-176325cd7af4.jpg'),(2892,1703,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/50058049-6730-4e39-949b-176325cd7af4.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"50058049-6730-4e39-949b-176325cd7af4-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"50058049-6730-4e39-949b-176325cd7af4-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"50058049-6730-4e39-949b-176325cd7af4-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"50058049-6730-4e39-949b-176325cd7af4-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"50058049-6730-4e39-949b-176325cd7af4-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"50058049-6730-4e39-949b-176325cd7af4-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"50058049-6730-4e39-949b-176325cd7af4-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"50058049-6730-4e39-949b-176325cd7af4-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"50058049-6730-4e39-949b-176325cd7af4-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"50058049-6730-4e39-949b-176325cd7af4-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"50058049-6730-4e39-949b-176325cd7af4-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"50058049-6730-4e39-949b-176325cd7af4-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"50058049-6730-4e39-949b-176325cd7af4-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"50058049-6730-4e39-949b-176325cd7af4-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"50058049-6730-4e39-949b-176325cd7af4-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"50058049-6730-4e39-949b-176325cd7af4-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2893,1704,'_wp_attached_file','2016/11/b6cd11a6-a663-4d55-9cfe-11ccfbd4cff3.jpg'),(2894,1704,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/b6cd11a6-a663-4d55-9cfe-11ccfbd4cff3.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"b6cd11a6-a663-4d55-9cfe-11ccfbd4cff3-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"b6cd11a6-a663-4d55-9cfe-11ccfbd4cff3-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"b6cd11a6-a663-4d55-9cfe-11ccfbd4cff3-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"b6cd11a6-a663-4d55-9cfe-11ccfbd4cff3-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"b6cd11a6-a663-4d55-9cfe-11ccfbd4cff3-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"b6cd11a6-a663-4d55-9cfe-11ccfbd4cff3-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"b6cd11a6-a663-4d55-9cfe-11ccfbd4cff3-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"b6cd11a6-a663-4d55-9cfe-11ccfbd4cff3-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"b6cd11a6-a663-4d55-9cfe-11ccfbd4cff3-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"b6cd11a6-a663-4d55-9cfe-11ccfbd4cff3-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"b6cd11a6-a663-4d55-9cfe-11ccfbd4cff3-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"b6cd11a6-a663-4d55-9cfe-11ccfbd4cff3-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"b6cd11a6-a663-4d55-9cfe-11ccfbd4cff3-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"b6cd11a6-a663-4d55-9cfe-11ccfbd4cff3-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"b6cd11a6-a663-4d55-9cfe-11ccfbd4cff3-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"b6cd11a6-a663-4d55-9cfe-11ccfbd4cff3-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2895,1705,'_wp_attached_file','2016/11/d150ea5a-de98-4df1-9ba7-4c474858f2aa.jpg'),(2896,1705,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/d150ea5a-de98-4df1-9ba7-4c474858f2aa.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"d150ea5a-de98-4df1-9ba7-4c474858f2aa-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"d150ea5a-de98-4df1-9ba7-4c474858f2aa-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"d150ea5a-de98-4df1-9ba7-4c474858f2aa-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"d150ea5a-de98-4df1-9ba7-4c474858f2aa-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"d150ea5a-de98-4df1-9ba7-4c474858f2aa-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"d150ea5a-de98-4df1-9ba7-4c474858f2aa-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"d150ea5a-de98-4df1-9ba7-4c474858f2aa-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"d150ea5a-de98-4df1-9ba7-4c474858f2aa-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"d150ea5a-de98-4df1-9ba7-4c474858f2aa-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"d150ea5a-de98-4df1-9ba7-4c474858f2aa-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"d150ea5a-de98-4df1-9ba7-4c474858f2aa-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"d150ea5a-de98-4df1-9ba7-4c474858f2aa-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"d150ea5a-de98-4df1-9ba7-4c474858f2aa-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"d150ea5a-de98-4df1-9ba7-4c474858f2aa-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"d150ea5a-de98-4df1-9ba7-4c474858f2aa-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"d150ea5a-de98-4df1-9ba7-4c474858f2aa-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2897,1407,'_wp_old_slug','mashael-compound'),(2898,1407,'_thumbnail_id','1702'),(2899,1706,'_wp_attached_file','2016/11/3f6a823f-8312-462e-aff8-f136265b5215.jpg'),(2900,1706,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/3f6a823f-8312-462e-aff8-f136265b5215.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"3f6a823f-8312-462e-aff8-f136265b5215-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"3f6a823f-8312-462e-aff8-f136265b5215-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"3f6a823f-8312-462e-aff8-f136265b5215-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"3f6a823f-8312-462e-aff8-f136265b5215-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"3f6a823f-8312-462e-aff8-f136265b5215-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"3f6a823f-8312-462e-aff8-f136265b5215-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"3f6a823f-8312-462e-aff8-f136265b5215-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"3f6a823f-8312-462e-aff8-f136265b5215-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"3f6a823f-8312-462e-aff8-f136265b5215-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"3f6a823f-8312-462e-aff8-f136265b5215-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"3f6a823f-8312-462e-aff8-f136265b5215-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"3f6a823f-8312-462e-aff8-f136265b5215-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"3f6a823f-8312-462e-aff8-f136265b5215-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"3f6a823f-8312-462e-aff8-f136265b5215-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"3f6a823f-8312-462e-aff8-f136265b5215-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"3f6a823f-8312-462e-aff8-f136265b5215-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2901,1707,'_wp_attached_file','2016/11/a768bcd2-c3da-464b-9159-0926a44cbbdd.jpg'),(2902,1707,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/a768bcd2-c3da-464b-9159-0926a44cbbdd.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"a768bcd2-c3da-464b-9159-0926a44cbbdd-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"a768bcd2-c3da-464b-9159-0926a44cbbdd-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"a768bcd2-c3da-464b-9159-0926a44cbbdd-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"a768bcd2-c3da-464b-9159-0926a44cbbdd-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"a768bcd2-c3da-464b-9159-0926a44cbbdd-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"a768bcd2-c3da-464b-9159-0926a44cbbdd-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"a768bcd2-c3da-464b-9159-0926a44cbbdd-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"a768bcd2-c3da-464b-9159-0926a44cbbdd-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"a768bcd2-c3da-464b-9159-0926a44cbbdd-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"a768bcd2-c3da-464b-9159-0926a44cbbdd-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"a768bcd2-c3da-464b-9159-0926a44cbbdd-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"a768bcd2-c3da-464b-9159-0926a44cbbdd-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"a768bcd2-c3da-464b-9159-0926a44cbbdd-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"a768bcd2-c3da-464b-9159-0926a44cbbdd-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"a768bcd2-c3da-464b-9159-0926a44cbbdd-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"a768bcd2-c3da-464b-9159-0926a44cbbdd-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2903,1708,'_wp_attached_file','2016/11/b622aa7e-de55-4497-b3ff-f49224246a85.jpg'),(2904,1708,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/b622aa7e-de55-4497-b3ff-f49224246a85.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"b622aa7e-de55-4497-b3ff-f49224246a85-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"b622aa7e-de55-4497-b3ff-f49224246a85-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"b622aa7e-de55-4497-b3ff-f49224246a85-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"b622aa7e-de55-4497-b3ff-f49224246a85-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"b622aa7e-de55-4497-b3ff-f49224246a85-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"b622aa7e-de55-4497-b3ff-f49224246a85-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"b622aa7e-de55-4497-b3ff-f49224246a85-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"b622aa7e-de55-4497-b3ff-f49224246a85-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"b622aa7e-de55-4497-b3ff-f49224246a85-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"b622aa7e-de55-4497-b3ff-f49224246a85-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"b622aa7e-de55-4497-b3ff-f49224246a85-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"b622aa7e-de55-4497-b3ff-f49224246a85-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"b622aa7e-de55-4497-b3ff-f49224246a85-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"b622aa7e-de55-4497-b3ff-f49224246a85-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"b622aa7e-de55-4497-b3ff-f49224246a85-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"b622aa7e-de55-4497-b3ff-f49224246a85-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2905,1709,'_wp_attached_file','2016/11/f12c9edf-048f-4be8-8a4b-fbf449d63c64.jpg'),(2906,1709,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/f12c9edf-048f-4be8-8a4b-fbf449d63c64.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"f12c9edf-048f-4be8-8a4b-fbf449d63c64-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"f12c9edf-048f-4be8-8a4b-fbf449d63c64-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"f12c9edf-048f-4be8-8a4b-fbf449d63c64-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"f12c9edf-048f-4be8-8a4b-fbf449d63c64-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"f12c9edf-048f-4be8-8a4b-fbf449d63c64-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"f12c9edf-048f-4be8-8a4b-fbf449d63c64-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"f12c9edf-048f-4be8-8a4b-fbf449d63c64-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"f12c9edf-048f-4be8-8a4b-fbf449d63c64-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"f12c9edf-048f-4be8-8a4b-fbf449d63c64-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"f12c9edf-048f-4be8-8a4b-fbf449d63c64-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"f12c9edf-048f-4be8-8a4b-fbf449d63c64-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"f12c9edf-048f-4be8-8a4b-fbf449d63c64-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"f12c9edf-048f-4be8-8a4b-fbf449d63c64-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"f12c9edf-048f-4be8-8a4b-fbf449d63c64-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"f12c9edf-048f-4be8-8a4b-fbf449d63c64-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"f12c9edf-048f-4be8-8a4b-fbf449d63c64-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2907,1710,'_wp_attached_file','2016/11/fad45974-80f8-4bc8-8860-948df044d875.jpg'),(2908,1710,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/fad45974-80f8-4bc8-8860-948df044d875.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"fad45974-80f8-4bc8-8860-948df044d875-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"fad45974-80f8-4bc8-8860-948df044d875-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"fad45974-80f8-4bc8-8860-948df044d875-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"fad45974-80f8-4bc8-8860-948df044d875-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"fad45974-80f8-4bc8-8860-948df044d875-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"fad45974-80f8-4bc8-8860-948df044d875-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"fad45974-80f8-4bc8-8860-948df044d875-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"fad45974-80f8-4bc8-8860-948df044d875-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"fad45974-80f8-4bc8-8860-948df044d875-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"fad45974-80f8-4bc8-8860-948df044d875-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"fad45974-80f8-4bc8-8860-948df044d875-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"fad45974-80f8-4bc8-8860-948df044d875-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"fad45974-80f8-4bc8-8860-948df044d875-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"fad45974-80f8-4bc8-8860-948df044d875-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"fad45974-80f8-4bc8-8860-948df044d875-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"fad45974-80f8-4bc8-8860-948df044d875-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2909,1397,'_thumbnail_id','1706'),(2910,1397,'_wp_old_slug','bin-mahmoud-r50'),(2911,1713,'_wp_attached_file','2016/11/120ea068-6062-4d36-860c-94ab06cbe36e-L-.jpg'),(2912,1713,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:516;s:6:\"height\";i:379;s:4:\"file\";s:51:\"2016/11/120ea068-6062-4d36-860c-94ab06cbe36e-L-.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"120ea068-6062-4d36-860c-94ab06cbe36e-L--80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"120ea068-6062-4d36-860c-94ab06cbe36e-L--300x220.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:49:\"120ea068-6062-4d36-860c-94ab06cbe36e-L--36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:51:\"120ea068-6062-4d36-860c-94ab06cbe36e-L--180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:51:\"120ea068-6062-4d36-860c-94ab06cbe36e-L--495x379.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:379;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:51:\"120ea068-6062-4d36-860c-94ab06cbe36e-L--260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:51:\"120ea068-6062-4d36-860c-94ab06cbe36e-L--516x375.jpg\";s:5:\"width\";i:516;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:51:\"120ea068-6062-4d36-860c-94ab06cbe36e-L--516x321.jpg\";s:5:\"width\";i:516;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:51:\"120ea068-6062-4d36-860c-94ab06cbe36e-L--120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:51:\"120ea068-6062-4d36-860c-94ab06cbe36e-L--450x379.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:379;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:51:\"120ea068-6062-4d36-860c-94ab06cbe36e-L--450x331.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:331;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:{}}}'),(2913,1714,'_wp_attached_file','2016/11/7513c4d5-dae6-4087-8966-dcc21a772cf1-L-.jpg'),(2914,1714,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:516;s:6:\"height\";i:379;s:4:\"file\";s:51:\"2016/11/7513c4d5-dae6-4087-8966-dcc21a772cf1-L-.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"7513c4d5-dae6-4087-8966-dcc21a772cf1-L--80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"7513c4d5-dae6-4087-8966-dcc21a772cf1-L--300x220.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:49:\"7513c4d5-dae6-4087-8966-dcc21a772cf1-L--36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:51:\"7513c4d5-dae6-4087-8966-dcc21a772cf1-L--180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:51:\"7513c4d5-dae6-4087-8966-dcc21a772cf1-L--495x379.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:379;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:51:\"7513c4d5-dae6-4087-8966-dcc21a772cf1-L--260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:51:\"7513c4d5-dae6-4087-8966-dcc21a772cf1-L--516x375.jpg\";s:5:\"width\";i:516;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:51:\"7513c4d5-dae6-4087-8966-dcc21a772cf1-L--516x321.jpg\";s:5:\"width\";i:516;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:51:\"7513c4d5-dae6-4087-8966-dcc21a772cf1-L--120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:51:\"7513c4d5-dae6-4087-8966-dcc21a772cf1-L--450x379.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:379;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:51:\"7513c4d5-dae6-4087-8966-dcc21a772cf1-L--450x331.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:331;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:{}}}'),(2915,1715,'_wp_attached_file','2016/11/2184583a-2491-4dfb-93bc-99b140f1fa0a-L-.jpg'),(2916,1715,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:516;s:6:\"height\";i:379;s:4:\"file\";s:51:\"2016/11/2184583a-2491-4dfb-93bc-99b140f1fa0a-L-.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"2184583a-2491-4dfb-93bc-99b140f1fa0a-L--80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"2184583a-2491-4dfb-93bc-99b140f1fa0a-L--300x220.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:49:\"2184583a-2491-4dfb-93bc-99b140f1fa0a-L--36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:51:\"2184583a-2491-4dfb-93bc-99b140f1fa0a-L--180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:51:\"2184583a-2491-4dfb-93bc-99b140f1fa0a-L--495x379.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:379;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:51:\"2184583a-2491-4dfb-93bc-99b140f1fa0a-L--260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:51:\"2184583a-2491-4dfb-93bc-99b140f1fa0a-L--516x375.jpg\";s:5:\"width\";i:516;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:51:\"2184583a-2491-4dfb-93bc-99b140f1fa0a-L--516x321.jpg\";s:5:\"width\";i:516;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:51:\"2184583a-2491-4dfb-93bc-99b140f1fa0a-L--120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:51:\"2184583a-2491-4dfb-93bc-99b140f1fa0a-L--450x379.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:379;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:51:\"2184583a-2491-4dfb-93bc-99b140f1fa0a-L--450x331.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:331;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:{}}}'),(2917,1716,'_wp_attached_file','2016/11/aba946c8-54d2-4e2b-9d39-9f0122eb05fe-L-.jpg'),(2918,1716,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:516;s:6:\"height\";i:379;s:4:\"file\";s:51:\"2016/11/aba946c8-54d2-4e2b-9d39-9f0122eb05fe-L-.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"aba946c8-54d2-4e2b-9d39-9f0122eb05fe-L--80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"aba946c8-54d2-4e2b-9d39-9f0122eb05fe-L--300x220.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:49:\"aba946c8-54d2-4e2b-9d39-9f0122eb05fe-L--36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:51:\"aba946c8-54d2-4e2b-9d39-9f0122eb05fe-L--180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:51:\"aba946c8-54d2-4e2b-9d39-9f0122eb05fe-L--495x379.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:379;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:51:\"aba946c8-54d2-4e2b-9d39-9f0122eb05fe-L--260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:51:\"aba946c8-54d2-4e2b-9d39-9f0122eb05fe-L--516x375.jpg\";s:5:\"width\";i:516;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:51:\"aba946c8-54d2-4e2b-9d39-9f0122eb05fe-L--516x321.jpg\";s:5:\"width\";i:516;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:51:\"aba946c8-54d2-4e2b-9d39-9f0122eb05fe-L--120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:51:\"aba946c8-54d2-4e2b-9d39-9f0122eb05fe-L--450x379.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:379;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:51:\"aba946c8-54d2-4e2b-9d39-9f0122eb05fe-L--450x331.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:331;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:{}}}'),(2919,1383,'_thumbnail_id','1713'),(2920,1383,'_wp_old_slug','al-naser-area-r45'),(2921,1717,'_wp_attached_file','2016/11/0f6969d5-221a-4da7-970c-94f0aff4f34d.jpg'),(2922,1717,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/0f6969d5-221a-4da7-970c-94f0aff4f34d.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"0f6969d5-221a-4da7-970c-94f0aff4f34d-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"0f6969d5-221a-4da7-970c-94f0aff4f34d-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"0f6969d5-221a-4da7-970c-94f0aff4f34d-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"0f6969d5-221a-4da7-970c-94f0aff4f34d-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"0f6969d5-221a-4da7-970c-94f0aff4f34d-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"0f6969d5-221a-4da7-970c-94f0aff4f34d-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"0f6969d5-221a-4da7-970c-94f0aff4f34d-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"0f6969d5-221a-4da7-970c-94f0aff4f34d-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"0f6969d5-221a-4da7-970c-94f0aff4f34d-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"0f6969d5-221a-4da7-970c-94f0aff4f34d-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"0f6969d5-221a-4da7-970c-94f0aff4f34d-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"0f6969d5-221a-4da7-970c-94f0aff4f34d-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"0f6969d5-221a-4da7-970c-94f0aff4f34d-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"0f6969d5-221a-4da7-970c-94f0aff4f34d-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"0f6969d5-221a-4da7-970c-94f0aff4f34d-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"0f6969d5-221a-4da7-970c-94f0aff4f34d-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2923,1718,'_wp_attached_file','2016/11/5b3d45e8-7825-40e7-afb1-edf7843ab7e5.jpg'),(2924,1718,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/5b3d45e8-7825-40e7-afb1-edf7843ab7e5.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"5b3d45e8-7825-40e7-afb1-edf7843ab7e5-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"5b3d45e8-7825-40e7-afb1-edf7843ab7e5-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"5b3d45e8-7825-40e7-afb1-edf7843ab7e5-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"5b3d45e8-7825-40e7-afb1-edf7843ab7e5-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"5b3d45e8-7825-40e7-afb1-edf7843ab7e5-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"5b3d45e8-7825-40e7-afb1-edf7843ab7e5-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"5b3d45e8-7825-40e7-afb1-edf7843ab7e5-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"5b3d45e8-7825-40e7-afb1-edf7843ab7e5-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"5b3d45e8-7825-40e7-afb1-edf7843ab7e5-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"5b3d45e8-7825-40e7-afb1-edf7843ab7e5-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"5b3d45e8-7825-40e7-afb1-edf7843ab7e5-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"5b3d45e8-7825-40e7-afb1-edf7843ab7e5-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"5b3d45e8-7825-40e7-afb1-edf7843ab7e5-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"5b3d45e8-7825-40e7-afb1-edf7843ab7e5-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"5b3d45e8-7825-40e7-afb1-edf7843ab7e5-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"5b3d45e8-7825-40e7-afb1-edf7843ab7e5-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2925,1719,'_wp_attached_file','2016/11/7a7b2398-a875-4232-9733-e4aea3016ca7.jpg'),(2926,1719,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/7a7b2398-a875-4232-9733-e4aea3016ca7.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"7a7b2398-a875-4232-9733-e4aea3016ca7-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"7a7b2398-a875-4232-9733-e4aea3016ca7-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"7a7b2398-a875-4232-9733-e4aea3016ca7-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"7a7b2398-a875-4232-9733-e4aea3016ca7-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"7a7b2398-a875-4232-9733-e4aea3016ca7-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"7a7b2398-a875-4232-9733-e4aea3016ca7-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"7a7b2398-a875-4232-9733-e4aea3016ca7-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"7a7b2398-a875-4232-9733-e4aea3016ca7-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"7a7b2398-a875-4232-9733-e4aea3016ca7-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"7a7b2398-a875-4232-9733-e4aea3016ca7-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"7a7b2398-a875-4232-9733-e4aea3016ca7-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"7a7b2398-a875-4232-9733-e4aea3016ca7-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"7a7b2398-a875-4232-9733-e4aea3016ca7-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"7a7b2398-a875-4232-9733-e4aea3016ca7-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"7a7b2398-a875-4232-9733-e4aea3016ca7-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"7a7b2398-a875-4232-9733-e4aea3016ca7-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2927,1720,'_wp_attached_file','2016/11/9f50a14e-21d9-4472-bb4b-3f0d02aebca7.jpg'),(2928,1720,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/9f50a14e-21d9-4472-bb4b-3f0d02aebca7.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"9f50a14e-21d9-4472-bb4b-3f0d02aebca7-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"9f50a14e-21d9-4472-bb4b-3f0d02aebca7-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"9f50a14e-21d9-4472-bb4b-3f0d02aebca7-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"9f50a14e-21d9-4472-bb4b-3f0d02aebca7-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"9f50a14e-21d9-4472-bb4b-3f0d02aebca7-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"9f50a14e-21d9-4472-bb4b-3f0d02aebca7-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"9f50a14e-21d9-4472-bb4b-3f0d02aebca7-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"9f50a14e-21d9-4472-bb4b-3f0d02aebca7-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"9f50a14e-21d9-4472-bb4b-3f0d02aebca7-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"9f50a14e-21d9-4472-bb4b-3f0d02aebca7-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"9f50a14e-21d9-4472-bb4b-3f0d02aebca7-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"9f50a14e-21d9-4472-bb4b-3f0d02aebca7-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"9f50a14e-21d9-4472-bb4b-3f0d02aebca7-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"9f50a14e-21d9-4472-bb4b-3f0d02aebca7-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"9f50a14e-21d9-4472-bb4b-3f0d02aebca7-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"9f50a14e-21d9-4472-bb4b-3f0d02aebca7-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2929,1721,'_wp_attached_file','2016/11/59a20f70-1619-4464-946e-077411dd0236.jpg'),(2930,1721,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/59a20f70-1619-4464-946e-077411dd0236.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"59a20f70-1619-4464-946e-077411dd0236-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"59a20f70-1619-4464-946e-077411dd0236-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"59a20f70-1619-4464-946e-077411dd0236-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"59a20f70-1619-4464-946e-077411dd0236-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"59a20f70-1619-4464-946e-077411dd0236-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"59a20f70-1619-4464-946e-077411dd0236-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"59a20f70-1619-4464-946e-077411dd0236-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"59a20f70-1619-4464-946e-077411dd0236-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"59a20f70-1619-4464-946e-077411dd0236-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"59a20f70-1619-4464-946e-077411dd0236-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"59a20f70-1619-4464-946e-077411dd0236-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"59a20f70-1619-4464-946e-077411dd0236-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"59a20f70-1619-4464-946e-077411dd0236-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"59a20f70-1619-4464-946e-077411dd0236-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"59a20f70-1619-4464-946e-077411dd0236-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"59a20f70-1619-4464-946e-077411dd0236-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2931,1722,'_wp_attached_file','2016/11/8821304a-8d43-422d-858b-f1f2bb1841f2.jpg'),(2932,1722,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/8821304a-8d43-422d-858b-f1f2bb1841f2.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"8821304a-8d43-422d-858b-f1f2bb1841f2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"8821304a-8d43-422d-858b-f1f2bb1841f2-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"8821304a-8d43-422d-858b-f1f2bb1841f2-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"8821304a-8d43-422d-858b-f1f2bb1841f2-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"8821304a-8d43-422d-858b-f1f2bb1841f2-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"8821304a-8d43-422d-858b-f1f2bb1841f2-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"8821304a-8d43-422d-858b-f1f2bb1841f2-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"8821304a-8d43-422d-858b-f1f2bb1841f2-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"8821304a-8d43-422d-858b-f1f2bb1841f2-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"8821304a-8d43-422d-858b-f1f2bb1841f2-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"8821304a-8d43-422d-858b-f1f2bb1841f2-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"8821304a-8d43-422d-858b-f1f2bb1841f2-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"8821304a-8d43-422d-858b-f1f2bb1841f2-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"8821304a-8d43-422d-858b-f1f2bb1841f2-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"8821304a-8d43-422d-858b-f1f2bb1841f2-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"8821304a-8d43-422d-858b-f1f2bb1841f2-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2933,1723,'_wp_attached_file','2016/11/c2c47128-f7f0-4c71-b6bd-278ec98ab350.jpg'),(2934,1723,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/c2c47128-f7f0-4c71-b6bd-278ec98ab350.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"c2c47128-f7f0-4c71-b6bd-278ec98ab350-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"c2c47128-f7f0-4c71-b6bd-278ec98ab350-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"c2c47128-f7f0-4c71-b6bd-278ec98ab350-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"c2c47128-f7f0-4c71-b6bd-278ec98ab350-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"c2c47128-f7f0-4c71-b6bd-278ec98ab350-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"c2c47128-f7f0-4c71-b6bd-278ec98ab350-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"c2c47128-f7f0-4c71-b6bd-278ec98ab350-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"c2c47128-f7f0-4c71-b6bd-278ec98ab350-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"c2c47128-f7f0-4c71-b6bd-278ec98ab350-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"c2c47128-f7f0-4c71-b6bd-278ec98ab350-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"c2c47128-f7f0-4c71-b6bd-278ec98ab350-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"c2c47128-f7f0-4c71-b6bd-278ec98ab350-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"c2c47128-f7f0-4c71-b6bd-278ec98ab350-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"c2c47128-f7f0-4c71-b6bd-278ec98ab350-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"c2c47128-f7f0-4c71-b6bd-278ec98ab350-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"c2c47128-f7f0-4c71-b6bd-278ec98ab350-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2935,1724,'_wp_attached_file','2016/11/e6d97675-ee44-4ba1-98aa-e369e3e9672b.jpg'),(2936,1724,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/e6d97675-ee44-4ba1-98aa-e369e3e9672b.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"e6d97675-ee44-4ba1-98aa-e369e3e9672b-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"e6d97675-ee44-4ba1-98aa-e369e3e9672b-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"e6d97675-ee44-4ba1-98aa-e369e3e9672b-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"e6d97675-ee44-4ba1-98aa-e369e3e9672b-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"e6d97675-ee44-4ba1-98aa-e369e3e9672b-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"e6d97675-ee44-4ba1-98aa-e369e3e9672b-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"e6d97675-ee44-4ba1-98aa-e369e3e9672b-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"e6d97675-ee44-4ba1-98aa-e369e3e9672b-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"e6d97675-ee44-4ba1-98aa-e369e3e9672b-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"e6d97675-ee44-4ba1-98aa-e369e3e9672b-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"e6d97675-ee44-4ba1-98aa-e369e3e9672b-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"e6d97675-ee44-4ba1-98aa-e369e3e9672b-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"e6d97675-ee44-4ba1-98aa-e369e3e9672b-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"e6d97675-ee44-4ba1-98aa-e369e3e9672b-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"e6d97675-ee44-4ba1-98aa-e369e3e9672b-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"e6d97675-ee44-4ba1-98aa-e369e3e9672b-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2937,1725,'_wp_attached_file','2016/11/e6018bc5-4977-49ce-bde9-9c5e5a57b3d2.jpg'),(2938,1725,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/e6018bc5-4977-49ce-bde9-9c5e5a57b3d2.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"e6018bc5-4977-49ce-bde9-9c5e5a57b3d2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"e6018bc5-4977-49ce-bde9-9c5e5a57b3d2-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"e6018bc5-4977-49ce-bde9-9c5e5a57b3d2-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"e6018bc5-4977-49ce-bde9-9c5e5a57b3d2-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"e6018bc5-4977-49ce-bde9-9c5e5a57b3d2-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"e6018bc5-4977-49ce-bde9-9c5e5a57b3d2-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"e6018bc5-4977-49ce-bde9-9c5e5a57b3d2-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"e6018bc5-4977-49ce-bde9-9c5e5a57b3d2-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"e6018bc5-4977-49ce-bde9-9c5e5a57b3d2-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"e6018bc5-4977-49ce-bde9-9c5e5a57b3d2-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"e6018bc5-4977-49ce-bde9-9c5e5a57b3d2-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"e6018bc5-4977-49ce-bde9-9c5e5a57b3d2-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"e6018bc5-4977-49ce-bde9-9c5e5a57b3d2-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"e6018bc5-4977-49ce-bde9-9c5e5a57b3d2-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"e6018bc5-4977-49ce-bde9-9c5e5a57b3d2-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"e6018bc5-4977-49ce-bde9-9c5e5a57b3d2-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2939,1375,'_thumbnail_id','1725'),(2940,1375,'_wp_old_slug','um-ghuwailina-r26'),(2941,1726,'_wp_attached_file','2016/11/5afaa0ee-b064-4604-8abf-8cb75dfdf2b1.jpg'),(2942,1726,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/5afaa0ee-b064-4604-8abf-8cb75dfdf2b1.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"5afaa0ee-b064-4604-8abf-8cb75dfdf2b1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"5afaa0ee-b064-4604-8abf-8cb75dfdf2b1-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"5afaa0ee-b064-4604-8abf-8cb75dfdf2b1-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"5afaa0ee-b064-4604-8abf-8cb75dfdf2b1-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"5afaa0ee-b064-4604-8abf-8cb75dfdf2b1-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"5afaa0ee-b064-4604-8abf-8cb75dfdf2b1-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"5afaa0ee-b064-4604-8abf-8cb75dfdf2b1-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"5afaa0ee-b064-4604-8abf-8cb75dfdf2b1-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"5afaa0ee-b064-4604-8abf-8cb75dfdf2b1-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"5afaa0ee-b064-4604-8abf-8cb75dfdf2b1-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"5afaa0ee-b064-4604-8abf-8cb75dfdf2b1-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"5afaa0ee-b064-4604-8abf-8cb75dfdf2b1-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"5afaa0ee-b064-4604-8abf-8cb75dfdf2b1-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"5afaa0ee-b064-4604-8abf-8cb75dfdf2b1-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"5afaa0ee-b064-4604-8abf-8cb75dfdf2b1-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"5afaa0ee-b064-4604-8abf-8cb75dfdf2b1-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2943,1727,'_wp_attached_file','2016/11/afc1fd6d-ba07-4c8c-8480-1119777b5b98.jpg'),(2944,1727,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/afc1fd6d-ba07-4c8c-8480-1119777b5b98.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"afc1fd6d-ba07-4c8c-8480-1119777b5b98-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"afc1fd6d-ba07-4c8c-8480-1119777b5b98-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"afc1fd6d-ba07-4c8c-8480-1119777b5b98-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"afc1fd6d-ba07-4c8c-8480-1119777b5b98-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"afc1fd6d-ba07-4c8c-8480-1119777b5b98-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"afc1fd6d-ba07-4c8c-8480-1119777b5b98-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"afc1fd6d-ba07-4c8c-8480-1119777b5b98-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"afc1fd6d-ba07-4c8c-8480-1119777b5b98-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"afc1fd6d-ba07-4c8c-8480-1119777b5b98-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"afc1fd6d-ba07-4c8c-8480-1119777b5b98-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"afc1fd6d-ba07-4c8c-8480-1119777b5b98-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"afc1fd6d-ba07-4c8c-8480-1119777b5b98-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"afc1fd6d-ba07-4c8c-8480-1119777b5b98-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"afc1fd6d-ba07-4c8c-8480-1119777b5b98-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"afc1fd6d-ba07-4c8c-8480-1119777b5b98-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"afc1fd6d-ba07-4c8c-8480-1119777b5b98-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2945,1728,'_wp_attached_file','2016/11/b6ee6c1e-65ca-4328-a67e-10a844a18e62.jpg'),(2946,1728,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/b6ee6c1e-65ca-4328-a67e-10a844a18e62.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"b6ee6c1e-65ca-4328-a67e-10a844a18e62-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"b6ee6c1e-65ca-4328-a67e-10a844a18e62-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"b6ee6c1e-65ca-4328-a67e-10a844a18e62-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"b6ee6c1e-65ca-4328-a67e-10a844a18e62-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"b6ee6c1e-65ca-4328-a67e-10a844a18e62-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"b6ee6c1e-65ca-4328-a67e-10a844a18e62-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"b6ee6c1e-65ca-4328-a67e-10a844a18e62-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"b6ee6c1e-65ca-4328-a67e-10a844a18e62-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"b6ee6c1e-65ca-4328-a67e-10a844a18e62-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"b6ee6c1e-65ca-4328-a67e-10a844a18e62-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"b6ee6c1e-65ca-4328-a67e-10a844a18e62-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"b6ee6c1e-65ca-4328-a67e-10a844a18e62-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"b6ee6c1e-65ca-4328-a67e-10a844a18e62-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"b6ee6c1e-65ca-4328-a67e-10a844a18e62-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"b6ee6c1e-65ca-4328-a67e-10a844a18e62-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"b6ee6c1e-65ca-4328-a67e-10a844a18e62-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2947,1729,'_wp_attached_file','2016/11/ba6dbe1f-5431-42e6-9aa7-3e6e19136f13.jpg'),(2948,1729,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/ba6dbe1f-5431-42e6-9aa7-3e6e19136f13.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"ba6dbe1f-5431-42e6-9aa7-3e6e19136f13-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"ba6dbe1f-5431-42e6-9aa7-3e6e19136f13-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"ba6dbe1f-5431-42e6-9aa7-3e6e19136f13-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"ba6dbe1f-5431-42e6-9aa7-3e6e19136f13-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"ba6dbe1f-5431-42e6-9aa7-3e6e19136f13-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"ba6dbe1f-5431-42e6-9aa7-3e6e19136f13-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"ba6dbe1f-5431-42e6-9aa7-3e6e19136f13-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"ba6dbe1f-5431-42e6-9aa7-3e6e19136f13-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"ba6dbe1f-5431-42e6-9aa7-3e6e19136f13-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"ba6dbe1f-5431-42e6-9aa7-3e6e19136f13-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"ba6dbe1f-5431-42e6-9aa7-3e6e19136f13-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"ba6dbe1f-5431-42e6-9aa7-3e6e19136f13-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"ba6dbe1f-5431-42e6-9aa7-3e6e19136f13-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"ba6dbe1f-5431-42e6-9aa7-3e6e19136f13-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"ba6dbe1f-5431-42e6-9aa7-3e6e19136f13-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"ba6dbe1f-5431-42e6-9aa7-3e6e19136f13-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2949,1730,'_wp_attached_file','2016/11/c27d7656-a3ac-4d26-a618-70560403283d.jpg'),(2950,1730,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/c27d7656-a3ac-4d26-a618-70560403283d.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"c27d7656-a3ac-4d26-a618-70560403283d-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"c27d7656-a3ac-4d26-a618-70560403283d-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"c27d7656-a3ac-4d26-a618-70560403283d-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"c27d7656-a3ac-4d26-a618-70560403283d-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"c27d7656-a3ac-4d26-a618-70560403283d-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"c27d7656-a3ac-4d26-a618-70560403283d-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"c27d7656-a3ac-4d26-a618-70560403283d-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"c27d7656-a3ac-4d26-a618-70560403283d-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"c27d7656-a3ac-4d26-a618-70560403283d-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"c27d7656-a3ac-4d26-a618-70560403283d-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"c27d7656-a3ac-4d26-a618-70560403283d-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"c27d7656-a3ac-4d26-a618-70560403283d-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"c27d7656-a3ac-4d26-a618-70560403283d-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"c27d7656-a3ac-4d26-a618-70560403283d-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"c27d7656-a3ac-4d26-a618-70560403283d-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"c27d7656-a3ac-4d26-a618-70560403283d-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2951,1731,'_wp_attached_file','2016/11/d8ce869a-3fc1-4e85-8d83-b6527e6d7c6c.jpg'),(2952,1731,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/d8ce869a-3fc1-4e85-8d83-b6527e6d7c6c.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"d8ce869a-3fc1-4e85-8d83-b6527e6d7c6c-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"d8ce869a-3fc1-4e85-8d83-b6527e6d7c6c-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"d8ce869a-3fc1-4e85-8d83-b6527e6d7c6c-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"d8ce869a-3fc1-4e85-8d83-b6527e6d7c6c-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"d8ce869a-3fc1-4e85-8d83-b6527e6d7c6c-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"d8ce869a-3fc1-4e85-8d83-b6527e6d7c6c-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"d8ce869a-3fc1-4e85-8d83-b6527e6d7c6c-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"d8ce869a-3fc1-4e85-8d83-b6527e6d7c6c-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"d8ce869a-3fc1-4e85-8d83-b6527e6d7c6c-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"d8ce869a-3fc1-4e85-8d83-b6527e6d7c6c-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"d8ce869a-3fc1-4e85-8d83-b6527e6d7c6c-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"d8ce869a-3fc1-4e85-8d83-b6527e6d7c6c-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"d8ce869a-3fc1-4e85-8d83-b6527e6d7c6c-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"d8ce869a-3fc1-4e85-8d83-b6527e6d7c6c-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"d8ce869a-3fc1-4e85-8d83-b6527e6d7c6c-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"d8ce869a-3fc1-4e85-8d83-b6527e6d7c6c-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2953,1365,'_thumbnail_id','1731'),(2954,1365,'_wp_old_slug','um-ghuwailina-r24'),(2955,1732,'_wp_attached_file','2016/11/199d0a1a-35cb-482e-946e-f68bb470f5e3.jpg'),(2956,1732,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/199d0a1a-35cb-482e-946e-f68bb470f5e3.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"199d0a1a-35cb-482e-946e-f68bb470f5e3-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"199d0a1a-35cb-482e-946e-f68bb470f5e3-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"199d0a1a-35cb-482e-946e-f68bb470f5e3-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"199d0a1a-35cb-482e-946e-f68bb470f5e3-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"199d0a1a-35cb-482e-946e-f68bb470f5e3-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"199d0a1a-35cb-482e-946e-f68bb470f5e3-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"199d0a1a-35cb-482e-946e-f68bb470f5e3-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"199d0a1a-35cb-482e-946e-f68bb470f5e3-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"199d0a1a-35cb-482e-946e-f68bb470f5e3-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"199d0a1a-35cb-482e-946e-f68bb470f5e3-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"199d0a1a-35cb-482e-946e-f68bb470f5e3-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"199d0a1a-35cb-482e-946e-f68bb470f5e3-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"199d0a1a-35cb-482e-946e-f68bb470f5e3-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"199d0a1a-35cb-482e-946e-f68bb470f5e3-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"199d0a1a-35cb-482e-946e-f68bb470f5e3-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"199d0a1a-35cb-482e-946e-f68bb470f5e3-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2957,1733,'_wp_attached_file','2016/11/11017e0d-e9a0-414c-87cd-2030d60ff4cd.jpg'),(2958,1733,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/11017e0d-e9a0-414c-87cd-2030d60ff4cd.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"11017e0d-e9a0-414c-87cd-2030d60ff4cd-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"11017e0d-e9a0-414c-87cd-2030d60ff4cd-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"11017e0d-e9a0-414c-87cd-2030d60ff4cd-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"11017e0d-e9a0-414c-87cd-2030d60ff4cd-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"11017e0d-e9a0-414c-87cd-2030d60ff4cd-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"11017e0d-e9a0-414c-87cd-2030d60ff4cd-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"11017e0d-e9a0-414c-87cd-2030d60ff4cd-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"11017e0d-e9a0-414c-87cd-2030d60ff4cd-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"11017e0d-e9a0-414c-87cd-2030d60ff4cd-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"11017e0d-e9a0-414c-87cd-2030d60ff4cd-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"11017e0d-e9a0-414c-87cd-2030d60ff4cd-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"11017e0d-e9a0-414c-87cd-2030d60ff4cd-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"11017e0d-e9a0-414c-87cd-2030d60ff4cd-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"11017e0d-e9a0-414c-87cd-2030d60ff4cd-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"11017e0d-e9a0-414c-87cd-2030d60ff4cd-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"11017e0d-e9a0-414c-87cd-2030d60ff4cd-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2959,1734,'_wp_attached_file','2016/11/b7c70092-8f73-4396-b2b3-b9630e7e956e.jpg'),(2960,1734,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/b7c70092-8f73-4396-b2b3-b9630e7e956e.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"b7c70092-8f73-4396-b2b3-b9630e7e956e-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"b7c70092-8f73-4396-b2b3-b9630e7e956e-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"b7c70092-8f73-4396-b2b3-b9630e7e956e-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"b7c70092-8f73-4396-b2b3-b9630e7e956e-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"b7c70092-8f73-4396-b2b3-b9630e7e956e-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"b7c70092-8f73-4396-b2b3-b9630e7e956e-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"b7c70092-8f73-4396-b2b3-b9630e7e956e-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"b7c70092-8f73-4396-b2b3-b9630e7e956e-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"b7c70092-8f73-4396-b2b3-b9630e7e956e-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"b7c70092-8f73-4396-b2b3-b9630e7e956e-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"b7c70092-8f73-4396-b2b3-b9630e7e956e-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"b7c70092-8f73-4396-b2b3-b9630e7e956e-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"b7c70092-8f73-4396-b2b3-b9630e7e956e-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"b7c70092-8f73-4396-b2b3-b9630e7e956e-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"b7c70092-8f73-4396-b2b3-b9630e7e956e-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"b7c70092-8f73-4396-b2b3-b9630e7e956e-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2961,1735,'_wp_attached_file','2016/11/da961646-2cfd-476c-a672-4c3d7646c8ab.jpg'),(2962,1735,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/da961646-2cfd-476c-a672-4c3d7646c8ab.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"da961646-2cfd-476c-a672-4c3d7646c8ab-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"da961646-2cfd-476c-a672-4c3d7646c8ab-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"da961646-2cfd-476c-a672-4c3d7646c8ab-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"da961646-2cfd-476c-a672-4c3d7646c8ab-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"da961646-2cfd-476c-a672-4c3d7646c8ab-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"da961646-2cfd-476c-a672-4c3d7646c8ab-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"da961646-2cfd-476c-a672-4c3d7646c8ab-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"da961646-2cfd-476c-a672-4c3d7646c8ab-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"da961646-2cfd-476c-a672-4c3d7646c8ab-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"da961646-2cfd-476c-a672-4c3d7646c8ab-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"da961646-2cfd-476c-a672-4c3d7646c8ab-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"da961646-2cfd-476c-a672-4c3d7646c8ab-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"da961646-2cfd-476c-a672-4c3d7646c8ab-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"da961646-2cfd-476c-a672-4c3d7646c8ab-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"da961646-2cfd-476c-a672-4c3d7646c8ab-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"da961646-2cfd-476c-a672-4c3d7646c8ab-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2963,1340,'_thumbnail_id','1732'),(2964,1340,'_wp_old_slug','jumana-1-tower'),(2965,1736,'_wp_attached_file','2016/11/1fe8cf8c-d039-43af-8f91-e35119f3d910.jpg'),(2966,1736,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/1fe8cf8c-d039-43af-8f91-e35119f3d910.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"1fe8cf8c-d039-43af-8f91-e35119f3d910-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"1fe8cf8c-d039-43af-8f91-e35119f3d910-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"1fe8cf8c-d039-43af-8f91-e35119f3d910-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"1fe8cf8c-d039-43af-8f91-e35119f3d910-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"1fe8cf8c-d039-43af-8f91-e35119f3d910-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"1fe8cf8c-d039-43af-8f91-e35119f3d910-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"1fe8cf8c-d039-43af-8f91-e35119f3d910-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"1fe8cf8c-d039-43af-8f91-e35119f3d910-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"1fe8cf8c-d039-43af-8f91-e35119f3d910-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"1fe8cf8c-d039-43af-8f91-e35119f3d910-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"1fe8cf8c-d039-43af-8f91-e35119f3d910-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"1fe8cf8c-d039-43af-8f91-e35119f3d910-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"1fe8cf8c-d039-43af-8f91-e35119f3d910-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"1fe8cf8c-d039-43af-8f91-e35119f3d910-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"1fe8cf8c-d039-43af-8f91-e35119f3d910-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"1fe8cf8c-d039-43af-8f91-e35119f3d910-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:22:\"OLYMPUS DIGITAL CAMERA\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2967,1737,'_wp_attached_file','2016/11/5b46303a-73bc-4620-a535-b0a0be469925.jpg'),(2968,1737,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/5b46303a-73bc-4620-a535-b0a0be469925.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"5b46303a-73bc-4620-a535-b0a0be469925-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"5b46303a-73bc-4620-a535-b0a0be469925-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"5b46303a-73bc-4620-a535-b0a0be469925-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"5b46303a-73bc-4620-a535-b0a0be469925-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"5b46303a-73bc-4620-a535-b0a0be469925-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"5b46303a-73bc-4620-a535-b0a0be469925-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"5b46303a-73bc-4620-a535-b0a0be469925-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"5b46303a-73bc-4620-a535-b0a0be469925-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"5b46303a-73bc-4620-a535-b0a0be469925-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"5b46303a-73bc-4620-a535-b0a0be469925-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"5b46303a-73bc-4620-a535-b0a0be469925-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"5b46303a-73bc-4620-a535-b0a0be469925-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"5b46303a-73bc-4620-a535-b0a0be469925-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"5b46303a-73bc-4620-a535-b0a0be469925-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"5b46303a-73bc-4620-a535-b0a0be469925-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"5b46303a-73bc-4620-a535-b0a0be469925-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2969,1738,'_wp_attached_file','2016/11/5eb6fcc3-6f5d-4793-9f38-2c98d80e7c2b.jpg'),(2970,1738,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/5eb6fcc3-6f5d-4793-9f38-2c98d80e7c2b.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"5eb6fcc3-6f5d-4793-9f38-2c98d80e7c2b-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"5eb6fcc3-6f5d-4793-9f38-2c98d80e7c2b-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"5eb6fcc3-6f5d-4793-9f38-2c98d80e7c2b-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"5eb6fcc3-6f5d-4793-9f38-2c98d80e7c2b-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"5eb6fcc3-6f5d-4793-9f38-2c98d80e7c2b-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"5eb6fcc3-6f5d-4793-9f38-2c98d80e7c2b-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"5eb6fcc3-6f5d-4793-9f38-2c98d80e7c2b-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"5eb6fcc3-6f5d-4793-9f38-2c98d80e7c2b-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"5eb6fcc3-6f5d-4793-9f38-2c98d80e7c2b-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"5eb6fcc3-6f5d-4793-9f38-2c98d80e7c2b-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"5eb6fcc3-6f5d-4793-9f38-2c98d80e7c2b-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"5eb6fcc3-6f5d-4793-9f38-2c98d80e7c2b-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"5eb6fcc3-6f5d-4793-9f38-2c98d80e7c2b-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"5eb6fcc3-6f5d-4793-9f38-2c98d80e7c2b-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"5eb6fcc3-6f5d-4793-9f38-2c98d80e7c2b-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"5eb6fcc3-6f5d-4793-9f38-2c98d80e7c2b-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2971,1739,'_wp_attached_file','2016/11/8a278796-aa16-4450-915d-c2abc3bddf5e.jpg'),(2972,1739,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/8a278796-aa16-4450-915d-c2abc3bddf5e.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"8a278796-aa16-4450-915d-c2abc3bddf5e-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"8a278796-aa16-4450-915d-c2abc3bddf5e-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"8a278796-aa16-4450-915d-c2abc3bddf5e-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"8a278796-aa16-4450-915d-c2abc3bddf5e-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"8a278796-aa16-4450-915d-c2abc3bddf5e-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"8a278796-aa16-4450-915d-c2abc3bddf5e-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"8a278796-aa16-4450-915d-c2abc3bddf5e-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"8a278796-aa16-4450-915d-c2abc3bddf5e-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"8a278796-aa16-4450-915d-c2abc3bddf5e-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"8a278796-aa16-4450-915d-c2abc3bddf5e-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"8a278796-aa16-4450-915d-c2abc3bddf5e-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"8a278796-aa16-4450-915d-c2abc3bddf5e-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"8a278796-aa16-4450-915d-c2abc3bddf5e-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"8a278796-aa16-4450-915d-c2abc3bddf5e-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"8a278796-aa16-4450-915d-c2abc3bddf5e-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"8a278796-aa16-4450-915d-c2abc3bddf5e-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:22:\"OLYMPUS DIGITAL CAMERA\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2973,1740,'_wp_attached_file','2016/11/9d8b0675-d380-4ad6-9edb-a9be30f1eca5.jpg'),(2974,1740,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/9d8b0675-d380-4ad6-9edb-a9be30f1eca5.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"9d8b0675-d380-4ad6-9edb-a9be30f1eca5-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"9d8b0675-d380-4ad6-9edb-a9be30f1eca5-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"9d8b0675-d380-4ad6-9edb-a9be30f1eca5-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"9d8b0675-d380-4ad6-9edb-a9be30f1eca5-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"9d8b0675-d380-4ad6-9edb-a9be30f1eca5-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"9d8b0675-d380-4ad6-9edb-a9be30f1eca5-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"9d8b0675-d380-4ad6-9edb-a9be30f1eca5-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"9d8b0675-d380-4ad6-9edb-a9be30f1eca5-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"9d8b0675-d380-4ad6-9edb-a9be30f1eca5-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"9d8b0675-d380-4ad6-9edb-a9be30f1eca5-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"9d8b0675-d380-4ad6-9edb-a9be30f1eca5-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"9d8b0675-d380-4ad6-9edb-a9be30f1eca5-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"9d8b0675-d380-4ad6-9edb-a9be30f1eca5-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"9d8b0675-d380-4ad6-9edb-a9be30f1eca5-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"9d8b0675-d380-4ad6-9edb-a9be30f1eca5-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"9d8b0675-d380-4ad6-9edb-a9be30f1eca5-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2975,1741,'_wp_attached_file','2016/11/44a28b6b-0fd4-4f1a-a597-f5474618d07a.jpg'),(2976,1741,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/44a28b6b-0fd4-4f1a-a597-f5474618d07a.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"44a28b6b-0fd4-4f1a-a597-f5474618d07a-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"44a28b6b-0fd4-4f1a-a597-f5474618d07a-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"44a28b6b-0fd4-4f1a-a597-f5474618d07a-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"44a28b6b-0fd4-4f1a-a597-f5474618d07a-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"44a28b6b-0fd4-4f1a-a597-f5474618d07a-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"44a28b6b-0fd4-4f1a-a597-f5474618d07a-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"44a28b6b-0fd4-4f1a-a597-f5474618d07a-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"44a28b6b-0fd4-4f1a-a597-f5474618d07a-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"44a28b6b-0fd4-4f1a-a597-f5474618d07a-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"44a28b6b-0fd4-4f1a-a597-f5474618d07a-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"44a28b6b-0fd4-4f1a-a597-f5474618d07a-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"44a28b6b-0fd4-4f1a-a597-f5474618d07a-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"44a28b6b-0fd4-4f1a-a597-f5474618d07a-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"44a28b6b-0fd4-4f1a-a597-f5474618d07a-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"44a28b6b-0fd4-4f1a-a597-f5474618d07a-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"44a28b6b-0fd4-4f1a-a597-f5474618d07a-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2977,1742,'_wp_attached_file','2016/11/84ae9359-e4d1-45c9-ac39-705242a667de.jpg'),(2978,1742,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/84ae9359-e4d1-45c9-ac39-705242a667de.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"84ae9359-e4d1-45c9-ac39-705242a667de-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"84ae9359-e4d1-45c9-ac39-705242a667de-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"84ae9359-e4d1-45c9-ac39-705242a667de-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"84ae9359-e4d1-45c9-ac39-705242a667de-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"84ae9359-e4d1-45c9-ac39-705242a667de-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"84ae9359-e4d1-45c9-ac39-705242a667de-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"84ae9359-e4d1-45c9-ac39-705242a667de-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"84ae9359-e4d1-45c9-ac39-705242a667de-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"84ae9359-e4d1-45c9-ac39-705242a667de-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"84ae9359-e4d1-45c9-ac39-705242a667de-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"84ae9359-e4d1-45c9-ac39-705242a667de-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"84ae9359-e4d1-45c9-ac39-705242a667de-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"84ae9359-e4d1-45c9-ac39-705242a667de-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"84ae9359-e4d1-45c9-ac39-705242a667de-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"84ae9359-e4d1-45c9-ac39-705242a667de-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"84ae9359-e4d1-45c9-ac39-705242a667de-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2979,1743,'_wp_attached_file','2016/11/850058a2-56f4-4c4a-9a05-7d32c6c9dfaf.jpg'),(2980,1743,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/850058a2-56f4-4c4a-9a05-7d32c6c9dfaf.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"850058a2-56f4-4c4a-9a05-7d32c6c9dfaf-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"850058a2-56f4-4c4a-9a05-7d32c6c9dfaf-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"850058a2-56f4-4c4a-9a05-7d32c6c9dfaf-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"850058a2-56f4-4c4a-9a05-7d32c6c9dfaf-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"850058a2-56f4-4c4a-9a05-7d32c6c9dfaf-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"850058a2-56f4-4c4a-9a05-7d32c6c9dfaf-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"850058a2-56f4-4c4a-9a05-7d32c6c9dfaf-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"850058a2-56f4-4c4a-9a05-7d32c6c9dfaf-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"850058a2-56f4-4c4a-9a05-7d32c6c9dfaf-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"850058a2-56f4-4c4a-9a05-7d32c6c9dfaf-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"850058a2-56f4-4c4a-9a05-7d32c6c9dfaf-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"850058a2-56f4-4c4a-9a05-7d32c6c9dfaf-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"850058a2-56f4-4c4a-9a05-7d32c6c9dfaf-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"850058a2-56f4-4c4a-9a05-7d32c6c9dfaf-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"850058a2-56f4-4c4a-9a05-7d32c6c9dfaf-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"850058a2-56f4-4c4a-9a05-7d32c6c9dfaf-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2981,1744,'_wp_attached_file','2016/11/c1d76851-e578-49ea-af79-8b7f4c93076f.jpg'),(2982,1744,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/c1d76851-e578-49ea-af79-8b7f4c93076f.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"c1d76851-e578-49ea-af79-8b7f4c93076f-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"c1d76851-e578-49ea-af79-8b7f4c93076f-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"c1d76851-e578-49ea-af79-8b7f4c93076f-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"c1d76851-e578-49ea-af79-8b7f4c93076f-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"c1d76851-e578-49ea-af79-8b7f4c93076f-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"c1d76851-e578-49ea-af79-8b7f4c93076f-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"c1d76851-e578-49ea-af79-8b7f4c93076f-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"c1d76851-e578-49ea-af79-8b7f4c93076f-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"c1d76851-e578-49ea-af79-8b7f4c93076f-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"c1d76851-e578-49ea-af79-8b7f4c93076f-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"c1d76851-e578-49ea-af79-8b7f4c93076f-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"c1d76851-e578-49ea-af79-8b7f4c93076f-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"c1d76851-e578-49ea-af79-8b7f4c93076f-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"c1d76851-e578-49ea-af79-8b7f4c93076f-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"c1d76851-e578-49ea-af79-8b7f4c93076f-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"c1d76851-e578-49ea-af79-8b7f4c93076f-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2983,1326,'_thumbnail_id','1738'),(2984,1326,'_wp_old_slug','bin-omran'),(2985,1745,'_wp_attached_file','2016/11/49f8e13e-bba4-464b-8b84-aa52bb722781.jpg'),(2986,1745,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/49f8e13e-bba4-464b-8b84-aa52bb722781.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"49f8e13e-bba4-464b-8b84-aa52bb722781-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"49f8e13e-bba4-464b-8b84-aa52bb722781-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"49f8e13e-bba4-464b-8b84-aa52bb722781-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"49f8e13e-bba4-464b-8b84-aa52bb722781-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"49f8e13e-bba4-464b-8b84-aa52bb722781-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"49f8e13e-bba4-464b-8b84-aa52bb722781-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"49f8e13e-bba4-464b-8b84-aa52bb722781-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"49f8e13e-bba4-464b-8b84-aa52bb722781-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"49f8e13e-bba4-464b-8b84-aa52bb722781-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"49f8e13e-bba4-464b-8b84-aa52bb722781-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"49f8e13e-bba4-464b-8b84-aa52bb722781-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"49f8e13e-bba4-464b-8b84-aa52bb722781-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"49f8e13e-bba4-464b-8b84-aa52bb722781-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"49f8e13e-bba4-464b-8b84-aa52bb722781-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"49f8e13e-bba4-464b-8b84-aa52bb722781-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"49f8e13e-bba4-464b-8b84-aa52bb722781-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2987,1746,'_wp_attached_file','2016/11/98c2ecf0-a9e7-4790-9466-a4e83d888e04.jpg'),(2988,1746,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/98c2ecf0-a9e7-4790-9466-a4e83d888e04.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"98c2ecf0-a9e7-4790-9466-a4e83d888e04-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"98c2ecf0-a9e7-4790-9466-a4e83d888e04-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"98c2ecf0-a9e7-4790-9466-a4e83d888e04-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"98c2ecf0-a9e7-4790-9466-a4e83d888e04-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"98c2ecf0-a9e7-4790-9466-a4e83d888e04-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"98c2ecf0-a9e7-4790-9466-a4e83d888e04-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"98c2ecf0-a9e7-4790-9466-a4e83d888e04-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"98c2ecf0-a9e7-4790-9466-a4e83d888e04-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"98c2ecf0-a9e7-4790-9466-a4e83d888e04-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"98c2ecf0-a9e7-4790-9466-a4e83d888e04-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"98c2ecf0-a9e7-4790-9466-a4e83d888e04-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"98c2ecf0-a9e7-4790-9466-a4e83d888e04-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"98c2ecf0-a9e7-4790-9466-a4e83d888e04-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"98c2ecf0-a9e7-4790-9466-a4e83d888e04-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"98c2ecf0-a9e7-4790-9466-a4e83d888e04-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"98c2ecf0-a9e7-4790-9466-a4e83d888e04-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2989,1747,'_wp_attached_file','2016/11/3553c788-9abe-4ba2-b2b9-4985e8492828.jpg'),(2990,1747,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/3553c788-9abe-4ba2-b2b9-4985e8492828.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"3553c788-9abe-4ba2-b2b9-4985e8492828-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"3553c788-9abe-4ba2-b2b9-4985e8492828-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"3553c788-9abe-4ba2-b2b9-4985e8492828-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"3553c788-9abe-4ba2-b2b9-4985e8492828-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"3553c788-9abe-4ba2-b2b9-4985e8492828-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"3553c788-9abe-4ba2-b2b9-4985e8492828-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"3553c788-9abe-4ba2-b2b9-4985e8492828-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"3553c788-9abe-4ba2-b2b9-4985e8492828-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"3553c788-9abe-4ba2-b2b9-4985e8492828-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"3553c788-9abe-4ba2-b2b9-4985e8492828-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"3553c788-9abe-4ba2-b2b9-4985e8492828-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"3553c788-9abe-4ba2-b2b9-4985e8492828-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"3553c788-9abe-4ba2-b2b9-4985e8492828-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"3553c788-9abe-4ba2-b2b9-4985e8492828-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"3553c788-9abe-4ba2-b2b9-4985e8492828-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"3553c788-9abe-4ba2-b2b9-4985e8492828-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2991,1748,'_wp_attached_file','2016/11/977268da-3de5-4eef-9734-7aeca81e5ad3.jpg'),(2992,1748,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/977268da-3de5-4eef-9734-7aeca81e5ad3.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"977268da-3de5-4eef-9734-7aeca81e5ad3-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"977268da-3de5-4eef-9734-7aeca81e5ad3-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"977268da-3de5-4eef-9734-7aeca81e5ad3-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"977268da-3de5-4eef-9734-7aeca81e5ad3-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"977268da-3de5-4eef-9734-7aeca81e5ad3-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"977268da-3de5-4eef-9734-7aeca81e5ad3-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"977268da-3de5-4eef-9734-7aeca81e5ad3-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"977268da-3de5-4eef-9734-7aeca81e5ad3-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"977268da-3de5-4eef-9734-7aeca81e5ad3-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"977268da-3de5-4eef-9734-7aeca81e5ad3-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"977268da-3de5-4eef-9734-7aeca81e5ad3-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"977268da-3de5-4eef-9734-7aeca81e5ad3-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"977268da-3de5-4eef-9734-7aeca81e5ad3-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"977268da-3de5-4eef-9734-7aeca81e5ad3-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"977268da-3de5-4eef-9734-7aeca81e5ad3-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"977268da-3de5-4eef-9734-7aeca81e5ad3-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2993,1749,'_wp_attached_file','2016/11/c65cb342-47f9-48fb-9eb0-ee34dc34bbcf.jpg'),(2994,1749,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/c65cb342-47f9-48fb-9eb0-ee34dc34bbcf.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"c65cb342-47f9-48fb-9eb0-ee34dc34bbcf-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"c65cb342-47f9-48fb-9eb0-ee34dc34bbcf-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"c65cb342-47f9-48fb-9eb0-ee34dc34bbcf-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"c65cb342-47f9-48fb-9eb0-ee34dc34bbcf-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"c65cb342-47f9-48fb-9eb0-ee34dc34bbcf-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"c65cb342-47f9-48fb-9eb0-ee34dc34bbcf-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"c65cb342-47f9-48fb-9eb0-ee34dc34bbcf-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"c65cb342-47f9-48fb-9eb0-ee34dc34bbcf-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"c65cb342-47f9-48fb-9eb0-ee34dc34bbcf-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"c65cb342-47f9-48fb-9eb0-ee34dc34bbcf-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"c65cb342-47f9-48fb-9eb0-ee34dc34bbcf-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"c65cb342-47f9-48fb-9eb0-ee34dc34bbcf-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"c65cb342-47f9-48fb-9eb0-ee34dc34bbcf-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"c65cb342-47f9-48fb-9eb0-ee34dc34bbcf-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"c65cb342-47f9-48fb-9eb0-ee34dc34bbcf-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"c65cb342-47f9-48fb-9eb0-ee34dc34bbcf-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2995,1321,'_thumbnail_id','1746'),(2996,1321,'_wp_old_slug','al-mansoura-r9'),(2997,1751,'_wp_attached_file','2016/11/3dcf89c5-8f73-4a10-9a18-9989761899ca.jpg'),(2998,1751,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/3dcf89c5-8f73-4a10-9a18-9989761899ca.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"3dcf89c5-8f73-4a10-9a18-9989761899ca-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"3dcf89c5-8f73-4a10-9a18-9989761899ca-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"3dcf89c5-8f73-4a10-9a18-9989761899ca-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"3dcf89c5-8f73-4a10-9a18-9989761899ca-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"3dcf89c5-8f73-4a10-9a18-9989761899ca-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"3dcf89c5-8f73-4a10-9a18-9989761899ca-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"3dcf89c5-8f73-4a10-9a18-9989761899ca-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"3dcf89c5-8f73-4a10-9a18-9989761899ca-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"3dcf89c5-8f73-4a10-9a18-9989761899ca-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"3dcf89c5-8f73-4a10-9a18-9989761899ca-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"3dcf89c5-8f73-4a10-9a18-9989761899ca-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"3dcf89c5-8f73-4a10-9a18-9989761899ca-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"3dcf89c5-8f73-4a10-9a18-9989761899ca-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"3dcf89c5-8f73-4a10-9a18-9989761899ca-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"3dcf89c5-8f73-4a10-9a18-9989761899ca-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"3dcf89c5-8f73-4a10-9a18-9989761899ca-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(2999,1752,'_wp_attached_file','2016/11/74f90b4f-9c30-4415-806f-df304a6cb388.jpg'),(3000,1752,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/74f90b4f-9c30-4415-806f-df304a6cb388.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"74f90b4f-9c30-4415-806f-df304a6cb388-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"74f90b4f-9c30-4415-806f-df304a6cb388-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"74f90b4f-9c30-4415-806f-df304a6cb388-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"74f90b4f-9c30-4415-806f-df304a6cb388-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"74f90b4f-9c30-4415-806f-df304a6cb388-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"74f90b4f-9c30-4415-806f-df304a6cb388-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"74f90b4f-9c30-4415-806f-df304a6cb388-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"74f90b4f-9c30-4415-806f-df304a6cb388-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"74f90b4f-9c30-4415-806f-df304a6cb388-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"74f90b4f-9c30-4415-806f-df304a6cb388-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"74f90b4f-9c30-4415-806f-df304a6cb388-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"74f90b4f-9c30-4415-806f-df304a6cb388-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"74f90b4f-9c30-4415-806f-df304a6cb388-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"74f90b4f-9c30-4415-806f-df304a6cb388-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"74f90b4f-9c30-4415-806f-df304a6cb388-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"74f90b4f-9c30-4415-806f-df304a6cb388-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3001,1753,'_wp_attached_file','2016/11/8780aac3-7c7f-44fb-a5c1-184260b221e3.jpg'),(3002,1753,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/8780aac3-7c7f-44fb-a5c1-184260b221e3.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"8780aac3-7c7f-44fb-a5c1-184260b221e3-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"8780aac3-7c7f-44fb-a5c1-184260b221e3-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"8780aac3-7c7f-44fb-a5c1-184260b221e3-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"8780aac3-7c7f-44fb-a5c1-184260b221e3-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"8780aac3-7c7f-44fb-a5c1-184260b221e3-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"8780aac3-7c7f-44fb-a5c1-184260b221e3-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"8780aac3-7c7f-44fb-a5c1-184260b221e3-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"8780aac3-7c7f-44fb-a5c1-184260b221e3-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"8780aac3-7c7f-44fb-a5c1-184260b221e3-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"8780aac3-7c7f-44fb-a5c1-184260b221e3-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"8780aac3-7c7f-44fb-a5c1-184260b221e3-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"8780aac3-7c7f-44fb-a5c1-184260b221e3-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"8780aac3-7c7f-44fb-a5c1-184260b221e3-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"8780aac3-7c7f-44fb-a5c1-184260b221e3-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"8780aac3-7c7f-44fb-a5c1-184260b221e3-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"8780aac3-7c7f-44fb-a5c1-184260b221e3-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3003,1754,'_wp_attached_file','2016/11/d69aa91c-a96c-4db9-8109-05bfc5d3d352.jpg'),(3004,1754,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/d69aa91c-a96c-4db9-8109-05bfc5d3d352.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"d69aa91c-a96c-4db9-8109-05bfc5d3d352-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"d69aa91c-a96c-4db9-8109-05bfc5d3d352-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"d69aa91c-a96c-4db9-8109-05bfc5d3d352-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"d69aa91c-a96c-4db9-8109-05bfc5d3d352-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"d69aa91c-a96c-4db9-8109-05bfc5d3d352-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"d69aa91c-a96c-4db9-8109-05bfc5d3d352-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"d69aa91c-a96c-4db9-8109-05bfc5d3d352-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"d69aa91c-a96c-4db9-8109-05bfc5d3d352-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"d69aa91c-a96c-4db9-8109-05bfc5d3d352-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"d69aa91c-a96c-4db9-8109-05bfc5d3d352-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"d69aa91c-a96c-4db9-8109-05bfc5d3d352-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"d69aa91c-a96c-4db9-8109-05bfc5d3d352-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"d69aa91c-a96c-4db9-8109-05bfc5d3d352-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"d69aa91c-a96c-4db9-8109-05bfc5d3d352-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"d69aa91c-a96c-4db9-8109-05bfc5d3d352-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"d69aa91c-a96c-4db9-8109-05bfc5d3d352-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3005,1310,'_thumbnail_id','1752'),(3006,1310,'_wp_old_slug','al-mansoura-r1'),(3007,1755,'_wp_attached_file','2016/11/3b9ccbd1-1572-48b3-81b8-945efc986571.jpg'),(3008,1755,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/3b9ccbd1-1572-48b3-81b8-945efc986571.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"3b9ccbd1-1572-48b3-81b8-945efc986571-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"3b9ccbd1-1572-48b3-81b8-945efc986571-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"3b9ccbd1-1572-48b3-81b8-945efc986571-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"3b9ccbd1-1572-48b3-81b8-945efc986571-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"3b9ccbd1-1572-48b3-81b8-945efc986571-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"3b9ccbd1-1572-48b3-81b8-945efc986571-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"3b9ccbd1-1572-48b3-81b8-945efc986571-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"3b9ccbd1-1572-48b3-81b8-945efc986571-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"3b9ccbd1-1572-48b3-81b8-945efc986571-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"3b9ccbd1-1572-48b3-81b8-945efc986571-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"3b9ccbd1-1572-48b3-81b8-945efc986571-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"3b9ccbd1-1572-48b3-81b8-945efc986571-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"3b9ccbd1-1572-48b3-81b8-945efc986571-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"3b9ccbd1-1572-48b3-81b8-945efc986571-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"3b9ccbd1-1572-48b3-81b8-945efc986571-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"3b9ccbd1-1572-48b3-81b8-945efc986571-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3009,1756,'_wp_attached_file','2016/11/5cd17fb9-4983-4c44-bdef-163832d5d37f.jpg'),(3010,1756,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/5cd17fb9-4983-4c44-bdef-163832d5d37f.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"5cd17fb9-4983-4c44-bdef-163832d5d37f-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"5cd17fb9-4983-4c44-bdef-163832d5d37f-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"5cd17fb9-4983-4c44-bdef-163832d5d37f-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"5cd17fb9-4983-4c44-bdef-163832d5d37f-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"5cd17fb9-4983-4c44-bdef-163832d5d37f-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"5cd17fb9-4983-4c44-bdef-163832d5d37f-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"5cd17fb9-4983-4c44-bdef-163832d5d37f-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"5cd17fb9-4983-4c44-bdef-163832d5d37f-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"5cd17fb9-4983-4c44-bdef-163832d5d37f-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"5cd17fb9-4983-4c44-bdef-163832d5d37f-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"5cd17fb9-4983-4c44-bdef-163832d5d37f-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"5cd17fb9-4983-4c44-bdef-163832d5d37f-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"5cd17fb9-4983-4c44-bdef-163832d5d37f-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"5cd17fb9-4983-4c44-bdef-163832d5d37f-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"5cd17fb9-4983-4c44-bdef-163832d5d37f-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"5cd17fb9-4983-4c44-bdef-163832d5d37f-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3011,1757,'_wp_attached_file','2016/11/2560a130-e3df-4ba3-abf2-c1a02ac94459.jpg'),(3012,1757,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/2560a130-e3df-4ba3-abf2-c1a02ac94459.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"2560a130-e3df-4ba3-abf2-c1a02ac94459-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"2560a130-e3df-4ba3-abf2-c1a02ac94459-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"2560a130-e3df-4ba3-abf2-c1a02ac94459-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"2560a130-e3df-4ba3-abf2-c1a02ac94459-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"2560a130-e3df-4ba3-abf2-c1a02ac94459-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"2560a130-e3df-4ba3-abf2-c1a02ac94459-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"2560a130-e3df-4ba3-abf2-c1a02ac94459-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"2560a130-e3df-4ba3-abf2-c1a02ac94459-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"2560a130-e3df-4ba3-abf2-c1a02ac94459-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"2560a130-e3df-4ba3-abf2-c1a02ac94459-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"2560a130-e3df-4ba3-abf2-c1a02ac94459-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"2560a130-e3df-4ba3-abf2-c1a02ac94459-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"2560a130-e3df-4ba3-abf2-c1a02ac94459-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"2560a130-e3df-4ba3-abf2-c1a02ac94459-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"2560a130-e3df-4ba3-abf2-c1a02ac94459-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"2560a130-e3df-4ba3-abf2-c1a02ac94459-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3013,1758,'_wp_attached_file','2016/11/5713db1f-d4fd-4c86-822d-599e1846eb68.jpg'),(3014,1758,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/5713db1f-d4fd-4c86-822d-599e1846eb68.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"5713db1f-d4fd-4c86-822d-599e1846eb68-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"5713db1f-d4fd-4c86-822d-599e1846eb68-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"5713db1f-d4fd-4c86-822d-599e1846eb68-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"5713db1f-d4fd-4c86-822d-599e1846eb68-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"5713db1f-d4fd-4c86-822d-599e1846eb68-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"5713db1f-d4fd-4c86-822d-599e1846eb68-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"5713db1f-d4fd-4c86-822d-599e1846eb68-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"5713db1f-d4fd-4c86-822d-599e1846eb68-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"5713db1f-d4fd-4c86-822d-599e1846eb68-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"5713db1f-d4fd-4c86-822d-599e1846eb68-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"5713db1f-d4fd-4c86-822d-599e1846eb68-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"5713db1f-d4fd-4c86-822d-599e1846eb68-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"5713db1f-d4fd-4c86-822d-599e1846eb68-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"5713db1f-d4fd-4c86-822d-599e1846eb68-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"5713db1f-d4fd-4c86-822d-599e1846eb68-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"5713db1f-d4fd-4c86-822d-599e1846eb68-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3015,1759,'_wp_attached_file','2016/11/bbff9ac9-c70f-4206-a106-39f3090da670.jpg'),(3016,1759,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/bbff9ac9-c70f-4206-a106-39f3090da670.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"bbff9ac9-c70f-4206-a106-39f3090da670-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"bbff9ac9-c70f-4206-a106-39f3090da670-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"bbff9ac9-c70f-4206-a106-39f3090da670-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"bbff9ac9-c70f-4206-a106-39f3090da670-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"bbff9ac9-c70f-4206-a106-39f3090da670-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"bbff9ac9-c70f-4206-a106-39f3090da670-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"bbff9ac9-c70f-4206-a106-39f3090da670-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"bbff9ac9-c70f-4206-a106-39f3090da670-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"bbff9ac9-c70f-4206-a106-39f3090da670-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"bbff9ac9-c70f-4206-a106-39f3090da670-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"bbff9ac9-c70f-4206-a106-39f3090da670-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"bbff9ac9-c70f-4206-a106-39f3090da670-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"bbff9ac9-c70f-4206-a106-39f3090da670-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"bbff9ac9-c70f-4206-a106-39f3090da670-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"bbff9ac9-c70f-4206-a106-39f3090da670-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"bbff9ac9-c70f-4206-a106-39f3090da670-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3017,1760,'_wp_attached_file','2016/11/cb6b22e9-37ea-42b8-96d5-b89db6d1380a.jpg'),(3018,1760,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/cb6b22e9-37ea-42b8-96d5-b89db6d1380a.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"cb6b22e9-37ea-42b8-96d5-b89db6d1380a-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"cb6b22e9-37ea-42b8-96d5-b89db6d1380a-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"cb6b22e9-37ea-42b8-96d5-b89db6d1380a-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"cb6b22e9-37ea-42b8-96d5-b89db6d1380a-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"cb6b22e9-37ea-42b8-96d5-b89db6d1380a-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"cb6b22e9-37ea-42b8-96d5-b89db6d1380a-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"cb6b22e9-37ea-42b8-96d5-b89db6d1380a-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"cb6b22e9-37ea-42b8-96d5-b89db6d1380a-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"cb6b22e9-37ea-42b8-96d5-b89db6d1380a-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"cb6b22e9-37ea-42b8-96d5-b89db6d1380a-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"cb6b22e9-37ea-42b8-96d5-b89db6d1380a-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"cb6b22e9-37ea-42b8-96d5-b89db6d1380a-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"cb6b22e9-37ea-42b8-96d5-b89db6d1380a-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"cb6b22e9-37ea-42b8-96d5-b89db6d1380a-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"cb6b22e9-37ea-42b8-96d5-b89db6d1380a-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"cb6b22e9-37ea-42b8-96d5-b89db6d1380a-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3019,1303,'_thumbnail_id','1755'),(3020,1303,'_wp_old_slug','al-murooj-2'),(3021,1303,'_wp_old_slug','soft-hard-landscaping-works'),(3022,1762,'_wp_attached_file','2016/11/a95e7201-b554-4695-8799-87d9a63963b7.jpg'),(3023,1762,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/a95e7201-b554-4695-8799-87d9a63963b7.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"a95e7201-b554-4695-8799-87d9a63963b7-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"a95e7201-b554-4695-8799-87d9a63963b7-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"a95e7201-b554-4695-8799-87d9a63963b7-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"a95e7201-b554-4695-8799-87d9a63963b7-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"a95e7201-b554-4695-8799-87d9a63963b7-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"a95e7201-b554-4695-8799-87d9a63963b7-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"a95e7201-b554-4695-8799-87d9a63963b7-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"a95e7201-b554-4695-8799-87d9a63963b7-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"a95e7201-b554-4695-8799-87d9a63963b7-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"a95e7201-b554-4695-8799-87d9a63963b7-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"a95e7201-b554-4695-8799-87d9a63963b7-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"a95e7201-b554-4695-8799-87d9a63963b7-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"a95e7201-b554-4695-8799-87d9a63963b7-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"a95e7201-b554-4695-8799-87d9a63963b7-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"a95e7201-b554-4695-8799-87d9a63963b7-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"a95e7201-b554-4695-8799-87d9a63963b7-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3024,1301,'_thumbnail_id','1762'),(3025,1301,'_wp_old_slug','al-murooj-1'),(3026,1763,'_wp_attached_file','2016/11/0c1ab552-a8ed-4e1b-a052-a069c97bcc62.jpg'),(3027,1763,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/0c1ab552-a8ed-4e1b-a052-a069c97bcc62.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"0c1ab552-a8ed-4e1b-a052-a069c97bcc62-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"0c1ab552-a8ed-4e1b-a052-a069c97bcc62-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"0c1ab552-a8ed-4e1b-a052-a069c97bcc62-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"0c1ab552-a8ed-4e1b-a052-a069c97bcc62-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"0c1ab552-a8ed-4e1b-a052-a069c97bcc62-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"0c1ab552-a8ed-4e1b-a052-a069c97bcc62-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"0c1ab552-a8ed-4e1b-a052-a069c97bcc62-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"0c1ab552-a8ed-4e1b-a052-a069c97bcc62-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"0c1ab552-a8ed-4e1b-a052-a069c97bcc62-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"0c1ab552-a8ed-4e1b-a052-a069c97bcc62-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"0c1ab552-a8ed-4e1b-a052-a069c97bcc62-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"0c1ab552-a8ed-4e1b-a052-a069c97bcc62-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"0c1ab552-a8ed-4e1b-a052-a069c97bcc62-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"0c1ab552-a8ed-4e1b-a052-a069c97bcc62-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"0c1ab552-a8ed-4e1b-a052-a069c97bcc62-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"0c1ab552-a8ed-4e1b-a052-a069c97bcc62-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3028,1764,'_wp_attached_file','2016/11/3f7a984d-7d3a-4284-98aa-e47773ee40cf.jpg'),(3029,1764,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/3f7a984d-7d3a-4284-98aa-e47773ee40cf.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"3f7a984d-7d3a-4284-98aa-e47773ee40cf-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"3f7a984d-7d3a-4284-98aa-e47773ee40cf-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"3f7a984d-7d3a-4284-98aa-e47773ee40cf-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"3f7a984d-7d3a-4284-98aa-e47773ee40cf-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"3f7a984d-7d3a-4284-98aa-e47773ee40cf-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"3f7a984d-7d3a-4284-98aa-e47773ee40cf-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"3f7a984d-7d3a-4284-98aa-e47773ee40cf-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"3f7a984d-7d3a-4284-98aa-e47773ee40cf-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"3f7a984d-7d3a-4284-98aa-e47773ee40cf-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"3f7a984d-7d3a-4284-98aa-e47773ee40cf-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"3f7a984d-7d3a-4284-98aa-e47773ee40cf-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"3f7a984d-7d3a-4284-98aa-e47773ee40cf-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"3f7a984d-7d3a-4284-98aa-e47773ee40cf-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"3f7a984d-7d3a-4284-98aa-e47773ee40cf-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"3f7a984d-7d3a-4284-98aa-e47773ee40cf-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"3f7a984d-7d3a-4284-98aa-e47773ee40cf-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3030,1765,'_wp_attached_file','2016/11/04214f51-550d-4106-8069-e9c3df541c29.jpg'),(3031,1765,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/04214f51-550d-4106-8069-e9c3df541c29.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"04214f51-550d-4106-8069-e9c3df541c29-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"04214f51-550d-4106-8069-e9c3df541c29-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"04214f51-550d-4106-8069-e9c3df541c29-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"04214f51-550d-4106-8069-e9c3df541c29-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"04214f51-550d-4106-8069-e9c3df541c29-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"04214f51-550d-4106-8069-e9c3df541c29-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"04214f51-550d-4106-8069-e9c3df541c29-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"04214f51-550d-4106-8069-e9c3df541c29-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"04214f51-550d-4106-8069-e9c3df541c29-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"04214f51-550d-4106-8069-e9c3df541c29-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"04214f51-550d-4106-8069-e9c3df541c29-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"04214f51-550d-4106-8069-e9c3df541c29-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"04214f51-550d-4106-8069-e9c3df541c29-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"04214f51-550d-4106-8069-e9c3df541c29-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"04214f51-550d-4106-8069-e9c3df541c29-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"04214f51-550d-4106-8069-e9c3df541c29-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3032,1766,'_wp_attached_file','2016/11/c4f083c4-8816-47b6-b3a9-b020590fed26.jpg'),(3033,1766,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/c4f083c4-8816-47b6-b3a9-b020590fed26.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"c4f083c4-8816-47b6-b3a9-b020590fed26-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"c4f083c4-8816-47b6-b3a9-b020590fed26-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"c4f083c4-8816-47b6-b3a9-b020590fed26-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"c4f083c4-8816-47b6-b3a9-b020590fed26-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"c4f083c4-8816-47b6-b3a9-b020590fed26-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"c4f083c4-8816-47b6-b3a9-b020590fed26-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"c4f083c4-8816-47b6-b3a9-b020590fed26-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"c4f083c4-8816-47b6-b3a9-b020590fed26-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"c4f083c4-8816-47b6-b3a9-b020590fed26-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"c4f083c4-8816-47b6-b3a9-b020590fed26-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"c4f083c4-8816-47b6-b3a9-b020590fed26-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"c4f083c4-8816-47b6-b3a9-b020590fed26-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"c4f083c4-8816-47b6-b3a9-b020590fed26-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"c4f083c4-8816-47b6-b3a9-b020590fed26-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"c4f083c4-8816-47b6-b3a9-b020590fed26-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"c4f083c4-8816-47b6-b3a9-b020590fed26-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3034,1299,'_thumbnail_id','1983'),(3035,1299,'_wp_old_slug','al-telal-2'),(3036,1767,'_wp_attached_file','2016/11/6dc9e4ea-57ec-4015-bb10-86b588797466.jpg'),(3037,1767,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/6dc9e4ea-57ec-4015-bb10-86b588797466.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"6dc9e4ea-57ec-4015-bb10-86b588797466-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"6dc9e4ea-57ec-4015-bb10-86b588797466-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"6dc9e4ea-57ec-4015-bb10-86b588797466-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"6dc9e4ea-57ec-4015-bb10-86b588797466-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"6dc9e4ea-57ec-4015-bb10-86b588797466-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"6dc9e4ea-57ec-4015-bb10-86b588797466-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"6dc9e4ea-57ec-4015-bb10-86b588797466-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"6dc9e4ea-57ec-4015-bb10-86b588797466-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"6dc9e4ea-57ec-4015-bb10-86b588797466-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"6dc9e4ea-57ec-4015-bb10-86b588797466-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"6dc9e4ea-57ec-4015-bb10-86b588797466-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"6dc9e4ea-57ec-4015-bb10-86b588797466-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"6dc9e4ea-57ec-4015-bb10-86b588797466-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"6dc9e4ea-57ec-4015-bb10-86b588797466-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"6dc9e4ea-57ec-4015-bb10-86b588797466-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"6dc9e4ea-57ec-4015-bb10-86b588797466-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3038,1768,'_wp_attached_file','2016/11/8be3e66d-19dc-48a2-8b32-12150857288e.jpg'),(3039,1768,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/8be3e66d-19dc-48a2-8b32-12150857288e.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"8be3e66d-19dc-48a2-8b32-12150857288e-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"8be3e66d-19dc-48a2-8b32-12150857288e-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"8be3e66d-19dc-48a2-8b32-12150857288e-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"8be3e66d-19dc-48a2-8b32-12150857288e-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"8be3e66d-19dc-48a2-8b32-12150857288e-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"8be3e66d-19dc-48a2-8b32-12150857288e-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"8be3e66d-19dc-48a2-8b32-12150857288e-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"8be3e66d-19dc-48a2-8b32-12150857288e-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"8be3e66d-19dc-48a2-8b32-12150857288e-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"8be3e66d-19dc-48a2-8b32-12150857288e-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"8be3e66d-19dc-48a2-8b32-12150857288e-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"8be3e66d-19dc-48a2-8b32-12150857288e-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"8be3e66d-19dc-48a2-8b32-12150857288e-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"8be3e66d-19dc-48a2-8b32-12150857288e-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"8be3e66d-19dc-48a2-8b32-12150857288e-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"8be3e66d-19dc-48a2-8b32-12150857288e-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3040,1769,'_wp_attached_file','2016/11/9661b221-25e8-4ce2-b803-2a2d703577d8.jpg'),(3041,1769,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/9661b221-25e8-4ce2-b803-2a2d703577d8.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"9661b221-25e8-4ce2-b803-2a2d703577d8-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"9661b221-25e8-4ce2-b803-2a2d703577d8-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"9661b221-25e8-4ce2-b803-2a2d703577d8-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"9661b221-25e8-4ce2-b803-2a2d703577d8-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"9661b221-25e8-4ce2-b803-2a2d703577d8-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"9661b221-25e8-4ce2-b803-2a2d703577d8-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"9661b221-25e8-4ce2-b803-2a2d703577d8-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"9661b221-25e8-4ce2-b803-2a2d703577d8-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"9661b221-25e8-4ce2-b803-2a2d703577d8-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"9661b221-25e8-4ce2-b803-2a2d703577d8-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"9661b221-25e8-4ce2-b803-2a2d703577d8-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"9661b221-25e8-4ce2-b803-2a2d703577d8-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"9661b221-25e8-4ce2-b803-2a2d703577d8-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"9661b221-25e8-4ce2-b803-2a2d703577d8-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"9661b221-25e8-4ce2-b803-2a2d703577d8-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"9661b221-25e8-4ce2-b803-2a2d703577d8-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3042,1770,'_wp_attached_file','2016/11/c37cab58-0a44-40d4-91da-47c91f676381.jpg'),(3043,1770,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/c37cab58-0a44-40d4-91da-47c91f676381.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"c37cab58-0a44-40d4-91da-47c91f676381-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"c37cab58-0a44-40d4-91da-47c91f676381-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"c37cab58-0a44-40d4-91da-47c91f676381-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"c37cab58-0a44-40d4-91da-47c91f676381-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"c37cab58-0a44-40d4-91da-47c91f676381-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"c37cab58-0a44-40d4-91da-47c91f676381-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"c37cab58-0a44-40d4-91da-47c91f676381-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"c37cab58-0a44-40d4-91da-47c91f676381-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"c37cab58-0a44-40d4-91da-47c91f676381-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"c37cab58-0a44-40d4-91da-47c91f676381-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"c37cab58-0a44-40d4-91da-47c91f676381-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"c37cab58-0a44-40d4-91da-47c91f676381-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"c37cab58-0a44-40d4-91da-47c91f676381-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"c37cab58-0a44-40d4-91da-47c91f676381-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"c37cab58-0a44-40d4-91da-47c91f676381-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"c37cab58-0a44-40d4-91da-47c91f676381-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3044,1771,'_wp_attached_file','2016/11/dff2ce60-fa33-4e7e-99b0-bc83d636860e.jpg'),(3045,1771,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/dff2ce60-fa33-4e7e-99b0-bc83d636860e.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"dff2ce60-fa33-4e7e-99b0-bc83d636860e-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"dff2ce60-fa33-4e7e-99b0-bc83d636860e-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"dff2ce60-fa33-4e7e-99b0-bc83d636860e-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"dff2ce60-fa33-4e7e-99b0-bc83d636860e-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"dff2ce60-fa33-4e7e-99b0-bc83d636860e-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"dff2ce60-fa33-4e7e-99b0-bc83d636860e-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"dff2ce60-fa33-4e7e-99b0-bc83d636860e-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"dff2ce60-fa33-4e7e-99b0-bc83d636860e-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"dff2ce60-fa33-4e7e-99b0-bc83d636860e-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"dff2ce60-fa33-4e7e-99b0-bc83d636860e-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"dff2ce60-fa33-4e7e-99b0-bc83d636860e-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"dff2ce60-fa33-4e7e-99b0-bc83d636860e-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"dff2ce60-fa33-4e7e-99b0-bc83d636860e-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"dff2ce60-fa33-4e7e-99b0-bc83d636860e-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"dff2ce60-fa33-4e7e-99b0-bc83d636860e-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"dff2ce60-fa33-4e7e-99b0-bc83d636860e-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3046,1772,'_wp_attached_file','2016/11/e8539322-2af4-4546-b3b6-9ee7e3f29a39.jpg'),(3047,1772,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/e8539322-2af4-4546-b3b6-9ee7e3f29a39.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"e8539322-2af4-4546-b3b6-9ee7e3f29a39-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"e8539322-2af4-4546-b3b6-9ee7e3f29a39-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"e8539322-2af4-4546-b3b6-9ee7e3f29a39-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"e8539322-2af4-4546-b3b6-9ee7e3f29a39-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"e8539322-2af4-4546-b3b6-9ee7e3f29a39-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"e8539322-2af4-4546-b3b6-9ee7e3f29a39-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"e8539322-2af4-4546-b3b6-9ee7e3f29a39-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"e8539322-2af4-4546-b3b6-9ee7e3f29a39-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"e8539322-2af4-4546-b3b6-9ee7e3f29a39-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"e8539322-2af4-4546-b3b6-9ee7e3f29a39-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"e8539322-2af4-4546-b3b6-9ee7e3f29a39-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"e8539322-2af4-4546-b3b6-9ee7e3f29a39-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"e8539322-2af4-4546-b3b6-9ee7e3f29a39-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"e8539322-2af4-4546-b3b6-9ee7e3f29a39-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"e8539322-2af4-4546-b3b6-9ee7e3f29a39-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"e8539322-2af4-4546-b3b6-9ee7e3f29a39-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3048,1289,'_thumbnail_id','1772'),(3049,1289,'_wp_old_slug','al-telal-1'),(3050,1773,'_wp_attached_file','2016/11/99d30b26-474c-42f0-8aad-7c48d3ad37d7.jpg'),(3051,1773,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/99d30b26-474c-42f0-8aad-7c48d3ad37d7.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"99d30b26-474c-42f0-8aad-7c48d3ad37d7-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"99d30b26-474c-42f0-8aad-7c48d3ad37d7-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"99d30b26-474c-42f0-8aad-7c48d3ad37d7-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"99d30b26-474c-42f0-8aad-7c48d3ad37d7-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"99d30b26-474c-42f0-8aad-7c48d3ad37d7-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"99d30b26-474c-42f0-8aad-7c48d3ad37d7-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"99d30b26-474c-42f0-8aad-7c48d3ad37d7-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"99d30b26-474c-42f0-8aad-7c48d3ad37d7-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"99d30b26-474c-42f0-8aad-7c48d3ad37d7-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"99d30b26-474c-42f0-8aad-7c48d3ad37d7-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"99d30b26-474c-42f0-8aad-7c48d3ad37d7-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"99d30b26-474c-42f0-8aad-7c48d3ad37d7-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"99d30b26-474c-42f0-8aad-7c48d3ad37d7-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"99d30b26-474c-42f0-8aad-7c48d3ad37d7-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"99d30b26-474c-42f0-8aad-7c48d3ad37d7-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"99d30b26-474c-42f0-8aad-7c48d3ad37d7-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3052,1774,'_wp_attached_file','2016/11/761a8482-d8ce-4a16-ac49-60e3fdc88c02.jpg'),(3053,1774,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/761a8482-d8ce-4a16-ac49-60e3fdc88c02.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"761a8482-d8ce-4a16-ac49-60e3fdc88c02-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"761a8482-d8ce-4a16-ac49-60e3fdc88c02-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"761a8482-d8ce-4a16-ac49-60e3fdc88c02-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"761a8482-d8ce-4a16-ac49-60e3fdc88c02-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"761a8482-d8ce-4a16-ac49-60e3fdc88c02-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"761a8482-d8ce-4a16-ac49-60e3fdc88c02-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"761a8482-d8ce-4a16-ac49-60e3fdc88c02-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"761a8482-d8ce-4a16-ac49-60e3fdc88c02-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"761a8482-d8ce-4a16-ac49-60e3fdc88c02-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"761a8482-d8ce-4a16-ac49-60e3fdc88c02-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"761a8482-d8ce-4a16-ac49-60e3fdc88c02-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"761a8482-d8ce-4a16-ac49-60e3fdc88c02-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"761a8482-d8ce-4a16-ac49-60e3fdc88c02-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"761a8482-d8ce-4a16-ac49-60e3fdc88c02-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"761a8482-d8ce-4a16-ac49-60e3fdc88c02-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"761a8482-d8ce-4a16-ac49-60e3fdc88c02-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3054,1775,'_wp_attached_file','2016/11/b40eb8ca-bb4d-47f4-a06f-4e5d86fc80d3.jpg'),(3055,1775,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/b40eb8ca-bb4d-47f4-a06f-4e5d86fc80d3.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"b40eb8ca-bb4d-47f4-a06f-4e5d86fc80d3-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"b40eb8ca-bb4d-47f4-a06f-4e5d86fc80d3-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"b40eb8ca-bb4d-47f4-a06f-4e5d86fc80d3-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"b40eb8ca-bb4d-47f4-a06f-4e5d86fc80d3-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"b40eb8ca-bb4d-47f4-a06f-4e5d86fc80d3-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"b40eb8ca-bb4d-47f4-a06f-4e5d86fc80d3-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"b40eb8ca-bb4d-47f4-a06f-4e5d86fc80d3-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"b40eb8ca-bb4d-47f4-a06f-4e5d86fc80d3-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"b40eb8ca-bb4d-47f4-a06f-4e5d86fc80d3-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"b40eb8ca-bb4d-47f4-a06f-4e5d86fc80d3-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"b40eb8ca-bb4d-47f4-a06f-4e5d86fc80d3-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"b40eb8ca-bb4d-47f4-a06f-4e5d86fc80d3-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"b40eb8ca-bb4d-47f4-a06f-4e5d86fc80d3-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"b40eb8ca-bb4d-47f4-a06f-4e5d86fc80d3-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"b40eb8ca-bb4d-47f4-a06f-4e5d86fc80d3-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"b40eb8ca-bb4d-47f4-a06f-4e5d86fc80d3-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3056,1280,'_thumbnail_id','1773'),(3057,1776,'_wp_attached_file','2016/11/3b0af78d-c69f-4ad1-9525-089a7c5a660f.jpg'),(3058,1776,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/3b0af78d-c69f-4ad1-9525-089a7c5a660f.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"3b0af78d-c69f-4ad1-9525-089a7c5a660f-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"3b0af78d-c69f-4ad1-9525-089a7c5a660f-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"3b0af78d-c69f-4ad1-9525-089a7c5a660f-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"3b0af78d-c69f-4ad1-9525-089a7c5a660f-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"3b0af78d-c69f-4ad1-9525-089a7c5a660f-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"3b0af78d-c69f-4ad1-9525-089a7c5a660f-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"3b0af78d-c69f-4ad1-9525-089a7c5a660f-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"3b0af78d-c69f-4ad1-9525-089a7c5a660f-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"3b0af78d-c69f-4ad1-9525-089a7c5a660f-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"3b0af78d-c69f-4ad1-9525-089a7c5a660f-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"3b0af78d-c69f-4ad1-9525-089a7c5a660f-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"3b0af78d-c69f-4ad1-9525-089a7c5a660f-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"3b0af78d-c69f-4ad1-9525-089a7c5a660f-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"3b0af78d-c69f-4ad1-9525-089a7c5a660f-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"3b0af78d-c69f-4ad1-9525-089a7c5a660f-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"3b0af78d-c69f-4ad1-9525-089a7c5a660f-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3059,1777,'_wp_attached_file','2016/11/05ed2ae3-51cf-42f3-bb1a-b50e09399918.jpg'),(3060,1777,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/05ed2ae3-51cf-42f3-bb1a-b50e09399918.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"05ed2ae3-51cf-42f3-bb1a-b50e09399918-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"05ed2ae3-51cf-42f3-bb1a-b50e09399918-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"05ed2ae3-51cf-42f3-bb1a-b50e09399918-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"05ed2ae3-51cf-42f3-bb1a-b50e09399918-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"05ed2ae3-51cf-42f3-bb1a-b50e09399918-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"05ed2ae3-51cf-42f3-bb1a-b50e09399918-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"05ed2ae3-51cf-42f3-bb1a-b50e09399918-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"05ed2ae3-51cf-42f3-bb1a-b50e09399918-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"05ed2ae3-51cf-42f3-bb1a-b50e09399918-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"05ed2ae3-51cf-42f3-bb1a-b50e09399918-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"05ed2ae3-51cf-42f3-bb1a-b50e09399918-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"05ed2ae3-51cf-42f3-bb1a-b50e09399918-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"05ed2ae3-51cf-42f3-bb1a-b50e09399918-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"05ed2ae3-51cf-42f3-bb1a-b50e09399918-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"05ed2ae3-51cf-42f3-bb1a-b50e09399918-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"05ed2ae3-51cf-42f3-bb1a-b50e09399918-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3061,1778,'_wp_attached_file','2016/11/6f79c653-c2f0-4af8-ae96-ae2b761e5850.jpg'),(3062,1778,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/6f79c653-c2f0-4af8-ae96-ae2b761e5850.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"6f79c653-c2f0-4af8-ae96-ae2b761e5850-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"6f79c653-c2f0-4af8-ae96-ae2b761e5850-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"6f79c653-c2f0-4af8-ae96-ae2b761e5850-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"6f79c653-c2f0-4af8-ae96-ae2b761e5850-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"6f79c653-c2f0-4af8-ae96-ae2b761e5850-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"6f79c653-c2f0-4af8-ae96-ae2b761e5850-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"6f79c653-c2f0-4af8-ae96-ae2b761e5850-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"6f79c653-c2f0-4af8-ae96-ae2b761e5850-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"6f79c653-c2f0-4af8-ae96-ae2b761e5850-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"6f79c653-c2f0-4af8-ae96-ae2b761e5850-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"6f79c653-c2f0-4af8-ae96-ae2b761e5850-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"6f79c653-c2f0-4af8-ae96-ae2b761e5850-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"6f79c653-c2f0-4af8-ae96-ae2b761e5850-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"6f79c653-c2f0-4af8-ae96-ae2b761e5850-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"6f79c653-c2f0-4af8-ae96-ae2b761e5850-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"6f79c653-c2f0-4af8-ae96-ae2b761e5850-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3063,1779,'_wp_attached_file','2016/11/29d929dd-2fcd-4407-a677-1f74546475c7.jpg'),(3064,1779,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/29d929dd-2fcd-4407-a677-1f74546475c7.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"29d929dd-2fcd-4407-a677-1f74546475c7-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"29d929dd-2fcd-4407-a677-1f74546475c7-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"29d929dd-2fcd-4407-a677-1f74546475c7-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"29d929dd-2fcd-4407-a677-1f74546475c7-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"29d929dd-2fcd-4407-a677-1f74546475c7-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"29d929dd-2fcd-4407-a677-1f74546475c7-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"29d929dd-2fcd-4407-a677-1f74546475c7-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"29d929dd-2fcd-4407-a677-1f74546475c7-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"29d929dd-2fcd-4407-a677-1f74546475c7-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"29d929dd-2fcd-4407-a677-1f74546475c7-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"29d929dd-2fcd-4407-a677-1f74546475c7-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"29d929dd-2fcd-4407-a677-1f74546475c7-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"29d929dd-2fcd-4407-a677-1f74546475c7-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"29d929dd-2fcd-4407-a677-1f74546475c7-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"29d929dd-2fcd-4407-a677-1f74546475c7-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"29d929dd-2fcd-4407-a677-1f74546475c7-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3065,1780,'_wp_attached_file','2016/11/955d207a-6b93-4b3b-827d-12590431a34b.jpg'),(3066,1780,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/955d207a-6b93-4b3b-827d-12590431a34b.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"955d207a-6b93-4b3b-827d-12590431a34b-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"955d207a-6b93-4b3b-827d-12590431a34b-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"955d207a-6b93-4b3b-827d-12590431a34b-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"955d207a-6b93-4b3b-827d-12590431a34b-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"955d207a-6b93-4b3b-827d-12590431a34b-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"955d207a-6b93-4b3b-827d-12590431a34b-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"955d207a-6b93-4b3b-827d-12590431a34b-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"955d207a-6b93-4b3b-827d-12590431a34b-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"955d207a-6b93-4b3b-827d-12590431a34b-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"955d207a-6b93-4b3b-827d-12590431a34b-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"955d207a-6b93-4b3b-827d-12590431a34b-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"955d207a-6b93-4b3b-827d-12590431a34b-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"955d207a-6b93-4b3b-827d-12590431a34b-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"955d207a-6b93-4b3b-827d-12590431a34b-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"955d207a-6b93-4b3b-827d-12590431a34b-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"955d207a-6b93-4b3b-827d-12590431a34b-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3067,1781,'_wp_attached_file','2016/11/1199d092-68e0-4f1a-8c75-8f288c0c2063.jpg'),(3068,1781,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/1199d092-68e0-4f1a-8c75-8f288c0c2063.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"1199d092-68e0-4f1a-8c75-8f288c0c2063-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"1199d092-68e0-4f1a-8c75-8f288c0c2063-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"1199d092-68e0-4f1a-8c75-8f288c0c2063-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"1199d092-68e0-4f1a-8c75-8f288c0c2063-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"1199d092-68e0-4f1a-8c75-8f288c0c2063-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"1199d092-68e0-4f1a-8c75-8f288c0c2063-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"1199d092-68e0-4f1a-8c75-8f288c0c2063-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"1199d092-68e0-4f1a-8c75-8f288c0c2063-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"1199d092-68e0-4f1a-8c75-8f288c0c2063-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"1199d092-68e0-4f1a-8c75-8f288c0c2063-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"1199d092-68e0-4f1a-8c75-8f288c0c2063-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"1199d092-68e0-4f1a-8c75-8f288c0c2063-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"1199d092-68e0-4f1a-8c75-8f288c0c2063-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"1199d092-68e0-4f1a-8c75-8f288c0c2063-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"1199d092-68e0-4f1a-8c75-8f288c0c2063-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"1199d092-68e0-4f1a-8c75-8f288c0c2063-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3069,1782,'_wp_attached_file','2016/11/1330e6b6-bc0d-4e1f-90b7-4d3d409cafc5.jpg'),(3070,1782,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/1330e6b6-bc0d-4e1f-90b7-4d3d409cafc5.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"1330e6b6-bc0d-4e1f-90b7-4d3d409cafc5-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"1330e6b6-bc0d-4e1f-90b7-4d3d409cafc5-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"1330e6b6-bc0d-4e1f-90b7-4d3d409cafc5-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"1330e6b6-bc0d-4e1f-90b7-4d3d409cafc5-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"1330e6b6-bc0d-4e1f-90b7-4d3d409cafc5-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"1330e6b6-bc0d-4e1f-90b7-4d3d409cafc5-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"1330e6b6-bc0d-4e1f-90b7-4d3d409cafc5-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"1330e6b6-bc0d-4e1f-90b7-4d3d409cafc5-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"1330e6b6-bc0d-4e1f-90b7-4d3d409cafc5-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"1330e6b6-bc0d-4e1f-90b7-4d3d409cafc5-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"1330e6b6-bc0d-4e1f-90b7-4d3d409cafc5-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"1330e6b6-bc0d-4e1f-90b7-4d3d409cafc5-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"1330e6b6-bc0d-4e1f-90b7-4d3d409cafc5-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"1330e6b6-bc0d-4e1f-90b7-4d3d409cafc5-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"1330e6b6-bc0d-4e1f-90b7-4d3d409cafc5-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"1330e6b6-bc0d-4e1f-90b7-4d3d409cafc5-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3071,1783,'_wp_attached_file','2016/11/1756e6c9-159c-44d2-ba5c-b9bba1bac436.jpg'),(3072,1783,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/1756e6c9-159c-44d2-ba5c-b9bba1bac436.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"1756e6c9-159c-44d2-ba5c-b9bba1bac436-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"1756e6c9-159c-44d2-ba5c-b9bba1bac436-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"1756e6c9-159c-44d2-ba5c-b9bba1bac436-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"1756e6c9-159c-44d2-ba5c-b9bba1bac436-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"1756e6c9-159c-44d2-ba5c-b9bba1bac436-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"1756e6c9-159c-44d2-ba5c-b9bba1bac436-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"1756e6c9-159c-44d2-ba5c-b9bba1bac436-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"1756e6c9-159c-44d2-ba5c-b9bba1bac436-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"1756e6c9-159c-44d2-ba5c-b9bba1bac436-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"1756e6c9-159c-44d2-ba5c-b9bba1bac436-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"1756e6c9-159c-44d2-ba5c-b9bba1bac436-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"1756e6c9-159c-44d2-ba5c-b9bba1bac436-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"1756e6c9-159c-44d2-ba5c-b9bba1bac436-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"1756e6c9-159c-44d2-ba5c-b9bba1bac436-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"1756e6c9-159c-44d2-ba5c-b9bba1bac436-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"1756e6c9-159c-44d2-ba5c-b9bba1bac436-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3073,1784,'_wp_attached_file','2016/11/6357a7c8-e006-446a-b674-92fc698b1688.jpg'),(3074,1784,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/6357a7c8-e006-446a-b674-92fc698b1688.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"6357a7c8-e006-446a-b674-92fc698b1688-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"6357a7c8-e006-446a-b674-92fc698b1688-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"6357a7c8-e006-446a-b674-92fc698b1688-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"6357a7c8-e006-446a-b674-92fc698b1688-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"6357a7c8-e006-446a-b674-92fc698b1688-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"6357a7c8-e006-446a-b674-92fc698b1688-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"6357a7c8-e006-446a-b674-92fc698b1688-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"6357a7c8-e006-446a-b674-92fc698b1688-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"6357a7c8-e006-446a-b674-92fc698b1688-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"6357a7c8-e006-446a-b674-92fc698b1688-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"6357a7c8-e006-446a-b674-92fc698b1688-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"6357a7c8-e006-446a-b674-92fc698b1688-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"6357a7c8-e006-446a-b674-92fc698b1688-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"6357a7c8-e006-446a-b674-92fc698b1688-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"6357a7c8-e006-446a-b674-92fc698b1688-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"6357a7c8-e006-446a-b674-92fc698b1688-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3075,1785,'_wp_attached_file','2016/11/9187cb53-25e6-4405-a64c-18a23053637b.jpg'),(3076,1785,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/9187cb53-25e6-4405-a64c-18a23053637b.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"9187cb53-25e6-4405-a64c-18a23053637b-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"9187cb53-25e6-4405-a64c-18a23053637b-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"9187cb53-25e6-4405-a64c-18a23053637b-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"9187cb53-25e6-4405-a64c-18a23053637b-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"9187cb53-25e6-4405-a64c-18a23053637b-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"9187cb53-25e6-4405-a64c-18a23053637b-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"9187cb53-25e6-4405-a64c-18a23053637b-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"9187cb53-25e6-4405-a64c-18a23053637b-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"9187cb53-25e6-4405-a64c-18a23053637b-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"9187cb53-25e6-4405-a64c-18a23053637b-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"9187cb53-25e6-4405-a64c-18a23053637b-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"9187cb53-25e6-4405-a64c-18a23053637b-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"9187cb53-25e6-4405-a64c-18a23053637b-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"9187cb53-25e6-4405-a64c-18a23053637b-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"9187cb53-25e6-4405-a64c-18a23053637b-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"9187cb53-25e6-4405-a64c-18a23053637b-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3077,1786,'_wp_attached_file','2016/11/321533b4-4531-432c-8681-edbf8381533f.jpg'),(3078,1786,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/321533b4-4531-432c-8681-edbf8381533f.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"321533b4-4531-432c-8681-edbf8381533f-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"321533b4-4531-432c-8681-edbf8381533f-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"321533b4-4531-432c-8681-edbf8381533f-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"321533b4-4531-432c-8681-edbf8381533f-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"321533b4-4531-432c-8681-edbf8381533f-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"321533b4-4531-432c-8681-edbf8381533f-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"321533b4-4531-432c-8681-edbf8381533f-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"321533b4-4531-432c-8681-edbf8381533f-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"321533b4-4531-432c-8681-edbf8381533f-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"321533b4-4531-432c-8681-edbf8381533f-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"321533b4-4531-432c-8681-edbf8381533f-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"321533b4-4531-432c-8681-edbf8381533f-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"321533b4-4531-432c-8681-edbf8381533f-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"321533b4-4531-432c-8681-edbf8381533f-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"321533b4-4531-432c-8681-edbf8381533f-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"321533b4-4531-432c-8681-edbf8381533f-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3079,1787,'_wp_attached_file','2016/11/b3a8989c-a4f6-4ea6-b5c6-dd08702be38b.jpg'),(3080,1787,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/b3a8989c-a4f6-4ea6-b5c6-dd08702be38b.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"b3a8989c-a4f6-4ea6-b5c6-dd08702be38b-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"b3a8989c-a4f6-4ea6-b5c6-dd08702be38b-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"b3a8989c-a4f6-4ea6-b5c6-dd08702be38b-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"b3a8989c-a4f6-4ea6-b5c6-dd08702be38b-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"b3a8989c-a4f6-4ea6-b5c6-dd08702be38b-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"b3a8989c-a4f6-4ea6-b5c6-dd08702be38b-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"b3a8989c-a4f6-4ea6-b5c6-dd08702be38b-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"b3a8989c-a4f6-4ea6-b5c6-dd08702be38b-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"b3a8989c-a4f6-4ea6-b5c6-dd08702be38b-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"b3a8989c-a4f6-4ea6-b5c6-dd08702be38b-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"b3a8989c-a4f6-4ea6-b5c6-dd08702be38b-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"b3a8989c-a4f6-4ea6-b5c6-dd08702be38b-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"b3a8989c-a4f6-4ea6-b5c6-dd08702be38b-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"b3a8989c-a4f6-4ea6-b5c6-dd08702be38b-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"b3a8989c-a4f6-4ea6-b5c6-dd08702be38b-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"b3a8989c-a4f6-4ea6-b5c6-dd08702be38b-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3081,1788,'_wp_attached_file','2016/11/dc162db7-6655-41b4-aa02-5c5e52911ade.jpg'),(3082,1788,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/dc162db7-6655-41b4-aa02-5c5e52911ade.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"dc162db7-6655-41b4-aa02-5c5e52911ade-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"dc162db7-6655-41b4-aa02-5c5e52911ade-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"dc162db7-6655-41b4-aa02-5c5e52911ade-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"dc162db7-6655-41b4-aa02-5c5e52911ade-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"dc162db7-6655-41b4-aa02-5c5e52911ade-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"dc162db7-6655-41b4-aa02-5c5e52911ade-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"dc162db7-6655-41b4-aa02-5c5e52911ade-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"dc162db7-6655-41b4-aa02-5c5e52911ade-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"dc162db7-6655-41b4-aa02-5c5e52911ade-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"dc162db7-6655-41b4-aa02-5c5e52911ade-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"dc162db7-6655-41b4-aa02-5c5e52911ade-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"dc162db7-6655-41b4-aa02-5c5e52911ade-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"dc162db7-6655-41b4-aa02-5c5e52911ade-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"dc162db7-6655-41b4-aa02-5c5e52911ade-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"dc162db7-6655-41b4-aa02-5c5e52911ade-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"dc162db7-6655-41b4-aa02-5c5e52911ade-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3083,1789,'_wp_attached_file','2016/11/f1425af2-2aa0-4b7a-9f3b-0b5b342bff0e.jpg'),(3084,1789,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/f1425af2-2aa0-4b7a-9f3b-0b5b342bff0e.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"f1425af2-2aa0-4b7a-9f3b-0b5b342bff0e-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"f1425af2-2aa0-4b7a-9f3b-0b5b342bff0e-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"f1425af2-2aa0-4b7a-9f3b-0b5b342bff0e-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"f1425af2-2aa0-4b7a-9f3b-0b5b342bff0e-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"f1425af2-2aa0-4b7a-9f3b-0b5b342bff0e-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"f1425af2-2aa0-4b7a-9f3b-0b5b342bff0e-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"f1425af2-2aa0-4b7a-9f3b-0b5b342bff0e-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"f1425af2-2aa0-4b7a-9f3b-0b5b342bff0e-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"f1425af2-2aa0-4b7a-9f3b-0b5b342bff0e-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"f1425af2-2aa0-4b7a-9f3b-0b5b342bff0e-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"f1425af2-2aa0-4b7a-9f3b-0b5b342bff0e-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"f1425af2-2aa0-4b7a-9f3b-0b5b342bff0e-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"f1425af2-2aa0-4b7a-9f3b-0b5b342bff0e-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"f1425af2-2aa0-4b7a-9f3b-0b5b342bff0e-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"f1425af2-2aa0-4b7a-9f3b-0b5b342bff0e-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"f1425af2-2aa0-4b7a-9f3b-0b5b342bff0e-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3085,1276,'_thumbnail_id','1785'),(3086,1276,'_wp_old_slug','jumana-2-tower'),(3087,1791,'_wp_attached_file','2016/11/0b4d0553-8ae8-45b1-bea7-c97b28386a37.jpg'),(3088,1791,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/0b4d0553-8ae8-45b1-bea7-c97b28386a37.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"0b4d0553-8ae8-45b1-bea7-c97b28386a37-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"0b4d0553-8ae8-45b1-bea7-c97b28386a37-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"0b4d0553-8ae8-45b1-bea7-c97b28386a37-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"0b4d0553-8ae8-45b1-bea7-c97b28386a37-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"0b4d0553-8ae8-45b1-bea7-c97b28386a37-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"0b4d0553-8ae8-45b1-bea7-c97b28386a37-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"0b4d0553-8ae8-45b1-bea7-c97b28386a37-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"0b4d0553-8ae8-45b1-bea7-c97b28386a37-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"0b4d0553-8ae8-45b1-bea7-c97b28386a37-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"0b4d0553-8ae8-45b1-bea7-c97b28386a37-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"0b4d0553-8ae8-45b1-bea7-c97b28386a37-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"0b4d0553-8ae8-45b1-bea7-c97b28386a37-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"0b4d0553-8ae8-45b1-bea7-c97b28386a37-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"0b4d0553-8ae8-45b1-bea7-c97b28386a37-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"0b4d0553-8ae8-45b1-bea7-c97b28386a37-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"0b4d0553-8ae8-45b1-bea7-c97b28386a37-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3089,1792,'_wp_attached_file','2016/11/3b518fb5-a614-495a-aeeb-a79c24c46ea7.jpg'),(3090,1792,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/3b518fb5-a614-495a-aeeb-a79c24c46ea7.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"3b518fb5-a614-495a-aeeb-a79c24c46ea7-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"3b518fb5-a614-495a-aeeb-a79c24c46ea7-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"3b518fb5-a614-495a-aeeb-a79c24c46ea7-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"3b518fb5-a614-495a-aeeb-a79c24c46ea7-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"3b518fb5-a614-495a-aeeb-a79c24c46ea7-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"3b518fb5-a614-495a-aeeb-a79c24c46ea7-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"3b518fb5-a614-495a-aeeb-a79c24c46ea7-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"3b518fb5-a614-495a-aeeb-a79c24c46ea7-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"3b518fb5-a614-495a-aeeb-a79c24c46ea7-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"3b518fb5-a614-495a-aeeb-a79c24c46ea7-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"3b518fb5-a614-495a-aeeb-a79c24c46ea7-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"3b518fb5-a614-495a-aeeb-a79c24c46ea7-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"3b518fb5-a614-495a-aeeb-a79c24c46ea7-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"3b518fb5-a614-495a-aeeb-a79c24c46ea7-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"3b518fb5-a614-495a-aeeb-a79c24c46ea7-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"3b518fb5-a614-495a-aeeb-a79c24c46ea7-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3091,1793,'_wp_attached_file','2016/11/4bf7ff86-d594-455d-8cf1-9cede07e66d9.jpg'),(3092,1793,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/4bf7ff86-d594-455d-8cf1-9cede07e66d9.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"4bf7ff86-d594-455d-8cf1-9cede07e66d9-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"4bf7ff86-d594-455d-8cf1-9cede07e66d9-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"4bf7ff86-d594-455d-8cf1-9cede07e66d9-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"4bf7ff86-d594-455d-8cf1-9cede07e66d9-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"4bf7ff86-d594-455d-8cf1-9cede07e66d9-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"4bf7ff86-d594-455d-8cf1-9cede07e66d9-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"4bf7ff86-d594-455d-8cf1-9cede07e66d9-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"4bf7ff86-d594-455d-8cf1-9cede07e66d9-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"4bf7ff86-d594-455d-8cf1-9cede07e66d9-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"4bf7ff86-d594-455d-8cf1-9cede07e66d9-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"4bf7ff86-d594-455d-8cf1-9cede07e66d9-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"4bf7ff86-d594-455d-8cf1-9cede07e66d9-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"4bf7ff86-d594-455d-8cf1-9cede07e66d9-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"4bf7ff86-d594-455d-8cf1-9cede07e66d9-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"4bf7ff86-d594-455d-8cf1-9cede07e66d9-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"4bf7ff86-d594-455d-8cf1-9cede07e66d9-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:22:\"OLYMPUS DIGITAL CAMERA\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3093,1794,'_wp_attached_file','2016/11/4c2fa515-e90b-45d3-b7ca-acd07aa88846.jpg'),(3094,1794,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/4c2fa515-e90b-45d3-b7ca-acd07aa88846.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"4c2fa515-e90b-45d3-b7ca-acd07aa88846-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"4c2fa515-e90b-45d3-b7ca-acd07aa88846-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"4c2fa515-e90b-45d3-b7ca-acd07aa88846-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"4c2fa515-e90b-45d3-b7ca-acd07aa88846-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"4c2fa515-e90b-45d3-b7ca-acd07aa88846-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"4c2fa515-e90b-45d3-b7ca-acd07aa88846-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"4c2fa515-e90b-45d3-b7ca-acd07aa88846-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"4c2fa515-e90b-45d3-b7ca-acd07aa88846-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"4c2fa515-e90b-45d3-b7ca-acd07aa88846-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"4c2fa515-e90b-45d3-b7ca-acd07aa88846-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"4c2fa515-e90b-45d3-b7ca-acd07aa88846-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"4c2fa515-e90b-45d3-b7ca-acd07aa88846-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"4c2fa515-e90b-45d3-b7ca-acd07aa88846-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"4c2fa515-e90b-45d3-b7ca-acd07aa88846-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"4c2fa515-e90b-45d3-b7ca-acd07aa88846-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"4c2fa515-e90b-45d3-b7ca-acd07aa88846-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:22:\"OLYMPUS DIGITAL CAMERA\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3095,1795,'_wp_attached_file','2016/11/4c23638b-6097-42db-a133-b70d643213f6.jpg'),(3096,1795,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/4c23638b-6097-42db-a133-b70d643213f6.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"4c23638b-6097-42db-a133-b70d643213f6-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"4c23638b-6097-42db-a133-b70d643213f6-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"4c23638b-6097-42db-a133-b70d643213f6-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"4c23638b-6097-42db-a133-b70d643213f6-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"4c23638b-6097-42db-a133-b70d643213f6-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"4c23638b-6097-42db-a133-b70d643213f6-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"4c23638b-6097-42db-a133-b70d643213f6-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"4c23638b-6097-42db-a133-b70d643213f6-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"4c23638b-6097-42db-a133-b70d643213f6-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"4c23638b-6097-42db-a133-b70d643213f6-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"4c23638b-6097-42db-a133-b70d643213f6-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"4c23638b-6097-42db-a133-b70d643213f6-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"4c23638b-6097-42db-a133-b70d643213f6-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"4c23638b-6097-42db-a133-b70d643213f6-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"4c23638b-6097-42db-a133-b70d643213f6-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"4c23638b-6097-42db-a133-b70d643213f6-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3097,1796,'_wp_attached_file','2016/11/6d56ef37-153c-4d0f-9cf5-25778c202453.jpg'),(3098,1796,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/6d56ef37-153c-4d0f-9cf5-25778c202453.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"6d56ef37-153c-4d0f-9cf5-25778c202453-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"6d56ef37-153c-4d0f-9cf5-25778c202453-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"6d56ef37-153c-4d0f-9cf5-25778c202453-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"6d56ef37-153c-4d0f-9cf5-25778c202453-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"6d56ef37-153c-4d0f-9cf5-25778c202453-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"6d56ef37-153c-4d0f-9cf5-25778c202453-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"6d56ef37-153c-4d0f-9cf5-25778c202453-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"6d56ef37-153c-4d0f-9cf5-25778c202453-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"6d56ef37-153c-4d0f-9cf5-25778c202453-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"6d56ef37-153c-4d0f-9cf5-25778c202453-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"6d56ef37-153c-4d0f-9cf5-25778c202453-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"6d56ef37-153c-4d0f-9cf5-25778c202453-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"6d56ef37-153c-4d0f-9cf5-25778c202453-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"6d56ef37-153c-4d0f-9cf5-25778c202453-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"6d56ef37-153c-4d0f-9cf5-25778c202453-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"6d56ef37-153c-4d0f-9cf5-25778c202453-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3099,1797,'_wp_attached_file','2016/11/7b2dbd5a-871d-4729-b0a5-9539111bf6f3.jpg'),(3100,1797,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/7b2dbd5a-871d-4729-b0a5-9539111bf6f3.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"7b2dbd5a-871d-4729-b0a5-9539111bf6f3-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"7b2dbd5a-871d-4729-b0a5-9539111bf6f3-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"7b2dbd5a-871d-4729-b0a5-9539111bf6f3-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"7b2dbd5a-871d-4729-b0a5-9539111bf6f3-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"7b2dbd5a-871d-4729-b0a5-9539111bf6f3-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"7b2dbd5a-871d-4729-b0a5-9539111bf6f3-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"7b2dbd5a-871d-4729-b0a5-9539111bf6f3-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"7b2dbd5a-871d-4729-b0a5-9539111bf6f3-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"7b2dbd5a-871d-4729-b0a5-9539111bf6f3-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"7b2dbd5a-871d-4729-b0a5-9539111bf6f3-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"7b2dbd5a-871d-4729-b0a5-9539111bf6f3-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"7b2dbd5a-871d-4729-b0a5-9539111bf6f3-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"7b2dbd5a-871d-4729-b0a5-9539111bf6f3-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"7b2dbd5a-871d-4729-b0a5-9539111bf6f3-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"7b2dbd5a-871d-4729-b0a5-9539111bf6f3-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"7b2dbd5a-871d-4729-b0a5-9539111bf6f3-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3101,1798,'_wp_attached_file','2016/11/9ac3fe35-1e1c-4a66-ae8d-b9355f4d770b.jpg'),(3102,1798,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/9ac3fe35-1e1c-4a66-ae8d-b9355f4d770b.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"9ac3fe35-1e1c-4a66-ae8d-b9355f4d770b-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"9ac3fe35-1e1c-4a66-ae8d-b9355f4d770b-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"9ac3fe35-1e1c-4a66-ae8d-b9355f4d770b-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"9ac3fe35-1e1c-4a66-ae8d-b9355f4d770b-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"9ac3fe35-1e1c-4a66-ae8d-b9355f4d770b-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"9ac3fe35-1e1c-4a66-ae8d-b9355f4d770b-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"9ac3fe35-1e1c-4a66-ae8d-b9355f4d770b-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"9ac3fe35-1e1c-4a66-ae8d-b9355f4d770b-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"9ac3fe35-1e1c-4a66-ae8d-b9355f4d770b-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"9ac3fe35-1e1c-4a66-ae8d-b9355f4d770b-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"9ac3fe35-1e1c-4a66-ae8d-b9355f4d770b-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"9ac3fe35-1e1c-4a66-ae8d-b9355f4d770b-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"9ac3fe35-1e1c-4a66-ae8d-b9355f4d770b-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"9ac3fe35-1e1c-4a66-ae8d-b9355f4d770b-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"9ac3fe35-1e1c-4a66-ae8d-b9355f4d770b-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"9ac3fe35-1e1c-4a66-ae8d-b9355f4d770b-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3103,1799,'_wp_attached_file','2016/11/16f636e0-a304-4b48-b9de-9c4cf24c5bca.jpg'),(3104,1799,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/16f636e0-a304-4b48-b9de-9c4cf24c5bca.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"16f636e0-a304-4b48-b9de-9c4cf24c5bca-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"16f636e0-a304-4b48-b9de-9c4cf24c5bca-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"16f636e0-a304-4b48-b9de-9c4cf24c5bca-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"16f636e0-a304-4b48-b9de-9c4cf24c5bca-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"16f636e0-a304-4b48-b9de-9c4cf24c5bca-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"16f636e0-a304-4b48-b9de-9c4cf24c5bca-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"16f636e0-a304-4b48-b9de-9c4cf24c5bca-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"16f636e0-a304-4b48-b9de-9c4cf24c5bca-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"16f636e0-a304-4b48-b9de-9c4cf24c5bca-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"16f636e0-a304-4b48-b9de-9c4cf24c5bca-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"16f636e0-a304-4b48-b9de-9c4cf24c5bca-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"16f636e0-a304-4b48-b9de-9c4cf24c5bca-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"16f636e0-a304-4b48-b9de-9c4cf24c5bca-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"16f636e0-a304-4b48-b9de-9c4cf24c5bca-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"16f636e0-a304-4b48-b9de-9c4cf24c5bca-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"16f636e0-a304-4b48-b9de-9c4cf24c5bca-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3105,1800,'_wp_attached_file','2016/11/21b3f36e-2db9-4a13-b6f7-a958f79a3ea8.jpg'),(3106,1800,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/21b3f36e-2db9-4a13-b6f7-a958f79a3ea8.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"21b3f36e-2db9-4a13-b6f7-a958f79a3ea8-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"21b3f36e-2db9-4a13-b6f7-a958f79a3ea8-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"21b3f36e-2db9-4a13-b6f7-a958f79a3ea8-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"21b3f36e-2db9-4a13-b6f7-a958f79a3ea8-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"21b3f36e-2db9-4a13-b6f7-a958f79a3ea8-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"21b3f36e-2db9-4a13-b6f7-a958f79a3ea8-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"21b3f36e-2db9-4a13-b6f7-a958f79a3ea8-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"21b3f36e-2db9-4a13-b6f7-a958f79a3ea8-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"21b3f36e-2db9-4a13-b6f7-a958f79a3ea8-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"21b3f36e-2db9-4a13-b6f7-a958f79a3ea8-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"21b3f36e-2db9-4a13-b6f7-a958f79a3ea8-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"21b3f36e-2db9-4a13-b6f7-a958f79a3ea8-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"21b3f36e-2db9-4a13-b6f7-a958f79a3ea8-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"21b3f36e-2db9-4a13-b6f7-a958f79a3ea8-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"21b3f36e-2db9-4a13-b6f7-a958f79a3ea8-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"21b3f36e-2db9-4a13-b6f7-a958f79a3ea8-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3107,1801,'_wp_attached_file','2016/11/27aaafc2-97eb-4293-b74d-14f11d826f33.jpg'),(3108,1801,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/27aaafc2-97eb-4293-b74d-14f11d826f33.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"27aaafc2-97eb-4293-b74d-14f11d826f33-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"27aaafc2-97eb-4293-b74d-14f11d826f33-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"27aaafc2-97eb-4293-b74d-14f11d826f33-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"27aaafc2-97eb-4293-b74d-14f11d826f33-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"27aaafc2-97eb-4293-b74d-14f11d826f33-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"27aaafc2-97eb-4293-b74d-14f11d826f33-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"27aaafc2-97eb-4293-b74d-14f11d826f33-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"27aaafc2-97eb-4293-b74d-14f11d826f33-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"27aaafc2-97eb-4293-b74d-14f11d826f33-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"27aaafc2-97eb-4293-b74d-14f11d826f33-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"27aaafc2-97eb-4293-b74d-14f11d826f33-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"27aaafc2-97eb-4293-b74d-14f11d826f33-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"27aaafc2-97eb-4293-b74d-14f11d826f33-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"27aaafc2-97eb-4293-b74d-14f11d826f33-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"27aaafc2-97eb-4293-b74d-14f11d826f33-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"27aaafc2-97eb-4293-b74d-14f11d826f33-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3109,1802,'_wp_attached_file','2016/11/39f8e221-a789-44cd-8eec-9bd4570b8782.jpg'),(3110,1802,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/39f8e221-a789-44cd-8eec-9bd4570b8782.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"39f8e221-a789-44cd-8eec-9bd4570b8782-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"39f8e221-a789-44cd-8eec-9bd4570b8782-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"39f8e221-a789-44cd-8eec-9bd4570b8782-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"39f8e221-a789-44cd-8eec-9bd4570b8782-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"39f8e221-a789-44cd-8eec-9bd4570b8782-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"39f8e221-a789-44cd-8eec-9bd4570b8782-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"39f8e221-a789-44cd-8eec-9bd4570b8782-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"39f8e221-a789-44cd-8eec-9bd4570b8782-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"39f8e221-a789-44cd-8eec-9bd4570b8782-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"39f8e221-a789-44cd-8eec-9bd4570b8782-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"39f8e221-a789-44cd-8eec-9bd4570b8782-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"39f8e221-a789-44cd-8eec-9bd4570b8782-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"39f8e221-a789-44cd-8eec-9bd4570b8782-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"39f8e221-a789-44cd-8eec-9bd4570b8782-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"39f8e221-a789-44cd-8eec-9bd4570b8782-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"39f8e221-a789-44cd-8eec-9bd4570b8782-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3111,1803,'_wp_attached_file','2016/11/100c3548-52b4-40a4-a763-234ee5d0e750.jpg'),(3112,1803,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/100c3548-52b4-40a4-a763-234ee5d0e750.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"100c3548-52b4-40a4-a763-234ee5d0e750-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"100c3548-52b4-40a4-a763-234ee5d0e750-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"100c3548-52b4-40a4-a763-234ee5d0e750-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"100c3548-52b4-40a4-a763-234ee5d0e750-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"100c3548-52b4-40a4-a763-234ee5d0e750-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"100c3548-52b4-40a4-a763-234ee5d0e750-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"100c3548-52b4-40a4-a763-234ee5d0e750-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"100c3548-52b4-40a4-a763-234ee5d0e750-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"100c3548-52b4-40a4-a763-234ee5d0e750-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"100c3548-52b4-40a4-a763-234ee5d0e750-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"100c3548-52b4-40a4-a763-234ee5d0e750-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"100c3548-52b4-40a4-a763-234ee5d0e750-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"100c3548-52b4-40a4-a763-234ee5d0e750-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"100c3548-52b4-40a4-a763-234ee5d0e750-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"100c3548-52b4-40a4-a763-234ee5d0e750-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"100c3548-52b4-40a4-a763-234ee5d0e750-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3113,1804,'_wp_attached_file','2016/11/475d085a-25f3-4750-ae2e-e36441526948.jpg'),(3114,1804,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/475d085a-25f3-4750-ae2e-e36441526948.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"475d085a-25f3-4750-ae2e-e36441526948-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"475d085a-25f3-4750-ae2e-e36441526948-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"475d085a-25f3-4750-ae2e-e36441526948-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"475d085a-25f3-4750-ae2e-e36441526948-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"475d085a-25f3-4750-ae2e-e36441526948-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"475d085a-25f3-4750-ae2e-e36441526948-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"475d085a-25f3-4750-ae2e-e36441526948-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"475d085a-25f3-4750-ae2e-e36441526948-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"475d085a-25f3-4750-ae2e-e36441526948-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"475d085a-25f3-4750-ae2e-e36441526948-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"475d085a-25f3-4750-ae2e-e36441526948-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"475d085a-25f3-4750-ae2e-e36441526948-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"475d085a-25f3-4750-ae2e-e36441526948-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"475d085a-25f3-4750-ae2e-e36441526948-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"475d085a-25f3-4750-ae2e-e36441526948-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"475d085a-25f3-4750-ae2e-e36441526948-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:22:\"OLYMPUS DIGITAL CAMERA\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3115,1805,'_wp_attached_file','2016/11/478ddcb4-36ad-4afa-bc4c-04be9a0527bc.jpg'),(3116,1805,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/478ddcb4-36ad-4afa-bc4c-04be9a0527bc.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"478ddcb4-36ad-4afa-bc4c-04be9a0527bc-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"478ddcb4-36ad-4afa-bc4c-04be9a0527bc-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"478ddcb4-36ad-4afa-bc4c-04be9a0527bc-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"478ddcb4-36ad-4afa-bc4c-04be9a0527bc-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"478ddcb4-36ad-4afa-bc4c-04be9a0527bc-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"478ddcb4-36ad-4afa-bc4c-04be9a0527bc-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"478ddcb4-36ad-4afa-bc4c-04be9a0527bc-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"478ddcb4-36ad-4afa-bc4c-04be9a0527bc-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"478ddcb4-36ad-4afa-bc4c-04be9a0527bc-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"478ddcb4-36ad-4afa-bc4c-04be9a0527bc-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"478ddcb4-36ad-4afa-bc4c-04be9a0527bc-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"478ddcb4-36ad-4afa-bc4c-04be9a0527bc-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"478ddcb4-36ad-4afa-bc4c-04be9a0527bc-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"478ddcb4-36ad-4afa-bc4c-04be9a0527bc-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"478ddcb4-36ad-4afa-bc4c-04be9a0527bc-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"478ddcb4-36ad-4afa-bc4c-04be9a0527bc-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3117,1806,'_wp_attached_file','2016/11/486fb6a1-078d-4d5f-a91f-c491cb928457.jpg'),(3118,1806,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/486fb6a1-078d-4d5f-a91f-c491cb928457.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"486fb6a1-078d-4d5f-a91f-c491cb928457-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"486fb6a1-078d-4d5f-a91f-c491cb928457-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"486fb6a1-078d-4d5f-a91f-c491cb928457-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"486fb6a1-078d-4d5f-a91f-c491cb928457-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"486fb6a1-078d-4d5f-a91f-c491cb928457-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"486fb6a1-078d-4d5f-a91f-c491cb928457-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"486fb6a1-078d-4d5f-a91f-c491cb928457-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"486fb6a1-078d-4d5f-a91f-c491cb928457-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"486fb6a1-078d-4d5f-a91f-c491cb928457-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"486fb6a1-078d-4d5f-a91f-c491cb928457-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"486fb6a1-078d-4d5f-a91f-c491cb928457-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"486fb6a1-078d-4d5f-a91f-c491cb928457-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"486fb6a1-078d-4d5f-a91f-c491cb928457-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"486fb6a1-078d-4d5f-a91f-c491cb928457-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"486fb6a1-078d-4d5f-a91f-c491cb928457-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"486fb6a1-078d-4d5f-a91f-c491cb928457-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:22:\"OLYMPUS DIGITAL CAMERA\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3119,1807,'_wp_attached_file','2016/11/515d14a8-9940-413d-a80e-8df2f84957b1.jpg'),(3120,1807,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/515d14a8-9940-413d-a80e-8df2f84957b1.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"515d14a8-9940-413d-a80e-8df2f84957b1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"515d14a8-9940-413d-a80e-8df2f84957b1-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"515d14a8-9940-413d-a80e-8df2f84957b1-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"515d14a8-9940-413d-a80e-8df2f84957b1-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"515d14a8-9940-413d-a80e-8df2f84957b1-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"515d14a8-9940-413d-a80e-8df2f84957b1-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"515d14a8-9940-413d-a80e-8df2f84957b1-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"515d14a8-9940-413d-a80e-8df2f84957b1-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"515d14a8-9940-413d-a80e-8df2f84957b1-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"515d14a8-9940-413d-a80e-8df2f84957b1-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"515d14a8-9940-413d-a80e-8df2f84957b1-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"515d14a8-9940-413d-a80e-8df2f84957b1-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"515d14a8-9940-413d-a80e-8df2f84957b1-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"515d14a8-9940-413d-a80e-8df2f84957b1-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"515d14a8-9940-413d-a80e-8df2f84957b1-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"515d14a8-9940-413d-a80e-8df2f84957b1-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3121,1808,'_wp_attached_file','2016/11/595bc4ce-00a4-4eb1-aba3-d94cf46e7edf.jpg'),(3122,1808,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/595bc4ce-00a4-4eb1-aba3-d94cf46e7edf.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"595bc4ce-00a4-4eb1-aba3-d94cf46e7edf-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"595bc4ce-00a4-4eb1-aba3-d94cf46e7edf-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"595bc4ce-00a4-4eb1-aba3-d94cf46e7edf-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"595bc4ce-00a4-4eb1-aba3-d94cf46e7edf-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"595bc4ce-00a4-4eb1-aba3-d94cf46e7edf-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"595bc4ce-00a4-4eb1-aba3-d94cf46e7edf-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"595bc4ce-00a4-4eb1-aba3-d94cf46e7edf-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"595bc4ce-00a4-4eb1-aba3-d94cf46e7edf-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"595bc4ce-00a4-4eb1-aba3-d94cf46e7edf-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"595bc4ce-00a4-4eb1-aba3-d94cf46e7edf-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"595bc4ce-00a4-4eb1-aba3-d94cf46e7edf-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"595bc4ce-00a4-4eb1-aba3-d94cf46e7edf-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"595bc4ce-00a4-4eb1-aba3-d94cf46e7edf-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"595bc4ce-00a4-4eb1-aba3-d94cf46e7edf-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"595bc4ce-00a4-4eb1-aba3-d94cf46e7edf-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"595bc4ce-00a4-4eb1-aba3-d94cf46e7edf-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3123,1809,'_wp_attached_file','2016/11/921d4869-c675-42d3-a464-50e15f6af507.jpg'),(3124,1809,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/921d4869-c675-42d3-a464-50e15f6af507.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"921d4869-c675-42d3-a464-50e15f6af507-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"921d4869-c675-42d3-a464-50e15f6af507-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"921d4869-c675-42d3-a464-50e15f6af507-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"921d4869-c675-42d3-a464-50e15f6af507-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"921d4869-c675-42d3-a464-50e15f6af507-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"921d4869-c675-42d3-a464-50e15f6af507-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"921d4869-c675-42d3-a464-50e15f6af507-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"921d4869-c675-42d3-a464-50e15f6af507-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"921d4869-c675-42d3-a464-50e15f6af507-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"921d4869-c675-42d3-a464-50e15f6af507-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"921d4869-c675-42d3-a464-50e15f6af507-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"921d4869-c675-42d3-a464-50e15f6af507-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"921d4869-c675-42d3-a464-50e15f6af507-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"921d4869-c675-42d3-a464-50e15f6af507-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"921d4869-c675-42d3-a464-50e15f6af507-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"921d4869-c675-42d3-a464-50e15f6af507-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3125,1810,'_wp_attached_file','2016/11/4487ec4f-90e9-408e-954d-31ed5f52adf8.jpg'),(3126,1810,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/4487ec4f-90e9-408e-954d-31ed5f52adf8.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"4487ec4f-90e9-408e-954d-31ed5f52adf8-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"4487ec4f-90e9-408e-954d-31ed5f52adf8-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"4487ec4f-90e9-408e-954d-31ed5f52adf8-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"4487ec4f-90e9-408e-954d-31ed5f52adf8-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"4487ec4f-90e9-408e-954d-31ed5f52adf8-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"4487ec4f-90e9-408e-954d-31ed5f52adf8-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"4487ec4f-90e9-408e-954d-31ed5f52adf8-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"4487ec4f-90e9-408e-954d-31ed5f52adf8-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"4487ec4f-90e9-408e-954d-31ed5f52adf8-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"4487ec4f-90e9-408e-954d-31ed5f52adf8-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"4487ec4f-90e9-408e-954d-31ed5f52adf8-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"4487ec4f-90e9-408e-954d-31ed5f52adf8-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"4487ec4f-90e9-408e-954d-31ed5f52adf8-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"4487ec4f-90e9-408e-954d-31ed5f52adf8-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"4487ec4f-90e9-408e-954d-31ed5f52adf8-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"4487ec4f-90e9-408e-954d-31ed5f52adf8-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3127,1811,'_wp_attached_file','2016/11/7867daee-8925-4f20-9014-575fc05ad321.jpg'),(3128,1811,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/7867daee-8925-4f20-9014-575fc05ad321.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"7867daee-8925-4f20-9014-575fc05ad321-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"7867daee-8925-4f20-9014-575fc05ad321-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"7867daee-8925-4f20-9014-575fc05ad321-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"7867daee-8925-4f20-9014-575fc05ad321-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"7867daee-8925-4f20-9014-575fc05ad321-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"7867daee-8925-4f20-9014-575fc05ad321-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"7867daee-8925-4f20-9014-575fc05ad321-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"7867daee-8925-4f20-9014-575fc05ad321-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"7867daee-8925-4f20-9014-575fc05ad321-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"7867daee-8925-4f20-9014-575fc05ad321-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"7867daee-8925-4f20-9014-575fc05ad321-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"7867daee-8925-4f20-9014-575fc05ad321-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"7867daee-8925-4f20-9014-575fc05ad321-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"7867daee-8925-4f20-9014-575fc05ad321-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"7867daee-8925-4f20-9014-575fc05ad321-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"7867daee-8925-4f20-9014-575fc05ad321-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3129,1812,'_wp_attached_file','2016/11/8131d4ef-8e9a-439d-aed2-d8720ce08a75.jpg'),(3130,1812,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/8131d4ef-8e9a-439d-aed2-d8720ce08a75.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"8131d4ef-8e9a-439d-aed2-d8720ce08a75-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"8131d4ef-8e9a-439d-aed2-d8720ce08a75-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"8131d4ef-8e9a-439d-aed2-d8720ce08a75-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"8131d4ef-8e9a-439d-aed2-d8720ce08a75-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"8131d4ef-8e9a-439d-aed2-d8720ce08a75-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"8131d4ef-8e9a-439d-aed2-d8720ce08a75-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"8131d4ef-8e9a-439d-aed2-d8720ce08a75-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"8131d4ef-8e9a-439d-aed2-d8720ce08a75-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"8131d4ef-8e9a-439d-aed2-d8720ce08a75-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"8131d4ef-8e9a-439d-aed2-d8720ce08a75-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"8131d4ef-8e9a-439d-aed2-d8720ce08a75-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"8131d4ef-8e9a-439d-aed2-d8720ce08a75-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"8131d4ef-8e9a-439d-aed2-d8720ce08a75-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"8131d4ef-8e9a-439d-aed2-d8720ce08a75-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"8131d4ef-8e9a-439d-aed2-d8720ce08a75-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"8131d4ef-8e9a-439d-aed2-d8720ce08a75-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3131,1813,'_wp_attached_file','2016/11/8742d718-1df6-4df4-85af-d260f32d174d.jpg'),(3132,1813,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/8742d718-1df6-4df4-85af-d260f32d174d.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"8742d718-1df6-4df4-85af-d260f32d174d-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"8742d718-1df6-4df4-85af-d260f32d174d-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"8742d718-1df6-4df4-85af-d260f32d174d-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"8742d718-1df6-4df4-85af-d260f32d174d-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"8742d718-1df6-4df4-85af-d260f32d174d-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"8742d718-1df6-4df4-85af-d260f32d174d-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"8742d718-1df6-4df4-85af-d260f32d174d-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"8742d718-1df6-4df4-85af-d260f32d174d-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"8742d718-1df6-4df4-85af-d260f32d174d-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"8742d718-1df6-4df4-85af-d260f32d174d-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"8742d718-1df6-4df4-85af-d260f32d174d-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"8742d718-1df6-4df4-85af-d260f32d174d-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"8742d718-1df6-4df4-85af-d260f32d174d-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"8742d718-1df6-4df4-85af-d260f32d174d-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"8742d718-1df6-4df4-85af-d260f32d174d-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"8742d718-1df6-4df4-85af-d260f32d174d-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3133,1814,'_wp_attached_file','2016/11/09405e17-818a-402d-9f1c-bcfee59c0fd4.jpg'),(3134,1814,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/09405e17-818a-402d-9f1c-bcfee59c0fd4.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"09405e17-818a-402d-9f1c-bcfee59c0fd4-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"09405e17-818a-402d-9f1c-bcfee59c0fd4-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"09405e17-818a-402d-9f1c-bcfee59c0fd4-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"09405e17-818a-402d-9f1c-bcfee59c0fd4-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"09405e17-818a-402d-9f1c-bcfee59c0fd4-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"09405e17-818a-402d-9f1c-bcfee59c0fd4-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"09405e17-818a-402d-9f1c-bcfee59c0fd4-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"09405e17-818a-402d-9f1c-bcfee59c0fd4-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"09405e17-818a-402d-9f1c-bcfee59c0fd4-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"09405e17-818a-402d-9f1c-bcfee59c0fd4-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"09405e17-818a-402d-9f1c-bcfee59c0fd4-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"09405e17-818a-402d-9f1c-bcfee59c0fd4-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"09405e17-818a-402d-9f1c-bcfee59c0fd4-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"09405e17-818a-402d-9f1c-bcfee59c0fd4-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"09405e17-818a-402d-9f1c-bcfee59c0fd4-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"09405e17-818a-402d-9f1c-bcfee59c0fd4-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:22:\"OLYMPUS DIGITAL CAMERA\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3135,1815,'_wp_attached_file','2016/11/35418a0a-f1d1-4d7c-ae8e-d079d28d6d09.jpg'),(3136,1815,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/35418a0a-f1d1-4d7c-ae8e-d079d28d6d09.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"35418a0a-f1d1-4d7c-ae8e-d079d28d6d09-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"35418a0a-f1d1-4d7c-ae8e-d079d28d6d09-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"35418a0a-f1d1-4d7c-ae8e-d079d28d6d09-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"35418a0a-f1d1-4d7c-ae8e-d079d28d6d09-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"35418a0a-f1d1-4d7c-ae8e-d079d28d6d09-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"35418a0a-f1d1-4d7c-ae8e-d079d28d6d09-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"35418a0a-f1d1-4d7c-ae8e-d079d28d6d09-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"35418a0a-f1d1-4d7c-ae8e-d079d28d6d09-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"35418a0a-f1d1-4d7c-ae8e-d079d28d6d09-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"35418a0a-f1d1-4d7c-ae8e-d079d28d6d09-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"35418a0a-f1d1-4d7c-ae8e-d079d28d6d09-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"35418a0a-f1d1-4d7c-ae8e-d079d28d6d09-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"35418a0a-f1d1-4d7c-ae8e-d079d28d6d09-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"35418a0a-f1d1-4d7c-ae8e-d079d28d6d09-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"35418a0a-f1d1-4d7c-ae8e-d079d28d6d09-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"35418a0a-f1d1-4d7c-ae8e-d079d28d6d09-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3137,1816,'_wp_attached_file','2016/11/51906c7a-8919-4f15-8fd4-a0bffe24ae4b.jpg'),(3138,1816,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/51906c7a-8919-4f15-8fd4-a0bffe24ae4b.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"51906c7a-8919-4f15-8fd4-a0bffe24ae4b-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"51906c7a-8919-4f15-8fd4-a0bffe24ae4b-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"51906c7a-8919-4f15-8fd4-a0bffe24ae4b-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"51906c7a-8919-4f15-8fd4-a0bffe24ae4b-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"51906c7a-8919-4f15-8fd4-a0bffe24ae4b-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"51906c7a-8919-4f15-8fd4-a0bffe24ae4b-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"51906c7a-8919-4f15-8fd4-a0bffe24ae4b-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"51906c7a-8919-4f15-8fd4-a0bffe24ae4b-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"51906c7a-8919-4f15-8fd4-a0bffe24ae4b-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"51906c7a-8919-4f15-8fd4-a0bffe24ae4b-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"51906c7a-8919-4f15-8fd4-a0bffe24ae4b-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"51906c7a-8919-4f15-8fd4-a0bffe24ae4b-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"51906c7a-8919-4f15-8fd4-a0bffe24ae4b-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"51906c7a-8919-4f15-8fd4-a0bffe24ae4b-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"51906c7a-8919-4f15-8fd4-a0bffe24ae4b-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"51906c7a-8919-4f15-8fd4-a0bffe24ae4b-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3139,1817,'_wp_attached_file','2016/11/64718f1d-bc37-4bfc-858b-6a1c5e2180d6.jpg'),(3140,1817,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/64718f1d-bc37-4bfc-858b-6a1c5e2180d6.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"64718f1d-bc37-4bfc-858b-6a1c5e2180d6-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"64718f1d-bc37-4bfc-858b-6a1c5e2180d6-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"64718f1d-bc37-4bfc-858b-6a1c5e2180d6-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"64718f1d-bc37-4bfc-858b-6a1c5e2180d6-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"64718f1d-bc37-4bfc-858b-6a1c5e2180d6-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"64718f1d-bc37-4bfc-858b-6a1c5e2180d6-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"64718f1d-bc37-4bfc-858b-6a1c5e2180d6-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"64718f1d-bc37-4bfc-858b-6a1c5e2180d6-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"64718f1d-bc37-4bfc-858b-6a1c5e2180d6-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"64718f1d-bc37-4bfc-858b-6a1c5e2180d6-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"64718f1d-bc37-4bfc-858b-6a1c5e2180d6-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"64718f1d-bc37-4bfc-858b-6a1c5e2180d6-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"64718f1d-bc37-4bfc-858b-6a1c5e2180d6-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"64718f1d-bc37-4bfc-858b-6a1c5e2180d6-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"64718f1d-bc37-4bfc-858b-6a1c5e2180d6-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"64718f1d-bc37-4bfc-858b-6a1c5e2180d6-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:22:\"OLYMPUS DIGITAL CAMERA\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3141,1818,'_wp_attached_file','2016/11/a5a9f6e5-1c0b-49d3-b245-e2315fb3b9fd.jpg'),(3142,1818,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/a5a9f6e5-1c0b-49d3-b245-e2315fb3b9fd.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"a5a9f6e5-1c0b-49d3-b245-e2315fb3b9fd-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"a5a9f6e5-1c0b-49d3-b245-e2315fb3b9fd-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"a5a9f6e5-1c0b-49d3-b245-e2315fb3b9fd-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"a5a9f6e5-1c0b-49d3-b245-e2315fb3b9fd-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"a5a9f6e5-1c0b-49d3-b245-e2315fb3b9fd-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"a5a9f6e5-1c0b-49d3-b245-e2315fb3b9fd-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"a5a9f6e5-1c0b-49d3-b245-e2315fb3b9fd-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"a5a9f6e5-1c0b-49d3-b245-e2315fb3b9fd-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"a5a9f6e5-1c0b-49d3-b245-e2315fb3b9fd-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"a5a9f6e5-1c0b-49d3-b245-e2315fb3b9fd-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"a5a9f6e5-1c0b-49d3-b245-e2315fb3b9fd-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"a5a9f6e5-1c0b-49d3-b245-e2315fb3b9fd-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"a5a9f6e5-1c0b-49d3-b245-e2315fb3b9fd-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"a5a9f6e5-1c0b-49d3-b245-e2315fb3b9fd-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"a5a9f6e5-1c0b-49d3-b245-e2315fb3b9fd-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"a5a9f6e5-1c0b-49d3-b245-e2315fb3b9fd-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:22:\"OLYMPUS DIGITAL CAMERA\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3143,1819,'_wp_attached_file','2016/11/a027a271-450a-4590-af2c-95747e3ab08c.jpg'),(3144,1819,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/a027a271-450a-4590-af2c-95747e3ab08c.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"a027a271-450a-4590-af2c-95747e3ab08c-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"a027a271-450a-4590-af2c-95747e3ab08c-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"a027a271-450a-4590-af2c-95747e3ab08c-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"a027a271-450a-4590-af2c-95747e3ab08c-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"a027a271-450a-4590-af2c-95747e3ab08c-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"a027a271-450a-4590-af2c-95747e3ab08c-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"a027a271-450a-4590-af2c-95747e3ab08c-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"a027a271-450a-4590-af2c-95747e3ab08c-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"a027a271-450a-4590-af2c-95747e3ab08c-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"a027a271-450a-4590-af2c-95747e3ab08c-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"a027a271-450a-4590-af2c-95747e3ab08c-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"a027a271-450a-4590-af2c-95747e3ab08c-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"a027a271-450a-4590-af2c-95747e3ab08c-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"a027a271-450a-4590-af2c-95747e3ab08c-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"a027a271-450a-4590-af2c-95747e3ab08c-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"a027a271-450a-4590-af2c-95747e3ab08c-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:22:\"OLYMPUS DIGITAL CAMERA\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3145,1820,'_wp_attached_file','2016/11/a8442448-6342-4315-8582-395204e96a92.jpg'),(3146,1820,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/a8442448-6342-4315-8582-395204e96a92.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"a8442448-6342-4315-8582-395204e96a92-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"a8442448-6342-4315-8582-395204e96a92-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"a8442448-6342-4315-8582-395204e96a92-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"a8442448-6342-4315-8582-395204e96a92-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"a8442448-6342-4315-8582-395204e96a92-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"a8442448-6342-4315-8582-395204e96a92-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"a8442448-6342-4315-8582-395204e96a92-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"a8442448-6342-4315-8582-395204e96a92-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"a8442448-6342-4315-8582-395204e96a92-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"a8442448-6342-4315-8582-395204e96a92-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"a8442448-6342-4315-8582-395204e96a92-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"a8442448-6342-4315-8582-395204e96a92-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"a8442448-6342-4315-8582-395204e96a92-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"a8442448-6342-4315-8582-395204e96a92-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"a8442448-6342-4315-8582-395204e96a92-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"a8442448-6342-4315-8582-395204e96a92-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3147,1821,'_wp_attached_file','2016/11/ac9e9594-a2d4-47fb-9acd-3ecb422638ed.jpg'),(3148,1821,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/ac9e9594-a2d4-47fb-9acd-3ecb422638ed.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"ac9e9594-a2d4-47fb-9acd-3ecb422638ed-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"ac9e9594-a2d4-47fb-9acd-3ecb422638ed-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"ac9e9594-a2d4-47fb-9acd-3ecb422638ed-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"ac9e9594-a2d4-47fb-9acd-3ecb422638ed-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"ac9e9594-a2d4-47fb-9acd-3ecb422638ed-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"ac9e9594-a2d4-47fb-9acd-3ecb422638ed-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"ac9e9594-a2d4-47fb-9acd-3ecb422638ed-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"ac9e9594-a2d4-47fb-9acd-3ecb422638ed-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"ac9e9594-a2d4-47fb-9acd-3ecb422638ed-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"ac9e9594-a2d4-47fb-9acd-3ecb422638ed-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"ac9e9594-a2d4-47fb-9acd-3ecb422638ed-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"ac9e9594-a2d4-47fb-9acd-3ecb422638ed-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"ac9e9594-a2d4-47fb-9acd-3ecb422638ed-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"ac9e9594-a2d4-47fb-9acd-3ecb422638ed-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"ac9e9594-a2d4-47fb-9acd-3ecb422638ed-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"ac9e9594-a2d4-47fb-9acd-3ecb422638ed-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3149,1822,'_wp_attached_file','2016/11/c8adff4e-c3ed-4a32-afe7-e5de1cc1a630.jpg'),(3150,1822,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/c8adff4e-c3ed-4a32-afe7-e5de1cc1a630.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"c8adff4e-c3ed-4a32-afe7-e5de1cc1a630-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"c8adff4e-c3ed-4a32-afe7-e5de1cc1a630-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"c8adff4e-c3ed-4a32-afe7-e5de1cc1a630-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"c8adff4e-c3ed-4a32-afe7-e5de1cc1a630-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"c8adff4e-c3ed-4a32-afe7-e5de1cc1a630-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"c8adff4e-c3ed-4a32-afe7-e5de1cc1a630-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"c8adff4e-c3ed-4a32-afe7-e5de1cc1a630-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"c8adff4e-c3ed-4a32-afe7-e5de1cc1a630-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"c8adff4e-c3ed-4a32-afe7-e5de1cc1a630-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"c8adff4e-c3ed-4a32-afe7-e5de1cc1a630-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"c8adff4e-c3ed-4a32-afe7-e5de1cc1a630-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"c8adff4e-c3ed-4a32-afe7-e5de1cc1a630-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"c8adff4e-c3ed-4a32-afe7-e5de1cc1a630-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"c8adff4e-c3ed-4a32-afe7-e5de1cc1a630-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"c8adff4e-c3ed-4a32-afe7-e5de1cc1a630-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"c8adff4e-c3ed-4a32-afe7-e5de1cc1a630-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3151,1823,'_wp_attached_file','2016/11/c32f7e2f-b33c-4df5-95aa-625bfc9ac86b.jpg'),(3152,1823,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/c32f7e2f-b33c-4df5-95aa-625bfc9ac86b.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"c32f7e2f-b33c-4df5-95aa-625bfc9ac86b-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"c32f7e2f-b33c-4df5-95aa-625bfc9ac86b-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"c32f7e2f-b33c-4df5-95aa-625bfc9ac86b-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"c32f7e2f-b33c-4df5-95aa-625bfc9ac86b-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"c32f7e2f-b33c-4df5-95aa-625bfc9ac86b-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"c32f7e2f-b33c-4df5-95aa-625bfc9ac86b-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"c32f7e2f-b33c-4df5-95aa-625bfc9ac86b-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"c32f7e2f-b33c-4df5-95aa-625bfc9ac86b-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"c32f7e2f-b33c-4df5-95aa-625bfc9ac86b-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"c32f7e2f-b33c-4df5-95aa-625bfc9ac86b-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"c32f7e2f-b33c-4df5-95aa-625bfc9ac86b-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"c32f7e2f-b33c-4df5-95aa-625bfc9ac86b-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"c32f7e2f-b33c-4df5-95aa-625bfc9ac86b-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"c32f7e2f-b33c-4df5-95aa-625bfc9ac86b-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"c32f7e2f-b33c-4df5-95aa-625bfc9ac86b-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"c32f7e2f-b33c-4df5-95aa-625bfc9ac86b-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3153,1824,'_wp_attached_file','2016/11/cfbfa8d4-718b-4f33-909b-14b5f6ecba68.jpg'),(3154,1824,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/cfbfa8d4-718b-4f33-909b-14b5f6ecba68.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"cfbfa8d4-718b-4f33-909b-14b5f6ecba68-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"cfbfa8d4-718b-4f33-909b-14b5f6ecba68-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"cfbfa8d4-718b-4f33-909b-14b5f6ecba68-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"cfbfa8d4-718b-4f33-909b-14b5f6ecba68-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"cfbfa8d4-718b-4f33-909b-14b5f6ecba68-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"cfbfa8d4-718b-4f33-909b-14b5f6ecba68-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"cfbfa8d4-718b-4f33-909b-14b5f6ecba68-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"cfbfa8d4-718b-4f33-909b-14b5f6ecba68-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"cfbfa8d4-718b-4f33-909b-14b5f6ecba68-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"cfbfa8d4-718b-4f33-909b-14b5f6ecba68-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"cfbfa8d4-718b-4f33-909b-14b5f6ecba68-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"cfbfa8d4-718b-4f33-909b-14b5f6ecba68-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"cfbfa8d4-718b-4f33-909b-14b5f6ecba68-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"cfbfa8d4-718b-4f33-909b-14b5f6ecba68-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"cfbfa8d4-718b-4f33-909b-14b5f6ecba68-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"cfbfa8d4-718b-4f33-909b-14b5f6ecba68-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:22:\"OLYMPUS DIGITAL CAMERA\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3155,1825,'_wp_attached_file','2016/11/d37f863b-691e-40bd-91f7-b586f8305cb1.jpg'),(3156,1825,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/d37f863b-691e-40bd-91f7-b586f8305cb1.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"d37f863b-691e-40bd-91f7-b586f8305cb1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"d37f863b-691e-40bd-91f7-b586f8305cb1-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"d37f863b-691e-40bd-91f7-b586f8305cb1-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"d37f863b-691e-40bd-91f7-b586f8305cb1-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"d37f863b-691e-40bd-91f7-b586f8305cb1-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"d37f863b-691e-40bd-91f7-b586f8305cb1-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"d37f863b-691e-40bd-91f7-b586f8305cb1-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"d37f863b-691e-40bd-91f7-b586f8305cb1-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"d37f863b-691e-40bd-91f7-b586f8305cb1-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"d37f863b-691e-40bd-91f7-b586f8305cb1-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"d37f863b-691e-40bd-91f7-b586f8305cb1-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"d37f863b-691e-40bd-91f7-b586f8305cb1-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"d37f863b-691e-40bd-91f7-b586f8305cb1-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"d37f863b-691e-40bd-91f7-b586f8305cb1-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"d37f863b-691e-40bd-91f7-b586f8305cb1-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"d37f863b-691e-40bd-91f7-b586f8305cb1-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3157,1267,'_thumbnail_id','1805'),(3158,1267,'_wp_old_slug','al-thuraya-tower'),(3159,1828,'_wp_attached_file','2016/10/3.jpg'),(3160,1828,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:500;s:4:\"file\";s:13:\"2016/10/3.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:11:\"3-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:12:\"3-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"3-768x200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"3-1030x268.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:11:\"3-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:13:\"3-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:14:\"3-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:14:\"3-1500x500.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:14:\"3-1500x391.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:13:\"3-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:13:\"3-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:13:\"3-845x500.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:13:\"3-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:13:\"3-705x184.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:13:\"3-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:14:\"3-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:13:\"3-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:13:\"3-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:13:\"3-450x117.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:117;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:{}}}'),(3161,1830,'_wp_attached_file','2016/11/1.jpg'),(3162,1830,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:500;s:4:\"file\";s:13:\"2016/11/1.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:11:\"1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:12:\"1-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"1-768x200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"1-1030x268.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:11:\"1-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:13:\"1-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:14:\"1-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:14:\"1-1500x500.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:14:\"1-1500x391.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:13:\"1-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:13:\"1-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:13:\"1-845x500.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:13:\"1-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:13:\"1-705x184.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:13:\"1-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:14:\"1-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:13:\"1-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:13:\"1-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:13:\"1-450x117.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:117;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:{}}}'),(3163,1832,'_wp_attached_file','2016/11/2.jpg'),(3164,1832,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:500;s:4:\"file\";s:13:\"2016/11/2.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:11:\"2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:12:\"2-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"2-768x200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"2-1030x268.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:11:\"2-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:13:\"2-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:14:\"2-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:14:\"2-1500x500.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:14:\"2-1500x391.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:13:\"2-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:13:\"2-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:13:\"2-845x500.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:13:\"2-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:13:\"2-705x184.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:13:\"2-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:14:\"2-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:13:\"2-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:13:\"2-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:13:\"2-450x117.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:117;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:{}}}'),(3165,1834,'_wp_attached_file','2016/11/4.jpg'),(3166,1834,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:500;s:4:\"file\";s:13:\"2016/11/4.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:11:\"4-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:12:\"4-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"4-768x200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"4-1030x268.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:11:\"4-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:13:\"4-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:14:\"4-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:14:\"4-1500x500.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:14:\"4-1500x391.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:13:\"4-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:13:\"4-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:13:\"4-845x500.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:13:\"4-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:13:\"4-705x184.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:13:\"4-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:14:\"4-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:13:\"4-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:13:\"4-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:13:\"4-450x117.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:117;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:{}}}'),(3167,1836,'_wp_attached_file','2016/10/5.jpg'),(3168,1836,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:500;s:4:\"file\";s:13:\"2016/10/5.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:11:\"5-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:12:\"5-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"5-768x200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"5-1030x268.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:11:\"5-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:13:\"5-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:14:\"5-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:14:\"5-1500x500.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:14:\"5-1500x391.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:13:\"5-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:13:\"5-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:13:\"5-845x500.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:13:\"5-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:13:\"5-705x184.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:13:\"5-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:14:\"5-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:13:\"5-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:13:\"5-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:13:\"5-450x117.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:117;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:{}}}'),(3169,1836,'_edit_lock','1480504697:1'),(3170,1836,'_edit_last','1'),(3171,1834,'_edit_lock','1480504783:1'),(3172,1834,'_edit_last','1'),(3173,1832,'_edit_lock','1480504746:1'),(3174,1832,'_edit_last','1'),(3175,1830,'_edit_lock','1480504763:1'),(3176,1830,'_edit_last','1'),(3177,1828,'_edit_lock','1480504782:1'),(3178,1828,'_edit_last','1'),(3179,1838,'_wp_attached_file','2016/10/1.jpg'),(3180,1838,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:670;s:4:\"file\";s:13:\"2016/10/1.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:11:\"1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"1-300x105.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"1-768x268.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"1-1030x359.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:359;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:11:\"1-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:13:\"1-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:14:\"1-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:14:\"1-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:14:\"1-1500x523.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:523;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:13:\"1-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:13:\"1-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:13:\"1-845x670.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:13:\"1-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:13:\"1-705x246.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:13:\"1-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:14:\"1-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:13:\"1-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:13:\"1-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:13:\"1-450x157.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:157;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:{}}}'),(3181,1839,'_wp_attached_file','2016/10/2.jpg'),(3182,1839,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:670;s:4:\"file\";s:13:\"2016/10/2.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:11:\"2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"2-300x105.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"2-768x268.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"2-1030x359.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:359;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:11:\"2-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:13:\"2-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:14:\"2-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:14:\"2-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:14:\"2-1500x523.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:523;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:13:\"2-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:13:\"2-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:13:\"2-845x670.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:13:\"2-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:13:\"2-705x246.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:13:\"2-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:14:\"2-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:13:\"2-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:13:\"2-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:13:\"2-450x157.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:157;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:{}}}'),(3183,1840,'_wp_attached_file','2016/10/3-1.jpg'),(3184,1840,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:670;s:4:\"file\";s:15:\"2016/10/3-1.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"3-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"3-1-300x105.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"3-1-768x268.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"3-1-1030x359.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:359;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:13:\"3-1-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:15:\"3-1-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:16:\"3-1-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:16:\"3-1-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:16:\"3-1-1500x523.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:523;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:15:\"3-1-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:15:\"3-1-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:15:\"3-1-845x670.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:15:\"3-1-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:15:\"3-1-705x246.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:15:\"3-1-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:16:\"3-1-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"3-1-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:15:\"3-1-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:15:\"3-1-450x157.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:157;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:{}}}'),(3185,1841,'_wp_attached_file','2016/10/4.jpg'),(3186,1841,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:670;s:4:\"file\";s:13:\"2016/10/4.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:11:\"4-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"4-300x105.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"4-768x268.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"4-1030x359.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:359;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:11:\"4-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:13:\"4-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:14:\"4-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:14:\"4-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:14:\"4-1500x523.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:523;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:13:\"4-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:13:\"4-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:13:\"4-845x670.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:13:\"4-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:13:\"4-705x246.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:13:\"4-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:14:\"4-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:13:\"4-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:13:\"4-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:13:\"4-450x157.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:157;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:{}}}'),(3187,1842,'_wp_attached_file','2016/10/5-1.jpg'),(3188,1842,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:670;s:4:\"file\";s:15:\"2016/10/5-1.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"5-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"5-1-300x105.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"5-1-768x268.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"5-1-1030x359.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:359;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:13:\"5-1-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:15:\"5-1-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:16:\"5-1-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:16:\"5-1-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:16:\"5-1-1500x523.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:523;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:15:\"5-1-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:15:\"5-1-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:15:\"5-1-845x670.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:15:\"5-1-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:15:\"5-1-705x246.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:15:\"5-1-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:16:\"5-1-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"5-1-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:15:\"5-1-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:15:\"5-1-450x157.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:157;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:{}}}'),(3189,1843,'_wp_attached_file','2016/10/6.jpg'),(3190,1843,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:670;s:4:\"file\";s:13:\"2016/10/6.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:11:\"6-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"6-300x105.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"6-768x268.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"6-1030x359.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:359;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:11:\"6-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:13:\"6-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:14:\"6-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:14:\"6-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:14:\"6-1500x523.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:523;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:13:\"6-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:13:\"6-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:13:\"6-845x670.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:13:\"6-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:13:\"6-705x246.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:13:\"6-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:14:\"6-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:13:\"6-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:13:\"6-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:13:\"6-450x157.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:157;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:{}}}'),(3191,1844,'_wp_attached_file','2016/10/7.jpg'),(3192,1844,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:670;s:4:\"file\";s:13:\"2016/10/7.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:11:\"7-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"7-300x105.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"7-768x268.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"7-1030x359.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:359;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:11:\"7-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:13:\"7-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:14:\"7-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:14:\"7-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:14:\"7-1500x523.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:523;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:13:\"7-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:13:\"7-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:13:\"7-845x670.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:13:\"7-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:13:\"7-705x246.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:13:\"7-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:14:\"7-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:13:\"7-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:13:\"7-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:13:\"7-450x157.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:157;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:{}}}'),(3193,1838,'_edit_lock','1480570362:1'),(3194,1838,'_edit_last','1'),(3195,1839,'_edit_lock','1480570378:1'),(3196,1839,'_edit_last','1'),(3197,1840,'_edit_lock','1480570394:1'),(3198,1840,'_edit_last','1'),(3199,1841,'_edit_lock','1480570409:1'),(3200,1841,'_edit_last','1'),(3201,1842,'_edit_lock','1480570423:1'),(3202,1842,'_edit_last','1'),(3203,1843,'_edit_lock','1480570436:1'),(3204,1843,'_edit_last','1'),(3205,1844,'_edit_lock','1480570504:1'),(3206,1844,'_edit_last','1'),(3207,1846,'_wp_attached_file','2016/11/1e2377c5-6607-499e-ade9-3afed4c4625b.jpg'),(3208,1846,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/1e2377c5-6607-499e-ade9-3afed4c4625b.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"1e2377c5-6607-499e-ade9-3afed4c4625b-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"1e2377c5-6607-499e-ade9-3afed4c4625b-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"1e2377c5-6607-499e-ade9-3afed4c4625b-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"1e2377c5-6607-499e-ade9-3afed4c4625b-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"1e2377c5-6607-499e-ade9-3afed4c4625b-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"1e2377c5-6607-499e-ade9-3afed4c4625b-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"1e2377c5-6607-499e-ade9-3afed4c4625b-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"1e2377c5-6607-499e-ade9-3afed4c4625b-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"1e2377c5-6607-499e-ade9-3afed4c4625b-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"1e2377c5-6607-499e-ade9-3afed4c4625b-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"1e2377c5-6607-499e-ade9-3afed4c4625b-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"1e2377c5-6607-499e-ade9-3afed4c4625b-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"1e2377c5-6607-499e-ade9-3afed4c4625b-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"1e2377c5-6607-499e-ade9-3afed4c4625b-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"1e2377c5-6607-499e-ade9-3afed4c4625b-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"1e2377c5-6607-499e-ade9-3afed4c4625b-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3209,1847,'_wp_attached_file','2016/11/34a421c0-aab7-432e-bb18-5ffaabeedf03.jpg'),(3210,1847,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/34a421c0-aab7-432e-bb18-5ffaabeedf03.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"34a421c0-aab7-432e-bb18-5ffaabeedf03-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"34a421c0-aab7-432e-bb18-5ffaabeedf03-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"34a421c0-aab7-432e-bb18-5ffaabeedf03-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"34a421c0-aab7-432e-bb18-5ffaabeedf03-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"34a421c0-aab7-432e-bb18-5ffaabeedf03-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"34a421c0-aab7-432e-bb18-5ffaabeedf03-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"34a421c0-aab7-432e-bb18-5ffaabeedf03-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"34a421c0-aab7-432e-bb18-5ffaabeedf03-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"34a421c0-aab7-432e-bb18-5ffaabeedf03-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"34a421c0-aab7-432e-bb18-5ffaabeedf03-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"34a421c0-aab7-432e-bb18-5ffaabeedf03-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"34a421c0-aab7-432e-bb18-5ffaabeedf03-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"34a421c0-aab7-432e-bb18-5ffaabeedf03-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"34a421c0-aab7-432e-bb18-5ffaabeedf03-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"34a421c0-aab7-432e-bb18-5ffaabeedf03-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"34a421c0-aab7-432e-bb18-5ffaabeedf03-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:22:\"OLYMPUS DIGITAL CAMERA\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3211,1848,'_wp_attached_file','2016/11/6834f610-4982-42bb-92d3-5b3c916b87e0.jpg'),(3212,1848,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/6834f610-4982-42bb-92d3-5b3c916b87e0.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"6834f610-4982-42bb-92d3-5b3c916b87e0-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"6834f610-4982-42bb-92d3-5b3c916b87e0-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"6834f610-4982-42bb-92d3-5b3c916b87e0-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"6834f610-4982-42bb-92d3-5b3c916b87e0-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"6834f610-4982-42bb-92d3-5b3c916b87e0-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"6834f610-4982-42bb-92d3-5b3c916b87e0-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"6834f610-4982-42bb-92d3-5b3c916b87e0-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"6834f610-4982-42bb-92d3-5b3c916b87e0-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"6834f610-4982-42bb-92d3-5b3c916b87e0-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"6834f610-4982-42bb-92d3-5b3c916b87e0-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"6834f610-4982-42bb-92d3-5b3c916b87e0-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"6834f610-4982-42bb-92d3-5b3c916b87e0-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"6834f610-4982-42bb-92d3-5b3c916b87e0-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"6834f610-4982-42bb-92d3-5b3c916b87e0-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"6834f610-4982-42bb-92d3-5b3c916b87e0-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"6834f610-4982-42bb-92d3-5b3c916b87e0-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3213,1849,'_wp_attached_file','2016/11/b205f060-b086-473c-8205-d2fbaefe3d96.jpg'),(3214,1849,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/b205f060-b086-473c-8205-d2fbaefe3d96.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"b205f060-b086-473c-8205-d2fbaefe3d96-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"b205f060-b086-473c-8205-d2fbaefe3d96-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"b205f060-b086-473c-8205-d2fbaefe3d96-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"b205f060-b086-473c-8205-d2fbaefe3d96-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"b205f060-b086-473c-8205-d2fbaefe3d96-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"b205f060-b086-473c-8205-d2fbaefe3d96-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"b205f060-b086-473c-8205-d2fbaefe3d96-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"b205f060-b086-473c-8205-d2fbaefe3d96-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"b205f060-b086-473c-8205-d2fbaefe3d96-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"b205f060-b086-473c-8205-d2fbaefe3d96-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"b205f060-b086-473c-8205-d2fbaefe3d96-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"b205f060-b086-473c-8205-d2fbaefe3d96-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"b205f060-b086-473c-8205-d2fbaefe3d96-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"b205f060-b086-473c-8205-d2fbaefe3d96-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"b205f060-b086-473c-8205-d2fbaefe3d96-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"b205f060-b086-473c-8205-d2fbaefe3d96-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3215,1850,'_wp_attached_file','2016/11/cd119818-5d0b-41bc-a4c7-aceecb52aa18.jpg'),(3216,1850,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/cd119818-5d0b-41bc-a4c7-aceecb52aa18.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"cd119818-5d0b-41bc-a4c7-aceecb52aa18-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"cd119818-5d0b-41bc-a4c7-aceecb52aa18-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"cd119818-5d0b-41bc-a4c7-aceecb52aa18-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"cd119818-5d0b-41bc-a4c7-aceecb52aa18-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"cd119818-5d0b-41bc-a4c7-aceecb52aa18-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"cd119818-5d0b-41bc-a4c7-aceecb52aa18-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"cd119818-5d0b-41bc-a4c7-aceecb52aa18-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"cd119818-5d0b-41bc-a4c7-aceecb52aa18-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"cd119818-5d0b-41bc-a4c7-aceecb52aa18-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"cd119818-5d0b-41bc-a4c7-aceecb52aa18-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"cd119818-5d0b-41bc-a4c7-aceecb52aa18-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"cd119818-5d0b-41bc-a4c7-aceecb52aa18-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"cd119818-5d0b-41bc-a4c7-aceecb52aa18-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"cd119818-5d0b-41bc-a4c7-aceecb52aa18-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"cd119818-5d0b-41bc-a4c7-aceecb52aa18-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"cd119818-5d0b-41bc-a4c7-aceecb52aa18-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3217,1851,'_wp_attached_file','2016/11/f6627a99-9c4d-4bce-8000-3803f8c0bfd2.jpg'),(3218,1851,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/f6627a99-9c4d-4bce-8000-3803f8c0bfd2.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"f6627a99-9c4d-4bce-8000-3803f8c0bfd2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"f6627a99-9c4d-4bce-8000-3803f8c0bfd2-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"f6627a99-9c4d-4bce-8000-3803f8c0bfd2-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"f6627a99-9c4d-4bce-8000-3803f8c0bfd2-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"f6627a99-9c4d-4bce-8000-3803f8c0bfd2-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"f6627a99-9c4d-4bce-8000-3803f8c0bfd2-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"f6627a99-9c4d-4bce-8000-3803f8c0bfd2-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"f6627a99-9c4d-4bce-8000-3803f8c0bfd2-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"f6627a99-9c4d-4bce-8000-3803f8c0bfd2-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"f6627a99-9c4d-4bce-8000-3803f8c0bfd2-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"f6627a99-9c4d-4bce-8000-3803f8c0bfd2-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"f6627a99-9c4d-4bce-8000-3803f8c0bfd2-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"f6627a99-9c4d-4bce-8000-3803f8c0bfd2-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"f6627a99-9c4d-4bce-8000-3803f8c0bfd2-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"f6627a99-9c4d-4bce-8000-3803f8c0bfd2-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"f6627a99-9c4d-4bce-8000-3803f8c0bfd2-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3219,1261,'_thumbnail_id','1848'),(3220,1261,'_wp_old_slug','al-shahed-tower'),(3221,1852,'_wp_attached_file','2016/11/3aac0cf9-c516-4628-b0bb-9ea54efb4457.jpg'),(3222,1852,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/3aac0cf9-c516-4628-b0bb-9ea54efb4457.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"3aac0cf9-c516-4628-b0bb-9ea54efb4457-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"3aac0cf9-c516-4628-b0bb-9ea54efb4457-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"3aac0cf9-c516-4628-b0bb-9ea54efb4457-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"3aac0cf9-c516-4628-b0bb-9ea54efb4457-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"3aac0cf9-c516-4628-b0bb-9ea54efb4457-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"3aac0cf9-c516-4628-b0bb-9ea54efb4457-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"3aac0cf9-c516-4628-b0bb-9ea54efb4457-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"3aac0cf9-c516-4628-b0bb-9ea54efb4457-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"3aac0cf9-c516-4628-b0bb-9ea54efb4457-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"3aac0cf9-c516-4628-b0bb-9ea54efb4457-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"3aac0cf9-c516-4628-b0bb-9ea54efb4457-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"3aac0cf9-c516-4628-b0bb-9ea54efb4457-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"3aac0cf9-c516-4628-b0bb-9ea54efb4457-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"3aac0cf9-c516-4628-b0bb-9ea54efb4457-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"3aac0cf9-c516-4628-b0bb-9ea54efb4457-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"3aac0cf9-c516-4628-b0bb-9ea54efb4457-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3223,1853,'_wp_attached_file','2016/11/3b52c0a3-c230-4b67-9641-b434a9db1981.jpg'),(3224,1853,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/3b52c0a3-c230-4b67-9641-b434a9db1981.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"3b52c0a3-c230-4b67-9641-b434a9db1981-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"3b52c0a3-c230-4b67-9641-b434a9db1981-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"3b52c0a3-c230-4b67-9641-b434a9db1981-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"3b52c0a3-c230-4b67-9641-b434a9db1981-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"3b52c0a3-c230-4b67-9641-b434a9db1981-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"3b52c0a3-c230-4b67-9641-b434a9db1981-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"3b52c0a3-c230-4b67-9641-b434a9db1981-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"3b52c0a3-c230-4b67-9641-b434a9db1981-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"3b52c0a3-c230-4b67-9641-b434a9db1981-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"3b52c0a3-c230-4b67-9641-b434a9db1981-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"3b52c0a3-c230-4b67-9641-b434a9db1981-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"3b52c0a3-c230-4b67-9641-b434a9db1981-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"3b52c0a3-c230-4b67-9641-b434a9db1981-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"3b52c0a3-c230-4b67-9641-b434a9db1981-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"3b52c0a3-c230-4b67-9641-b434a9db1981-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"3b52c0a3-c230-4b67-9641-b434a9db1981-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3225,1854,'_wp_attached_file','2016/11/5f102415-30de-4deb-8ff9-6506c8e65500.jpg'),(3226,1854,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/5f102415-30de-4deb-8ff9-6506c8e65500.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"5f102415-30de-4deb-8ff9-6506c8e65500-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"5f102415-30de-4deb-8ff9-6506c8e65500-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"5f102415-30de-4deb-8ff9-6506c8e65500-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"5f102415-30de-4deb-8ff9-6506c8e65500-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"5f102415-30de-4deb-8ff9-6506c8e65500-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"5f102415-30de-4deb-8ff9-6506c8e65500-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"5f102415-30de-4deb-8ff9-6506c8e65500-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"5f102415-30de-4deb-8ff9-6506c8e65500-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"5f102415-30de-4deb-8ff9-6506c8e65500-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"5f102415-30de-4deb-8ff9-6506c8e65500-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"5f102415-30de-4deb-8ff9-6506c8e65500-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"5f102415-30de-4deb-8ff9-6506c8e65500-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"5f102415-30de-4deb-8ff9-6506c8e65500-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"5f102415-30de-4deb-8ff9-6506c8e65500-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"5f102415-30de-4deb-8ff9-6506c8e65500-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"5f102415-30de-4deb-8ff9-6506c8e65500-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3227,1855,'_wp_attached_file','2016/11/14ec56db-25d3-4271-8ad4-2e12e6b4fea9.jpg'),(3228,1855,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/14ec56db-25d3-4271-8ad4-2e12e6b4fea9.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"14ec56db-25d3-4271-8ad4-2e12e6b4fea9-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"14ec56db-25d3-4271-8ad4-2e12e6b4fea9-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"14ec56db-25d3-4271-8ad4-2e12e6b4fea9-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"14ec56db-25d3-4271-8ad4-2e12e6b4fea9-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"14ec56db-25d3-4271-8ad4-2e12e6b4fea9-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"14ec56db-25d3-4271-8ad4-2e12e6b4fea9-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"14ec56db-25d3-4271-8ad4-2e12e6b4fea9-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"14ec56db-25d3-4271-8ad4-2e12e6b4fea9-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"14ec56db-25d3-4271-8ad4-2e12e6b4fea9-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"14ec56db-25d3-4271-8ad4-2e12e6b4fea9-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"14ec56db-25d3-4271-8ad4-2e12e6b4fea9-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"14ec56db-25d3-4271-8ad4-2e12e6b4fea9-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"14ec56db-25d3-4271-8ad4-2e12e6b4fea9-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"14ec56db-25d3-4271-8ad4-2e12e6b4fea9-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"14ec56db-25d3-4271-8ad4-2e12e6b4fea9-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"14ec56db-25d3-4271-8ad4-2e12e6b4fea9-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3229,1856,'_wp_attached_file','2016/11/56da2157-5cd0-4710-8e78-ac42ed1d5ebc.jpg'),(3230,1856,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/56da2157-5cd0-4710-8e78-ac42ed1d5ebc.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"56da2157-5cd0-4710-8e78-ac42ed1d5ebc-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"56da2157-5cd0-4710-8e78-ac42ed1d5ebc-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"56da2157-5cd0-4710-8e78-ac42ed1d5ebc-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"56da2157-5cd0-4710-8e78-ac42ed1d5ebc-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"56da2157-5cd0-4710-8e78-ac42ed1d5ebc-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"56da2157-5cd0-4710-8e78-ac42ed1d5ebc-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"56da2157-5cd0-4710-8e78-ac42ed1d5ebc-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"56da2157-5cd0-4710-8e78-ac42ed1d5ebc-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"56da2157-5cd0-4710-8e78-ac42ed1d5ebc-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"56da2157-5cd0-4710-8e78-ac42ed1d5ebc-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"56da2157-5cd0-4710-8e78-ac42ed1d5ebc-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"56da2157-5cd0-4710-8e78-ac42ed1d5ebc-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"56da2157-5cd0-4710-8e78-ac42ed1d5ebc-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"56da2157-5cd0-4710-8e78-ac42ed1d5ebc-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"56da2157-5cd0-4710-8e78-ac42ed1d5ebc-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"56da2157-5cd0-4710-8e78-ac42ed1d5ebc-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3231,1857,'_wp_attached_file','2016/11/078f62cf-89dd-4b01-be31-4c8200b0c17c.jpg'),(3232,1857,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/078f62cf-89dd-4b01-be31-4c8200b0c17c.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"078f62cf-89dd-4b01-be31-4c8200b0c17c-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"078f62cf-89dd-4b01-be31-4c8200b0c17c-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"078f62cf-89dd-4b01-be31-4c8200b0c17c-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"078f62cf-89dd-4b01-be31-4c8200b0c17c-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"078f62cf-89dd-4b01-be31-4c8200b0c17c-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"078f62cf-89dd-4b01-be31-4c8200b0c17c-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"078f62cf-89dd-4b01-be31-4c8200b0c17c-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"078f62cf-89dd-4b01-be31-4c8200b0c17c-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"078f62cf-89dd-4b01-be31-4c8200b0c17c-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"078f62cf-89dd-4b01-be31-4c8200b0c17c-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"078f62cf-89dd-4b01-be31-4c8200b0c17c-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"078f62cf-89dd-4b01-be31-4c8200b0c17c-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"078f62cf-89dd-4b01-be31-4c8200b0c17c-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"078f62cf-89dd-4b01-be31-4c8200b0c17c-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"078f62cf-89dd-4b01-be31-4c8200b0c17c-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"078f62cf-89dd-4b01-be31-4c8200b0c17c-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3233,1858,'_wp_attached_file','2016/11/252b327a-13f9-438e-a804-0d89c3145068.jpg'),(3234,1858,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/252b327a-13f9-438e-a804-0d89c3145068.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"252b327a-13f9-438e-a804-0d89c3145068-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"252b327a-13f9-438e-a804-0d89c3145068-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"252b327a-13f9-438e-a804-0d89c3145068-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"252b327a-13f9-438e-a804-0d89c3145068-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"252b327a-13f9-438e-a804-0d89c3145068-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"252b327a-13f9-438e-a804-0d89c3145068-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"252b327a-13f9-438e-a804-0d89c3145068-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"252b327a-13f9-438e-a804-0d89c3145068-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"252b327a-13f9-438e-a804-0d89c3145068-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"252b327a-13f9-438e-a804-0d89c3145068-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"252b327a-13f9-438e-a804-0d89c3145068-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"252b327a-13f9-438e-a804-0d89c3145068-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"252b327a-13f9-438e-a804-0d89c3145068-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"252b327a-13f9-438e-a804-0d89c3145068-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"252b327a-13f9-438e-a804-0d89c3145068-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"252b327a-13f9-438e-a804-0d89c3145068-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3235,1859,'_wp_attached_file','2016/11/708f0e88-e086-49a9-8bc8-56bd34b9784f.jpg'),(3236,1859,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/708f0e88-e086-49a9-8bc8-56bd34b9784f.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"708f0e88-e086-49a9-8bc8-56bd34b9784f-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"708f0e88-e086-49a9-8bc8-56bd34b9784f-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"708f0e88-e086-49a9-8bc8-56bd34b9784f-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"708f0e88-e086-49a9-8bc8-56bd34b9784f-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"708f0e88-e086-49a9-8bc8-56bd34b9784f-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"708f0e88-e086-49a9-8bc8-56bd34b9784f-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"708f0e88-e086-49a9-8bc8-56bd34b9784f-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"708f0e88-e086-49a9-8bc8-56bd34b9784f-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"708f0e88-e086-49a9-8bc8-56bd34b9784f-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"708f0e88-e086-49a9-8bc8-56bd34b9784f-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"708f0e88-e086-49a9-8bc8-56bd34b9784f-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"708f0e88-e086-49a9-8bc8-56bd34b9784f-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"708f0e88-e086-49a9-8bc8-56bd34b9784f-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"708f0e88-e086-49a9-8bc8-56bd34b9784f-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"708f0e88-e086-49a9-8bc8-56bd34b9784f-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"708f0e88-e086-49a9-8bc8-56bd34b9784f-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3237,1860,'_wp_attached_file','2016/11/3374c820-952a-4b07-9e20-c39b09c11f68.jpg'),(3238,1860,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/3374c820-952a-4b07-9e20-c39b09c11f68.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"3374c820-952a-4b07-9e20-c39b09c11f68-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"3374c820-952a-4b07-9e20-c39b09c11f68-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"3374c820-952a-4b07-9e20-c39b09c11f68-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"3374c820-952a-4b07-9e20-c39b09c11f68-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"3374c820-952a-4b07-9e20-c39b09c11f68-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"3374c820-952a-4b07-9e20-c39b09c11f68-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"3374c820-952a-4b07-9e20-c39b09c11f68-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"3374c820-952a-4b07-9e20-c39b09c11f68-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"3374c820-952a-4b07-9e20-c39b09c11f68-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"3374c820-952a-4b07-9e20-c39b09c11f68-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"3374c820-952a-4b07-9e20-c39b09c11f68-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"3374c820-952a-4b07-9e20-c39b09c11f68-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"3374c820-952a-4b07-9e20-c39b09c11f68-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"3374c820-952a-4b07-9e20-c39b09c11f68-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"3374c820-952a-4b07-9e20-c39b09c11f68-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"3374c820-952a-4b07-9e20-c39b09c11f68-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3239,1861,'_wp_attached_file','2016/11/5705aa9c-ad04-45e9-922c-dc31d5d575cc.jpg'),(3240,1861,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/5705aa9c-ad04-45e9-922c-dc31d5d575cc.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"5705aa9c-ad04-45e9-922c-dc31d5d575cc-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"5705aa9c-ad04-45e9-922c-dc31d5d575cc-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"5705aa9c-ad04-45e9-922c-dc31d5d575cc-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"5705aa9c-ad04-45e9-922c-dc31d5d575cc-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"5705aa9c-ad04-45e9-922c-dc31d5d575cc-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"5705aa9c-ad04-45e9-922c-dc31d5d575cc-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"5705aa9c-ad04-45e9-922c-dc31d5d575cc-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"5705aa9c-ad04-45e9-922c-dc31d5d575cc-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"5705aa9c-ad04-45e9-922c-dc31d5d575cc-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"5705aa9c-ad04-45e9-922c-dc31d5d575cc-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"5705aa9c-ad04-45e9-922c-dc31d5d575cc-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"5705aa9c-ad04-45e9-922c-dc31d5d575cc-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"5705aa9c-ad04-45e9-922c-dc31d5d575cc-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"5705aa9c-ad04-45e9-922c-dc31d5d575cc-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"5705aa9c-ad04-45e9-922c-dc31d5d575cc-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"5705aa9c-ad04-45e9-922c-dc31d5d575cc-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3241,1862,'_wp_attached_file','2016/11/055100bc-6546-448a-aaa1-29f96328ef5e.jpg'),(3242,1862,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/055100bc-6546-448a-aaa1-29f96328ef5e.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"055100bc-6546-448a-aaa1-29f96328ef5e-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"055100bc-6546-448a-aaa1-29f96328ef5e-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"055100bc-6546-448a-aaa1-29f96328ef5e-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"055100bc-6546-448a-aaa1-29f96328ef5e-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"055100bc-6546-448a-aaa1-29f96328ef5e-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"055100bc-6546-448a-aaa1-29f96328ef5e-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"055100bc-6546-448a-aaa1-29f96328ef5e-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"055100bc-6546-448a-aaa1-29f96328ef5e-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"055100bc-6546-448a-aaa1-29f96328ef5e-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"055100bc-6546-448a-aaa1-29f96328ef5e-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"055100bc-6546-448a-aaa1-29f96328ef5e-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"055100bc-6546-448a-aaa1-29f96328ef5e-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"055100bc-6546-448a-aaa1-29f96328ef5e-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"055100bc-6546-448a-aaa1-29f96328ef5e-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"055100bc-6546-448a-aaa1-29f96328ef5e-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"055100bc-6546-448a-aaa1-29f96328ef5e-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3243,1863,'_wp_attached_file','2016/11/cc1a354c-b04f-4b13-9f33-762bf4e7c659.jpg'),(3244,1863,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/cc1a354c-b04f-4b13-9f33-762bf4e7c659.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"cc1a354c-b04f-4b13-9f33-762bf4e7c659-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"cc1a354c-b04f-4b13-9f33-762bf4e7c659-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"cc1a354c-b04f-4b13-9f33-762bf4e7c659-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"cc1a354c-b04f-4b13-9f33-762bf4e7c659-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"cc1a354c-b04f-4b13-9f33-762bf4e7c659-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"cc1a354c-b04f-4b13-9f33-762bf4e7c659-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"cc1a354c-b04f-4b13-9f33-762bf4e7c659-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"cc1a354c-b04f-4b13-9f33-762bf4e7c659-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"cc1a354c-b04f-4b13-9f33-762bf4e7c659-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"cc1a354c-b04f-4b13-9f33-762bf4e7c659-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"cc1a354c-b04f-4b13-9f33-762bf4e7c659-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"cc1a354c-b04f-4b13-9f33-762bf4e7c659-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"cc1a354c-b04f-4b13-9f33-762bf4e7c659-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"cc1a354c-b04f-4b13-9f33-762bf4e7c659-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"cc1a354c-b04f-4b13-9f33-762bf4e7c659-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"cc1a354c-b04f-4b13-9f33-762bf4e7c659-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3245,1864,'_wp_attached_file','2016/11/e9a83cde-85e8-4590-89ea-866a3f2b443f.jpg'),(3246,1864,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/e9a83cde-85e8-4590-89ea-866a3f2b443f.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"e9a83cde-85e8-4590-89ea-866a3f2b443f-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"e9a83cde-85e8-4590-89ea-866a3f2b443f-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"e9a83cde-85e8-4590-89ea-866a3f2b443f-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"e9a83cde-85e8-4590-89ea-866a3f2b443f-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"e9a83cde-85e8-4590-89ea-866a3f2b443f-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"e9a83cde-85e8-4590-89ea-866a3f2b443f-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"e9a83cde-85e8-4590-89ea-866a3f2b443f-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"e9a83cde-85e8-4590-89ea-866a3f2b443f-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"e9a83cde-85e8-4590-89ea-866a3f2b443f-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"e9a83cde-85e8-4590-89ea-866a3f2b443f-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"e9a83cde-85e8-4590-89ea-866a3f2b443f-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"e9a83cde-85e8-4590-89ea-866a3f2b443f-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"e9a83cde-85e8-4590-89ea-866a3f2b443f-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"e9a83cde-85e8-4590-89ea-866a3f2b443f-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"e9a83cde-85e8-4590-89ea-866a3f2b443f-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"e9a83cde-85e8-4590-89ea-866a3f2b443f-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3247,1865,'_wp_attached_file','2016/11/f51b8bd3-1d96-44a6-8ee7-49df6305ff17.jpg'),(3248,1865,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/11/f51b8bd3-1d96-44a6-8ee7-49df6305ff17.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"f51b8bd3-1d96-44a6-8ee7-49df6305ff17-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"f51b8bd3-1d96-44a6-8ee7-49df6305ff17-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"f51b8bd3-1d96-44a6-8ee7-49df6305ff17-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"f51b8bd3-1d96-44a6-8ee7-49df6305ff17-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"f51b8bd3-1d96-44a6-8ee7-49df6305ff17-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"f51b8bd3-1d96-44a6-8ee7-49df6305ff17-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"f51b8bd3-1d96-44a6-8ee7-49df6305ff17-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"f51b8bd3-1d96-44a6-8ee7-49df6305ff17-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"f51b8bd3-1d96-44a6-8ee7-49df6305ff17-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"f51b8bd3-1d96-44a6-8ee7-49df6305ff17-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"f51b8bd3-1d96-44a6-8ee7-49df6305ff17-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"f51b8bd3-1d96-44a6-8ee7-49df6305ff17-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"f51b8bd3-1d96-44a6-8ee7-49df6305ff17-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"f51b8bd3-1d96-44a6-8ee7-49df6305ff17-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"f51b8bd3-1d96-44a6-8ee7-49df6305ff17-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"f51b8bd3-1d96-44a6-8ee7-49df6305ff17-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3249,1042,'_thumbnail_id','1863'),(3250,1042,'_wp_old_slug','amwaj-tower'),(3251,1866,'_edit_last','1'),(3252,1866,'_edit_lock','1480572470:1'),(3253,1867,'_wp_attached_file','2016/12/12792cd0-70d9-4040-a20f-70f712efdee5.jpg'),(3254,1867,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/12/12792cd0-70d9-4040-a20f-70f712efdee5.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"12792cd0-70d9-4040-a20f-70f712efdee5-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"12792cd0-70d9-4040-a20f-70f712efdee5-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"12792cd0-70d9-4040-a20f-70f712efdee5-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"12792cd0-70d9-4040-a20f-70f712efdee5-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"12792cd0-70d9-4040-a20f-70f712efdee5-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"12792cd0-70d9-4040-a20f-70f712efdee5-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"12792cd0-70d9-4040-a20f-70f712efdee5-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"12792cd0-70d9-4040-a20f-70f712efdee5-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"12792cd0-70d9-4040-a20f-70f712efdee5-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"12792cd0-70d9-4040-a20f-70f712efdee5-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"12792cd0-70d9-4040-a20f-70f712efdee5-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"12792cd0-70d9-4040-a20f-70f712efdee5-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"12792cd0-70d9-4040-a20f-70f712efdee5-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"12792cd0-70d9-4040-a20f-70f712efdee5-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"12792cd0-70d9-4040-a20f-70f712efdee5-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"12792cd0-70d9-4040-a20f-70f712efdee5-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3255,1868,'_wp_attached_file','2016/12/a84f2c04-df65-4be4-a40c-f1bc3d85b0fe.jpg'),(3256,1868,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/12/a84f2c04-df65-4be4-a40c-f1bc3d85b0fe.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"a84f2c04-df65-4be4-a40c-f1bc3d85b0fe-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"a84f2c04-df65-4be4-a40c-f1bc3d85b0fe-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"a84f2c04-df65-4be4-a40c-f1bc3d85b0fe-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"a84f2c04-df65-4be4-a40c-f1bc3d85b0fe-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"a84f2c04-df65-4be4-a40c-f1bc3d85b0fe-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"a84f2c04-df65-4be4-a40c-f1bc3d85b0fe-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"a84f2c04-df65-4be4-a40c-f1bc3d85b0fe-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"a84f2c04-df65-4be4-a40c-f1bc3d85b0fe-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"a84f2c04-df65-4be4-a40c-f1bc3d85b0fe-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"a84f2c04-df65-4be4-a40c-f1bc3d85b0fe-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"a84f2c04-df65-4be4-a40c-f1bc3d85b0fe-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"a84f2c04-df65-4be4-a40c-f1bc3d85b0fe-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"a84f2c04-df65-4be4-a40c-f1bc3d85b0fe-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"a84f2c04-df65-4be4-a40c-f1bc3d85b0fe-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"a84f2c04-df65-4be4-a40c-f1bc3d85b0fe-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"a84f2c04-df65-4be4-a40c-f1bc3d85b0fe-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3257,1869,'_wp_attached_file','2016/12/ad8616fe-c901-4057-a02f-35f87276de2c.jpg'),(3258,1869,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/12/ad8616fe-c901-4057-a02f-35f87276de2c.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"ad8616fe-c901-4057-a02f-35f87276de2c-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"ad8616fe-c901-4057-a02f-35f87276de2c-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"ad8616fe-c901-4057-a02f-35f87276de2c-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"ad8616fe-c901-4057-a02f-35f87276de2c-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"ad8616fe-c901-4057-a02f-35f87276de2c-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"ad8616fe-c901-4057-a02f-35f87276de2c-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"ad8616fe-c901-4057-a02f-35f87276de2c-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"ad8616fe-c901-4057-a02f-35f87276de2c-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"ad8616fe-c901-4057-a02f-35f87276de2c-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"ad8616fe-c901-4057-a02f-35f87276de2c-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"ad8616fe-c901-4057-a02f-35f87276de2c-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"ad8616fe-c901-4057-a02f-35f87276de2c-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"ad8616fe-c901-4057-a02f-35f87276de2c-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"ad8616fe-c901-4057-a02f-35f87276de2c-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"ad8616fe-c901-4057-a02f-35f87276de2c-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"ad8616fe-c901-4057-a02f-35f87276de2c-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3259,1870,'_wp_attached_file','2016/12/c92c2bd4-0597-4784-9aa4-0e5d4c6f6ea6.jpg'),(3260,1870,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/12/c92c2bd4-0597-4784-9aa4-0e5d4c6f6ea6.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"c92c2bd4-0597-4784-9aa4-0e5d4c6f6ea6-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"c92c2bd4-0597-4784-9aa4-0e5d4c6f6ea6-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"c92c2bd4-0597-4784-9aa4-0e5d4c6f6ea6-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"c92c2bd4-0597-4784-9aa4-0e5d4c6f6ea6-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"c92c2bd4-0597-4784-9aa4-0e5d4c6f6ea6-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"c92c2bd4-0597-4784-9aa4-0e5d4c6f6ea6-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"c92c2bd4-0597-4784-9aa4-0e5d4c6f6ea6-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"c92c2bd4-0597-4784-9aa4-0e5d4c6f6ea6-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"c92c2bd4-0597-4784-9aa4-0e5d4c6f6ea6-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"c92c2bd4-0597-4784-9aa4-0e5d4c6f6ea6-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"c92c2bd4-0597-4784-9aa4-0e5d4c6f6ea6-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"c92c2bd4-0597-4784-9aa4-0e5d4c6f6ea6-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"c92c2bd4-0597-4784-9aa4-0e5d4c6f6ea6-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"c92c2bd4-0597-4784-9aa4-0e5d4c6f6ea6-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"c92c2bd4-0597-4784-9aa4-0e5d4c6f6ea6-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"c92c2bd4-0597-4784-9aa4-0e5d4c6f6ea6-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3261,1871,'_wp_attached_file','2016/12/c2117258-5406-43aa-beba-a79cd9e38484.jpg'),(3262,1871,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/12/c2117258-5406-43aa-beba-a79cd9e38484.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"c2117258-5406-43aa-beba-a79cd9e38484-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"c2117258-5406-43aa-beba-a79cd9e38484-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"c2117258-5406-43aa-beba-a79cd9e38484-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"c2117258-5406-43aa-beba-a79cd9e38484-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"c2117258-5406-43aa-beba-a79cd9e38484-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"c2117258-5406-43aa-beba-a79cd9e38484-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"c2117258-5406-43aa-beba-a79cd9e38484-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"c2117258-5406-43aa-beba-a79cd9e38484-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"c2117258-5406-43aa-beba-a79cd9e38484-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"c2117258-5406-43aa-beba-a79cd9e38484-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"c2117258-5406-43aa-beba-a79cd9e38484-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"c2117258-5406-43aa-beba-a79cd9e38484-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"c2117258-5406-43aa-beba-a79cd9e38484-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"c2117258-5406-43aa-beba-a79cd9e38484-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"c2117258-5406-43aa-beba-a79cd9e38484-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"c2117258-5406-43aa-beba-a79cd9e38484-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3263,1872,'_wp_attached_file','2016/12/cc8b8f7f-20e1-4f69-88a9-dd40ea3c9d21.jpg'),(3264,1872,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/12/cc8b8f7f-20e1-4f69-88a9-dd40ea3c9d21.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"cc8b8f7f-20e1-4f69-88a9-dd40ea3c9d21-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"cc8b8f7f-20e1-4f69-88a9-dd40ea3c9d21-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"cc8b8f7f-20e1-4f69-88a9-dd40ea3c9d21-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"cc8b8f7f-20e1-4f69-88a9-dd40ea3c9d21-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"cc8b8f7f-20e1-4f69-88a9-dd40ea3c9d21-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"cc8b8f7f-20e1-4f69-88a9-dd40ea3c9d21-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"cc8b8f7f-20e1-4f69-88a9-dd40ea3c9d21-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"cc8b8f7f-20e1-4f69-88a9-dd40ea3c9d21-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"cc8b8f7f-20e1-4f69-88a9-dd40ea3c9d21-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"cc8b8f7f-20e1-4f69-88a9-dd40ea3c9d21-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"cc8b8f7f-20e1-4f69-88a9-dd40ea3c9d21-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"cc8b8f7f-20e1-4f69-88a9-dd40ea3c9d21-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"cc8b8f7f-20e1-4f69-88a9-dd40ea3c9d21-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"cc8b8f7f-20e1-4f69-88a9-dd40ea3c9d21-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"cc8b8f7f-20e1-4f69-88a9-dd40ea3c9d21-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"cc8b8f7f-20e1-4f69-88a9-dd40ea3c9d21-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3265,1873,'_wp_attached_file','2016/12/d4bc29b2-c230-47f2-b901-06adbb68f594.jpg'),(3266,1873,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/12/d4bc29b2-c230-47f2-b901-06adbb68f594.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"d4bc29b2-c230-47f2-b901-06adbb68f594-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"d4bc29b2-c230-47f2-b901-06adbb68f594-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"d4bc29b2-c230-47f2-b901-06adbb68f594-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"d4bc29b2-c230-47f2-b901-06adbb68f594-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"d4bc29b2-c230-47f2-b901-06adbb68f594-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"d4bc29b2-c230-47f2-b901-06adbb68f594-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"d4bc29b2-c230-47f2-b901-06adbb68f594-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"d4bc29b2-c230-47f2-b901-06adbb68f594-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"d4bc29b2-c230-47f2-b901-06adbb68f594-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"d4bc29b2-c230-47f2-b901-06adbb68f594-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"d4bc29b2-c230-47f2-b901-06adbb68f594-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"d4bc29b2-c230-47f2-b901-06adbb68f594-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"d4bc29b2-c230-47f2-b901-06adbb68f594-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"d4bc29b2-c230-47f2-b901-06adbb68f594-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"d4bc29b2-c230-47f2-b901-06adbb68f594-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"d4bc29b2-c230-47f2-b901-06adbb68f594-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3267,1866,'_thumbnail_id','1868'),(3268,1866,'_aviaLayoutBuilder_active','active'),(3269,1866,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://almeelws.com/ms_website/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\' Stone Cladding \' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_two_third][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'1867\'][/av_slide]\r\n[av_slide id=\'1868\'][/av_slide]\r\n[av_slide id=\'1869\'][/av_slide]\r\n[av_slide id=\'1870\'][/av_slide]\r\n[av_slide id=\'1871\'][/av_slide]\r\n[av_slide id=\'1872\'][/av_slide]\r\n[av_slide id=\'1873\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<strong>Name:</strong> Stone Cladding\r\n\r\n<strong>Brief Description:</strong> Is a layer of real or simulated stone applied to building or other structure made of a material other than stone. Stone cladding is sometimes applied to concrete and steel buildings as part of their original architectural design.\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\' Stone Cladding \' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_portfolio categories=\'8\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'DESC\']\r\n\r\n[/av_two_third][av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]'),(3270,1866,'_avia_builder_shortcode_tree','a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:6:{i:0;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:4;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:6:{i:0;a:3:{s:3:\"tag\";s:12:\"av_slideshow\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}i:2;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:3;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:4;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}i:5;a:3:{s:3:\"tag\";s:12:\"av_portfolio\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:6;}i:5;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:0;}}'),(3271,1866,'_portfolio_custom_link',''),(3272,1866,'_portfolio_custom_link_url','http://'),(3273,1866,'_preview_ids',''),(3274,1866,'_preview_display','gallery'),(3275,1866,'_preview_autorotation','disabled'),(3276,1866,'_preview_columns','6'),(3277,1866,'_preview_text',''),(3278,1866,'layout',''),(3279,1866,'sidebar',''),(3280,1866,'footer',''),(3281,1866,'header_title_bar',''),(3282,1866,'header_transparency',''),(3283,1866,'breadcrumb_parent',''),(3284,1866,'_avia_hide_featured_image','0'),(3285,1874,'_edit_last','1'),(3286,1874,'_edit_lock','1481176934:1'),(3287,1875,'_wp_attached_file','2016/12/3d8fdcfb-0d00-42da-bed8-21b0b55fd4c9.jpg'),(3288,1875,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/12/3d8fdcfb-0d00-42da-bed8-21b0b55fd4c9.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"3d8fdcfb-0d00-42da-bed8-21b0b55fd4c9-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"3d8fdcfb-0d00-42da-bed8-21b0b55fd4c9-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"3d8fdcfb-0d00-42da-bed8-21b0b55fd4c9-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"3d8fdcfb-0d00-42da-bed8-21b0b55fd4c9-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"3d8fdcfb-0d00-42da-bed8-21b0b55fd4c9-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"3d8fdcfb-0d00-42da-bed8-21b0b55fd4c9-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"3d8fdcfb-0d00-42da-bed8-21b0b55fd4c9-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"3d8fdcfb-0d00-42da-bed8-21b0b55fd4c9-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"3d8fdcfb-0d00-42da-bed8-21b0b55fd4c9-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"3d8fdcfb-0d00-42da-bed8-21b0b55fd4c9-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"3d8fdcfb-0d00-42da-bed8-21b0b55fd4c9-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"3d8fdcfb-0d00-42da-bed8-21b0b55fd4c9-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"3d8fdcfb-0d00-42da-bed8-21b0b55fd4c9-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"3d8fdcfb-0d00-42da-bed8-21b0b55fd4c9-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"3d8fdcfb-0d00-42da-bed8-21b0b55fd4c9-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"3d8fdcfb-0d00-42da-bed8-21b0b55fd4c9-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3289,1876,'_wp_attached_file','2016/12/05c0ca35-be53-44c3-800a-7be931771054.jpg'),(3290,1876,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/12/05c0ca35-be53-44c3-800a-7be931771054.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"05c0ca35-be53-44c3-800a-7be931771054-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"05c0ca35-be53-44c3-800a-7be931771054-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"05c0ca35-be53-44c3-800a-7be931771054-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"05c0ca35-be53-44c3-800a-7be931771054-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"05c0ca35-be53-44c3-800a-7be931771054-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"05c0ca35-be53-44c3-800a-7be931771054-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"05c0ca35-be53-44c3-800a-7be931771054-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"05c0ca35-be53-44c3-800a-7be931771054-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"05c0ca35-be53-44c3-800a-7be931771054-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"05c0ca35-be53-44c3-800a-7be931771054-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"05c0ca35-be53-44c3-800a-7be931771054-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"05c0ca35-be53-44c3-800a-7be931771054-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"05c0ca35-be53-44c3-800a-7be931771054-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"05c0ca35-be53-44c3-800a-7be931771054-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"05c0ca35-be53-44c3-800a-7be931771054-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"05c0ca35-be53-44c3-800a-7be931771054-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3291,1877,'_wp_attached_file','2016/12/10fa22ec-ee9c-42d2-9d6d-4833f59f982c.jpg'),(3292,1877,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/12/10fa22ec-ee9c-42d2-9d6d-4833f59f982c.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"10fa22ec-ee9c-42d2-9d6d-4833f59f982c-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"10fa22ec-ee9c-42d2-9d6d-4833f59f982c-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"10fa22ec-ee9c-42d2-9d6d-4833f59f982c-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"10fa22ec-ee9c-42d2-9d6d-4833f59f982c-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"10fa22ec-ee9c-42d2-9d6d-4833f59f982c-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"10fa22ec-ee9c-42d2-9d6d-4833f59f982c-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"10fa22ec-ee9c-42d2-9d6d-4833f59f982c-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"10fa22ec-ee9c-42d2-9d6d-4833f59f982c-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"10fa22ec-ee9c-42d2-9d6d-4833f59f982c-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"10fa22ec-ee9c-42d2-9d6d-4833f59f982c-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"10fa22ec-ee9c-42d2-9d6d-4833f59f982c-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"10fa22ec-ee9c-42d2-9d6d-4833f59f982c-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"10fa22ec-ee9c-42d2-9d6d-4833f59f982c-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"10fa22ec-ee9c-42d2-9d6d-4833f59f982c-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"10fa22ec-ee9c-42d2-9d6d-4833f59f982c-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"10fa22ec-ee9c-42d2-9d6d-4833f59f982c-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3293,1878,'_wp_attached_file','2016/12/764b0f45-ab3e-4d54-bd3d-f5d887f95e43.jpg'),(3294,1878,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/12/764b0f45-ab3e-4d54-bd3d-f5d887f95e43.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"764b0f45-ab3e-4d54-bd3d-f5d887f95e43-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"764b0f45-ab3e-4d54-bd3d-f5d887f95e43-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"764b0f45-ab3e-4d54-bd3d-f5d887f95e43-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"764b0f45-ab3e-4d54-bd3d-f5d887f95e43-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"764b0f45-ab3e-4d54-bd3d-f5d887f95e43-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"764b0f45-ab3e-4d54-bd3d-f5d887f95e43-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"764b0f45-ab3e-4d54-bd3d-f5d887f95e43-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"764b0f45-ab3e-4d54-bd3d-f5d887f95e43-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"764b0f45-ab3e-4d54-bd3d-f5d887f95e43-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"764b0f45-ab3e-4d54-bd3d-f5d887f95e43-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"764b0f45-ab3e-4d54-bd3d-f5d887f95e43-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"764b0f45-ab3e-4d54-bd3d-f5d887f95e43-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"764b0f45-ab3e-4d54-bd3d-f5d887f95e43-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"764b0f45-ab3e-4d54-bd3d-f5d887f95e43-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"764b0f45-ab3e-4d54-bd3d-f5d887f95e43-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"764b0f45-ab3e-4d54-bd3d-f5d887f95e43-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3295,1879,'_wp_attached_file','2016/12/4716e5ef-01b1-43d3-b8f7-0d572e5baaba.jpg'),(3296,1879,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/12/4716e5ef-01b1-43d3-b8f7-0d572e5baaba.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"4716e5ef-01b1-43d3-b8f7-0d572e5baaba-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"4716e5ef-01b1-43d3-b8f7-0d572e5baaba-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"4716e5ef-01b1-43d3-b8f7-0d572e5baaba-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"4716e5ef-01b1-43d3-b8f7-0d572e5baaba-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"4716e5ef-01b1-43d3-b8f7-0d572e5baaba-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"4716e5ef-01b1-43d3-b8f7-0d572e5baaba-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"4716e5ef-01b1-43d3-b8f7-0d572e5baaba-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"4716e5ef-01b1-43d3-b8f7-0d572e5baaba-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"4716e5ef-01b1-43d3-b8f7-0d572e5baaba-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"4716e5ef-01b1-43d3-b8f7-0d572e5baaba-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"4716e5ef-01b1-43d3-b8f7-0d572e5baaba-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"4716e5ef-01b1-43d3-b8f7-0d572e5baaba-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"4716e5ef-01b1-43d3-b8f7-0d572e5baaba-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"4716e5ef-01b1-43d3-b8f7-0d572e5baaba-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"4716e5ef-01b1-43d3-b8f7-0d572e5baaba-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"4716e5ef-01b1-43d3-b8f7-0d572e5baaba-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3297,1880,'_wp_attached_file','2016/12/dd228cd3-ecaa-49ef-aa4d-dfde81bda285.jpg'),(3298,1880,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/12/dd228cd3-ecaa-49ef-aa4d-dfde81bda285.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"dd228cd3-ecaa-49ef-aa4d-dfde81bda285-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"dd228cd3-ecaa-49ef-aa4d-dfde81bda285-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"dd228cd3-ecaa-49ef-aa4d-dfde81bda285-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"dd228cd3-ecaa-49ef-aa4d-dfde81bda285-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"dd228cd3-ecaa-49ef-aa4d-dfde81bda285-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"dd228cd3-ecaa-49ef-aa4d-dfde81bda285-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"dd228cd3-ecaa-49ef-aa4d-dfde81bda285-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"dd228cd3-ecaa-49ef-aa4d-dfde81bda285-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"dd228cd3-ecaa-49ef-aa4d-dfde81bda285-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"dd228cd3-ecaa-49ef-aa4d-dfde81bda285-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"dd228cd3-ecaa-49ef-aa4d-dfde81bda285-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"dd228cd3-ecaa-49ef-aa4d-dfde81bda285-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"dd228cd3-ecaa-49ef-aa4d-dfde81bda285-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"dd228cd3-ecaa-49ef-aa4d-dfde81bda285-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"dd228cd3-ecaa-49ef-aa4d-dfde81bda285-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"dd228cd3-ecaa-49ef-aa4d-dfde81bda285-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3299,1881,'_wp_attached_file','2016/12/e88eea61-a0b1-4a74-a241-355d906f52ba.jpg'),(3300,1881,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/12/e88eea61-a0b1-4a74-a241-355d906f52ba.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"e88eea61-a0b1-4a74-a241-355d906f52ba-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"e88eea61-a0b1-4a74-a241-355d906f52ba-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"e88eea61-a0b1-4a74-a241-355d906f52ba-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"e88eea61-a0b1-4a74-a241-355d906f52ba-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"e88eea61-a0b1-4a74-a241-355d906f52ba-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"e88eea61-a0b1-4a74-a241-355d906f52ba-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"e88eea61-a0b1-4a74-a241-355d906f52ba-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"e88eea61-a0b1-4a74-a241-355d906f52ba-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"e88eea61-a0b1-4a74-a241-355d906f52ba-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"e88eea61-a0b1-4a74-a241-355d906f52ba-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"e88eea61-a0b1-4a74-a241-355d906f52ba-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"e88eea61-a0b1-4a74-a241-355d906f52ba-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"e88eea61-a0b1-4a74-a241-355d906f52ba-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"e88eea61-a0b1-4a74-a241-355d906f52ba-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"e88eea61-a0b1-4a74-a241-355d906f52ba-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"e88eea61-a0b1-4a74-a241-355d906f52ba-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3301,1882,'_wp_attached_file','2016/12/e434cd1c-784b-4cdd-b1b4-6084e43b249b.jpg'),(3302,1882,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/12/e434cd1c-784b-4cdd-b1b4-6084e43b249b.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"e434cd1c-784b-4cdd-b1b4-6084e43b249b-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"e434cd1c-784b-4cdd-b1b4-6084e43b249b-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"e434cd1c-784b-4cdd-b1b4-6084e43b249b-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"e434cd1c-784b-4cdd-b1b4-6084e43b249b-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"e434cd1c-784b-4cdd-b1b4-6084e43b249b-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"e434cd1c-784b-4cdd-b1b4-6084e43b249b-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"e434cd1c-784b-4cdd-b1b4-6084e43b249b-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"e434cd1c-784b-4cdd-b1b4-6084e43b249b-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"e434cd1c-784b-4cdd-b1b4-6084e43b249b-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"e434cd1c-784b-4cdd-b1b4-6084e43b249b-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"e434cd1c-784b-4cdd-b1b4-6084e43b249b-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"e434cd1c-784b-4cdd-b1b4-6084e43b249b-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"e434cd1c-784b-4cdd-b1b4-6084e43b249b-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"e434cd1c-784b-4cdd-b1b4-6084e43b249b-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"e434cd1c-784b-4cdd-b1b4-6084e43b249b-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"e434cd1c-784b-4cdd-b1b4-6084e43b249b-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3303,1874,'_thumbnail_id','1878'),(3304,1874,'_aviaLayoutBuilder_active','active'); INSERT INTO `wp_postmeta` VALUES (3305,1874,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://almeelws.com/ms_website/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Water Feature \' tag=\'h2\' style=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#35404b\'][/av_heading]\r\n\r\n[/av_two_third][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'false\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'1875\'][/av_slide]\r\n[av_slide id=\'1876\'][/av_slide]\r\n[av_slide id=\'1877\'][/av_slide]\r\n[av_slide id=\'1878\'][/av_slide]\r\n[av_slide id=\'1879\'][/av_slide]\r\n[av_slide id=\'1880\'][/av_slide]\r\n[av_slide id=\'1881\'][/av_slide]\r\n[av_slide id=\'1882\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<strong>Name:</strong> Water Feature\r\n\r\n<strong>Brief Description:</strong> In landscape architecture and garden design,. Water feature is one or more items from a range of fountains, pools, ponds, cascades, waterfalls and streams.\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'More Services\' tag=\'h2\' style=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#35404b\'][/av_heading]\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_portfolio categories=\'8\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'DESC\']\r\n\r\n[/av_two_third][av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]\r\n\r\n'),(3306,1874,'_avia_builder_shortcode_tree','a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:6:{i:0;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:4;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:6:{i:0;a:3:{s:3:\"tag\";s:12:\"av_slideshow\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}i:2;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:3;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:4;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}i:5;a:3:{s:3:\"tag\";s:12:\"av_portfolio\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:6;}i:5;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:0;}}'),(3307,1874,'_portfolio_custom_link',''),(3308,1874,'_portfolio_custom_link_url','http://'),(3309,1874,'_preview_ids',''),(3310,1874,'_preview_display','gallery'),(3311,1874,'_preview_autorotation','disabled'),(3312,1874,'_preview_columns','6'),(3313,1874,'_preview_text',''),(3314,1874,'layout',''),(3315,1874,'sidebar',''),(3316,1874,'footer',''),(3317,1874,'header_title_bar',''),(3318,1874,'header_transparency',''),(3319,1874,'breadcrumb_parent',''),(3320,1874,'_avia_hide_featured_image','0'),(3321,1883,'_edit_last','1'),(3322,1883,'_edit_lock','1480849397:1'),(3323,1884,'_wp_attached_file','2016/12/0ce7a12c-ae39-4138-83f1-e6fc7caa206c.jpg'),(3324,1884,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/12/0ce7a12c-ae39-4138-83f1-e6fc7caa206c.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"0ce7a12c-ae39-4138-83f1-e6fc7caa206c-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"0ce7a12c-ae39-4138-83f1-e6fc7caa206c-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"0ce7a12c-ae39-4138-83f1-e6fc7caa206c-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"0ce7a12c-ae39-4138-83f1-e6fc7caa206c-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"0ce7a12c-ae39-4138-83f1-e6fc7caa206c-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"0ce7a12c-ae39-4138-83f1-e6fc7caa206c-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"0ce7a12c-ae39-4138-83f1-e6fc7caa206c-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"0ce7a12c-ae39-4138-83f1-e6fc7caa206c-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"0ce7a12c-ae39-4138-83f1-e6fc7caa206c-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"0ce7a12c-ae39-4138-83f1-e6fc7caa206c-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"0ce7a12c-ae39-4138-83f1-e6fc7caa206c-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"0ce7a12c-ae39-4138-83f1-e6fc7caa206c-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"0ce7a12c-ae39-4138-83f1-e6fc7caa206c-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"0ce7a12c-ae39-4138-83f1-e6fc7caa206c-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"0ce7a12c-ae39-4138-83f1-e6fc7caa206c-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"0ce7a12c-ae39-4138-83f1-e6fc7caa206c-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3325,1885,'_wp_attached_file','2016/12/1b59ac5c-5392-4186-bbf5-ad2ca86d2e05.jpg'),(3326,1885,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/12/1b59ac5c-5392-4186-bbf5-ad2ca86d2e05.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"1b59ac5c-5392-4186-bbf5-ad2ca86d2e05-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"1b59ac5c-5392-4186-bbf5-ad2ca86d2e05-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"1b59ac5c-5392-4186-bbf5-ad2ca86d2e05-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"1b59ac5c-5392-4186-bbf5-ad2ca86d2e05-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"1b59ac5c-5392-4186-bbf5-ad2ca86d2e05-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"1b59ac5c-5392-4186-bbf5-ad2ca86d2e05-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"1b59ac5c-5392-4186-bbf5-ad2ca86d2e05-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"1b59ac5c-5392-4186-bbf5-ad2ca86d2e05-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"1b59ac5c-5392-4186-bbf5-ad2ca86d2e05-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"1b59ac5c-5392-4186-bbf5-ad2ca86d2e05-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"1b59ac5c-5392-4186-bbf5-ad2ca86d2e05-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"1b59ac5c-5392-4186-bbf5-ad2ca86d2e05-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"1b59ac5c-5392-4186-bbf5-ad2ca86d2e05-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"1b59ac5c-5392-4186-bbf5-ad2ca86d2e05-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"1b59ac5c-5392-4186-bbf5-ad2ca86d2e05-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"1b59ac5c-5392-4186-bbf5-ad2ca86d2e05-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3327,1886,'_wp_attached_file','2016/12/1c2c38a1-2709-4ffa-a896-7c52e0f7e2a0.jpg'),(3328,1886,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/12/1c2c38a1-2709-4ffa-a896-7c52e0f7e2a0.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"1c2c38a1-2709-4ffa-a896-7c52e0f7e2a0-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"1c2c38a1-2709-4ffa-a896-7c52e0f7e2a0-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"1c2c38a1-2709-4ffa-a896-7c52e0f7e2a0-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"1c2c38a1-2709-4ffa-a896-7c52e0f7e2a0-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"1c2c38a1-2709-4ffa-a896-7c52e0f7e2a0-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"1c2c38a1-2709-4ffa-a896-7c52e0f7e2a0-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"1c2c38a1-2709-4ffa-a896-7c52e0f7e2a0-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"1c2c38a1-2709-4ffa-a896-7c52e0f7e2a0-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"1c2c38a1-2709-4ffa-a896-7c52e0f7e2a0-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"1c2c38a1-2709-4ffa-a896-7c52e0f7e2a0-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"1c2c38a1-2709-4ffa-a896-7c52e0f7e2a0-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"1c2c38a1-2709-4ffa-a896-7c52e0f7e2a0-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"1c2c38a1-2709-4ffa-a896-7c52e0f7e2a0-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"1c2c38a1-2709-4ffa-a896-7c52e0f7e2a0-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"1c2c38a1-2709-4ffa-a896-7c52e0f7e2a0-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"1c2c38a1-2709-4ffa-a896-7c52e0f7e2a0-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:22:\"OLYMPUS DIGITAL CAMERA\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3329,1887,'_wp_attached_file','2016/12/1f734bd1-4e77-406e-b994-0cbeb1d814a2.jpg'),(3330,1887,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/12/1f734bd1-4e77-406e-b994-0cbeb1d814a2.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"1f734bd1-4e77-406e-b994-0cbeb1d814a2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"1f734bd1-4e77-406e-b994-0cbeb1d814a2-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"1f734bd1-4e77-406e-b994-0cbeb1d814a2-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"1f734bd1-4e77-406e-b994-0cbeb1d814a2-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"1f734bd1-4e77-406e-b994-0cbeb1d814a2-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"1f734bd1-4e77-406e-b994-0cbeb1d814a2-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"1f734bd1-4e77-406e-b994-0cbeb1d814a2-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"1f734bd1-4e77-406e-b994-0cbeb1d814a2-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"1f734bd1-4e77-406e-b994-0cbeb1d814a2-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"1f734bd1-4e77-406e-b994-0cbeb1d814a2-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"1f734bd1-4e77-406e-b994-0cbeb1d814a2-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"1f734bd1-4e77-406e-b994-0cbeb1d814a2-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"1f734bd1-4e77-406e-b994-0cbeb1d814a2-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"1f734bd1-4e77-406e-b994-0cbeb1d814a2-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"1f734bd1-4e77-406e-b994-0cbeb1d814a2-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"1f734bd1-4e77-406e-b994-0cbeb1d814a2-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3331,1888,'_wp_attached_file','2016/12/32413918-cc32-4b4e-a2b1-1898c4b9c05e.jpg'),(3332,1888,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/12/32413918-cc32-4b4e-a2b1-1898c4b9c05e.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"32413918-cc32-4b4e-a2b1-1898c4b9c05e-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"32413918-cc32-4b4e-a2b1-1898c4b9c05e-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"32413918-cc32-4b4e-a2b1-1898c4b9c05e-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"32413918-cc32-4b4e-a2b1-1898c4b9c05e-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"32413918-cc32-4b4e-a2b1-1898c4b9c05e-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"32413918-cc32-4b4e-a2b1-1898c4b9c05e-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"32413918-cc32-4b4e-a2b1-1898c4b9c05e-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"32413918-cc32-4b4e-a2b1-1898c4b9c05e-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"32413918-cc32-4b4e-a2b1-1898c4b9c05e-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"32413918-cc32-4b4e-a2b1-1898c4b9c05e-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"32413918-cc32-4b4e-a2b1-1898c4b9c05e-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"32413918-cc32-4b4e-a2b1-1898c4b9c05e-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"32413918-cc32-4b4e-a2b1-1898c4b9c05e-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"32413918-cc32-4b4e-a2b1-1898c4b9c05e-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"32413918-cc32-4b4e-a2b1-1898c4b9c05e-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"32413918-cc32-4b4e-a2b1-1898c4b9c05e-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3333,1889,'_wp_attached_file','2016/12/b11d2d4d-f103-4444-8f38-e5c051b285d3.jpg'),(3334,1889,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/12/b11d2d4d-f103-4444-8f38-e5c051b285d3.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"b11d2d4d-f103-4444-8f38-e5c051b285d3-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"b11d2d4d-f103-4444-8f38-e5c051b285d3-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"b11d2d4d-f103-4444-8f38-e5c051b285d3-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"b11d2d4d-f103-4444-8f38-e5c051b285d3-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"b11d2d4d-f103-4444-8f38-e5c051b285d3-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"b11d2d4d-f103-4444-8f38-e5c051b285d3-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"b11d2d4d-f103-4444-8f38-e5c051b285d3-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"b11d2d4d-f103-4444-8f38-e5c051b285d3-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"b11d2d4d-f103-4444-8f38-e5c051b285d3-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"b11d2d4d-f103-4444-8f38-e5c051b285d3-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"b11d2d4d-f103-4444-8f38-e5c051b285d3-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"b11d2d4d-f103-4444-8f38-e5c051b285d3-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"b11d2d4d-f103-4444-8f38-e5c051b285d3-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"b11d2d4d-f103-4444-8f38-e5c051b285d3-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"b11d2d4d-f103-4444-8f38-e5c051b285d3-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"b11d2d4d-f103-4444-8f38-e5c051b285d3-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3335,1890,'_wp_attached_file','2016/12/d375c1c7-05f5-46c9-ba35-7696115ac82f.jpg'),(3336,1890,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/12/d375c1c7-05f5-46c9-ba35-7696115ac82f.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"d375c1c7-05f5-46c9-ba35-7696115ac82f-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"d375c1c7-05f5-46c9-ba35-7696115ac82f-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"d375c1c7-05f5-46c9-ba35-7696115ac82f-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"d375c1c7-05f5-46c9-ba35-7696115ac82f-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"d375c1c7-05f5-46c9-ba35-7696115ac82f-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"d375c1c7-05f5-46c9-ba35-7696115ac82f-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"d375c1c7-05f5-46c9-ba35-7696115ac82f-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"d375c1c7-05f5-46c9-ba35-7696115ac82f-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"d375c1c7-05f5-46c9-ba35-7696115ac82f-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"d375c1c7-05f5-46c9-ba35-7696115ac82f-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"d375c1c7-05f5-46c9-ba35-7696115ac82f-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"d375c1c7-05f5-46c9-ba35-7696115ac82f-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"d375c1c7-05f5-46c9-ba35-7696115ac82f-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"d375c1c7-05f5-46c9-ba35-7696115ac82f-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"d375c1c7-05f5-46c9-ba35-7696115ac82f-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"d375c1c7-05f5-46c9-ba35-7696115ac82f-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3337,1883,'_thumbnail_id','1888'),(3338,1883,'_aviaLayoutBuilder_active','active'),(3339,1883,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://almeelws.com/ms_website/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\' Fountain and Water Lake \' tag=\'h2\' style=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#35404b\'][/av_heading]\r\n\r\n[/av_two_third][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'1884\'][/av_slide]\r\n[av_slide id=\'1885\'][/av_slide]\r\n[av_slide id=\'1886\'][/av_slide]\r\n[av_slide id=\'1887\'][/av_slide]\r\n[av_slide id=\'1888\'][/av_slide]\r\n[av_slide id=\'1889\'][/av_slide]\r\n[av_slide id=\'1890\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<strong>Name:</strong> Fountain and Water Lake\r\n\r\n<strong>Brief Description:</strong> Is a piece of architecture which pours water into a basin or jets it into the air to supply drinking water and/or for decorative or dramatic effect. Fountains were originally purely functional, connected to springs or aqueducts and used to provide drinking water and water for bathing and washing to the residents of cities, towns and villages.\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'More Services\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#35404b\'][/av_heading]\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_portfolio categories=\'8\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'DESC\']\r\n\r\n[/av_two_third][av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]'),(3340,1883,'_avia_builder_shortcode_tree','a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:6:{i:0;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:4;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:6:{i:0;a:3:{s:3:\"tag\";s:12:\"av_slideshow\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}i:2;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:3;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:4;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}i:5;a:3:{s:3:\"tag\";s:12:\"av_portfolio\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:6;}i:5;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:0;}}'),(3341,1883,'_portfolio_custom_link',''),(3342,1883,'_portfolio_custom_link_url','http://'),(3343,1883,'_preview_ids',''),(3344,1883,'_preview_display','gallery'),(3345,1883,'_preview_autorotation','disabled'),(3346,1883,'_preview_columns','6'),(3347,1883,'_preview_text',''),(3348,1883,'layout',''),(3349,1883,'sidebar',''),(3350,1883,'footer',''),(3351,1883,'header_title_bar',''),(3352,1883,'header_transparency',''),(3353,1883,'breadcrumb_parent',''),(3354,1883,'_avia_hide_featured_image','0'),(3355,1891,'_edit_last','1'),(3356,1891,'_edit_lock','1481177041:1'),(3357,1892,'_wp_attached_file','2016/12/1c58e5f1-ab81-4591-93ba-cd2316e86a6e.jpg'),(3358,1892,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/12/1c58e5f1-ab81-4591-93ba-cd2316e86a6e.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"1c58e5f1-ab81-4591-93ba-cd2316e86a6e-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"1c58e5f1-ab81-4591-93ba-cd2316e86a6e-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"1c58e5f1-ab81-4591-93ba-cd2316e86a6e-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"1c58e5f1-ab81-4591-93ba-cd2316e86a6e-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"1c58e5f1-ab81-4591-93ba-cd2316e86a6e-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"1c58e5f1-ab81-4591-93ba-cd2316e86a6e-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"1c58e5f1-ab81-4591-93ba-cd2316e86a6e-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"1c58e5f1-ab81-4591-93ba-cd2316e86a6e-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"1c58e5f1-ab81-4591-93ba-cd2316e86a6e-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"1c58e5f1-ab81-4591-93ba-cd2316e86a6e-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"1c58e5f1-ab81-4591-93ba-cd2316e86a6e-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"1c58e5f1-ab81-4591-93ba-cd2316e86a6e-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"1c58e5f1-ab81-4591-93ba-cd2316e86a6e-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"1c58e5f1-ab81-4591-93ba-cd2316e86a6e-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"1c58e5f1-ab81-4591-93ba-cd2316e86a6e-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"1c58e5f1-ab81-4591-93ba-cd2316e86a6e-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3359,1893,'_wp_attached_file','2016/12/3dcbd9b5-cdc0-4090-9d9a-da82f89e7cad.jpg'),(3360,1893,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/12/3dcbd9b5-cdc0-4090-9d9a-da82f89e7cad.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"3dcbd9b5-cdc0-4090-9d9a-da82f89e7cad-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"3dcbd9b5-cdc0-4090-9d9a-da82f89e7cad-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"3dcbd9b5-cdc0-4090-9d9a-da82f89e7cad-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"3dcbd9b5-cdc0-4090-9d9a-da82f89e7cad-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"3dcbd9b5-cdc0-4090-9d9a-da82f89e7cad-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"3dcbd9b5-cdc0-4090-9d9a-da82f89e7cad-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"3dcbd9b5-cdc0-4090-9d9a-da82f89e7cad-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"3dcbd9b5-cdc0-4090-9d9a-da82f89e7cad-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"3dcbd9b5-cdc0-4090-9d9a-da82f89e7cad-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"3dcbd9b5-cdc0-4090-9d9a-da82f89e7cad-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"3dcbd9b5-cdc0-4090-9d9a-da82f89e7cad-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"3dcbd9b5-cdc0-4090-9d9a-da82f89e7cad-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"3dcbd9b5-cdc0-4090-9d9a-da82f89e7cad-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"3dcbd9b5-cdc0-4090-9d9a-da82f89e7cad-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"3dcbd9b5-cdc0-4090-9d9a-da82f89e7cad-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"3dcbd9b5-cdc0-4090-9d9a-da82f89e7cad-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3361,1894,'_wp_attached_file','2016/12/4ad5bc92-9bcd-414a-a73f-78a4c1a5b469.jpg'),(3362,1894,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/12/4ad5bc92-9bcd-414a-a73f-78a4c1a5b469.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"4ad5bc92-9bcd-414a-a73f-78a4c1a5b469-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"4ad5bc92-9bcd-414a-a73f-78a4c1a5b469-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"4ad5bc92-9bcd-414a-a73f-78a4c1a5b469-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"4ad5bc92-9bcd-414a-a73f-78a4c1a5b469-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"4ad5bc92-9bcd-414a-a73f-78a4c1a5b469-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"4ad5bc92-9bcd-414a-a73f-78a4c1a5b469-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"4ad5bc92-9bcd-414a-a73f-78a4c1a5b469-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"4ad5bc92-9bcd-414a-a73f-78a4c1a5b469-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"4ad5bc92-9bcd-414a-a73f-78a4c1a5b469-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"4ad5bc92-9bcd-414a-a73f-78a4c1a5b469-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"4ad5bc92-9bcd-414a-a73f-78a4c1a5b469-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"4ad5bc92-9bcd-414a-a73f-78a4c1a5b469-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"4ad5bc92-9bcd-414a-a73f-78a4c1a5b469-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"4ad5bc92-9bcd-414a-a73f-78a4c1a5b469-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"4ad5bc92-9bcd-414a-a73f-78a4c1a5b469-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"4ad5bc92-9bcd-414a-a73f-78a4c1a5b469-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3363,1895,'_wp_attached_file','2016/12/5e1a53db-d8bf-419b-8fef-7fde93068539.jpg'),(3364,1895,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/12/5e1a53db-d8bf-419b-8fef-7fde93068539.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"5e1a53db-d8bf-419b-8fef-7fde93068539-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"5e1a53db-d8bf-419b-8fef-7fde93068539-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"5e1a53db-d8bf-419b-8fef-7fde93068539-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"5e1a53db-d8bf-419b-8fef-7fde93068539-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"5e1a53db-d8bf-419b-8fef-7fde93068539-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"5e1a53db-d8bf-419b-8fef-7fde93068539-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"5e1a53db-d8bf-419b-8fef-7fde93068539-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"5e1a53db-d8bf-419b-8fef-7fde93068539-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"5e1a53db-d8bf-419b-8fef-7fde93068539-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"5e1a53db-d8bf-419b-8fef-7fde93068539-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"5e1a53db-d8bf-419b-8fef-7fde93068539-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"5e1a53db-d8bf-419b-8fef-7fde93068539-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"5e1a53db-d8bf-419b-8fef-7fde93068539-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"5e1a53db-d8bf-419b-8fef-7fde93068539-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"5e1a53db-d8bf-419b-8fef-7fde93068539-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"5e1a53db-d8bf-419b-8fef-7fde93068539-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3365,1896,'_wp_attached_file','2016/12/9650ea2d-c5d2-4a6b-965e-4de04fb8117e.jpg'),(3366,1896,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/12/9650ea2d-c5d2-4a6b-965e-4de04fb8117e.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"9650ea2d-c5d2-4a6b-965e-4de04fb8117e-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"9650ea2d-c5d2-4a6b-965e-4de04fb8117e-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"9650ea2d-c5d2-4a6b-965e-4de04fb8117e-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"9650ea2d-c5d2-4a6b-965e-4de04fb8117e-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"9650ea2d-c5d2-4a6b-965e-4de04fb8117e-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"9650ea2d-c5d2-4a6b-965e-4de04fb8117e-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"9650ea2d-c5d2-4a6b-965e-4de04fb8117e-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"9650ea2d-c5d2-4a6b-965e-4de04fb8117e-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"9650ea2d-c5d2-4a6b-965e-4de04fb8117e-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"9650ea2d-c5d2-4a6b-965e-4de04fb8117e-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"9650ea2d-c5d2-4a6b-965e-4de04fb8117e-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"9650ea2d-c5d2-4a6b-965e-4de04fb8117e-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"9650ea2d-c5d2-4a6b-965e-4de04fb8117e-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"9650ea2d-c5d2-4a6b-965e-4de04fb8117e-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"9650ea2d-c5d2-4a6b-965e-4de04fb8117e-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"9650ea2d-c5d2-4a6b-965e-4de04fb8117e-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3367,1897,'_wp_attached_file','2016/12/47333080-b651-42fe-860b-26a03035a9f1.jpg'),(3368,1897,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/12/47333080-b651-42fe-860b-26a03035a9f1.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"47333080-b651-42fe-860b-26a03035a9f1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"47333080-b651-42fe-860b-26a03035a9f1-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"47333080-b651-42fe-860b-26a03035a9f1-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"47333080-b651-42fe-860b-26a03035a9f1-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"47333080-b651-42fe-860b-26a03035a9f1-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"47333080-b651-42fe-860b-26a03035a9f1-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"47333080-b651-42fe-860b-26a03035a9f1-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"47333080-b651-42fe-860b-26a03035a9f1-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"47333080-b651-42fe-860b-26a03035a9f1-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"47333080-b651-42fe-860b-26a03035a9f1-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"47333080-b651-42fe-860b-26a03035a9f1-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"47333080-b651-42fe-860b-26a03035a9f1-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"47333080-b651-42fe-860b-26a03035a9f1-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"47333080-b651-42fe-860b-26a03035a9f1-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"47333080-b651-42fe-860b-26a03035a9f1-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"47333080-b651-42fe-860b-26a03035a9f1-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3369,1898,'_wp_attached_file','2016/12/65361077-e9a2-4d38-a344-4fe7f96a0b03.jpg'),(3370,1898,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/12/65361077-e9a2-4d38-a344-4fe7f96a0b03.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"65361077-e9a2-4d38-a344-4fe7f96a0b03-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"65361077-e9a2-4d38-a344-4fe7f96a0b03-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"65361077-e9a2-4d38-a344-4fe7f96a0b03-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"65361077-e9a2-4d38-a344-4fe7f96a0b03-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"65361077-e9a2-4d38-a344-4fe7f96a0b03-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"65361077-e9a2-4d38-a344-4fe7f96a0b03-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"65361077-e9a2-4d38-a344-4fe7f96a0b03-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"65361077-e9a2-4d38-a344-4fe7f96a0b03-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"65361077-e9a2-4d38-a344-4fe7f96a0b03-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"65361077-e9a2-4d38-a344-4fe7f96a0b03-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"65361077-e9a2-4d38-a344-4fe7f96a0b03-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"65361077-e9a2-4d38-a344-4fe7f96a0b03-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"65361077-e9a2-4d38-a344-4fe7f96a0b03-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"65361077-e9a2-4d38-a344-4fe7f96a0b03-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"65361077-e9a2-4d38-a344-4fe7f96a0b03-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"65361077-e9a2-4d38-a344-4fe7f96a0b03-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3371,1899,'_wp_attached_file','2016/12/b238e6d5-f84f-475e-9e92-39a8448fbc9d.jpg'),(3372,1899,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/12/b238e6d5-f84f-475e-9e92-39a8448fbc9d.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"b238e6d5-f84f-475e-9e92-39a8448fbc9d-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"b238e6d5-f84f-475e-9e92-39a8448fbc9d-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"b238e6d5-f84f-475e-9e92-39a8448fbc9d-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"b238e6d5-f84f-475e-9e92-39a8448fbc9d-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"b238e6d5-f84f-475e-9e92-39a8448fbc9d-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"b238e6d5-f84f-475e-9e92-39a8448fbc9d-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"b238e6d5-f84f-475e-9e92-39a8448fbc9d-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"b238e6d5-f84f-475e-9e92-39a8448fbc9d-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"b238e6d5-f84f-475e-9e92-39a8448fbc9d-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"b238e6d5-f84f-475e-9e92-39a8448fbc9d-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"b238e6d5-f84f-475e-9e92-39a8448fbc9d-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"b238e6d5-f84f-475e-9e92-39a8448fbc9d-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"b238e6d5-f84f-475e-9e92-39a8448fbc9d-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"b238e6d5-f84f-475e-9e92-39a8448fbc9d-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"b238e6d5-f84f-475e-9e92-39a8448fbc9d-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"b238e6d5-f84f-475e-9e92-39a8448fbc9d-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3373,1900,'_wp_attached_file','2016/12/f0d5d6f1-7663-4051-8e4a-18340e8c04e8.jpg'),(3374,1900,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/12/f0d5d6f1-7663-4051-8e4a-18340e8c04e8.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"f0d5d6f1-7663-4051-8e4a-18340e8c04e8-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"f0d5d6f1-7663-4051-8e4a-18340e8c04e8-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"f0d5d6f1-7663-4051-8e4a-18340e8c04e8-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"f0d5d6f1-7663-4051-8e4a-18340e8c04e8-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"f0d5d6f1-7663-4051-8e4a-18340e8c04e8-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"f0d5d6f1-7663-4051-8e4a-18340e8c04e8-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"f0d5d6f1-7663-4051-8e4a-18340e8c04e8-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"f0d5d6f1-7663-4051-8e4a-18340e8c04e8-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"f0d5d6f1-7663-4051-8e4a-18340e8c04e8-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"f0d5d6f1-7663-4051-8e4a-18340e8c04e8-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"f0d5d6f1-7663-4051-8e4a-18340e8c04e8-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"f0d5d6f1-7663-4051-8e4a-18340e8c04e8-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"f0d5d6f1-7663-4051-8e4a-18340e8c04e8-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"f0d5d6f1-7663-4051-8e4a-18340e8c04e8-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"f0d5d6f1-7663-4051-8e4a-18340e8c04e8-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"f0d5d6f1-7663-4051-8e4a-18340e8c04e8-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3375,1901,'_wp_attached_file','2016/12/f5e5a0a5-3376-44ee-91e2-1eb3521f3306.jpg'),(3376,1901,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/12/f5e5a0a5-3376-44ee-91e2-1eb3521f3306.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"f5e5a0a5-3376-44ee-91e2-1eb3521f3306-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"f5e5a0a5-3376-44ee-91e2-1eb3521f3306-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"f5e5a0a5-3376-44ee-91e2-1eb3521f3306-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"f5e5a0a5-3376-44ee-91e2-1eb3521f3306-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"f5e5a0a5-3376-44ee-91e2-1eb3521f3306-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"f5e5a0a5-3376-44ee-91e2-1eb3521f3306-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"f5e5a0a5-3376-44ee-91e2-1eb3521f3306-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"f5e5a0a5-3376-44ee-91e2-1eb3521f3306-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"f5e5a0a5-3376-44ee-91e2-1eb3521f3306-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"f5e5a0a5-3376-44ee-91e2-1eb3521f3306-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"f5e5a0a5-3376-44ee-91e2-1eb3521f3306-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"f5e5a0a5-3376-44ee-91e2-1eb3521f3306-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"f5e5a0a5-3376-44ee-91e2-1eb3521f3306-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"f5e5a0a5-3376-44ee-91e2-1eb3521f3306-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"f5e5a0a5-3376-44ee-91e2-1eb3521f3306-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"f5e5a0a5-3376-44ee-91e2-1eb3521f3306-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3377,1902,'_wp_attached_file','2016/12/ff030ad4-2d34-4610-b408-0b5f6deff6dd.jpg'),(3378,1902,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/12/ff030ad4-2d34-4610-b408-0b5f6deff6dd.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"ff030ad4-2d34-4610-b408-0b5f6deff6dd-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"ff030ad4-2d34-4610-b408-0b5f6deff6dd-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"ff030ad4-2d34-4610-b408-0b5f6deff6dd-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"ff030ad4-2d34-4610-b408-0b5f6deff6dd-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"ff030ad4-2d34-4610-b408-0b5f6deff6dd-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"ff030ad4-2d34-4610-b408-0b5f6deff6dd-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"ff030ad4-2d34-4610-b408-0b5f6deff6dd-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"ff030ad4-2d34-4610-b408-0b5f6deff6dd-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"ff030ad4-2d34-4610-b408-0b5f6deff6dd-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"ff030ad4-2d34-4610-b408-0b5f6deff6dd-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"ff030ad4-2d34-4610-b408-0b5f6deff6dd-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"ff030ad4-2d34-4610-b408-0b5f6deff6dd-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"ff030ad4-2d34-4610-b408-0b5f6deff6dd-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"ff030ad4-2d34-4610-b408-0b5f6deff6dd-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"ff030ad4-2d34-4610-b408-0b5f6deff6dd-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"ff030ad4-2d34-4610-b408-0b5f6deff6dd-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3379,1891,'_thumbnail_id','1902'),(3380,1891,'_aviaLayoutBuilder_active','active'),(3381,1891,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://almeelws.com/ms_website/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\' Parking Shade \' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_two_third][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'false\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'1892\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1893\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1894\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1895\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1896\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1897\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1898\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1899\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1900\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1901\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1902\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<strong>Name:</strong> Parking Shade\r\n\r\n<strong>Brief Description:</strong> Is a small structure where a car or a vehicle can go to get out of the sun or rain.\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'More Services\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_portfolio categories=\'8\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'DESC\']\r\n\r\n[/av_two_third][av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]'),(3382,1891,'_avia_builder_shortcode_tree','a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:6:{i:0;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:4;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:6:{i:0;a:3:{s:3:\"tag\";s:12:\"av_slideshow\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}i:2;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:3;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:4;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}i:5;a:3:{s:3:\"tag\";s:12:\"av_portfolio\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:6;}i:5;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:0;}}'),(3383,1891,'_portfolio_custom_link',''),(3384,1891,'_portfolio_custom_link_url','http://'),(3385,1891,'_preview_ids',''),(3386,1891,'_preview_display','gallery'),(3387,1891,'_preview_autorotation','disabled'),(3388,1891,'_preview_columns','6'),(3389,1891,'_preview_text',''),(3390,1891,'layout',''),(3391,1891,'sidebar',''),(3392,1891,'footer',''),(3393,1891,'header_title_bar',''),(3394,1891,'header_transparency',''),(3395,1891,'breadcrumb_parent',''),(3396,1891,'_avia_hide_featured_image','0'),(3397,1903,'_edit_last','1'),(3398,1903,'_edit_lock','1480588137:1'),(3399,1904,'_wp_attached_file','2016/12/0bfc8f5c-0e12-484e-950c-d686fe7903c8.jpg'),(3400,1904,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/12/0bfc8f5c-0e12-484e-950c-d686fe7903c8.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"0bfc8f5c-0e12-484e-950c-d686fe7903c8-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"0bfc8f5c-0e12-484e-950c-d686fe7903c8-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"0bfc8f5c-0e12-484e-950c-d686fe7903c8-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"0bfc8f5c-0e12-484e-950c-d686fe7903c8-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"0bfc8f5c-0e12-484e-950c-d686fe7903c8-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"0bfc8f5c-0e12-484e-950c-d686fe7903c8-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"0bfc8f5c-0e12-484e-950c-d686fe7903c8-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"0bfc8f5c-0e12-484e-950c-d686fe7903c8-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"0bfc8f5c-0e12-484e-950c-d686fe7903c8-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"0bfc8f5c-0e12-484e-950c-d686fe7903c8-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"0bfc8f5c-0e12-484e-950c-d686fe7903c8-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"0bfc8f5c-0e12-484e-950c-d686fe7903c8-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"0bfc8f5c-0e12-484e-950c-d686fe7903c8-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"0bfc8f5c-0e12-484e-950c-d686fe7903c8-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"0bfc8f5c-0e12-484e-950c-d686fe7903c8-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"0bfc8f5c-0e12-484e-950c-d686fe7903c8-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3401,1905,'_wp_attached_file','2016/12/01f73573-0275-4a6f-b1e6-d8368f7e11c4.jpg'),(3402,1905,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:800;s:4:\"file\";s:48:\"2016/12/01f73573-0275-4a6f-b1e6-d8368f7e11c4.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"01f73573-0275-4a6f-b1e6-d8368f7e11c4-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"01f73573-0275-4a6f-b1e6-d8368f7e11c4-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"01f73573-0275-4a6f-b1e6-d8368f7e11c4-768x614.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"01f73573-0275-4a6f-b1e6-d8368f7e11c4-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"01f73573-0275-4a6f-b1e6-d8368f7e11c4-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"01f73573-0275-4a6f-b1e6-d8368f7e11c4-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:49:\"01f73573-0275-4a6f-b1e6-d8368f7e11c4-1000x630.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"01f73573-0275-4a6f-b1e6-d8368f7e11c4-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"01f73573-0275-4a6f-b1e6-d8368f7e11c4-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"01f73573-0275-4a6f-b1e6-d8368f7e11c4-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"01f73573-0275-4a6f-b1e6-d8368f7e11c4-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"01f73573-0275-4a6f-b1e6-d8368f7e11c4-705x564.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"01f73573-0275-4a6f-b1e6-d8368f7e11c4-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"01f73573-0275-4a6f-b1e6-d8368f7e11c4-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"01f73573-0275-4a6f-b1e6-d8368f7e11c4-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"01f73573-0275-4a6f-b1e6-d8368f7e11c4-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"01f73573-0275-4a6f-b1e6-d8368f7e11c4-450x360.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3403,1906,'_wp_attached_file','2016/12/2c5358ee-3032-4140-8a9d-3116f4c38228.jpg'),(3404,1906,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/12/2c5358ee-3032-4140-8a9d-3116f4c38228.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"2c5358ee-3032-4140-8a9d-3116f4c38228-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"2c5358ee-3032-4140-8a9d-3116f4c38228-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"2c5358ee-3032-4140-8a9d-3116f4c38228-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"2c5358ee-3032-4140-8a9d-3116f4c38228-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"2c5358ee-3032-4140-8a9d-3116f4c38228-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"2c5358ee-3032-4140-8a9d-3116f4c38228-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"2c5358ee-3032-4140-8a9d-3116f4c38228-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"2c5358ee-3032-4140-8a9d-3116f4c38228-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"2c5358ee-3032-4140-8a9d-3116f4c38228-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"2c5358ee-3032-4140-8a9d-3116f4c38228-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"2c5358ee-3032-4140-8a9d-3116f4c38228-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"2c5358ee-3032-4140-8a9d-3116f4c38228-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"2c5358ee-3032-4140-8a9d-3116f4c38228-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"2c5358ee-3032-4140-8a9d-3116f4c38228-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"2c5358ee-3032-4140-8a9d-3116f4c38228-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"2c5358ee-3032-4140-8a9d-3116f4c38228-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3405,1907,'_wp_attached_file','2016/12/3ba4dd64-b96a-4c8f-b889-d86d1af93804.jpg'),(3406,1907,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/12/3ba4dd64-b96a-4c8f-b889-d86d1af93804.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"3ba4dd64-b96a-4c8f-b889-d86d1af93804-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"3ba4dd64-b96a-4c8f-b889-d86d1af93804-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"3ba4dd64-b96a-4c8f-b889-d86d1af93804-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"3ba4dd64-b96a-4c8f-b889-d86d1af93804-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"3ba4dd64-b96a-4c8f-b889-d86d1af93804-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"3ba4dd64-b96a-4c8f-b889-d86d1af93804-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"3ba4dd64-b96a-4c8f-b889-d86d1af93804-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"3ba4dd64-b96a-4c8f-b889-d86d1af93804-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"3ba4dd64-b96a-4c8f-b889-d86d1af93804-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"3ba4dd64-b96a-4c8f-b889-d86d1af93804-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"3ba4dd64-b96a-4c8f-b889-d86d1af93804-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"3ba4dd64-b96a-4c8f-b889-d86d1af93804-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"3ba4dd64-b96a-4c8f-b889-d86d1af93804-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"3ba4dd64-b96a-4c8f-b889-d86d1af93804-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"3ba4dd64-b96a-4c8f-b889-d86d1af93804-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"3ba4dd64-b96a-4c8f-b889-d86d1af93804-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3407,1908,'_wp_attached_file','2016/12/5b4ee071-23d9-43dd-ab94-70acd5abb66d.jpg'),(3408,1908,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/12/5b4ee071-23d9-43dd-ab94-70acd5abb66d.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"5b4ee071-23d9-43dd-ab94-70acd5abb66d-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"5b4ee071-23d9-43dd-ab94-70acd5abb66d-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"5b4ee071-23d9-43dd-ab94-70acd5abb66d-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"5b4ee071-23d9-43dd-ab94-70acd5abb66d-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"5b4ee071-23d9-43dd-ab94-70acd5abb66d-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"5b4ee071-23d9-43dd-ab94-70acd5abb66d-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"5b4ee071-23d9-43dd-ab94-70acd5abb66d-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"5b4ee071-23d9-43dd-ab94-70acd5abb66d-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"5b4ee071-23d9-43dd-ab94-70acd5abb66d-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"5b4ee071-23d9-43dd-ab94-70acd5abb66d-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"5b4ee071-23d9-43dd-ab94-70acd5abb66d-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"5b4ee071-23d9-43dd-ab94-70acd5abb66d-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"5b4ee071-23d9-43dd-ab94-70acd5abb66d-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"5b4ee071-23d9-43dd-ab94-70acd5abb66d-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"5b4ee071-23d9-43dd-ab94-70acd5abb66d-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"5b4ee071-23d9-43dd-ab94-70acd5abb66d-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3409,1909,'_wp_attached_file','2016/12/8f7c61a8-dd1b-4e2c-9d6f-0b788ff02fa5.jpg'),(3410,1909,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/12/8f7c61a8-dd1b-4e2c-9d6f-0b788ff02fa5.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"8f7c61a8-dd1b-4e2c-9d6f-0b788ff02fa5-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"8f7c61a8-dd1b-4e2c-9d6f-0b788ff02fa5-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"8f7c61a8-dd1b-4e2c-9d6f-0b788ff02fa5-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"8f7c61a8-dd1b-4e2c-9d6f-0b788ff02fa5-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"8f7c61a8-dd1b-4e2c-9d6f-0b788ff02fa5-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"8f7c61a8-dd1b-4e2c-9d6f-0b788ff02fa5-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"8f7c61a8-dd1b-4e2c-9d6f-0b788ff02fa5-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"8f7c61a8-dd1b-4e2c-9d6f-0b788ff02fa5-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"8f7c61a8-dd1b-4e2c-9d6f-0b788ff02fa5-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"8f7c61a8-dd1b-4e2c-9d6f-0b788ff02fa5-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"8f7c61a8-dd1b-4e2c-9d6f-0b788ff02fa5-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"8f7c61a8-dd1b-4e2c-9d6f-0b788ff02fa5-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"8f7c61a8-dd1b-4e2c-9d6f-0b788ff02fa5-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"8f7c61a8-dd1b-4e2c-9d6f-0b788ff02fa5-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"8f7c61a8-dd1b-4e2c-9d6f-0b788ff02fa5-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"8f7c61a8-dd1b-4e2c-9d6f-0b788ff02fa5-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3411,1910,'_wp_attached_file','2016/12/31b5f993-dc02-4687-a29d-6f38d973ec45.jpg'),(3412,1910,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/12/31b5f993-dc02-4687-a29d-6f38d973ec45.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"31b5f993-dc02-4687-a29d-6f38d973ec45-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"31b5f993-dc02-4687-a29d-6f38d973ec45-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"31b5f993-dc02-4687-a29d-6f38d973ec45-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"31b5f993-dc02-4687-a29d-6f38d973ec45-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"31b5f993-dc02-4687-a29d-6f38d973ec45-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"31b5f993-dc02-4687-a29d-6f38d973ec45-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"31b5f993-dc02-4687-a29d-6f38d973ec45-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"31b5f993-dc02-4687-a29d-6f38d973ec45-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"31b5f993-dc02-4687-a29d-6f38d973ec45-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"31b5f993-dc02-4687-a29d-6f38d973ec45-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"31b5f993-dc02-4687-a29d-6f38d973ec45-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"31b5f993-dc02-4687-a29d-6f38d973ec45-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"31b5f993-dc02-4687-a29d-6f38d973ec45-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"31b5f993-dc02-4687-a29d-6f38d973ec45-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"31b5f993-dc02-4687-a29d-6f38d973ec45-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"31b5f993-dc02-4687-a29d-6f38d973ec45-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3413,1911,'_wp_attached_file','2016/12/36e4bd57-923e-4052-a29c-feac630adf45.jpg'),(3414,1911,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/12/36e4bd57-923e-4052-a29c-feac630adf45.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"36e4bd57-923e-4052-a29c-feac630adf45-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"36e4bd57-923e-4052-a29c-feac630adf45-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"36e4bd57-923e-4052-a29c-feac630adf45-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"36e4bd57-923e-4052-a29c-feac630adf45-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"36e4bd57-923e-4052-a29c-feac630adf45-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"36e4bd57-923e-4052-a29c-feac630adf45-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"36e4bd57-923e-4052-a29c-feac630adf45-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"36e4bd57-923e-4052-a29c-feac630adf45-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"36e4bd57-923e-4052-a29c-feac630adf45-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"36e4bd57-923e-4052-a29c-feac630adf45-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"36e4bd57-923e-4052-a29c-feac630adf45-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"36e4bd57-923e-4052-a29c-feac630adf45-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"36e4bd57-923e-4052-a29c-feac630adf45-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"36e4bd57-923e-4052-a29c-feac630adf45-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"36e4bd57-923e-4052-a29c-feac630adf45-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"36e4bd57-923e-4052-a29c-feac630adf45-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3415,1912,'_wp_attached_file','2016/12/38ac0de8-dcd2-4077-b51f-eb36f7fcec70.jpg'),(3416,1912,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/12/38ac0de8-dcd2-4077-b51f-eb36f7fcec70.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"38ac0de8-dcd2-4077-b51f-eb36f7fcec70-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"38ac0de8-dcd2-4077-b51f-eb36f7fcec70-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"38ac0de8-dcd2-4077-b51f-eb36f7fcec70-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"38ac0de8-dcd2-4077-b51f-eb36f7fcec70-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"38ac0de8-dcd2-4077-b51f-eb36f7fcec70-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"38ac0de8-dcd2-4077-b51f-eb36f7fcec70-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"38ac0de8-dcd2-4077-b51f-eb36f7fcec70-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"38ac0de8-dcd2-4077-b51f-eb36f7fcec70-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"38ac0de8-dcd2-4077-b51f-eb36f7fcec70-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"38ac0de8-dcd2-4077-b51f-eb36f7fcec70-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"38ac0de8-dcd2-4077-b51f-eb36f7fcec70-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"38ac0de8-dcd2-4077-b51f-eb36f7fcec70-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"38ac0de8-dcd2-4077-b51f-eb36f7fcec70-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"38ac0de8-dcd2-4077-b51f-eb36f7fcec70-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"38ac0de8-dcd2-4077-b51f-eb36f7fcec70-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"38ac0de8-dcd2-4077-b51f-eb36f7fcec70-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3417,1913,'_wp_attached_file','2016/12/49c6fdcf-443b-4d93-a255-3d16094d0d8a.jpg'),(3418,1913,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/12/49c6fdcf-443b-4d93-a255-3d16094d0d8a.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"49c6fdcf-443b-4d93-a255-3d16094d0d8a-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"49c6fdcf-443b-4d93-a255-3d16094d0d8a-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"49c6fdcf-443b-4d93-a255-3d16094d0d8a-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"49c6fdcf-443b-4d93-a255-3d16094d0d8a-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"49c6fdcf-443b-4d93-a255-3d16094d0d8a-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"49c6fdcf-443b-4d93-a255-3d16094d0d8a-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"49c6fdcf-443b-4d93-a255-3d16094d0d8a-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"49c6fdcf-443b-4d93-a255-3d16094d0d8a-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"49c6fdcf-443b-4d93-a255-3d16094d0d8a-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"49c6fdcf-443b-4d93-a255-3d16094d0d8a-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"49c6fdcf-443b-4d93-a255-3d16094d0d8a-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"49c6fdcf-443b-4d93-a255-3d16094d0d8a-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"49c6fdcf-443b-4d93-a255-3d16094d0d8a-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"49c6fdcf-443b-4d93-a255-3d16094d0d8a-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"49c6fdcf-443b-4d93-a255-3d16094d0d8a-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"49c6fdcf-443b-4d93-a255-3d16094d0d8a-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3419,1914,'_wp_attached_file','2016/12/455a13f7-1c07-4f4b-92d5-f8c33468ab0a.jpg'),(3420,1914,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/12/455a13f7-1c07-4f4b-92d5-f8c33468ab0a.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"455a13f7-1c07-4f4b-92d5-f8c33468ab0a-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"455a13f7-1c07-4f4b-92d5-f8c33468ab0a-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"455a13f7-1c07-4f4b-92d5-f8c33468ab0a-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"455a13f7-1c07-4f4b-92d5-f8c33468ab0a-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"455a13f7-1c07-4f4b-92d5-f8c33468ab0a-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"455a13f7-1c07-4f4b-92d5-f8c33468ab0a-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"455a13f7-1c07-4f4b-92d5-f8c33468ab0a-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"455a13f7-1c07-4f4b-92d5-f8c33468ab0a-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"455a13f7-1c07-4f4b-92d5-f8c33468ab0a-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"455a13f7-1c07-4f4b-92d5-f8c33468ab0a-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"455a13f7-1c07-4f4b-92d5-f8c33468ab0a-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"455a13f7-1c07-4f4b-92d5-f8c33468ab0a-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"455a13f7-1c07-4f4b-92d5-f8c33468ab0a-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"455a13f7-1c07-4f4b-92d5-f8c33468ab0a-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"455a13f7-1c07-4f4b-92d5-f8c33468ab0a-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"455a13f7-1c07-4f4b-92d5-f8c33468ab0a-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3421,1915,'_wp_attached_file','2016/12/768e0c8e-b90b-486d-ada3-f5f7f7e043b5.jpg'),(3422,1915,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/12/768e0c8e-b90b-486d-ada3-f5f7f7e043b5.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"768e0c8e-b90b-486d-ada3-f5f7f7e043b5-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"768e0c8e-b90b-486d-ada3-f5f7f7e043b5-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"768e0c8e-b90b-486d-ada3-f5f7f7e043b5-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"768e0c8e-b90b-486d-ada3-f5f7f7e043b5-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"768e0c8e-b90b-486d-ada3-f5f7f7e043b5-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"768e0c8e-b90b-486d-ada3-f5f7f7e043b5-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"768e0c8e-b90b-486d-ada3-f5f7f7e043b5-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"768e0c8e-b90b-486d-ada3-f5f7f7e043b5-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"768e0c8e-b90b-486d-ada3-f5f7f7e043b5-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"768e0c8e-b90b-486d-ada3-f5f7f7e043b5-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"768e0c8e-b90b-486d-ada3-f5f7f7e043b5-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"768e0c8e-b90b-486d-ada3-f5f7f7e043b5-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"768e0c8e-b90b-486d-ada3-f5f7f7e043b5-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"768e0c8e-b90b-486d-ada3-f5f7f7e043b5-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"768e0c8e-b90b-486d-ada3-f5f7f7e043b5-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"768e0c8e-b90b-486d-ada3-f5f7f7e043b5-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3423,1916,'_wp_attached_file','2016/12/5369ec37-6564-4a60-a8d6-65978c9bb200.jpg'),(3424,1916,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/12/5369ec37-6564-4a60-a8d6-65978c9bb200.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"5369ec37-6564-4a60-a8d6-65978c9bb200-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"5369ec37-6564-4a60-a8d6-65978c9bb200-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"5369ec37-6564-4a60-a8d6-65978c9bb200-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"5369ec37-6564-4a60-a8d6-65978c9bb200-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"5369ec37-6564-4a60-a8d6-65978c9bb200-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"5369ec37-6564-4a60-a8d6-65978c9bb200-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"5369ec37-6564-4a60-a8d6-65978c9bb200-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"5369ec37-6564-4a60-a8d6-65978c9bb200-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"5369ec37-6564-4a60-a8d6-65978c9bb200-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"5369ec37-6564-4a60-a8d6-65978c9bb200-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"5369ec37-6564-4a60-a8d6-65978c9bb200-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"5369ec37-6564-4a60-a8d6-65978c9bb200-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"5369ec37-6564-4a60-a8d6-65978c9bb200-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"5369ec37-6564-4a60-a8d6-65978c9bb200-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"5369ec37-6564-4a60-a8d6-65978c9bb200-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"5369ec37-6564-4a60-a8d6-65978c9bb200-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3425,1917,'_wp_attached_file','2016/12/8337b062-375b-420d-83eb-d8bc657a0bd5.jpg'),(3426,1917,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/12/8337b062-375b-420d-83eb-d8bc657a0bd5.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"8337b062-375b-420d-83eb-d8bc657a0bd5-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"8337b062-375b-420d-83eb-d8bc657a0bd5-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"8337b062-375b-420d-83eb-d8bc657a0bd5-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"8337b062-375b-420d-83eb-d8bc657a0bd5-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"8337b062-375b-420d-83eb-d8bc657a0bd5-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"8337b062-375b-420d-83eb-d8bc657a0bd5-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"8337b062-375b-420d-83eb-d8bc657a0bd5-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"8337b062-375b-420d-83eb-d8bc657a0bd5-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"8337b062-375b-420d-83eb-d8bc657a0bd5-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"8337b062-375b-420d-83eb-d8bc657a0bd5-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"8337b062-375b-420d-83eb-d8bc657a0bd5-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"8337b062-375b-420d-83eb-d8bc657a0bd5-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"8337b062-375b-420d-83eb-d8bc657a0bd5-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"8337b062-375b-420d-83eb-d8bc657a0bd5-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"8337b062-375b-420d-83eb-d8bc657a0bd5-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"8337b062-375b-420d-83eb-d8bc657a0bd5-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3427,1918,'_wp_attached_file','2016/12/9978e678-7d8a-43b4-b1f3-d41c579d8b0e.jpg'),(3428,1918,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/12/9978e678-7d8a-43b4-b1f3-d41c579d8b0e.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"9978e678-7d8a-43b4-b1f3-d41c579d8b0e-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"9978e678-7d8a-43b4-b1f3-d41c579d8b0e-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"9978e678-7d8a-43b4-b1f3-d41c579d8b0e-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"9978e678-7d8a-43b4-b1f3-d41c579d8b0e-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"9978e678-7d8a-43b4-b1f3-d41c579d8b0e-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"9978e678-7d8a-43b4-b1f3-d41c579d8b0e-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"9978e678-7d8a-43b4-b1f3-d41c579d8b0e-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"9978e678-7d8a-43b4-b1f3-d41c579d8b0e-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"9978e678-7d8a-43b4-b1f3-d41c579d8b0e-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"9978e678-7d8a-43b4-b1f3-d41c579d8b0e-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"9978e678-7d8a-43b4-b1f3-d41c579d8b0e-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"9978e678-7d8a-43b4-b1f3-d41c579d8b0e-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"9978e678-7d8a-43b4-b1f3-d41c579d8b0e-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"9978e678-7d8a-43b4-b1f3-d41c579d8b0e-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"9978e678-7d8a-43b4-b1f3-d41c579d8b0e-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"9978e678-7d8a-43b4-b1f3-d41c579d8b0e-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3429,1919,'_wp_attached_file','2016/12/39304a47-00de-4f3a-ac30-4bfa11e7f42d.jpg'),(3430,1919,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:800;s:4:\"file\";s:48:\"2016/12/39304a47-00de-4f3a-ac30-4bfa11e7f42d.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"39304a47-00de-4f3a-ac30-4bfa11e7f42d-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"39304a47-00de-4f3a-ac30-4bfa11e7f42d-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"39304a47-00de-4f3a-ac30-4bfa11e7f42d-768x614.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"39304a47-00de-4f3a-ac30-4bfa11e7f42d-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"39304a47-00de-4f3a-ac30-4bfa11e7f42d-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"39304a47-00de-4f3a-ac30-4bfa11e7f42d-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:49:\"39304a47-00de-4f3a-ac30-4bfa11e7f42d-1000x630.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"39304a47-00de-4f3a-ac30-4bfa11e7f42d-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"39304a47-00de-4f3a-ac30-4bfa11e7f42d-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"39304a47-00de-4f3a-ac30-4bfa11e7f42d-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"39304a47-00de-4f3a-ac30-4bfa11e7f42d-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"39304a47-00de-4f3a-ac30-4bfa11e7f42d-705x564.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"39304a47-00de-4f3a-ac30-4bfa11e7f42d-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"39304a47-00de-4f3a-ac30-4bfa11e7f42d-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"39304a47-00de-4f3a-ac30-4bfa11e7f42d-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"39304a47-00de-4f3a-ac30-4bfa11e7f42d-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"39304a47-00de-4f3a-ac30-4bfa11e7f42d-450x360.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3431,1920,'_wp_attached_file','2016/12/444196b6-8167-40c7-84c8-149f812542b5.jpg'),(3432,1920,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/12/444196b6-8167-40c7-84c8-149f812542b5.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"444196b6-8167-40c7-84c8-149f812542b5-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"444196b6-8167-40c7-84c8-149f812542b5-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"444196b6-8167-40c7-84c8-149f812542b5-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"444196b6-8167-40c7-84c8-149f812542b5-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"444196b6-8167-40c7-84c8-149f812542b5-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"444196b6-8167-40c7-84c8-149f812542b5-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"444196b6-8167-40c7-84c8-149f812542b5-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"444196b6-8167-40c7-84c8-149f812542b5-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"444196b6-8167-40c7-84c8-149f812542b5-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"444196b6-8167-40c7-84c8-149f812542b5-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"444196b6-8167-40c7-84c8-149f812542b5-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"444196b6-8167-40c7-84c8-149f812542b5-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"444196b6-8167-40c7-84c8-149f812542b5-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"444196b6-8167-40c7-84c8-149f812542b5-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"444196b6-8167-40c7-84c8-149f812542b5-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"444196b6-8167-40c7-84c8-149f812542b5-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3433,1921,'_wp_attached_file','2016/12/474597c7-791d-49b4-8070-5fd3ad85d099.jpg'),(3434,1921,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/12/474597c7-791d-49b4-8070-5fd3ad85d099.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"474597c7-791d-49b4-8070-5fd3ad85d099-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"474597c7-791d-49b4-8070-5fd3ad85d099-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"474597c7-791d-49b4-8070-5fd3ad85d099-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"474597c7-791d-49b4-8070-5fd3ad85d099-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"474597c7-791d-49b4-8070-5fd3ad85d099-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"474597c7-791d-49b4-8070-5fd3ad85d099-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"474597c7-791d-49b4-8070-5fd3ad85d099-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"474597c7-791d-49b4-8070-5fd3ad85d099-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"474597c7-791d-49b4-8070-5fd3ad85d099-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"474597c7-791d-49b4-8070-5fd3ad85d099-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"474597c7-791d-49b4-8070-5fd3ad85d099-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"474597c7-791d-49b4-8070-5fd3ad85d099-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"474597c7-791d-49b4-8070-5fd3ad85d099-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"474597c7-791d-49b4-8070-5fd3ad85d099-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"474597c7-791d-49b4-8070-5fd3ad85d099-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"474597c7-791d-49b4-8070-5fd3ad85d099-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3435,1922,'_wp_attached_file','2016/12/623719eb-97d2-4461-bbb7-a1cc591f4778.jpg'),(3436,1922,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/12/623719eb-97d2-4461-bbb7-a1cc591f4778.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"623719eb-97d2-4461-bbb7-a1cc591f4778-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"623719eb-97d2-4461-bbb7-a1cc591f4778-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"623719eb-97d2-4461-bbb7-a1cc591f4778-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"623719eb-97d2-4461-bbb7-a1cc591f4778-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"623719eb-97d2-4461-bbb7-a1cc591f4778-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"623719eb-97d2-4461-bbb7-a1cc591f4778-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"623719eb-97d2-4461-bbb7-a1cc591f4778-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"623719eb-97d2-4461-bbb7-a1cc591f4778-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"623719eb-97d2-4461-bbb7-a1cc591f4778-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"623719eb-97d2-4461-bbb7-a1cc591f4778-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"623719eb-97d2-4461-bbb7-a1cc591f4778-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"623719eb-97d2-4461-bbb7-a1cc591f4778-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"623719eb-97d2-4461-bbb7-a1cc591f4778-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"623719eb-97d2-4461-bbb7-a1cc591f4778-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"623719eb-97d2-4461-bbb7-a1cc591f4778-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"623719eb-97d2-4461-bbb7-a1cc591f4778-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3437,1923,'_wp_attached_file','2016/12/a7040f15-c97e-4314-915f-14bb5e240bc3.jpg'),(3438,1923,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/12/a7040f15-c97e-4314-915f-14bb5e240bc3.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"a7040f15-c97e-4314-915f-14bb5e240bc3-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"a7040f15-c97e-4314-915f-14bb5e240bc3-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"a7040f15-c97e-4314-915f-14bb5e240bc3-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"a7040f15-c97e-4314-915f-14bb5e240bc3-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"a7040f15-c97e-4314-915f-14bb5e240bc3-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"a7040f15-c97e-4314-915f-14bb5e240bc3-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"a7040f15-c97e-4314-915f-14bb5e240bc3-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"a7040f15-c97e-4314-915f-14bb5e240bc3-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"a7040f15-c97e-4314-915f-14bb5e240bc3-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"a7040f15-c97e-4314-915f-14bb5e240bc3-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"a7040f15-c97e-4314-915f-14bb5e240bc3-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"a7040f15-c97e-4314-915f-14bb5e240bc3-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"a7040f15-c97e-4314-915f-14bb5e240bc3-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"a7040f15-c97e-4314-915f-14bb5e240bc3-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"a7040f15-c97e-4314-915f-14bb5e240bc3-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"a7040f15-c97e-4314-915f-14bb5e240bc3-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3439,1924,'_wp_attached_file','2016/12/abab2b52-5f6b-4550-9339-b7fd8f53c441.jpg'),(3440,1924,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/12/abab2b52-5f6b-4550-9339-b7fd8f53c441.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"abab2b52-5f6b-4550-9339-b7fd8f53c441-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"abab2b52-5f6b-4550-9339-b7fd8f53c441-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"abab2b52-5f6b-4550-9339-b7fd8f53c441-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"abab2b52-5f6b-4550-9339-b7fd8f53c441-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"abab2b52-5f6b-4550-9339-b7fd8f53c441-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"abab2b52-5f6b-4550-9339-b7fd8f53c441-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"abab2b52-5f6b-4550-9339-b7fd8f53c441-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"abab2b52-5f6b-4550-9339-b7fd8f53c441-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"abab2b52-5f6b-4550-9339-b7fd8f53c441-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"abab2b52-5f6b-4550-9339-b7fd8f53c441-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"abab2b52-5f6b-4550-9339-b7fd8f53c441-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"abab2b52-5f6b-4550-9339-b7fd8f53c441-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"abab2b52-5f6b-4550-9339-b7fd8f53c441-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"abab2b52-5f6b-4550-9339-b7fd8f53c441-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"abab2b52-5f6b-4550-9339-b7fd8f53c441-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"abab2b52-5f6b-4550-9339-b7fd8f53c441-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3441,1925,'_wp_attached_file','2016/12/b0f39b1c-3789-457f-a940-d363bf0a9862.jpg'),(3442,1925,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/12/b0f39b1c-3789-457f-a940-d363bf0a9862.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"b0f39b1c-3789-457f-a940-d363bf0a9862-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"b0f39b1c-3789-457f-a940-d363bf0a9862-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"b0f39b1c-3789-457f-a940-d363bf0a9862-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"b0f39b1c-3789-457f-a940-d363bf0a9862-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"b0f39b1c-3789-457f-a940-d363bf0a9862-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"b0f39b1c-3789-457f-a940-d363bf0a9862-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"b0f39b1c-3789-457f-a940-d363bf0a9862-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"b0f39b1c-3789-457f-a940-d363bf0a9862-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"b0f39b1c-3789-457f-a940-d363bf0a9862-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"b0f39b1c-3789-457f-a940-d363bf0a9862-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"b0f39b1c-3789-457f-a940-d363bf0a9862-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"b0f39b1c-3789-457f-a940-d363bf0a9862-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"b0f39b1c-3789-457f-a940-d363bf0a9862-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"b0f39b1c-3789-457f-a940-d363bf0a9862-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"b0f39b1c-3789-457f-a940-d363bf0a9862-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"b0f39b1c-3789-457f-a940-d363bf0a9862-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3443,1926,'_wp_attached_file','2016/12/b7b7c7f2-889f-4b65-8a0c-682c93c41079.jpg'),(3444,1926,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/12/b7b7c7f2-889f-4b65-8a0c-682c93c41079.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"b7b7c7f2-889f-4b65-8a0c-682c93c41079-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"b7b7c7f2-889f-4b65-8a0c-682c93c41079-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"b7b7c7f2-889f-4b65-8a0c-682c93c41079-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"b7b7c7f2-889f-4b65-8a0c-682c93c41079-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"b7b7c7f2-889f-4b65-8a0c-682c93c41079-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"b7b7c7f2-889f-4b65-8a0c-682c93c41079-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"b7b7c7f2-889f-4b65-8a0c-682c93c41079-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"b7b7c7f2-889f-4b65-8a0c-682c93c41079-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"b7b7c7f2-889f-4b65-8a0c-682c93c41079-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"b7b7c7f2-889f-4b65-8a0c-682c93c41079-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"b7b7c7f2-889f-4b65-8a0c-682c93c41079-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"b7b7c7f2-889f-4b65-8a0c-682c93c41079-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"b7b7c7f2-889f-4b65-8a0c-682c93c41079-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"b7b7c7f2-889f-4b65-8a0c-682c93c41079-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"b7b7c7f2-889f-4b65-8a0c-682c93c41079-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"b7b7c7f2-889f-4b65-8a0c-682c93c41079-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3445,1927,'_wp_attached_file','2016/12/bf508634-50ab-45a4-bcba-cae120661057.jpg'),(3446,1927,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/12/bf508634-50ab-45a4-bcba-cae120661057.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"bf508634-50ab-45a4-bcba-cae120661057-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"bf508634-50ab-45a4-bcba-cae120661057-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"bf508634-50ab-45a4-bcba-cae120661057-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"bf508634-50ab-45a4-bcba-cae120661057-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"bf508634-50ab-45a4-bcba-cae120661057-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"bf508634-50ab-45a4-bcba-cae120661057-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"bf508634-50ab-45a4-bcba-cae120661057-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"bf508634-50ab-45a4-bcba-cae120661057-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"bf508634-50ab-45a4-bcba-cae120661057-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"bf508634-50ab-45a4-bcba-cae120661057-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"bf508634-50ab-45a4-bcba-cae120661057-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"bf508634-50ab-45a4-bcba-cae120661057-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"bf508634-50ab-45a4-bcba-cae120661057-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"bf508634-50ab-45a4-bcba-cae120661057-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"bf508634-50ab-45a4-bcba-cae120661057-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"bf508634-50ab-45a4-bcba-cae120661057-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3447,1928,'_wp_attached_file','2016/12/bfdbfac4-1972-4346-a69e-e5ef7175df27.jpg'),(3448,1928,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/12/bfdbfac4-1972-4346-a69e-e5ef7175df27.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"bfdbfac4-1972-4346-a69e-e5ef7175df27-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"bfdbfac4-1972-4346-a69e-e5ef7175df27-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"bfdbfac4-1972-4346-a69e-e5ef7175df27-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"bfdbfac4-1972-4346-a69e-e5ef7175df27-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"bfdbfac4-1972-4346-a69e-e5ef7175df27-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"bfdbfac4-1972-4346-a69e-e5ef7175df27-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"bfdbfac4-1972-4346-a69e-e5ef7175df27-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"bfdbfac4-1972-4346-a69e-e5ef7175df27-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"bfdbfac4-1972-4346-a69e-e5ef7175df27-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"bfdbfac4-1972-4346-a69e-e5ef7175df27-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"bfdbfac4-1972-4346-a69e-e5ef7175df27-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"bfdbfac4-1972-4346-a69e-e5ef7175df27-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"bfdbfac4-1972-4346-a69e-e5ef7175df27-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"bfdbfac4-1972-4346-a69e-e5ef7175df27-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"bfdbfac4-1972-4346-a69e-e5ef7175df27-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"bfdbfac4-1972-4346-a69e-e5ef7175df27-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3449,1929,'_wp_attached_file','2016/12/d35f7db9-77f4-4e21-8705-0ffba09828c5.jpg'),(3450,1929,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/12/d35f7db9-77f4-4e21-8705-0ffba09828c5.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"d35f7db9-77f4-4e21-8705-0ffba09828c5-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"d35f7db9-77f4-4e21-8705-0ffba09828c5-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"d35f7db9-77f4-4e21-8705-0ffba09828c5-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"d35f7db9-77f4-4e21-8705-0ffba09828c5-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"d35f7db9-77f4-4e21-8705-0ffba09828c5-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"d35f7db9-77f4-4e21-8705-0ffba09828c5-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"d35f7db9-77f4-4e21-8705-0ffba09828c5-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"d35f7db9-77f4-4e21-8705-0ffba09828c5-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"d35f7db9-77f4-4e21-8705-0ffba09828c5-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"d35f7db9-77f4-4e21-8705-0ffba09828c5-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"d35f7db9-77f4-4e21-8705-0ffba09828c5-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"d35f7db9-77f4-4e21-8705-0ffba09828c5-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"d35f7db9-77f4-4e21-8705-0ffba09828c5-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"d35f7db9-77f4-4e21-8705-0ffba09828c5-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"d35f7db9-77f4-4e21-8705-0ffba09828c5-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"d35f7db9-77f4-4e21-8705-0ffba09828c5-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3451,1930,'_wp_attached_file','2016/12/e409a5c3-bb5d-4279-9d55-31f0a2631a85.jpg'),(3452,1930,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/12/e409a5c3-bb5d-4279-9d55-31f0a2631a85.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"e409a5c3-bb5d-4279-9d55-31f0a2631a85-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"e409a5c3-bb5d-4279-9d55-31f0a2631a85-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"e409a5c3-bb5d-4279-9d55-31f0a2631a85-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"e409a5c3-bb5d-4279-9d55-31f0a2631a85-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"e409a5c3-bb5d-4279-9d55-31f0a2631a85-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"e409a5c3-bb5d-4279-9d55-31f0a2631a85-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"e409a5c3-bb5d-4279-9d55-31f0a2631a85-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"e409a5c3-bb5d-4279-9d55-31f0a2631a85-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"e409a5c3-bb5d-4279-9d55-31f0a2631a85-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"e409a5c3-bb5d-4279-9d55-31f0a2631a85-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"e409a5c3-bb5d-4279-9d55-31f0a2631a85-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"e409a5c3-bb5d-4279-9d55-31f0a2631a85-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"e409a5c3-bb5d-4279-9d55-31f0a2631a85-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"e409a5c3-bb5d-4279-9d55-31f0a2631a85-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"e409a5c3-bb5d-4279-9d55-31f0a2631a85-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"e409a5c3-bb5d-4279-9d55-31f0a2631a85-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3453,1931,'_wp_attached_file','2016/12/fc00a111-8306-4fa3-a59f-be42ebe093d6.jpg'),(3454,1931,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/12/fc00a111-8306-4fa3-a59f-be42ebe093d6.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"fc00a111-8306-4fa3-a59f-be42ebe093d6-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"fc00a111-8306-4fa3-a59f-be42ebe093d6-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"fc00a111-8306-4fa3-a59f-be42ebe093d6-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"fc00a111-8306-4fa3-a59f-be42ebe093d6-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"fc00a111-8306-4fa3-a59f-be42ebe093d6-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"fc00a111-8306-4fa3-a59f-be42ebe093d6-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"fc00a111-8306-4fa3-a59f-be42ebe093d6-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"fc00a111-8306-4fa3-a59f-be42ebe093d6-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"fc00a111-8306-4fa3-a59f-be42ebe093d6-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"fc00a111-8306-4fa3-a59f-be42ebe093d6-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"fc00a111-8306-4fa3-a59f-be42ebe093d6-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"fc00a111-8306-4fa3-a59f-be42ebe093d6-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"fc00a111-8306-4fa3-a59f-be42ebe093d6-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"fc00a111-8306-4fa3-a59f-be42ebe093d6-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"fc00a111-8306-4fa3-a59f-be42ebe093d6-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"fc00a111-8306-4fa3-a59f-be42ebe093d6-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3455,1903,'_thumbnail_id','1905'),(3456,1903,'_aviaLayoutBuilder_active','active'),(3457,1903,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://almeelws.com/ms_website/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Landscape Design \' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_two_third][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'1931\'][/av_slide]\r\n[av_slide id=\'1912\'][/av_slide]\r\n[av_slide id=\'1905\'][/av_slide]\r\n[av_slide id=\'1906\'][/av_slide]\r\n[av_slide id=\'1907\'][/av_slide]\r\n[av_slide id=\'1908\'][/av_slide]\r\n[av_slide id=\'1909\'][/av_slide]\r\n[av_slide id=\'1911\'][/av_slide]\r\n[av_slide id=\'1910\'][/av_slide]\r\n[av_slide id=\'1913\'][/av_slide]\r\n[av_slide id=\'1914\'][/av_slide]\r\n[av_slide id=\'1915\'][/av_slide]\r\n[av_slide id=\'1917\'][/av_slide]\r\n[av_slide id=\'1916\'][/av_slide]\r\n[av_slide id=\'1918\'][/av_slide]\r\n[av_slide id=\'1919\'][/av_slide]\r\n[av_slide id=\'1920\'][/av_slide]\r\n[av_slide id=\'1921\'][/av_slide]\r\n[av_slide id=\'1922\'][/av_slide]\r\n[av_slide id=\'1923\'][/av_slide]\r\n[av_slide id=\'1924\'][/av_slide]\r\n[av_slide id=\'1925\'][/av_slide]\r\n[av_slide id=\'1926\'][/av_slide]\r\n[av_slide id=\'1927\'][/av_slide]\r\n[av_slide id=\'1928\'][/av_slide]\r\n[av_slide id=\'1929\'][/av_slide]\r\n[av_slide id=\'1930\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<strong>Name:</strong> Landscape Design\r\n\r\n<strong>Brief Description:</strong> Is an independent profession and a design and art tradition, practiced by landscape designers, combining nature and culture. In contemporary practice landscape design bridges between landscape architecture and garden design.\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'More Services\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#35404b\'][/av_heading]\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_portfolio categories=\'8\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'DESC\']\r\n\r\n[/av_two_third][av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]'),(3458,1903,'_avia_builder_shortcode_tree','a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:6:{i:0;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:4;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:6:{i:0;a:3:{s:3:\"tag\";s:12:\"av_slideshow\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}i:2;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:3;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:4;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}i:5;a:3:{s:3:\"tag\";s:12:\"av_portfolio\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:6;}i:5;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:0;}}'),(3459,1903,'_portfolio_custom_link',''),(3460,1903,'_portfolio_custom_link_url','http://'),(3461,1903,'_preview_ids',''),(3462,1903,'_preview_display','gallery'),(3463,1903,'_preview_autorotation','disabled'),(3464,1903,'_preview_columns','6'),(3465,1903,'_preview_text',''),(3466,1903,'layout',''),(3467,1903,'sidebar',''),(3468,1903,'footer',''),(3469,1903,'header_title_bar',''),(3470,1903,'header_transparency',''),(3471,1903,'breadcrumb_parent',''),(3472,1903,'_avia_hide_featured_image','0'),(3473,1607,'_edit_last','1'),(3474,1609,'_edit_lock','1480582032:1'),(3475,1609,'_edit_last','1'),(3476,1608,'_edit_lock','1480582170:1'),(3477,1608,'_edit_last','1'),(3478,1937,'_edit_last','1'),(3479,1937,'_edit_lock','1481177128:1'),(3480,1938,'_wp_attached_file','2016/12/2f0d0071-b174-4a15-89d8-c59816783793.jpg'),(3481,1938,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/12/2f0d0071-b174-4a15-89d8-c59816783793.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"2f0d0071-b174-4a15-89d8-c59816783793-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"2f0d0071-b174-4a15-89d8-c59816783793-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"2f0d0071-b174-4a15-89d8-c59816783793-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"2f0d0071-b174-4a15-89d8-c59816783793-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"2f0d0071-b174-4a15-89d8-c59816783793-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"2f0d0071-b174-4a15-89d8-c59816783793-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"2f0d0071-b174-4a15-89d8-c59816783793-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"2f0d0071-b174-4a15-89d8-c59816783793-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"2f0d0071-b174-4a15-89d8-c59816783793-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"2f0d0071-b174-4a15-89d8-c59816783793-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"2f0d0071-b174-4a15-89d8-c59816783793-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"2f0d0071-b174-4a15-89d8-c59816783793-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"2f0d0071-b174-4a15-89d8-c59816783793-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"2f0d0071-b174-4a15-89d8-c59816783793-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"2f0d0071-b174-4a15-89d8-c59816783793-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"2f0d0071-b174-4a15-89d8-c59816783793-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3482,1939,'_wp_attached_file','2016/12/678f346c-3eda-4a47-adbc-141b17e73ff5.jpg'),(3483,1939,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/12/678f346c-3eda-4a47-adbc-141b17e73ff5.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"678f346c-3eda-4a47-adbc-141b17e73ff5-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"678f346c-3eda-4a47-adbc-141b17e73ff5-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"678f346c-3eda-4a47-adbc-141b17e73ff5-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"678f346c-3eda-4a47-adbc-141b17e73ff5-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"678f346c-3eda-4a47-adbc-141b17e73ff5-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"678f346c-3eda-4a47-adbc-141b17e73ff5-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"678f346c-3eda-4a47-adbc-141b17e73ff5-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"678f346c-3eda-4a47-adbc-141b17e73ff5-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"678f346c-3eda-4a47-adbc-141b17e73ff5-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"678f346c-3eda-4a47-adbc-141b17e73ff5-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"678f346c-3eda-4a47-adbc-141b17e73ff5-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"678f346c-3eda-4a47-adbc-141b17e73ff5-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"678f346c-3eda-4a47-adbc-141b17e73ff5-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"678f346c-3eda-4a47-adbc-141b17e73ff5-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"678f346c-3eda-4a47-adbc-141b17e73ff5-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"678f346c-3eda-4a47-adbc-141b17e73ff5-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3484,1940,'_wp_attached_file','2016/12/968e9794-7a05-48f1-8768-6563402c11f8.jpg'),(3485,1940,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/12/968e9794-7a05-48f1-8768-6563402c11f8.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"968e9794-7a05-48f1-8768-6563402c11f8-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"968e9794-7a05-48f1-8768-6563402c11f8-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"968e9794-7a05-48f1-8768-6563402c11f8-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"968e9794-7a05-48f1-8768-6563402c11f8-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"968e9794-7a05-48f1-8768-6563402c11f8-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"968e9794-7a05-48f1-8768-6563402c11f8-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"968e9794-7a05-48f1-8768-6563402c11f8-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"968e9794-7a05-48f1-8768-6563402c11f8-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"968e9794-7a05-48f1-8768-6563402c11f8-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"968e9794-7a05-48f1-8768-6563402c11f8-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"968e9794-7a05-48f1-8768-6563402c11f8-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"968e9794-7a05-48f1-8768-6563402c11f8-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"968e9794-7a05-48f1-8768-6563402c11f8-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"968e9794-7a05-48f1-8768-6563402c11f8-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"968e9794-7a05-48f1-8768-6563402c11f8-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"968e9794-7a05-48f1-8768-6563402c11f8-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3486,1941,'_wp_attached_file','2016/12/5650e4c7-771d-47fe-ab2c-c3c2af5322ea.jpg'),(3487,1941,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/12/5650e4c7-771d-47fe-ab2c-c3c2af5322ea.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"5650e4c7-771d-47fe-ab2c-c3c2af5322ea-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"5650e4c7-771d-47fe-ab2c-c3c2af5322ea-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"5650e4c7-771d-47fe-ab2c-c3c2af5322ea-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"5650e4c7-771d-47fe-ab2c-c3c2af5322ea-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"5650e4c7-771d-47fe-ab2c-c3c2af5322ea-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"5650e4c7-771d-47fe-ab2c-c3c2af5322ea-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"5650e4c7-771d-47fe-ab2c-c3c2af5322ea-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"5650e4c7-771d-47fe-ab2c-c3c2af5322ea-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"5650e4c7-771d-47fe-ab2c-c3c2af5322ea-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"5650e4c7-771d-47fe-ab2c-c3c2af5322ea-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"5650e4c7-771d-47fe-ab2c-c3c2af5322ea-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"5650e4c7-771d-47fe-ab2c-c3c2af5322ea-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"5650e4c7-771d-47fe-ab2c-c3c2af5322ea-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"5650e4c7-771d-47fe-ab2c-c3c2af5322ea-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"5650e4c7-771d-47fe-ab2c-c3c2af5322ea-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"5650e4c7-771d-47fe-ab2c-c3c2af5322ea-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3488,1942,'_wp_attached_file','2016/12/6571f200-af50-4701-b4a9-40801075fca5.jpg'),(3489,1942,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/12/6571f200-af50-4701-b4a9-40801075fca5.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"6571f200-af50-4701-b4a9-40801075fca5-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"6571f200-af50-4701-b4a9-40801075fca5-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"6571f200-af50-4701-b4a9-40801075fca5-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"6571f200-af50-4701-b4a9-40801075fca5-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"6571f200-af50-4701-b4a9-40801075fca5-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"6571f200-af50-4701-b4a9-40801075fca5-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"6571f200-af50-4701-b4a9-40801075fca5-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"6571f200-af50-4701-b4a9-40801075fca5-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"6571f200-af50-4701-b4a9-40801075fca5-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"6571f200-af50-4701-b4a9-40801075fca5-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"6571f200-af50-4701-b4a9-40801075fca5-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"6571f200-af50-4701-b4a9-40801075fca5-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"6571f200-af50-4701-b4a9-40801075fca5-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"6571f200-af50-4701-b4a9-40801075fca5-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"6571f200-af50-4701-b4a9-40801075fca5-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"6571f200-af50-4701-b4a9-40801075fca5-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:22:\"OLYMPUS DIGITAL CAMERA\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3490,1943,'_wp_attached_file','2016/12/704855be-b66b-4a1e-b8b3-53445ad9b19c.jpg'),(3491,1943,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/12/704855be-b66b-4a1e-b8b3-53445ad9b19c.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"704855be-b66b-4a1e-b8b3-53445ad9b19c-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"704855be-b66b-4a1e-b8b3-53445ad9b19c-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"704855be-b66b-4a1e-b8b3-53445ad9b19c-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"704855be-b66b-4a1e-b8b3-53445ad9b19c-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"704855be-b66b-4a1e-b8b3-53445ad9b19c-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"704855be-b66b-4a1e-b8b3-53445ad9b19c-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"704855be-b66b-4a1e-b8b3-53445ad9b19c-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"704855be-b66b-4a1e-b8b3-53445ad9b19c-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"704855be-b66b-4a1e-b8b3-53445ad9b19c-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"704855be-b66b-4a1e-b8b3-53445ad9b19c-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"704855be-b66b-4a1e-b8b3-53445ad9b19c-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"704855be-b66b-4a1e-b8b3-53445ad9b19c-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"704855be-b66b-4a1e-b8b3-53445ad9b19c-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"704855be-b66b-4a1e-b8b3-53445ad9b19c-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"704855be-b66b-4a1e-b8b3-53445ad9b19c-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"704855be-b66b-4a1e-b8b3-53445ad9b19c-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:22:\"OLYMPUS DIGITAL CAMERA\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3492,1944,'_wp_attached_file','2016/12/abbfe566-05b5-491b-8ed8-f203759130ba.jpg'),(3493,1944,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/12/abbfe566-05b5-491b-8ed8-f203759130ba.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"abbfe566-05b5-491b-8ed8-f203759130ba-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"abbfe566-05b5-491b-8ed8-f203759130ba-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"abbfe566-05b5-491b-8ed8-f203759130ba-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"abbfe566-05b5-491b-8ed8-f203759130ba-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"abbfe566-05b5-491b-8ed8-f203759130ba-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"abbfe566-05b5-491b-8ed8-f203759130ba-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"abbfe566-05b5-491b-8ed8-f203759130ba-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"abbfe566-05b5-491b-8ed8-f203759130ba-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"abbfe566-05b5-491b-8ed8-f203759130ba-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"abbfe566-05b5-491b-8ed8-f203759130ba-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"abbfe566-05b5-491b-8ed8-f203759130ba-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"abbfe566-05b5-491b-8ed8-f203759130ba-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"abbfe566-05b5-491b-8ed8-f203759130ba-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"abbfe566-05b5-491b-8ed8-f203759130ba-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"abbfe566-05b5-491b-8ed8-f203759130ba-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"abbfe566-05b5-491b-8ed8-f203759130ba-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:22:\"OLYMPUS DIGITAL CAMERA\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3494,1945,'_wp_attached_file','2016/12/ff4cff4d-7795-47e3-9af6-80dfe4a5e2a4.jpg'),(3495,1945,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/12/ff4cff4d-7795-47e3-9af6-80dfe4a5e2a4.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"ff4cff4d-7795-47e3-9af6-80dfe4a5e2a4-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"ff4cff4d-7795-47e3-9af6-80dfe4a5e2a4-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"ff4cff4d-7795-47e3-9af6-80dfe4a5e2a4-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"ff4cff4d-7795-47e3-9af6-80dfe4a5e2a4-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"ff4cff4d-7795-47e3-9af6-80dfe4a5e2a4-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"ff4cff4d-7795-47e3-9af6-80dfe4a5e2a4-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"ff4cff4d-7795-47e3-9af6-80dfe4a5e2a4-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"ff4cff4d-7795-47e3-9af6-80dfe4a5e2a4-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"ff4cff4d-7795-47e3-9af6-80dfe4a5e2a4-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"ff4cff4d-7795-47e3-9af6-80dfe4a5e2a4-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"ff4cff4d-7795-47e3-9af6-80dfe4a5e2a4-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"ff4cff4d-7795-47e3-9af6-80dfe4a5e2a4-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"ff4cff4d-7795-47e3-9af6-80dfe4a5e2a4-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"ff4cff4d-7795-47e3-9af6-80dfe4a5e2a4-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"ff4cff4d-7795-47e3-9af6-80dfe4a5e2a4-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"ff4cff4d-7795-47e3-9af6-80dfe4a5e2a4-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3496,1937,'_aviaLayoutBuilder_active','active'),(3497,1937,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://almeelws.com/ms_website/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Trees \' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_two_third][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'false\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'1938\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1939\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1940\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1941\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1942\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1943\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1944\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1945\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<strong>Name:</strong> Trees\r\n\r\n<strong>Brief Description:</strong>\r\n\r\n-Edging and Trimming\r\n\r\n-Mowing\r\n\r\n-Watering\r\n\r\n-Pesticides application\r\n\r\n-Fertilization\r\n\r\n-General cleaning and good shape\r\n\r\n-Weed control in grass and ground cover\r\n\r\n-Verti cutting\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'More Maintenance\' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_portfolio categories=\'9\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'DESC\']\r\n\r\n[/av_two_third][av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]'),(3498,1937,'_avia_builder_shortcode_tree','a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:6:{i:0;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:4;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:6:{i:0;a:3:{s:3:\"tag\";s:12:\"av_slideshow\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}i:2;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:3;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:4;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}i:5;a:3:{s:3:\"tag\";s:12:\"av_portfolio\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:6;}i:5;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:0;}}'),(3499,1937,'_portfolio_custom_link',''),(3500,1937,'_portfolio_custom_link_url','http://'),(3501,1937,'_preview_ids',''),(3502,1937,'_preview_display','gallery'),(3503,1937,'_preview_autorotation','disabled'),(3504,1937,'_preview_columns','6'),(3505,1937,'_preview_text',''),(3506,1937,'layout',''),(3507,1937,'sidebar',''),(3508,1937,'footer',''),(3509,1937,'header_title_bar',''),(3510,1937,'header_transparency',''),(3511,1937,'breadcrumb_parent',''),(3512,1937,'_avia_hide_featured_image','0'),(3513,1937,'_thumbnail_id','1943'),(3514,1946,'_edit_last','1'),(3515,1946,'_edit_lock','1480585134:1'),(3516,1947,'_wp_attached_file','2016/12/2f4944fe-d1b4-43ad-8f3b-20cf069bcf51.jpg'),(3517,1947,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/12/2f4944fe-d1b4-43ad-8f3b-20cf069bcf51.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"2f4944fe-d1b4-43ad-8f3b-20cf069bcf51-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"2f4944fe-d1b4-43ad-8f3b-20cf069bcf51-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"2f4944fe-d1b4-43ad-8f3b-20cf069bcf51-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"2f4944fe-d1b4-43ad-8f3b-20cf069bcf51-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"2f4944fe-d1b4-43ad-8f3b-20cf069bcf51-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"2f4944fe-d1b4-43ad-8f3b-20cf069bcf51-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"2f4944fe-d1b4-43ad-8f3b-20cf069bcf51-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"2f4944fe-d1b4-43ad-8f3b-20cf069bcf51-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"2f4944fe-d1b4-43ad-8f3b-20cf069bcf51-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"2f4944fe-d1b4-43ad-8f3b-20cf069bcf51-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"2f4944fe-d1b4-43ad-8f3b-20cf069bcf51-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"2f4944fe-d1b4-43ad-8f3b-20cf069bcf51-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"2f4944fe-d1b4-43ad-8f3b-20cf069bcf51-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"2f4944fe-d1b4-43ad-8f3b-20cf069bcf51-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"2f4944fe-d1b4-43ad-8f3b-20cf069bcf51-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"2f4944fe-d1b4-43ad-8f3b-20cf069bcf51-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:22:\"OLYMPUS DIGITAL CAMERA\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3518,1948,'_wp_attached_file','2016/12/6aa00852-a010-4cba-9a73-b0463cf326c2.jpg'),(3519,1948,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/12/6aa00852-a010-4cba-9a73-b0463cf326c2.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"6aa00852-a010-4cba-9a73-b0463cf326c2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"6aa00852-a010-4cba-9a73-b0463cf326c2-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"6aa00852-a010-4cba-9a73-b0463cf326c2-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"6aa00852-a010-4cba-9a73-b0463cf326c2-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"6aa00852-a010-4cba-9a73-b0463cf326c2-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"6aa00852-a010-4cba-9a73-b0463cf326c2-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"6aa00852-a010-4cba-9a73-b0463cf326c2-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"6aa00852-a010-4cba-9a73-b0463cf326c2-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"6aa00852-a010-4cba-9a73-b0463cf326c2-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"6aa00852-a010-4cba-9a73-b0463cf326c2-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"6aa00852-a010-4cba-9a73-b0463cf326c2-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"6aa00852-a010-4cba-9a73-b0463cf326c2-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"6aa00852-a010-4cba-9a73-b0463cf326c2-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"6aa00852-a010-4cba-9a73-b0463cf326c2-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"6aa00852-a010-4cba-9a73-b0463cf326c2-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"6aa00852-a010-4cba-9a73-b0463cf326c2-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:22:\"OLYMPUS DIGITAL CAMERA\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3520,1949,'_wp_attached_file','2016/12/6bcb50e1-5924-4975-8f20-1dc8e2de82b2.jpg'),(3521,1949,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/12/6bcb50e1-5924-4975-8f20-1dc8e2de82b2.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"6bcb50e1-5924-4975-8f20-1dc8e2de82b2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"6bcb50e1-5924-4975-8f20-1dc8e2de82b2-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"6bcb50e1-5924-4975-8f20-1dc8e2de82b2-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"6bcb50e1-5924-4975-8f20-1dc8e2de82b2-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"6bcb50e1-5924-4975-8f20-1dc8e2de82b2-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"6bcb50e1-5924-4975-8f20-1dc8e2de82b2-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"6bcb50e1-5924-4975-8f20-1dc8e2de82b2-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"6bcb50e1-5924-4975-8f20-1dc8e2de82b2-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"6bcb50e1-5924-4975-8f20-1dc8e2de82b2-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"6bcb50e1-5924-4975-8f20-1dc8e2de82b2-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"6bcb50e1-5924-4975-8f20-1dc8e2de82b2-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"6bcb50e1-5924-4975-8f20-1dc8e2de82b2-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"6bcb50e1-5924-4975-8f20-1dc8e2de82b2-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"6bcb50e1-5924-4975-8f20-1dc8e2de82b2-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"6bcb50e1-5924-4975-8f20-1dc8e2de82b2-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"6bcb50e1-5924-4975-8f20-1dc8e2de82b2-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:22:\"OLYMPUS DIGITAL CAMERA\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3522,1950,'_wp_attached_file','2016/12/6d64d5c6-0606-432d-a736-1b65caaf2db8.jpg'),(3523,1950,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/12/6d64d5c6-0606-432d-a736-1b65caaf2db8.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"6d64d5c6-0606-432d-a736-1b65caaf2db8-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"6d64d5c6-0606-432d-a736-1b65caaf2db8-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"6d64d5c6-0606-432d-a736-1b65caaf2db8-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"6d64d5c6-0606-432d-a736-1b65caaf2db8-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"6d64d5c6-0606-432d-a736-1b65caaf2db8-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"6d64d5c6-0606-432d-a736-1b65caaf2db8-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"6d64d5c6-0606-432d-a736-1b65caaf2db8-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"6d64d5c6-0606-432d-a736-1b65caaf2db8-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"6d64d5c6-0606-432d-a736-1b65caaf2db8-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"6d64d5c6-0606-432d-a736-1b65caaf2db8-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"6d64d5c6-0606-432d-a736-1b65caaf2db8-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"6d64d5c6-0606-432d-a736-1b65caaf2db8-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"6d64d5c6-0606-432d-a736-1b65caaf2db8-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"6d64d5c6-0606-432d-a736-1b65caaf2db8-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"6d64d5c6-0606-432d-a736-1b65caaf2db8-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"6d64d5c6-0606-432d-a736-1b65caaf2db8-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:22:\"OLYMPUS DIGITAL CAMERA\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3524,1951,'_wp_attached_file','2016/12/2529d724-ddcd-4801-9f70-0ff683726409.jpg'),(3525,1951,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/12/2529d724-ddcd-4801-9f70-0ff683726409.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"2529d724-ddcd-4801-9f70-0ff683726409-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"2529d724-ddcd-4801-9f70-0ff683726409-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"2529d724-ddcd-4801-9f70-0ff683726409-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"2529d724-ddcd-4801-9f70-0ff683726409-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"2529d724-ddcd-4801-9f70-0ff683726409-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"2529d724-ddcd-4801-9f70-0ff683726409-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"2529d724-ddcd-4801-9f70-0ff683726409-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"2529d724-ddcd-4801-9f70-0ff683726409-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"2529d724-ddcd-4801-9f70-0ff683726409-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"2529d724-ddcd-4801-9f70-0ff683726409-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"2529d724-ddcd-4801-9f70-0ff683726409-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"2529d724-ddcd-4801-9f70-0ff683726409-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"2529d724-ddcd-4801-9f70-0ff683726409-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"2529d724-ddcd-4801-9f70-0ff683726409-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"2529d724-ddcd-4801-9f70-0ff683726409-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"2529d724-ddcd-4801-9f70-0ff683726409-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:22:\"OLYMPUS DIGITAL CAMERA\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3526,1952,'_wp_attached_file','2016/12/ed657ff1-5f36-4073-917c-81541ec4de7d.jpg'),(3527,1952,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/12/ed657ff1-5f36-4073-917c-81541ec4de7d.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"ed657ff1-5f36-4073-917c-81541ec4de7d-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"ed657ff1-5f36-4073-917c-81541ec4de7d-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"ed657ff1-5f36-4073-917c-81541ec4de7d-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"ed657ff1-5f36-4073-917c-81541ec4de7d-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"ed657ff1-5f36-4073-917c-81541ec4de7d-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"ed657ff1-5f36-4073-917c-81541ec4de7d-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"ed657ff1-5f36-4073-917c-81541ec4de7d-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"ed657ff1-5f36-4073-917c-81541ec4de7d-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"ed657ff1-5f36-4073-917c-81541ec4de7d-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"ed657ff1-5f36-4073-917c-81541ec4de7d-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"ed657ff1-5f36-4073-917c-81541ec4de7d-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"ed657ff1-5f36-4073-917c-81541ec4de7d-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"ed657ff1-5f36-4073-917c-81541ec4de7d-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"ed657ff1-5f36-4073-917c-81541ec4de7d-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"ed657ff1-5f36-4073-917c-81541ec4de7d-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"ed657ff1-5f36-4073-917c-81541ec4de7d-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:22:\"OLYMPUS DIGITAL CAMERA\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3528,1953,'_wp_attached_file','2016/12/f82c2cd3-802d-4be0-a89f-6e3052447670.jpg'),(3529,1953,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/12/f82c2cd3-802d-4be0-a89f-6e3052447670.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"f82c2cd3-802d-4be0-a89f-6e3052447670-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"f82c2cd3-802d-4be0-a89f-6e3052447670-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"f82c2cd3-802d-4be0-a89f-6e3052447670-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"f82c2cd3-802d-4be0-a89f-6e3052447670-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"f82c2cd3-802d-4be0-a89f-6e3052447670-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"f82c2cd3-802d-4be0-a89f-6e3052447670-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"f82c2cd3-802d-4be0-a89f-6e3052447670-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"f82c2cd3-802d-4be0-a89f-6e3052447670-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"f82c2cd3-802d-4be0-a89f-6e3052447670-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"f82c2cd3-802d-4be0-a89f-6e3052447670-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"f82c2cd3-802d-4be0-a89f-6e3052447670-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"f82c2cd3-802d-4be0-a89f-6e3052447670-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"f82c2cd3-802d-4be0-a89f-6e3052447670-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"f82c2cd3-802d-4be0-a89f-6e3052447670-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"f82c2cd3-802d-4be0-a89f-6e3052447670-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"f82c2cd3-802d-4be0-a89f-6e3052447670-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:22:\"OLYMPUS DIGITAL CAMERA\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3530,1954,'_wp_attached_file','2016/12/f892d2eb-b431-4ff1-8f6e-446255d68c74.jpg'),(3531,1954,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/12/f892d2eb-b431-4ff1-8f6e-446255d68c74.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"f892d2eb-b431-4ff1-8f6e-446255d68c74-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"f892d2eb-b431-4ff1-8f6e-446255d68c74-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"f892d2eb-b431-4ff1-8f6e-446255d68c74-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"f892d2eb-b431-4ff1-8f6e-446255d68c74-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"f892d2eb-b431-4ff1-8f6e-446255d68c74-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"f892d2eb-b431-4ff1-8f6e-446255d68c74-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"f892d2eb-b431-4ff1-8f6e-446255d68c74-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"f892d2eb-b431-4ff1-8f6e-446255d68c74-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"f892d2eb-b431-4ff1-8f6e-446255d68c74-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"f892d2eb-b431-4ff1-8f6e-446255d68c74-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"f892d2eb-b431-4ff1-8f6e-446255d68c74-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"f892d2eb-b431-4ff1-8f6e-446255d68c74-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"f892d2eb-b431-4ff1-8f6e-446255d68c74-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"f892d2eb-b431-4ff1-8f6e-446255d68c74-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"f892d2eb-b431-4ff1-8f6e-446255d68c74-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"f892d2eb-b431-4ff1-8f6e-446255d68c74-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:22:\"OLYMPUS DIGITAL CAMERA\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3532,1946,'_thumbnail_id','1954'),(3533,1946,'_aviaLayoutBuilder_active','active'),(3534,1946,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://almeelws.com/ms_website/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\' Shrubs\' tag=\'h2\' style=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#35404b\'][/av_heading]\r\n\r\n[/av_two_third][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'1947\'][/av_slide]\r\n[av_slide id=\'1948\'][/av_slide]\r\n[av_slide id=\'1949\'][/av_slide]\r\n[av_slide id=\'1950\'][/av_slide]\r\n[av_slide id=\'1951\'][/av_slide]\r\n[av_slide id=\'1952\'][/av_slide]\r\n[av_slide id=\'1953\'][/av_slide]\r\n[av_slide id=\'1954\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<strong>Name:</strong> Shrubs\r\n\r\n<strong>Brief Description:</strong>\r\n\r\n-Edging and Trimming\r\n\r\n-Mowing\r\n\r\n-Watering\r\n\r\n-Pesticides application\r\n\r\n-Fertilization\r\n\r\n-General cleaning and good shape\r\n\r\n-Weed control in grass and ground cover\r\n\r\n-Verti cutting\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'More Maintenance\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#35404b\'][/av_heading]\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_portfolio categories=\'9\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'DESC\']\r\n\r\n[/av_two_third][/av_section]'),(3535,1946,'_avia_builder_shortcode_tree','a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:5:{i:0;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:4;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:6:{i:0;a:3:{s:3:\"tag\";s:12:\"av_slideshow\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}i:2;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:3;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:4;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}i:5;a:3:{s:3:\"tag\";s:12:\"av_portfolio\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:6;}}s:5:\"index\";i:0;}}'),(3536,1946,'_portfolio_custom_link',''),(3537,1946,'_portfolio_custom_link_url','http://'),(3538,1946,'_preview_ids',''),(3539,1946,'_preview_display','gallery'),(3540,1946,'_preview_autorotation','disabled'),(3541,1946,'_preview_columns','6'),(3542,1946,'_preview_text',''),(3543,1946,'layout',''),(3544,1946,'sidebar',''),(3545,1946,'footer',''),(3546,1946,'header_title_bar',''),(3547,1946,'header_transparency',''),(3548,1946,'breadcrumb_parent',''),(3549,1946,'_avia_hide_featured_image','0'),(3550,1955,'_edit_last','1'),(3551,1955,'_edit_lock','1481182596:1'),(3552,1956,'_wp_attached_file','2016/12/5bc7bcfc-a3dd-46a7-b888-eb0dc76d4c6b.jpg'),(3553,1956,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/12/5bc7bcfc-a3dd-46a7-b888-eb0dc76d4c6b.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"5bc7bcfc-a3dd-46a7-b888-eb0dc76d4c6b-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"5bc7bcfc-a3dd-46a7-b888-eb0dc76d4c6b-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"5bc7bcfc-a3dd-46a7-b888-eb0dc76d4c6b-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"5bc7bcfc-a3dd-46a7-b888-eb0dc76d4c6b-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"5bc7bcfc-a3dd-46a7-b888-eb0dc76d4c6b-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"5bc7bcfc-a3dd-46a7-b888-eb0dc76d4c6b-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"5bc7bcfc-a3dd-46a7-b888-eb0dc76d4c6b-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"5bc7bcfc-a3dd-46a7-b888-eb0dc76d4c6b-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"5bc7bcfc-a3dd-46a7-b888-eb0dc76d4c6b-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"5bc7bcfc-a3dd-46a7-b888-eb0dc76d4c6b-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"5bc7bcfc-a3dd-46a7-b888-eb0dc76d4c6b-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"5bc7bcfc-a3dd-46a7-b888-eb0dc76d4c6b-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"5bc7bcfc-a3dd-46a7-b888-eb0dc76d4c6b-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"5bc7bcfc-a3dd-46a7-b888-eb0dc76d4c6b-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"5bc7bcfc-a3dd-46a7-b888-eb0dc76d4c6b-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"5bc7bcfc-a3dd-46a7-b888-eb0dc76d4c6b-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3554,1957,'_wp_attached_file','2016/12/74999165-3a56-4ac0-a5f7-2ca7fd285a0d.jpg'),(3555,1957,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/12/74999165-3a56-4ac0-a5f7-2ca7fd285a0d.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"74999165-3a56-4ac0-a5f7-2ca7fd285a0d-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"74999165-3a56-4ac0-a5f7-2ca7fd285a0d-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"74999165-3a56-4ac0-a5f7-2ca7fd285a0d-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"74999165-3a56-4ac0-a5f7-2ca7fd285a0d-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"74999165-3a56-4ac0-a5f7-2ca7fd285a0d-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"74999165-3a56-4ac0-a5f7-2ca7fd285a0d-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"74999165-3a56-4ac0-a5f7-2ca7fd285a0d-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"74999165-3a56-4ac0-a5f7-2ca7fd285a0d-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"74999165-3a56-4ac0-a5f7-2ca7fd285a0d-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"74999165-3a56-4ac0-a5f7-2ca7fd285a0d-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"74999165-3a56-4ac0-a5f7-2ca7fd285a0d-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"74999165-3a56-4ac0-a5f7-2ca7fd285a0d-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"74999165-3a56-4ac0-a5f7-2ca7fd285a0d-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"74999165-3a56-4ac0-a5f7-2ca7fd285a0d-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"74999165-3a56-4ac0-a5f7-2ca7fd285a0d-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"74999165-3a56-4ac0-a5f7-2ca7fd285a0d-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3556,1958,'_wp_attached_file','2016/12/a9c6591a-bb67-4b75-a22c-2854f19f254e.jpg'),(3557,1958,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/12/a9c6591a-bb67-4b75-a22c-2854f19f254e.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"a9c6591a-bb67-4b75-a22c-2854f19f254e-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"a9c6591a-bb67-4b75-a22c-2854f19f254e-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"a9c6591a-bb67-4b75-a22c-2854f19f254e-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"a9c6591a-bb67-4b75-a22c-2854f19f254e-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"a9c6591a-bb67-4b75-a22c-2854f19f254e-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"a9c6591a-bb67-4b75-a22c-2854f19f254e-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"a9c6591a-bb67-4b75-a22c-2854f19f254e-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"a9c6591a-bb67-4b75-a22c-2854f19f254e-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"a9c6591a-bb67-4b75-a22c-2854f19f254e-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"a9c6591a-bb67-4b75-a22c-2854f19f254e-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"a9c6591a-bb67-4b75-a22c-2854f19f254e-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"a9c6591a-bb67-4b75-a22c-2854f19f254e-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"a9c6591a-bb67-4b75-a22c-2854f19f254e-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"a9c6591a-bb67-4b75-a22c-2854f19f254e-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"a9c6591a-bb67-4b75-a22c-2854f19f254e-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"a9c6591a-bb67-4b75-a22c-2854f19f254e-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:22:\"OLYMPUS DIGITAL CAMERA\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3558,1959,'_wp_attached_file','2016/12/c5b994c9-6fd0-44e7-ae7f-ca6ecbeec951.jpg'),(3559,1959,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/12/c5b994c9-6fd0-44e7-ae7f-ca6ecbeec951.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"c5b994c9-6fd0-44e7-ae7f-ca6ecbeec951-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"c5b994c9-6fd0-44e7-ae7f-ca6ecbeec951-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"c5b994c9-6fd0-44e7-ae7f-ca6ecbeec951-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"c5b994c9-6fd0-44e7-ae7f-ca6ecbeec951-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"c5b994c9-6fd0-44e7-ae7f-ca6ecbeec951-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"c5b994c9-6fd0-44e7-ae7f-ca6ecbeec951-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"c5b994c9-6fd0-44e7-ae7f-ca6ecbeec951-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"c5b994c9-6fd0-44e7-ae7f-ca6ecbeec951-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"c5b994c9-6fd0-44e7-ae7f-ca6ecbeec951-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"c5b994c9-6fd0-44e7-ae7f-ca6ecbeec951-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"c5b994c9-6fd0-44e7-ae7f-ca6ecbeec951-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"c5b994c9-6fd0-44e7-ae7f-ca6ecbeec951-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"c5b994c9-6fd0-44e7-ae7f-ca6ecbeec951-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"c5b994c9-6fd0-44e7-ae7f-ca6ecbeec951-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"c5b994c9-6fd0-44e7-ae7f-ca6ecbeec951-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"c5b994c9-6fd0-44e7-ae7f-ca6ecbeec951-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:22:\"OLYMPUS DIGITAL CAMERA\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3560,1960,'_wp_attached_file','2016/12/c447e376-54ff-47ef-a691-90ecd3e54595.jpg'),(3561,1960,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/12/c447e376-54ff-47ef-a691-90ecd3e54595.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"c447e376-54ff-47ef-a691-90ecd3e54595-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"c447e376-54ff-47ef-a691-90ecd3e54595-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"c447e376-54ff-47ef-a691-90ecd3e54595-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"c447e376-54ff-47ef-a691-90ecd3e54595-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"c447e376-54ff-47ef-a691-90ecd3e54595-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"c447e376-54ff-47ef-a691-90ecd3e54595-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"c447e376-54ff-47ef-a691-90ecd3e54595-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"c447e376-54ff-47ef-a691-90ecd3e54595-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"c447e376-54ff-47ef-a691-90ecd3e54595-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"c447e376-54ff-47ef-a691-90ecd3e54595-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"c447e376-54ff-47ef-a691-90ecd3e54595-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"c447e376-54ff-47ef-a691-90ecd3e54595-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"c447e376-54ff-47ef-a691-90ecd3e54595-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"c447e376-54ff-47ef-a691-90ecd3e54595-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"c447e376-54ff-47ef-a691-90ecd3e54595-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"c447e376-54ff-47ef-a691-90ecd3e54595-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:22:\"OLYMPUS DIGITAL CAMERA\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3562,1955,'_thumbnail_id','1957'),(3563,1955,'_aviaLayoutBuilder_active','active'),(3564,1955,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://almeelws.com/ms_website/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Flowering Plants \' tag=\'h2\' style=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#35404b\'][/av_heading]\r\n\r\n[/av_two_third][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'false\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'1956\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1957\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1958\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1959\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1960\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<strong>Name:</strong> Flowering Plants\r\n\r\n<strong>Brief Description:</strong>\r\n\r\n-Edging and Trimming\r\n\r\n-Mowing\r\n\r\n-Watering\r\n\r\n-Pesticides application\r\n\r\n-Fertilization\r\n\r\n-General cleaning and good shape\r\n\r\n-Weed control in grass and ground cover\r\n\r\n-Verti cutting\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'More Maintenance\' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_portfolio categories=\'9\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'DESC\']\r\n\r\n[/av_two_third][av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]'),(3565,1955,'_avia_builder_shortcode_tree','a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:6:{i:0;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:4;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:6:{i:0;a:3:{s:3:\"tag\";s:12:\"av_slideshow\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}i:2;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:3;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:4;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}i:5;a:3:{s:3:\"tag\";s:12:\"av_portfolio\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:6;}i:5;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:0;}}'),(3566,1955,'_portfolio_custom_link',''),(3567,1955,'_portfolio_custom_link_url','http://'),(3568,1955,'_preview_ids',''),(3569,1955,'_preview_display','gallery'),(3570,1955,'_preview_autorotation','disabled'),(3571,1955,'_preview_columns','6'),(3572,1955,'_preview_text',''),(3573,1955,'layout',''),(3574,1955,'sidebar',''),(3575,1955,'footer',''),(3576,1955,'header_title_bar',''),(3577,1955,'header_transparency',''),(3578,1955,'breadcrumb_parent',''),(3579,1955,'_avia_hide_featured_image','0'),(3580,1961,'_edit_last','1'),(3581,1961,'_edit_lock','1481177256:1'),(3582,1962,'_wp_attached_file','2016/12/1ab1ae7d-f0e5-44ee-a96f-1c8c7f7e82c3.jpg'),(3583,1962,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/12/1ab1ae7d-f0e5-44ee-a96f-1c8c7f7e82c3.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"1ab1ae7d-f0e5-44ee-a96f-1c8c7f7e82c3-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"1ab1ae7d-f0e5-44ee-a96f-1c8c7f7e82c3-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"1ab1ae7d-f0e5-44ee-a96f-1c8c7f7e82c3-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"1ab1ae7d-f0e5-44ee-a96f-1c8c7f7e82c3-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"1ab1ae7d-f0e5-44ee-a96f-1c8c7f7e82c3-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"1ab1ae7d-f0e5-44ee-a96f-1c8c7f7e82c3-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"1ab1ae7d-f0e5-44ee-a96f-1c8c7f7e82c3-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"1ab1ae7d-f0e5-44ee-a96f-1c8c7f7e82c3-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"1ab1ae7d-f0e5-44ee-a96f-1c8c7f7e82c3-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"1ab1ae7d-f0e5-44ee-a96f-1c8c7f7e82c3-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"1ab1ae7d-f0e5-44ee-a96f-1c8c7f7e82c3-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"1ab1ae7d-f0e5-44ee-a96f-1c8c7f7e82c3-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"1ab1ae7d-f0e5-44ee-a96f-1c8c7f7e82c3-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"1ab1ae7d-f0e5-44ee-a96f-1c8c7f7e82c3-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"1ab1ae7d-f0e5-44ee-a96f-1c8c7f7e82c3-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"1ab1ae7d-f0e5-44ee-a96f-1c8c7f7e82c3-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:22:\"OLYMPUS DIGITAL CAMERA\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3584,1963,'_wp_attached_file','2016/12/2c736f72-f1d5-4f7e-bd00-86f773da79ad.jpg'),(3585,1963,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/12/2c736f72-f1d5-4f7e-bd00-86f773da79ad.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"2c736f72-f1d5-4f7e-bd00-86f773da79ad-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"2c736f72-f1d5-4f7e-bd00-86f773da79ad-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"2c736f72-f1d5-4f7e-bd00-86f773da79ad-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"2c736f72-f1d5-4f7e-bd00-86f773da79ad-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"2c736f72-f1d5-4f7e-bd00-86f773da79ad-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"2c736f72-f1d5-4f7e-bd00-86f773da79ad-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"2c736f72-f1d5-4f7e-bd00-86f773da79ad-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"2c736f72-f1d5-4f7e-bd00-86f773da79ad-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"2c736f72-f1d5-4f7e-bd00-86f773da79ad-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"2c736f72-f1d5-4f7e-bd00-86f773da79ad-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"2c736f72-f1d5-4f7e-bd00-86f773da79ad-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"2c736f72-f1d5-4f7e-bd00-86f773da79ad-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"2c736f72-f1d5-4f7e-bd00-86f773da79ad-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"2c736f72-f1d5-4f7e-bd00-86f773da79ad-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"2c736f72-f1d5-4f7e-bd00-86f773da79ad-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"2c736f72-f1d5-4f7e-bd00-86f773da79ad-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:22:\"OLYMPUS DIGITAL CAMERA\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3586,1964,'_wp_attached_file','2016/12/7c60106c-b796-4be4-bf90-3ac8356135c6.jpg'),(3587,1964,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/12/7c60106c-b796-4be4-bf90-3ac8356135c6.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"7c60106c-b796-4be4-bf90-3ac8356135c6-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"7c60106c-b796-4be4-bf90-3ac8356135c6-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"7c60106c-b796-4be4-bf90-3ac8356135c6-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"7c60106c-b796-4be4-bf90-3ac8356135c6-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"7c60106c-b796-4be4-bf90-3ac8356135c6-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"7c60106c-b796-4be4-bf90-3ac8356135c6-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"7c60106c-b796-4be4-bf90-3ac8356135c6-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"7c60106c-b796-4be4-bf90-3ac8356135c6-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"7c60106c-b796-4be4-bf90-3ac8356135c6-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"7c60106c-b796-4be4-bf90-3ac8356135c6-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"7c60106c-b796-4be4-bf90-3ac8356135c6-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"7c60106c-b796-4be4-bf90-3ac8356135c6-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"7c60106c-b796-4be4-bf90-3ac8356135c6-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"7c60106c-b796-4be4-bf90-3ac8356135c6-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"7c60106c-b796-4be4-bf90-3ac8356135c6-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"7c60106c-b796-4be4-bf90-3ac8356135c6-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3588,1965,'_wp_attached_file','2016/12/7e906566-391a-4d90-9329-ec52c6640fd1.jpg'),(3589,1965,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/12/7e906566-391a-4d90-9329-ec52c6640fd1.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"7e906566-391a-4d90-9329-ec52c6640fd1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"7e906566-391a-4d90-9329-ec52c6640fd1-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"7e906566-391a-4d90-9329-ec52c6640fd1-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"7e906566-391a-4d90-9329-ec52c6640fd1-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"7e906566-391a-4d90-9329-ec52c6640fd1-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"7e906566-391a-4d90-9329-ec52c6640fd1-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"7e906566-391a-4d90-9329-ec52c6640fd1-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"7e906566-391a-4d90-9329-ec52c6640fd1-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"7e906566-391a-4d90-9329-ec52c6640fd1-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"7e906566-391a-4d90-9329-ec52c6640fd1-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"7e906566-391a-4d90-9329-ec52c6640fd1-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"7e906566-391a-4d90-9329-ec52c6640fd1-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"7e906566-391a-4d90-9329-ec52c6640fd1-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"7e906566-391a-4d90-9329-ec52c6640fd1-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"7e906566-391a-4d90-9329-ec52c6640fd1-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"7e906566-391a-4d90-9329-ec52c6640fd1-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3590,1966,'_wp_attached_file','2016/12/242e0728-b9cf-410c-9700-92ad410bae66.jpg'),(3591,1966,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/12/242e0728-b9cf-410c-9700-92ad410bae66.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"242e0728-b9cf-410c-9700-92ad410bae66-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"242e0728-b9cf-410c-9700-92ad410bae66-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"242e0728-b9cf-410c-9700-92ad410bae66-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"242e0728-b9cf-410c-9700-92ad410bae66-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"242e0728-b9cf-410c-9700-92ad410bae66-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"242e0728-b9cf-410c-9700-92ad410bae66-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"242e0728-b9cf-410c-9700-92ad410bae66-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"242e0728-b9cf-410c-9700-92ad410bae66-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"242e0728-b9cf-410c-9700-92ad410bae66-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"242e0728-b9cf-410c-9700-92ad410bae66-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"242e0728-b9cf-410c-9700-92ad410bae66-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"242e0728-b9cf-410c-9700-92ad410bae66-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"242e0728-b9cf-410c-9700-92ad410bae66-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"242e0728-b9cf-410c-9700-92ad410bae66-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"242e0728-b9cf-410c-9700-92ad410bae66-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"242e0728-b9cf-410c-9700-92ad410bae66-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:22:\"OLYMPUS DIGITAL CAMERA\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3592,1967,'_wp_attached_file','2016/12/b0ae8745-fe65-4fa9-8f4f-0a3cd7c9c95f.jpg'),(3593,1967,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/12/b0ae8745-fe65-4fa9-8f4f-0a3cd7c9c95f.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"b0ae8745-fe65-4fa9-8f4f-0a3cd7c9c95f-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"b0ae8745-fe65-4fa9-8f4f-0a3cd7c9c95f-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"b0ae8745-fe65-4fa9-8f4f-0a3cd7c9c95f-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"b0ae8745-fe65-4fa9-8f4f-0a3cd7c9c95f-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"b0ae8745-fe65-4fa9-8f4f-0a3cd7c9c95f-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"b0ae8745-fe65-4fa9-8f4f-0a3cd7c9c95f-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"b0ae8745-fe65-4fa9-8f4f-0a3cd7c9c95f-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"b0ae8745-fe65-4fa9-8f4f-0a3cd7c9c95f-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"b0ae8745-fe65-4fa9-8f4f-0a3cd7c9c95f-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"b0ae8745-fe65-4fa9-8f4f-0a3cd7c9c95f-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"b0ae8745-fe65-4fa9-8f4f-0a3cd7c9c95f-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"b0ae8745-fe65-4fa9-8f4f-0a3cd7c9c95f-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"b0ae8745-fe65-4fa9-8f4f-0a3cd7c9c95f-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"b0ae8745-fe65-4fa9-8f4f-0a3cd7c9c95f-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"b0ae8745-fe65-4fa9-8f4f-0a3cd7c9c95f-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"b0ae8745-fe65-4fa9-8f4f-0a3cd7c9c95f-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:22:\"OLYMPUS DIGITAL CAMERA\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3594,1968,'_wp_attached_file','2016/12/bf9ccd61-7a62-45c9-9223-9f966a945b0b.jpg'),(3595,1968,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/12/bf9ccd61-7a62-45c9-9223-9f966a945b0b.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"bf9ccd61-7a62-45c9-9223-9f966a945b0b-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"bf9ccd61-7a62-45c9-9223-9f966a945b0b-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"bf9ccd61-7a62-45c9-9223-9f966a945b0b-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"bf9ccd61-7a62-45c9-9223-9f966a945b0b-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"bf9ccd61-7a62-45c9-9223-9f966a945b0b-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"bf9ccd61-7a62-45c9-9223-9f966a945b0b-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"bf9ccd61-7a62-45c9-9223-9f966a945b0b-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"bf9ccd61-7a62-45c9-9223-9f966a945b0b-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"bf9ccd61-7a62-45c9-9223-9f966a945b0b-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"bf9ccd61-7a62-45c9-9223-9f966a945b0b-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"bf9ccd61-7a62-45c9-9223-9f966a945b0b-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"bf9ccd61-7a62-45c9-9223-9f966a945b0b-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"bf9ccd61-7a62-45c9-9223-9f966a945b0b-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"bf9ccd61-7a62-45c9-9223-9f966a945b0b-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"bf9ccd61-7a62-45c9-9223-9f966a945b0b-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"bf9ccd61-7a62-45c9-9223-9f966a945b0b-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:22:\"OLYMPUS DIGITAL CAMERA\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3596,1969,'_wp_attached_file','2016/12/cc7a5bb9-906d-474f-a05e-9358cf1839f0.jpg'),(3597,1969,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/12/cc7a5bb9-906d-474f-a05e-9358cf1839f0.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"cc7a5bb9-906d-474f-a05e-9358cf1839f0-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"cc7a5bb9-906d-474f-a05e-9358cf1839f0-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"cc7a5bb9-906d-474f-a05e-9358cf1839f0-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"cc7a5bb9-906d-474f-a05e-9358cf1839f0-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"cc7a5bb9-906d-474f-a05e-9358cf1839f0-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"cc7a5bb9-906d-474f-a05e-9358cf1839f0-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"cc7a5bb9-906d-474f-a05e-9358cf1839f0-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"cc7a5bb9-906d-474f-a05e-9358cf1839f0-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"cc7a5bb9-906d-474f-a05e-9358cf1839f0-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"cc7a5bb9-906d-474f-a05e-9358cf1839f0-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"cc7a5bb9-906d-474f-a05e-9358cf1839f0-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"cc7a5bb9-906d-474f-a05e-9358cf1839f0-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"cc7a5bb9-906d-474f-a05e-9358cf1839f0-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"cc7a5bb9-906d-474f-a05e-9358cf1839f0-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"cc7a5bb9-906d-474f-a05e-9358cf1839f0-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"cc7a5bb9-906d-474f-a05e-9358cf1839f0-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:22:\"OLYMPUS DIGITAL CAMERA\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3598,1970,'_wp_attached_file','2016/12/d6aa1c06-63f9-4da4-a066-8063d7079a4c.jpg'),(3599,1970,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/12/d6aa1c06-63f9-4da4-a066-8063d7079a4c.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"d6aa1c06-63f9-4da4-a066-8063d7079a4c-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"d6aa1c06-63f9-4da4-a066-8063d7079a4c-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"d6aa1c06-63f9-4da4-a066-8063d7079a4c-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"d6aa1c06-63f9-4da4-a066-8063d7079a4c-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"d6aa1c06-63f9-4da4-a066-8063d7079a4c-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"d6aa1c06-63f9-4da4-a066-8063d7079a4c-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"d6aa1c06-63f9-4da4-a066-8063d7079a4c-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"d6aa1c06-63f9-4da4-a066-8063d7079a4c-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"d6aa1c06-63f9-4da4-a066-8063d7079a4c-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"d6aa1c06-63f9-4da4-a066-8063d7079a4c-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"d6aa1c06-63f9-4da4-a066-8063d7079a4c-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"d6aa1c06-63f9-4da4-a066-8063d7079a4c-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"d6aa1c06-63f9-4da4-a066-8063d7079a4c-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"d6aa1c06-63f9-4da4-a066-8063d7079a4c-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"d6aa1c06-63f9-4da4-a066-8063d7079a4c-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"d6aa1c06-63f9-4da4-a066-8063d7079a4c-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:22:\"OLYMPUS DIGITAL CAMERA\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3600,1971,'_wp_attached_file','2016/12/f4fb809a-daad-48b0-92f5-e973baa3a7bf.jpg'),(3601,1971,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2016/12/f4fb809a-daad-48b0-92f5-e973baa3a7bf.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"f4fb809a-daad-48b0-92f5-e973baa3a7bf-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"f4fb809a-daad-48b0-92f5-e973baa3a7bf-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"f4fb809a-daad-48b0-92f5-e973baa3a7bf-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"f4fb809a-daad-48b0-92f5-e973baa3a7bf-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"f4fb809a-daad-48b0-92f5-e973baa3a7bf-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"f4fb809a-daad-48b0-92f5-e973baa3a7bf-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"f4fb809a-daad-48b0-92f5-e973baa3a7bf-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"f4fb809a-daad-48b0-92f5-e973baa3a7bf-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"f4fb809a-daad-48b0-92f5-e973baa3a7bf-845x600.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"f4fb809a-daad-48b0-92f5-e973baa3a7bf-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"f4fb809a-daad-48b0-92f5-e973baa3a7bf-705x423.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"f4fb809a-daad-48b0-92f5-e973baa3a7bf-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"f4fb809a-daad-48b0-92f5-e973baa3a7bf-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"f4fb809a-daad-48b0-92f5-e973baa3a7bf-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"f4fb809a-daad-48b0-92f5-e973baa3a7bf-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"f4fb809a-daad-48b0-92f5-e973baa3a7bf-450x270.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:270;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:{}}}'),(3602,1961,'_thumbnail_id','1970'),(3603,1961,'_aviaLayoutBuilder_active','active'),(3604,1961,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://almeelws.com/ms_website/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Green Surface\' tag=\'h2\' style=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#35404b\'][/av_heading]\r\n\r\n[/av_two_third][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'1962\'][/av_slide]\r\n[av_slide id=\'1963\'][/av_slide]\r\n[av_slide id=\'1964\'][/av_slide]\r\n[av_slide id=\'1965\'][/av_slide]\r\n[av_slide id=\'1966\'][/av_slide]\r\n[av_slide id=\'1967\'][/av_slide]\r\n[av_slide id=\'1968\'][/av_slide]\r\n[av_slide id=\'1969\'][/av_slide]\r\n[av_slide id=\'1970\'][/av_slide]\r\n[av_slide id=\'1971\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<strong>Name:</strong> Green Surface\r\n\r\n<strong>Brief Description:</strong>\r\n\r\n-Edging and Trimming\r\n\r\n-Mowing\r\n\r\n-Watering\r\n\r\n-Pesticides application\r\n\r\n-Fertilization\r\n\r\n-General cleaning and good shape\r\n\r\n-Weed control in grass and ground cover\r\n\r\n-Verti cutting\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'More Maintenance\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_portfolio categories=\'9\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'DESC\']\r\n\r\n[/av_two_third][av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]'),(3605,1961,'_avia_builder_shortcode_tree','a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:6:{i:0;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:4;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:6:{i:0;a:3:{s:3:\"tag\";s:12:\"av_slideshow\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}i:2;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:3;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:4;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}i:5;a:3:{s:3:\"tag\";s:12:\"av_portfolio\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:6;}i:5;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:0;}}'),(3606,1961,'_portfolio_custom_link',''),(3607,1961,'_portfolio_custom_link_url','http://'),(3608,1961,'_preview_ids',''),(3609,1961,'_preview_display','gallery'),(3610,1961,'_preview_autorotation','disabled'),(3611,1961,'_preview_columns','6'),(3612,1961,'_preview_text',''),(3613,1961,'layout',''),(3614,1961,'sidebar',''),(3615,1961,'footer',''),(3616,1961,'header_title_bar',''),(3617,1961,'header_transparency',''),(3618,1961,'breadcrumb_parent',''),(3619,1961,'_avia_hide_featured_image','0'),(3620,1977,'_edit_last','1'),(3621,1977,'_edit_lock','1481358886:1'),(3622,1978,'_wp_attached_file','2016/12/DSC_0185.jpg'),(3623,1978,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3920;s:6:\"height\";i:2204;s:4:\"file\";s:20:\"2016/12/DSC_0185.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"DSC_0185-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"DSC_0185-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"DSC_0185-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DSC_0185-1030x579.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:579;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:18:\"DSC_0185-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:20:\"DSC_0185-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:21:\"DSC_0185-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:21:\"DSC_0185-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:21:\"DSC_0185-1500x843.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:843;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:20:\"DSC_0185-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:20:\"DSC_0185-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:20:\"DSC_0185-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:20:\"DSC_0185-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:20:\"DSC_0185-705x396.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:396;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:20:\"DSC_0185-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:21:\"DSC_0185-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_0185-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"DSC_0185-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"DSC_0185-450x253.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:253;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:10:\"1452690362\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3624,1979,'_wp_attached_file','2016/12/DSC_0192.jpg'),(3625,1979,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3920;s:6:\"height\";i:2204;s:4:\"file\";s:20:\"2016/12/DSC_0192.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"DSC_0192-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"DSC_0192-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"DSC_0192-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DSC_0192-1030x579.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:579;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:18:\"DSC_0192-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:20:\"DSC_0192-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:21:\"DSC_0192-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:21:\"DSC_0192-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:21:\"DSC_0192-1500x843.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:843;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:20:\"DSC_0192-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:20:\"DSC_0192-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:20:\"DSC_0192-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:20:\"DSC_0192-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:20:\"DSC_0192-705x396.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:396;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:20:\"DSC_0192-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:21:\"DSC_0192-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_0192-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"DSC_0192-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"DSC_0192-450x253.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:253;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:{}}}'),(3626,1980,'_wp_attached_file','2016/12/DSC_0194.jpg'),(3627,1980,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3920;s:6:\"height\";i:2204;s:4:\"file\";s:20:\"2016/12/DSC_0194.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"DSC_0194-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"DSC_0194-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"DSC_0194-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DSC_0194-1030x579.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:579;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:18:\"DSC_0194-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:20:\"DSC_0194-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:21:\"DSC_0194-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:21:\"DSC_0194-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:21:\"DSC_0194-1500x843.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:843;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:20:\"DSC_0194-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:20:\"DSC_0194-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:20:\"DSC_0194-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:20:\"DSC_0194-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:20:\"DSC_0194-705x396.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:396;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:20:\"DSC_0194-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:21:\"DSC_0194-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_0194-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"DSC_0194-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"DSC_0194-450x253.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:253;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:10:\"1452690446\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3628,1981,'_wp_attached_file','2016/12/IMG-20160110-WA0010.jpg'),(3629,1981,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:899;s:4:\"file\";s:31:\"2016/12/IMG-20160110-WA0010.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"IMG-20160110-WA0010-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"IMG-20160110-WA0010-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"IMG-20160110-WA0010-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"IMG-20160110-WA0010-1030x579.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:579;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:29:\"IMG-20160110-WA0010-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:31:\"IMG-20160110-WA0010-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:32:\"IMG-20160110-WA0010-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:32:\"IMG-20160110-WA0010-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:32:\"IMG-20160110-WA0010-1500x843.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:843;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:31:\"IMG-20160110-WA0010-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:31:\"IMG-20160110-WA0010-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:31:\"IMG-20160110-WA0010-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:31:\"IMG-20160110-WA0010-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:31:\"IMG-20160110-WA0010-705x396.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:396;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:31:\"IMG-20160110-WA0010-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:32:\"IMG-20160110-WA0010-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"IMG-20160110-WA0010-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:31:\"IMG-20160110-WA0010-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:31:\"IMG-20160110-WA0010-450x253.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:253;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:{}}}'),(3630,1977,'_thumbnail_id','1981'),(3631,1977,'_aviaLayoutBuilder_active','active'),(3632,1977,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://almeelws.com/ms_website/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Private Engineering Office\' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_two_third][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'false\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'1981\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1980\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1979\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1978\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nLandscaping, Stamped Concrete, Stone Cladding, Irrigation Works, Fountains and Water Features.\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'More Projects\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'DESC\']\r\n\r\n[/av_two_third][av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]'),(3633,1977,'_avia_builder_shortcode_tree','a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:6:{i:0;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:4;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:5:{i:0;a:3:{s:3:\"tag\";s:12:\"av_slideshow\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}i:2;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:3;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:4;a:3:{s:3:\"tag\";s:12:\"av_portfolio\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:6;}i:5;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:0;}}'),(3634,1977,'_portfolio_custom_link',''),(3635,1977,'_portfolio_custom_link_url','http://'),(3636,1977,'_preview_ids',''),(3637,1977,'_preview_display','gallery'),(3638,1977,'_preview_autorotation','disabled'),(3639,1977,'_preview_columns','6'),(3640,1977,'_preview_text',''),(3641,1977,'layout',''),(3642,1977,'sidebar',''),(3643,1977,'footer',''),(3644,1977,'header_title_bar',''),(3645,1977,'header_transparency',''),(3646,1977,'breadcrumb_parent',''),(3647,1977,'_avia_hide_featured_image','0'),(3650,1983,'_wp_attached_file','2016/12/3b375c04-1652-4f55-a209-c0afbae0dbe9.jpg'),(3651,1983,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:960;s:4:\"file\";s:48:\"2016/12/3b375c04-1652-4f55-a209-c0afbae0dbe9.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"3b375c04-1652-4f55-a209-c0afbae0dbe9-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"3b375c04-1652-4f55-a209-c0afbae0dbe9-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"3b375c04-1652-4f55-a209-c0afbae0dbe9-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"3b375c04-1652-4f55-a209-c0afbae0dbe9-1030x773.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:773;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"3b375c04-1652-4f55-a209-c0afbae0dbe9-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"3b375c04-1652-4f55-a209-c0afbae0dbe9-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"3b375c04-1652-4f55-a209-c0afbae0dbe9-1280x430.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:49:\"3b375c04-1652-4f55-a209-c0afbae0dbe9-1280x630.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"3b375c04-1652-4f55-a209-c0afbae0dbe9-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"3b375c04-1652-4f55-a209-c0afbae0dbe9-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"3b375c04-1652-4f55-a209-c0afbae0dbe9-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"3b375c04-1652-4f55-a209-c0afbae0dbe9-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"3b375c04-1652-4f55-a209-c0afbae0dbe9-705x529.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:529;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"3b375c04-1652-4f55-a209-c0afbae0dbe9-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"3b375c04-1652-4f55-a209-c0afbae0dbe9-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"3b375c04-1652-4f55-a209-c0afbae0dbe9-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"3b375c04-1652-4f55-a209-c0afbae0dbe9-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"3b375c04-1652-4f55-a209-c0afbae0dbe9-450x338.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:338;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:{}}}'),(3652,1984,'_wp_attached_file','2016/12/6ad464f0-2d5a-4e2b-ac64-3af6d22ee2b7.jpg'),(3653,1984,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:960;s:4:\"file\";s:48:\"2016/12/6ad464f0-2d5a-4e2b-ac64-3af6d22ee2b7.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"6ad464f0-2d5a-4e2b-ac64-3af6d22ee2b7-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"6ad464f0-2d5a-4e2b-ac64-3af6d22ee2b7-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"6ad464f0-2d5a-4e2b-ac64-3af6d22ee2b7-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"6ad464f0-2d5a-4e2b-ac64-3af6d22ee2b7-1030x773.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:773;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"6ad464f0-2d5a-4e2b-ac64-3af6d22ee2b7-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"6ad464f0-2d5a-4e2b-ac64-3af6d22ee2b7-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"6ad464f0-2d5a-4e2b-ac64-3af6d22ee2b7-1280x430.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:49:\"6ad464f0-2d5a-4e2b-ac64-3af6d22ee2b7-1280x630.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"6ad464f0-2d5a-4e2b-ac64-3af6d22ee2b7-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"6ad464f0-2d5a-4e2b-ac64-3af6d22ee2b7-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"6ad464f0-2d5a-4e2b-ac64-3af6d22ee2b7-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"6ad464f0-2d5a-4e2b-ac64-3af6d22ee2b7-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"6ad464f0-2d5a-4e2b-ac64-3af6d22ee2b7-705x529.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:529;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"6ad464f0-2d5a-4e2b-ac64-3af6d22ee2b7-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"6ad464f0-2d5a-4e2b-ac64-3af6d22ee2b7-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"6ad464f0-2d5a-4e2b-ac64-3af6d22ee2b7-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"6ad464f0-2d5a-4e2b-ac64-3af6d22ee2b7-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"6ad464f0-2d5a-4e2b-ac64-3af6d22ee2b7-450x338.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:338;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:{}}}'),(3654,1985,'_wp_attached_file','2016/12/IMG-20160216-WA0004.jpg'),(3655,1985,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:899;s:4:\"file\";s:31:\"2016/12/IMG-20160216-WA0004.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"IMG-20160216-WA0004-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"IMG-20160216-WA0004-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"IMG-20160216-WA0004-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"IMG-20160216-WA0004-1030x579.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:579;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:29:\"IMG-20160216-WA0004-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:31:\"IMG-20160216-WA0004-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:32:\"IMG-20160216-WA0004-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:32:\"IMG-20160216-WA0004-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:32:\"IMG-20160216-WA0004-1500x843.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:843;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:31:\"IMG-20160216-WA0004-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:31:\"IMG-20160216-WA0004-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:31:\"IMG-20160216-WA0004-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:31:\"IMG-20160216-WA0004-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:31:\"IMG-20160216-WA0004-705x396.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:396;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:31:\"IMG-20160216-WA0004-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:32:\"IMG-20160216-WA0004-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"IMG-20160216-WA0004-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:31:\"IMG-20160216-WA0004-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:31:\"IMG-20160216-WA0004-450x253.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:253;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:{}}}'),(3674,1988,'_edit_last','1'),(3675,1988,'_edit_lock','1485244206:1'),(3676,1989,'_wp_attached_file','2016/12/IMG-20160306-WA0005.jpg'),(3677,1989,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:31:\"2016/12/IMG-20160306-WA0005.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"IMG-20160306-WA0005-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"IMG-20160306-WA0005-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"IMG-20160306-WA0005-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"IMG-20160306-WA0005-1030x579.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:579;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:29:\"IMG-20160306-WA0005-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:31:\"IMG-20160306-WA0005-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:32:\"IMG-20160306-WA0005-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:32:\"IMG-20160306-WA0005-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:32:\"IMG-20160306-WA0005-1500x844.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:844;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:31:\"IMG-20160306-WA0005-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:31:\"IMG-20160306-WA0005-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:31:\"IMG-20160306-WA0005-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:31:\"IMG-20160306-WA0005-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:31:\"IMG-20160306-WA0005-705x397.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:397;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:31:\"IMG-20160306-WA0005-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:32:\"IMG-20160306-WA0005-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"IMG-20160306-WA0005-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:31:\"IMG-20160306-WA0005-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:31:\"IMG-20160306-WA0005-450x253.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:253;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:{}}}'),(3678,1990,'_wp_attached_file','2016/12/IMG-20160306-WA0006.jpg'),(3679,1990,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:31:\"2016/12/IMG-20160306-WA0006.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"IMG-20160306-WA0006-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"IMG-20160306-WA0006-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"IMG-20160306-WA0006-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"IMG-20160306-WA0006-1030x579.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:579;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:29:\"IMG-20160306-WA0006-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:31:\"IMG-20160306-WA0006-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:32:\"IMG-20160306-WA0006-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:32:\"IMG-20160306-WA0006-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:32:\"IMG-20160306-WA0006-1500x844.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:844;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:31:\"IMG-20160306-WA0006-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:31:\"IMG-20160306-WA0006-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:31:\"IMG-20160306-WA0006-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:31:\"IMG-20160306-WA0006-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:31:\"IMG-20160306-WA0006-705x397.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:397;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:31:\"IMG-20160306-WA0006-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:32:\"IMG-20160306-WA0006-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"IMG-20160306-WA0006-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:31:\"IMG-20160306-WA0006-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:31:\"IMG-20160306-WA0006-450x253.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:253;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:{}}}'),(3680,1991,'_wp_attached_file','2016/12/IMG-20160307-WA0015.jpg'),(3681,1991,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:31:\"2016/12/IMG-20160307-WA0015.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"IMG-20160307-WA0015-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"IMG-20160307-WA0015-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"IMG-20160307-WA0015-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"IMG-20160307-WA0015-1030x579.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:579;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:29:\"IMG-20160307-WA0015-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:31:\"IMG-20160307-WA0015-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:32:\"IMG-20160307-WA0015-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:32:\"IMG-20160307-WA0015-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:32:\"IMG-20160307-WA0015-1500x844.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:844;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:31:\"IMG-20160307-WA0015-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:31:\"IMG-20160307-WA0015-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:31:\"IMG-20160307-WA0015-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:31:\"IMG-20160307-WA0015-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:31:\"IMG-20160307-WA0015-705x397.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:397;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:31:\"IMG-20160307-WA0015-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:32:\"IMG-20160307-WA0015-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"IMG-20160307-WA0015-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:31:\"IMG-20160307-WA0015-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:31:\"IMG-20160307-WA0015-450x253.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:253;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:{}}}'),(3682,1988,'_thumbnail_id','1991'),(3683,1988,'_aviaLayoutBuilder_active','active'),(3684,1988,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://almeelws.com/ms_website/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Wakra Villa\' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_two_third][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'false\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'1989\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1990\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1991\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nLandscaping & Water Feature Works\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'More Projects\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'DESC\']\r\n\r\n[/av_two_third][av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]'),(3685,1988,'_avia_builder_shortcode_tree','a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:6:{i:0;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:4;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:6:{i:0;a:3:{s:3:\"tag\";s:12:\"av_slideshow\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}i:2;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:3;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:4;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}i:5;a:3:{s:3:\"tag\";s:12:\"av_portfolio\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:6;}i:5;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:0;}}'),(3686,1988,'_portfolio_custom_link',''),(3687,1988,'_portfolio_custom_link_url','http://'),(3688,1988,'_preview_ids',''),(3689,1988,'_preview_display','gallery'),(3690,1988,'_preview_autorotation','disabled'),(3691,1988,'_preview_columns','6'),(3692,1988,'_preview_text',''),(3693,1988,'layout',''),(3694,1988,'sidebar',''),(3695,1988,'footer',''),(3696,1988,'header_title_bar',''),(3697,1988,'header_transparency',''),(3698,1988,'breadcrumb_parent',''),(3699,1988,'_avia_hide_featured_image','0'),(3703,1977,'_wp_old_slug','private-engineering-office__trashed'),(3707,2001,'_wp_attached_file','2016/10/Contact-Us.jpg'),(3708,2001,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:500;s:4:\"file\";s:22:\"2016/10/Contact-Us.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Contact-Us-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Contact-Us-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Contact-Us-768x200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Contact-Us-1030x268.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:20:\"Contact-Us-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:22:\"Contact-Us-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:23:\"Contact-Us-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:23:\"Contact-Us-1500x500.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:23:\"Contact-Us-1500x391.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:22:\"Contact-Us-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:22:\"Contact-Us-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:22:\"Contact-Us-845x500.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:22:\"Contact-Us-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:22:\"Contact-Us-705x184.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:22:\"Contact-Us-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:23:\"Contact-Us-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"Contact-Us-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"Contact-Us-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"Contact-Us-450x117.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:117;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:{}}}'),(3709,2011,'_wp_attached_file','2016/10/Contact-Us-1.jpg'),(3710,2011,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:500;s:4:\"file\";s:24:\"2016/10/Contact-Us-1.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Contact-Us-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Contact-Us-1-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Contact-Us-1-768x200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Contact-Us-1-1030x268.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:22:\"Contact-Us-1-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:24:\"Contact-Us-1-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:25:\"Contact-Us-1-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:25:\"Contact-Us-1-1500x500.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:25:\"Contact-Us-1-1500x391.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:24:\"Contact-Us-1-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:24:\"Contact-Us-1-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:24:\"Contact-Us-1-845x500.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:24:\"Contact-Us-1-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:24:\"Contact-Us-1-705x184.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:24:\"Contact-Us-1-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:25:\"Contact-Us-1-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"Contact-Us-1-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"Contact-Us-1-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"Contact-Us-1-450x117.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:117;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:{}}}'),(3711,2089,'_wp_attached_file','2016/12/logo.png'),(3712,2089,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:257;s:4:\"file\";s:16:\"2016/12/logo.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"logo-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"logo-300x120.png\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"widget\";a:4:{s:4:\"file\";s:14:\"logo-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"square\";a:4:{s:4:\"file\";s:16:\"logo-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:16:\"logo-495x257.png\";s:5:\"width\";i:495;s:6:\"height\";i:257;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:16:\"logo-260x185.png\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:16:\"logo-120x120.png\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:16:\"logo-450x257.png\";s:5:\"width\";i:450;s:6:\"height\";i:257;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:16:\"logo-450x181.png\";s:5:\"width\";i:450;s:6:\"height\";i:181;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:{}}}'),(3713,2089,'_edit_lock','1481096059:1'),(3714,2090,'_wp_attached_file','2016/12/icon.png'),(3715,2090,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:221;s:6:\"height\";i:257;s:4:\"file\";s:16:\"2016/12/icon.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"icon-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"widget\";a:4:{s:4:\"file\";s:14:\"icon-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"square\";a:4:{s:4:\"file\";s:16:\"icon-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:16:\"icon-221x185.png\";s:5:\"width\";i:221;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:16:\"icon-120x120.png\";s:5:\"width\";i:120;s:6:\"height\";i:120;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:{}}}'),(3716,2091,'_wp_attached_file','2016/12/logo_2.png'),(3717,2091,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:696;s:6:\"height\";i:257;s:4:\"file\";s:18:\"2016/12/logo_2.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"logo_2-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"logo_2-300x111.png\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"widget\";a:4:{s:4:\"file\";s:16:\"logo_2-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"square\";a:4:{s:4:\"file\";s:18:\"logo_2-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:18:\"logo_2-495x257.png\";s:5:\"width\";i:495;s:6:\"height\";i:257;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:18:\"logo_2-260x185.png\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"logo_2-120x120.png\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:18:\"logo_2-450x257.png\";s:5:\"width\";i:450;s:6:\"height\";i:257;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"logo_2-450x166.png\";s:5:\"width\";i:450;s:6:\"height\";i:166;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:{}}}'),(3718,2091,'_edit_lock','1481098491:1'),(3719,2092,'_wp_attached_file','2016/12/login-logo.png'),(3720,2092,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:275;s:6:\"height\";i:102;s:4:\"file\";s:22:\"2016/12/login-logo.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"login-logo-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"widget\";a:4:{s:4:\"file\";s:20:\"login-logo-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"square\";a:4:{s:4:\"file\";s:22:\"login-logo-180x102.png\";s:5:\"width\";i:180;s:6:\"height\";i:102;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:22:\"login-logo-260x102.png\";s:5:\"width\";i:260;s:6:\"height\";i:102;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"login-logo-120x102.png\";s:5:\"width\";i:120;s:6:\"height\";i:102;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:{}}}'),(3721,2092,'_edit_lock','1481098627:1'),(3722,2093,'_wp_attached_file','2016/12/pig-logo-social-e1481185090831.png'),(3723,2093,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:31;s:6:\"height\";i:31;s:4:\"file\";s:42:\"2016/12/pig-logo-social-e1481185090831.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:{}}}'),(3724,2093,'_edit_lock','1481533973:1'),(3725,2093,'_edit_last','1'),(3726,2093,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:36;s:6:\"height\";i:36;s:4:\"file\";s:19:\"pig-logo-social.png\";}}'); /*!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_520_ci NOT NULL, `post_title` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_excerpt` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'publish', `comment_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open', `ping_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open', `post_password` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `post_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `to_ping` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `pinged` text COLLATE utf8mb4_unicode_520_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_520_ci NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `guid` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT '0', `post_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_520_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=2105 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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 (8,1,'2016-10-25 06:28:58','2016-10-25 06:28:58','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1828\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-34.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'-49px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#39865e\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'1617\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nMetro Scape is a Qatar Company involved in Landscaping, Softscaping, Irrigation Systems and Landscape Designs business. Metro Scape was established in the year 2010 and manage by Mr. Haytham Al Dahdoh.\r\n\r\nAs a professionally manage organization, we carry out Landscaping, Softscaping, Irrigation Systems and Landscape Designs project all over Qatar. Metro Scape has assigned qualified and well-experienced expertise to ensure the successful result of our projects.\r\n\r\nWe are currently engaged our work force for the Landscape, Softscape, Irrigation Systems and Designs of companies such as Kahramaa Awareness Park, Al Thuraya Tower, Al Bandary Hotel, Al Thumama Mall, Marina Com-005 Office Tower, Hotel Apartment in Dafna area, Construction of 17 Buildings in Fox Hills and Private Residential Buildings throughout Qatar. The company\'s trust, reliability and committed to quality is motivated us to widen our activities towards Civil Engineering construction area.\r\n\r\nAlso we have strengthened our organization with highly experienced quality conscious Engineers and Office Staffs.\r\n\r\nIt is Metro Scape\'s intention to build up sound business relation with our clients on the basis of reliable execution of projects within the specified schedule.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_tab_container position=\'sidebar_tab sidebar_tab_left\' boxed=\'border_tabs\' initial=\'1\']\r\n[av_tab title=\'Value in the market\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nQatar is country which much of its places consist of a low, barren plain, covered with sand. And with its climate that best describes as subtropical dry, hot dessert climate with low annual rainfall, very high temperature in summer and a big difference between maximum and minimum temperatures, especially in the inland areas. Definitely, not a good place to grow plants.\r\n\r\nThat\'s why Metro Scape was formed, to bring Nature to your home and business place, those various trees, plants, shrubs, flowerings and ornamental plants which are arranged and customized to the design you preferred with professional advice that your family will surely love and enjoy.\r\n[/av_tab]\r\n[av_tab title=\'Company Profile\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nSince it\'s foundation on 2010, Metro Scape has continually progressed and is now one of the local companies in Qatar that offers full Natural Landscaping and Design contracting. Back-up with well trained and friendly staff coupled with integrity, years of experience, character and respect for the environment which you can guaranteed on delivering the finest possible workmanship together with cost effective landscaping solutions.\r\n\r\nMetro Scape is continuously improving, searching and adapting nature, design, modern quality procedure, innovation & technology.\r\n[/av_tab]\r\n[av_tab title=\'Company History\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nSince its foundation in 2010, Metro Scape has continuously progressed and is now one of the local companies in Qatar that offer full natural landscaping and design contracting despite of the harsh local climate conditions.\r\n\r\nWe also specialize in maintenance and irrigation of these landscapes.\r\n\r\nOur previous and ongoing work for individuals, corporate and governmental projects best reflects our high standards and our versatility in landscaping.\r\n[/av_tab]\r\n[/av_tab_container]\r\n[/av_one_full]\r\n\r\n[av_hr class=\'invisible\' height=\'50\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','About Us','','publish','closed','closed','','about-us','','','2017-01-19 07:33:12','2017-01-19 07:33:12','',0,'http://metro-landscaping.com/en/?page_id=8',0,'page','',0),(9,1,'2016-10-25 06:28:58','2016-10-25 06:28:58','','ABOUT US','','inherit','closed','closed','','8-revision-v1','','','2016-10-25 06:28:58','2016-10-25 06:28:58','',8,'http://metro-landscaping.com/en/2016/10/25/8-revision-v1/',0,'revision','',0),(12,1,'2016-10-25 06:30:12','2016-10-25 06:30:12','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Bandary_Landing Page\r\nURL of the webpage where the tag is expected to be placed: http://bre.com.qa\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Form Submit, Activity ID: 4137821 -->\r\n<!-- Expected URL: http://bre.com.qa/en/contactus -->\r\n\r\n<!-- Activity ID: 4137821 Activity Name: Al Bandary Real Estate - Form Submit Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Form Submit\r\nURL of the webpage where the tag is expected to be placed: http://bre.com.qa/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban00;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban00;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n<!-- Facebook Pixel Code -->\r\n<script>\r\n!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?\r\nn.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;\r\nn.push=n;n.loaded=!0;n.version=\'2.0\';n.queue=[];t=b.createElement(e);t.async=!0;\r\nt.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,\r\ndocument,\'script\',\'https://connect.facebook.net/en_US/fbevents.js\');\r\nfbq(\'init\', \'650141791822128\');\r\nfbq(\'track\', \'PageView\');\r\n</script>\r\n<noscript><img height=\"1\" width=\"1\" style=\"display:none\" src=\"https://www.facebook.com/tr?id=650141791822128&ev=PageView&noscript=1\" /></noscript>\r\n<!-- DO NOT MODIFY -->\r\n<!-- End Facebook Pixel Code -->\r\n\r\n[/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'2011\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-34.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-19px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#39865e\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'1617\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px,-85px\' padding=\'3px,30px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'-5\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n13th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 47116, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 4476 4579\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 4464 0761\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"info@metro-landscaping.com\" target=\"_blank\">info@metro-landscaping.com</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a href=\"http://www.metro-landscaping.com\" target=\"_blank\">www.metro-landscaping.com</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0; margin-left: 20px; margin-top: -30px;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"360\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'45\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -45px;\" src=\"http://contact.big.qa/ms_en/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','publish','closed','closed','','contactus','','','2017-01-16 14:59:35','2017-01-16 14:59:35','',0,'http://metro-landscaping.com/en/?page_id=12',0,'page','',0),(13,1,'2016-10-25 06:30:12','2016-10-25 06:30:12','','CONTACT US','','inherit','closed','closed','','12-revision-v1','','','2016-10-25 06:30:12','2016-10-25 06:30:12','',12,'http://metro-landscaping.com/en/2016/10/25/12-revision-v1/',0,'revision','',0),(15,1,'2016-10-25 06:32:38','2016-10-25 06:32:38',' ','','','publish','closed','closed','','15','','','2016-12-04 08:59:41','2016-12-04 08:59:41','',0,'http://metro-landscaping.com/en/?p=15',2,'nav_menu_item','',0),(16,1,'2016-10-25 06:32:40','2016-10-25 06:32:40',' ','','','publish','closed','closed','','16','','','2016-12-04 08:59:42','2016-12-04 08:59:42','',0,'http://metro-landscaping.com/en/?p=16',7,'nav_menu_item','',0),(22,1,'2016-10-25 08:22:21','2016-10-25 08:22:21','<img src=\"http://metro-landscaping.com/en/wp-content/uploads/2016/10/coffee-1630x770-300x142.png\" alt=\"coffee-1630x770\" width=\"300\" height=\"142\" class=\"alignnone size-medium wp-image-4\" />','ABOUT US','','inherit','closed','closed','','8-revision-v1','','','2016-10-25 08:22:21','2016-10-25 08:22:21','',8,'http://metro-landscaping.com/en/2016/10/25/8-revision-v1/',0,'revision','',0),(23,1,'2016-10-25 08:22:44','2016-10-25 08:22:44','<img src=\"http://metro-landscaping.com/en/wp-content/uploads/2016/10/coffee-1630x770.png\" alt=\"coffee-1630x770\" width=\"1630\" height=\"770\" class=\"alignnone size-full wp-image-4\" />','ABOUT US','','inherit','closed','closed','','8-revision-v1','','','2016-10-25 08:22:44','2016-10-25 08:22:44','',8,'http://metro-landscaping.com/en/2016/10/25/8-revision-v1/',0,'revision','',0),(24,1,'2016-10-25 08:23:33','2016-10-25 08:23:33','<img src=\"http://metro-landscaping.com/en/wp-content/uploads/2016/10/coffee-1630x770.png\" alt=\"coffee-1630x770\" width=\"1630\" height=\"770\" class=\"alignnone size-full wp-image-4\" style=\"padding:0px;\" />','ABOUT US','','inherit','closed','closed','','8-revision-v1','','','2016-10-25 08:23:33','2016-10-25 08:23:33','',8,'http://metro-landscaping.com/en/2016/10/25/8-revision-v1/',0,'revision','',0),(26,1,'2016-10-25 08:34:23','2016-10-25 08:34:23','','ABOUT US','','inherit','closed','closed','','8-revision-v1','','','2016-10-25 08:34:23','2016-10-25 08:34:23','',8,'http://metro-landscaping.com/en/2016/10/25/8-revision-v1/',0,'revision','',0),(27,1,'2016-10-25 08:34:56','2016-10-25 08:34:56','<img src=\"http://metro-landscaping.com/en/wp-content/uploads/2016/10/coffee-1630x770.png\" alt=\"coffee-1630x770\" width=\"1630\" height=\"770\" class=\"alignnone size-full wp-image-4\" />','ABOUT US','','inherit','closed','closed','','8-revision-v1','','','2016-10-25 08:34:56','2016-10-25 08:34:56','',8,'http://metro-landscaping.com/en/2016/10/25/8-revision-v1/',0,'revision','',0),(28,1,'2016-10-25 08:59:58','2016-10-25 08:59:58','<img src=\"http://metro-landscaping.com/en/wp-content/uploads/2016/10/coffee-1630x770.png\" alt=\"coffee-1630x770\" width=\"1630\" height=\"770\" class=\"alignnone size-full wp-image-4\" />','CONTACT US','','inherit','closed','closed','','12-revision-v1','','','2016-10-25 08:59:58','2016-10-25 08:59:58','',12,'http://metro-landscaping.com/en/2016/10/25/12-revision-v1/',0,'revision','',0),(29,1,'2017-01-25 13:47:03','2017-01-25 13:47:03','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\n\n<!--\nStart of DoubleClick Floodlight Tag: Please do not remove\nActivity name of this tag: Bandary_Landing Page\nURL of the webpage where the tag is expected to be placed: http://bre.com.qa\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\nCreation Date: 11/13/2016\n-->\n<script type=\"text/javascript\">\nvar axel = Math.random() + \"\";\nvar a = axel * 10000000000000;\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\n</script>\n<noscript>\n<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\n</noscript>\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Form Submit, Activity ID: 4137821 -->\n<!-- Expected URL: http://bre.com.qa/en/contactus -->\n\n<!-- Activity ID: 4137821 Activity Name: Al Bandary Real Estate - Form Submit Activity Group Name: albandary -->\n\n<!--\nStart of DoubleClick Floodlight Tag: Please do not remove\nActivity name of this tag: Al Bandary Real Estate - Form Submit\nURL of the webpage where the tag is expected to be placed: http://bre.com.qa/en/contactus\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\nCreation Date: 11/13/2016\n-->\n<script type=\"text/javascript\">\nvar axel = Math.random() + \"\";\nvar a = axel * 10000000000000;\ndocument.write(\'<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban00;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\n</script>\n<noscript>\n<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban00;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\n</noscript>\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\n\n<!-- Facebook Pixel Code -->\n<script>\n!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?\nn.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;\nn.push=n;n.loaded=!0;n.version=\'2.0\';n.queue=[];t=b.createElement(e);t.async=!0;\nt.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,\ndocument,\'script\',\'https://connect.facebook.net/en_US/fbevents.js\');\nfbq(\'init\', \'650141791822128\');\nfbq(\'track\', \'PageView\');\n</script>\n<noscript><img height=\"1\" width=\"1\" style=\"display:none\" src=\"https://www.facebook.com/tr?id=650141791822128&ev=PageView&noscript=1\" /></noscript>\n<!-- DO NOT MODIFY -->\n<!-- End Facebook Pixel Code -->\n\n[/av_codeblock]\n\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\n[av_slide_full slide_type=\'image\' id=\'2011\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\n[/av_slideshow_full]\n\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-34.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[av_heading heading=\'Contact Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\n[/av_heading]\n\n[/av_one_full][av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-19px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#39865e\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'1617\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\n\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\n\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px,-85px\' padding=\'3px,30px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[av_hr class=\'invisible\' height=\'-5\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\n13th Floor, Tower B, Al Shomoukh Tower, Al Sadd\nP.O. Box: 47116, Doha, Qatar\n[/av_iconlist_item]\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\n+974 4476 4579\n[/av_iconlist_item]\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\n+974 4464 0761\n[/av_iconlist_item]\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\n<a style=\"text-decoration: none;\" href=\"info@metro-landscaping.com\" target=\"_blank\">info@metro-landscaping.com</a>\n[/av_iconlist_item]\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\n<a href=\"http://www.metro-landscaping.com\" target=\"_blank\">www.metro-landscaping.com</a>\n[/av_iconlist_item]\n[/av_iconlist]\n\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\n<iframe style=\"border: 0; margin-left: 20px; margin-top: -30px;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"360\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\n[/av_codeblock]\n\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[av_hr class=\'invisible\' height=\'45\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\n<iframe style=\"margin-top: -45px;\" src=\"http://contact.big.qa/ms_en/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\n[/av_codeblock]\n\n[/av_one_half]\n[/av_section]','Contact Us','','inherit','closed','closed','','12-autosave-v1','','','2017-01-25 13:47:03','2017-01-25 13:47:03','',12,'http://metro-landscaping.com/en/2016/10/25/12-autosave-v1/',0,'revision','',0),(31,1,'2016-10-25 09:16:18','2016-10-25 09:16:18','','ABOUT US','','inherit','closed','closed','','8-revision-v1','','','2016-10-25 09:16:18','2016-10-25 09:16:18','',8,'http://metro-landscaping.com/en/2016/10/25/8-revision-v1/',0,'revision','',0),(32,1,'2016-10-25 09:26:51','2016-10-25 09:26:51','<img src=\"http://metro-landscaping.com/en/wp-content/uploads/2016/10/coffee-1630x770.png\" srcset=\"http://metro-landscaping.com/en/wp-content/uploads/2016/10/coffee-1630x770.png 1630w, http://metro-landscaping.com/en/wp-content/uploads/2016/10/coffee-1630x770-300x142.png 300w, http://metro-landscaping.com/en/wp-content/uploads/2016/10/coffee-1630x770-768x363.png 768w, http://metro-landscaping.com/en/wp-content/uploads/2016/10/coffee-1630x770-1024x484.png 1024w\" class=\"so-widget-image\" width=\"1630\" height=\"770\">','ABOUT US','','inherit','closed','closed','','8-revision-v1','','','2016-10-25 09:26:51','2016-10-25 09:26:51','',8,'http://metro-landscaping.com/en/2016/10/25/8-revision-v1/',0,'revision','',0),(33,1,'2016-10-25 11:07:39','2016-10-25 11:07:39','<ul class=\"amazingslider-slides\" style=\"display:none;\"><li><img class=\"amazingsliderimg\" src=\"http://metro-landscaping.com/en/wp-content/uploads/2016/10/coffee-1630x770.png\" alt=\"\" title=\"\" data-description=\"\"></li></ul><ul class=\"amazingslider-thumbnails\" style=\"display:none;\"><li><img class=\"amazingsliderthumbnailimg\" src=\"http://metro-landscaping.com/en/wp-content/uploads/2016/10/coffee-1630x770.png\" alt=\"\" title=\"\" data-description=\"\"></li></ul>','ABOUT US','','inherit','closed','closed','','8-revision-v1','','','2016-10-25 11:07:39','2016-10-25 11:07:39','',8,'http://metro-landscaping.com/en/2016/10/25/8-revision-v1/',0,'revision','',0),(34,1,'2016-10-25 11:22:12','2016-10-25 11:22:12','[wonderplugin_slider id=\"1\"]','ABOUT US','','inherit','closed','closed','','8-revision-v1','','','2016-10-25 11:22:12','2016-10-25 11:22:12','',8,'http://metro-landscaping.com/en/2016/10/25/8-revision-v1/',0,'revision','',0),(35,1,'2016-10-26 14:11:33','0000-00-00 00:00:00','','avia_logo','','draft','closed','closed','','','','','2016-10-26 14:11:33','0000-00-00 00:00:00','',0,'http://metro-landscaping.com/en/?post_type=avia_framework_post&p=35',0,'avia_framework_post','',0),(36,1,'2016-10-26 14:11:33','0000-00-00 00:00:00','','avia_favicon','','draft','closed','closed','','','','','2016-10-26 14:11:33','0000-00-00 00:00:00','',0,'http://metro-landscaping.com/en/?post_type=avia_framework_post&p=36',0,'avia_framework_post','',0),(37,1,'2016-10-26 14:11:33','0000-00-00 00:00:00','','avia_custom_logo_for_preloader','','draft','closed','closed','','','','','2016-10-26 14:11:33','0000-00-00 00:00:00','',0,'http://metro-landscaping.com/en/?post_type=avia_framework_post&p=37',0,'avia_framework_post','',0),(38,1,'2016-10-26 14:11:33','0000-00-00 00:00:00','','avia_custom_background_image','','draft','closed','closed','','','','','2016-10-26 14:11:33','0000-00-00 00:00:00','',0,'http://metro-landscaping.com/en/?post_type=avia_framework_post&p=38',0,'avia_framework_post','',0),(39,1,'2016-10-26 14:11:33','0000-00-00 00:00:00','','avia_transparency_logo','','draft','closed','closed','','','','','2016-10-26 14:11:33','0000-00-00 00:00:00','',0,'http://metro-landscaping.com/en/?post_type=avia_framework_post&p=39',0,'avia_framework_post','',0),(42,1,'2016-10-30 07:37:19','2016-10-30 07:37:19','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1838\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1839\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1840\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1841\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1842\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1843\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1844\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#e6e6e6\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'5px,0px\' padding=\'15px,25px,15px,25px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h3\' padding=\'0\' heading=\'ABOUT US\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'30\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nMetro Scape is Al Bandary International Group specialist in bringing Nature to your home and work space. Even though the local climate does not make the task easier, we know how to bring greenery and decoration to your surrounding! Let it be trees, plants, shrubs, flowers or ornamental plants, Metro Scape knows how to provide you with the adequate plant to make your surrounding better.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/0712b9c1-299c-45f8-83aa-1d9a52c58622.jpg\' attachment=\'1613\' attachment_size=\'full\' attach=\'scroll\' position=\'top left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/1909ae44-125d-4e39-bde0-91551e8e9526.jpg\' attachment=\'1607\' attachment_size=\'full\' align=\'left\' animation=\'left-to-right\' styling=\'no-styling\' hover=\'av-hover-grow\' link=\'manually,http://metro-landscaping.com/en/projects/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nAGENTS\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/projects/\">PROJECTS</a>\r\n\r\n<hr style=\"color: #e51f44; border: solid; width: 320px; padding-right: 50px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/e98b1aa6-973e-4795-91be-55ef6ea279f7.jpg\' attachment=\'1609\' attachment_size=\'full\' align=\'left\' animation=\'top-to-bottom\' styling=\'no-styling\' hover=\'av-hover-grow\' link=\'manually,http://metro-landscaping.com/en/services/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nPROPERTIES\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/services/\">SERVICES</a>\r\n\r\n<hr style=\"color: #92d32d; border: solid; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/df3f2f81-1e73-4c35-8b9d-d39856993e91.jpg\' attachment=\'1608\' attachment_size=\'full\' align=\'left\' animation=\'right-to-left\' styling=\'no-styling\' hover=\'av-hover-grow\' link=\'manually,http://metro-landscaping.com/en/maintenance/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nVIDEOS\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/maintenance/\">MAINTENANCE</a>\r\n\r\n<hr style=\"color: #ffff00; border: solid; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third]\r\n[/av_section]','Home','','publish','closed','closed','','home','','','2017-01-22 06:24:06','2017-01-22 06:24:06','',0,'http://metro-landscaping.com/en/?page_id=42',0,'page','',0),(43,1,'2016-10-30 07:37:08','0000-00-00 00:00:00','','avia_template_builder_snippets','','draft','closed','closed','','','','','2016-10-30 07:37:08','0000-00-00 00:00:00','',0,'http://metro-landscaping.com/en/?post_type=avia_framework_post&p=43',0,'avia_framework_post','',0),(44,1,'2016-10-30 07:37:19','2016-10-30 07:37:19','','HOME','','inherit','closed','closed','','42-revision-v1','','','2016-10-30 07:37:19','2016-10-30 07:37:19','',42,'http://metro-landscaping.com/en/2016/10/30/42-revision-v1/',0,'revision','',0),(47,1,'2016-10-30 08:02:07','2016-10-30 08:02:07',' ','','','publish','closed','closed','','47','','','2016-12-04 08:59:41','2016-12-04 08:59:41','',0,'http://metro-landscaping.com/en/?p=47',1,'nav_menu_item','',0),(48,1,'2016-10-30 08:04:00','2016-10-30 08:04:00','','Home','','inherit','closed','closed','','42-revision-v1','','','2016-10-30 08:04:00','2016-10-30 08:04:00','',42,'http://metro-landscaping.com/en/2016/10/30/42-revision-v1/',0,'revision','',0),(49,1,'2016-10-30 08:42:23','2016-10-30 08:42:23','<img src=\"http://metro-landscaping.com/en/wp-content/uploads/2016/10/coffee-1630x770.png\" alt=\"coffee-1630x770\" width=\"1630\" height=\"770\" class=\"alignnone size-full wp-image-4\" />','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-10-30 08:42:23','2016-10-30 08:42:23','',12,'http://metro-landscaping.com/en/2016/10/30/12-revision-v1/',0,'revision','',0),(50,1,'2016-10-30 14:12:01','2016-10-30 14:12:01','<img src=\"http://metro-landscaping.com/en/wp-content/uploads/2016/10/coffee-1630x770.png\" alt=\"coffee-1630x770\" width=\"1630\" height=\"770\" class=\"alignnone size-full wp-image-4\"/>','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-10-30 14:12:01','2016-10-30 14:12:01','',12,'http://metro-landscaping.com/en/2016/10/30/12-revision-v1/',0,'revision','',0),(52,1,'2016-10-30 14:19:48','2016-10-30 14:19:48','[wonderplugin_slider id=\"1\"]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-10-30 14:19:48','2016-10-30 14:19:48','',8,'http://metro-landscaping.com/en/2016/10/30/8-revision-v1/',0,'revision','',0),(57,1,'2016-10-31 05:37:57','2016-10-31 05:37:57','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/coffee-1630x770.png\' attachment=\'4\' attachment_size=\'full\' attach=\'parallax\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'magazine\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'54\'][/av_slide]\r\n[av_slide id=\'55\'][/av_slide]\r\n[av_slide id=\'56\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Amazing meals & <strong>great entertainment</strong>\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'subheading_below\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\']\r\nWe hope to see you soon!\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nClick here to add your own text\r\n[/av_textblock]\r\n\r\n[/av_one_third][/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-10-31 05:37:57','2016-10-31 05:37:57','',42,'http://metro-landscaping.com/en/2016/10/31/42-revision-v1/',0,'revision','',0),(59,1,'2016-10-31 05:40:45','2016-10-31 05:40:45','[av_fullscreen size=\'no scaling\' animation=\'slide\' autoplay=\'false\' interval=\'5\' control_layout=\'\']\r\n[av_fullscreen_slide slide_type=\'image\' id=\'58\' position=\'top left\' video=\'http://\' mobile_image=\'\' video_cover=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' overlay_enable=\'\'][/av_fullscreen_slide]\r\n\r\n[/av_fullscreen]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'magazine\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'54\'][/av_slide]\r\n[av_slide id=\'55\'][/av_slide]\r\n[av_slide id=\'56\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Amazing meals & <strong>great entertainment</strong>\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'subheading_below\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\']\r\nWe hope to see you soon!\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nClick here to add your own text\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-10-31 05:40:45','2016-10-31 05:40:45','',42,'http://metro-landscaping.com/en/2016/10/31/42-revision-v1/',0,'revision','',0),(60,1,'2016-10-31 05:42:25','2016-10-31 05:42:25','[av_fullscreen size=\'no scaling\' animation=\'slide_up\' autoplay=\'false\' interval=\'5\' control_layout=\'\']\r\n[av_fullscreen_slide slide_type=\'image\' id=\'58\' position=\'top left\' video=\'http://\' mobile_image=\'\' video_cover=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' overlay_enable=\'\'][/av_fullscreen_slide]\r\n[av_fullscreen_slide id=\'58\' slide_type=\'\' position=\'Center Center\' video=\'http://\' mobile_image=\'\' video_cover=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_fullscreen_slide]\r\n[av_fullscreen_slide id=\'58\'][/av_fullscreen_slide]\r\n[/av_fullscreen]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'magazine\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'54\'][/av_slide]\r\n[av_slide id=\'55\'][/av_slide]\r\n[av_slide id=\'56\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Amazing meals & <strong>great entertainment</strong>\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'subheading_below\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\']\r\nWe hope to see you soon!\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nClick here to add your own text\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-10-31 05:42:25','2016-10-31 05:42:25','',42,'http://metro-landscaping.com/en/2016/10/31/42-revision-v1/',0,'revision','',0),(61,1,'2016-10-31 05:43:34','2016-10-31 05:43:34','[av_fullscreen size=\'no scaling\' animation=\'slide_up\' autoplay=\'false\' interval=\'5\' control_layout=\'\']\r\n[av_fullscreen_slide slide_type=\'image\' id=\'58\' position=\'top left\' video=\'http://\' mobile_image=\'\' video_cover=\'\' title=\'Welcome to Al Bandary Food & Beverage\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_center caption_center_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_fullscreen_slide]\r\n[av_fullscreen_slide id=\'58\' slide_type=\'\' position=\'Center Center\' video=\'http://\' mobile_image=\'\' video_cover=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_fullscreen_slide]\r\n[av_fullscreen_slide id=\'58\' slide_type=\'\' position=\'Center Center\' video=\'http://\' mobile_image=\'\' video_cover=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_fullscreen_slide]\r\n[/av_fullscreen]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'magazine\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'54\'][/av_slide]\r\n[av_slide id=\'55\'][/av_slide]\r\n[av_slide id=\'56\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Amazing meals & <strong>great entertainment</strong>\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'subheading_below\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\']\r\nWe hope to see you soon!\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nClick here to add your own text\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-10-31 05:43:34','2016-10-31 05:43:34','',42,'http://metro-landscaping.com/en/2016/10/31/42-revision-v1/',0,'revision','',0),(62,1,'2016-10-31 05:45:13','2016-10-31 05:45:13','[av_fullscreen size=\'no scaling\' animation=\'slide_up\' autoplay=\'false\' interval=\'5\' control_layout=\'\']\r\n[av_fullscreen_slide slide_type=\'image\' id=\'58\' position=\'top left\' video=\'http://\' mobile_image=\'\' video_cover=\'\' title=\'Welcome to Al Bandary Food & Beverage\' custom_title_size=\'25\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_fullscreen_slide]\r\n[av_fullscreen_slide id=\'58\' slide_type=\'\' position=\'Center Center\' video=\'http://\' mobile_image=\'\' video_cover=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_fullscreen_slide]\r\n[av_fullscreen_slide id=\'58\' slide_type=\'\' position=\'Center Center\' video=\'http://\' mobile_image=\'\' video_cover=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_fullscreen_slide]\r\n[/av_fullscreen]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'magazine\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'54\'][/av_slide]\r\n[av_slide id=\'55\'][/av_slide]\r\n[av_slide id=\'56\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Amazing meals & <strong>great entertainment</strong>\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'subheading_below\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\']\r\nWe hope to see you soon!\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nClick here to add your own text\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-10-31 05:45:13','2016-10-31 05:45:13','',42,'http://metro-landscaping.com/en/2016/10/31/42-revision-v1/',0,'revision','',0),(63,1,'2016-10-31 05:48:52','2016-10-31 05:48:52','[av_fullscreen size=\'no scaling\' animation=\'slide_up\' autoplay=\'false\' interval=\'5\' control_layout=\'\']\r\n[av_fullscreen_slide slide_type=\'image\' id=\'58\' position=\'top left\' video=\'http://\' mobile_image=\'\' video_cover=\'\' title=\'Welcome to our website\' custom_title_size=\'25\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_fullscreen_slide]\r\n[av_fullscreen_slide id=\'58\' slide_type=\'\' position=\'Center Center\' video=\'http://\' mobile_image=\'\' video_cover=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_fullscreen_slide]\r\n[av_fullscreen_slide id=\'58\' slide_type=\'\' position=\'Center Center\' video=\'http://\' mobile_image=\'\' video_cover=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_fullscreen_slide]\r\n[/av_fullscreen]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'magazine\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'54\'][/av_slide]\r\n[av_slide id=\'55\'][/av_slide]\r\n[av_slide id=\'56\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Amazing meals & <strong>great entertainment</strong>\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'subheading_below\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\']\r\nWe hope to see you soon!\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nClick here to add your own text\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-10-31 05:48:52','2016-10-31 05:48:52','',42,'http://metro-landscaping.com/en/2016/10/31/42-revision-v1/',0,'revision','',0),(65,1,'2016-10-31 06:21:31','2016-10-31 06:21:31','[av_fullscreen size=\'no scaling\' animation=\'slide_up\' autoplay=\'false\' interval=\'5\' control_layout=\'\']\r\n[av_fullscreen_slide slide_type=\'image\' id=\'58\' position=\'top left\' video=\'http://\' mobile_image=\'\' video_cover=\'\' title=\'Welcome to our website\' custom_title_size=\'25\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_fullscreen_slide]\r\n[av_fullscreen_slide id=\'58\' slide_type=\'\' position=\'Center Center\' video=\'http://\' mobile_image=\'\' video_cover=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_fullscreen_slide]\r\n[av_fullscreen_slide id=\'58\' slide_type=\'\' position=\'Center Center\' video=\'http://\' mobile_image=\'\' video_cover=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_fullscreen_slide]\r\n[/av_fullscreen]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'magazine\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'54\'][/av_slide]\r\n[av_slide id=\'55\'][/av_slide]\r\n[av_slide id=\'56\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Amazing meals & <strong>great entertainment</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'subheading_below\' subheading_size=\'15\' custom_class=\'\']\r\nWe hope to see you soon!\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem.\r\n\r\nVenenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus.\r\n\r\nNulla consequat massa quis enim. Doncus ut, imperdiet a.\r\n[/av_textblock]\r\n\r\n[/av_one_third][/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-10-31 06:21:31','2016-10-31 06:21:31','',42,'http://metro-landscaping.com/en/2016/10/31/42-revision-v1/',0,'revision','',0),(68,1,'2016-10-31 06:28:49','2016-10-31 06:28:49','[av_fullscreen size=\'no scaling\' animation=\'slide_up\' autoplay=\'false\' interval=\'5\' control_layout=\'\']\r\n[av_fullscreen_slide slide_type=\'image\' id=\'58\' position=\'top left\' video=\'http://\' mobile_image=\'\' video_cover=\'\' title=\'Welcome to our website\' custom_title_size=\'25\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_fullscreen_slide]\r\n[av_fullscreen_slide id=\'58\' slide_type=\'\' position=\'Center Center\' video=\'http://\' mobile_image=\'\' video_cover=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_fullscreen_slide]\r\n[av_fullscreen_slide id=\'58\' slide_type=\'\' position=\'Center Center\' video=\'http://\' mobile_image=\'\' video_cover=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_fullscreen_slide]\r\n[/av_fullscreen]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'magazine\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'54\'][/av_slide]\r\n[av_slide id=\'55\'][/av_slide]\r\n[av_slide id=\'56\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Amazing meals & <strong>great entertainment</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'subheading_below\' subheading_size=\'15\' custom_class=\'\']\r\nWe hope to see you soon!\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem.\r\n\r\nVenenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus.\r\n\r\nNulla consequat massa quis enim. Doncus ut, imperdiet a.\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/pizza-1-1-845x684.jpg\' attachment=\'66\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'page,8\' target=\'_blank\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\'][/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue808\' font=\'entypo-fontello\' title=\'The best ingredients\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_icon_box]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/burger-1-845x684.jpg\' attachment=\'67\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'page,12\' target=\'_blank\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\'][/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue808\' font=\'entypo-fontello\' title=\'Reservations\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_icon_box]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\'][/av_one_third]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-10-31 06:28:49','2016-10-31 06:28:49','',42,'http://metro-landscaping.com/en/2016/10/31/42-revision-v1/',0,'revision','',0),(70,1,'2016-10-31 06:33:01','2016-10-31 06:33:01','[av_fullscreen size=\'no scaling\' animation=\'slide_up\' autoplay=\'false\' interval=\'5\' control_layout=\'\']\r\n[av_fullscreen_slide slide_type=\'image\' id=\'58\' position=\'top left\' video=\'http://\' mobile_image=\'\' video_cover=\'\' title=\'Welcome to our website\' custom_title_size=\'25\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_fullscreen_slide]\r\n[av_fullscreen_slide id=\'58\' slide_type=\'\' position=\'Center Center\' video=\'http://\' mobile_image=\'\' video_cover=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_fullscreen_slide]\r\n[av_fullscreen_slide id=\'58\' slide_type=\'\' position=\'Center Center\' video=\'http://\' mobile_image=\'\' video_cover=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_fullscreen_slide]\r\n[/av_fullscreen]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'magazine\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'54\'][/av_slide]\r\n[av_slide id=\'55\'][/av_slide]\r\n[av_slide id=\'56\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Amazing meals & <strong>great entertainment</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'subheading_below\' subheading_size=\'15\' custom_class=\'\']\r\nWe hope to see you soon!\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem.\r\n\r\nVenenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus.\r\n\r\nNulla consequat massa quis enim. Doncus ut, imperdiet a.\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/pizza-1-1-845x684.jpg\' attachment=\'66\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'page,8\' target=\'_blank\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\'][/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue808\' font=\'entypo-fontello\' title=\'The best ingredients\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_icon_box]\r\n[/av_one_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/burger-1-845x684.jpg\' attachment=\'67\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'page,12\' target=\'_blank\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\'][/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue808\' font=\'entypo-fontello\' title=\'Reservations\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_icon_box]\r\n[/av_one_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\'][/av_one_third]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/kitchen_chef_edit-1.jpg\' attachment=\'69\' attachment_size=\'full\' attach=\'parallax\' position=\'top center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_section]\r\n\r\n[av_heading heading=\'Kitchen <strong>Team</strong>\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'20\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#0a0202\']\r\nAward winning meals, delivered by an amazing team\r\n[/av_heading]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-10-31 06:33:01','2016-10-31 06:33:01','',42,'http://metro-landscaping.com/en/2016/10/31/42-revision-v1/',0,'revision','',0),(71,1,'2016-10-31 06:44:44','2016-10-31 06:44:44','','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-10-31 06:44:44','2016-10-31 06:44:44','',12,'http://metro-landscaping.com/en/2016/10/31/12-revision-v1/',0,'revision','',0),(72,1,'2016-10-31 06:46:59','2016-10-31 06:46:59','[av_fullscreen size=\'no scaling\' animation=\'slide_up\' autoplay=\'false\' interval=\'5\' control_layout=\'\']\r\n[av_fullscreen_slide slide_type=\'image\' id=\'58\' position=\'top left\' video=\'http://\' mobile_image=\'\' video_cover=\'\' title=\'Welcome to our website\' custom_title_size=\'25\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_fullscreen_slide]\r\n[av_fullscreen_slide id=\'58\' slide_type=\'\' position=\'Center Center\' video=\'http://\' mobile_image=\'\' video_cover=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_fullscreen_slide]\r\n[av_fullscreen_slide id=\'58\' slide_type=\'\' position=\'Center Center\' video=\'http://\' mobile_image=\'\' video_cover=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_fullscreen_slide]\r\n[/av_fullscreen]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'magazine\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'54\'][/av_slide]\r\n[av_slide id=\'55\'][/av_slide]\r\n[av_slide id=\'56\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Amazing meals & <strong>great entertainment</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'subheading_below\' subheading_size=\'15\' custom_class=\'\']\r\nWe hope to see you soon!\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem.\r\n\r\nVenenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus.\r\n\r\nNulla consequat massa quis enim. Doncus ut, imperdiet a.\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/pizza-1-1-845x684.jpg\' attachment=\'66\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'page,8\' target=\'_blank\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\'][/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue808\' font=\'entypo-fontello\' title=\'The best ingredients\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_icon_box]\r\n[/av_one_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/burger-1-845x684.jpg\' attachment=\'67\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'page,12\' target=\'_blank\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\'][/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue808\' font=\'entypo-fontello\' title=\'Reservations\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_icon_box]\r\n[/av_one_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\'][/av_one_third]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/kitchen_chef_edit-1.jpg\' attachment=\'69\' attachment_size=\'full\' attach=\'parallax\' position=\'top center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'250\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'Kitchen <strong>Team</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#0a0202\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'20\' custom_class=\'\']\r\nAward winning meals, delivered by an amazing team\r\n[/av_heading]\r\n\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-10-31 06:46:59','2016-10-31 06:46:59','',42,'http://metro-landscaping.com/en/2016/10/31/42-revision-v1/',0,'revision','',0),(73,1,'2016-10-31 06:48:07','2016-10-31 06:48:07','[av_fullscreen size=\'no scaling\' animation=\'slide_up\' autoplay=\'false\' interval=\'5\' control_layout=\'\']\r\n[av_fullscreen_slide slide_type=\'image\' id=\'58\' position=\'top left\' video=\'http://\' mobile_image=\'\' video_cover=\'\' title=\'Welcome to our website\' custom_title_size=\'25\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_fullscreen_slide]\r\n[av_fullscreen_slide id=\'58\' slide_type=\'\' position=\'Center Center\' video=\'http://\' mobile_image=\'\' video_cover=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_fullscreen_slide]\r\n[av_fullscreen_slide id=\'58\' slide_type=\'\' position=\'Center Center\' video=\'http://\' mobile_image=\'\' video_cover=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_fullscreen_slide]\r\n[/av_fullscreen]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'magazine\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'54\'][/av_slide]\r\n[av_slide id=\'55\'][/av_slide]\r\n[av_slide id=\'56\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Amazing meals & <strong>great entertainment</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'subheading_below\' subheading_size=\'15\' custom_class=\'\']\r\nWe hope to see you soon!\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem.\r\n\r\nVenenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus.\r\n\r\nNulla consequat massa quis enim. Doncus ut, imperdiet a.\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/pizza-1-1-845x684.jpg\' attachment=\'66\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'page,8\' target=\'_blank\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\'][/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue808\' font=\'entypo-fontello\' title=\'The best ingredients\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_icon_box]\r\n[/av_one_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/burger-1-845x684.jpg\' attachment=\'67\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'page,12\' target=\'_blank\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\'][/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue808\' font=\'entypo-fontello\' title=\'Reservations\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_icon_box]\r\n[/av_one_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\'][/av_one_third]\r\n\r\n[av_hr class=\'invisible\' height=\'50\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/kitchen_chef_edit-1.jpg\' attachment=\'69\' attachment_size=\'full\' attach=\'parallax\' position=\'top center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'250\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'Kitchen <strong>Team</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#0a0202\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'20\' custom_class=\'\']\r\nAward winning meals, delivered by an amazing team\r\n[/av_heading]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-10-31 06:48:07','2016-10-31 06:48:07','',42,'http://metro-landscaping.com/en/2016/10/31/42-revision-v1/',0,'revision','',0),(74,1,'2016-10-31 06:51:12','2016-10-31 06:51:12','[av_fullscreen size=\'no scaling\' animation=\'slide_up\' autoplay=\'false\' interval=\'5\' control_layout=\'\']\r\n[av_fullscreen_slide slide_type=\'image\' id=\'58\' position=\'top left\' video=\'http://\' mobile_image=\'\' video_cover=\'\' title=\'Welcome to our website\' custom_title_size=\'25\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_fullscreen_slide]\r\n[av_fullscreen_slide id=\'58\' slide_type=\'\' position=\'Center Center\' video=\'http://\' mobile_image=\'\' video_cover=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_fullscreen_slide]\r\n[av_fullscreen_slide id=\'58\' slide_type=\'\' position=\'Center Center\' video=\'http://\' mobile_image=\'\' video_cover=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_fullscreen_slide]\r\n[/av_fullscreen]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'magazine\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'54\'][/av_slide]\r\n[av_slide id=\'55\'][/av_slide]\r\n[av_slide id=\'56\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Amazing meals & <strong>great entertainment</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'subheading_below\' subheading_size=\'15\' custom_class=\'\']\r\nWe hope to see you soon!\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem.\r\n\r\nVenenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus.\r\n\r\nNulla consequat massa quis enim. Doncus ut, imperdiet a.\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/pizza-1-1-845x684.jpg\' attachment=\'66\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'page,8\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue808\' font=\'entypo-fontello\' title=\'The best ingredients\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_icon_box]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/burger-1-845x684.jpg\' attachment=\'67\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'page,12\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue808\' font=\'entypo-fontello\' title=\'Reservations\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_icon_box]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\'][/av_one_third]\r\n\r\n[av_hr class=\'invisible\' height=\'50\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/kitchen_chef_edit-1.jpg\' attachment=\'69\' attachment_size=\'full\' attach=\'parallax\' position=\'top center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'250\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'Kitchen <strong>Team</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#0a0202\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'20\' custom_class=\'\']\r\nAward winning meals, delivered by an amazing team\r\n[/av_heading]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-10-31 06:51:12','2016-10-31 06:51:12','',42,'http://metro-landscaping.com/en/2016/10/31/42-revision-v1/',0,'revision','',0),(76,1,'2016-10-31 07:03:43','2016-10-31 07:03:43','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/coffee-1.jpg\' attachment=\'75\' attachment_size=\'full\' attach=\'parallax\' position=\'top left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_heading heading=\'About us\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'18\' padding=\'0\' color=\'\' custom_font=\'\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_section]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-10-31 07:03:43','2016-10-31 07:03:43','',8,'http://metro-landscaping.com/en/2016/10/31/8-revision-v1/',0,'revision','',0),(77,1,'2016-10-31 07:06:36','2016-10-31 07:06:36','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/coffee-1.jpg\' attachment=\'75\' attachment_size=\'full\' attach=\'parallax\' position=\'top left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_heading heading=\'About us\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'A few words <strong>about us</strong>\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'subheading_below\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nDonec elit libero, sodales nec, volutpat a, suscipit non, turpis. Nullam sagittis. Suspendisse pulvinar, augue ac venenatis condimentum, sem libero volutpat nibh, nec pellentesque velit pede quis nunc. Vestibulia Curae; Fusce id purus. <strong>Ut varius tincidunt</strong> libero. Phasellus dolor. Maecenas vestibulum mollis\r\n\r\nLorem ipsum dolor sit amet, <strong>consectetuer</strong> adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_half][/av_section]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-10-31 07:06:36','2016-10-31 07:06:36','',8,'http://metro-landscaping.com/en/2016/10/31/8-revision-v1/',0,'revision','',0),(78,1,'2016-10-31 07:09:50','2016-10-31 07:09:50','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/coffee-1.jpg\' attachment=\'75\' attachment_size=\'full\' attach=\'parallax\' position=\'top left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_heading heading=\'About us\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'A few words <strong>about us</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'subheading_below\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nDonec elit libero, sodales nec, volutpat a, suscipit non, turpis. Nullam sagittis. Suspendisse pulvinar, augue ac venenatis condimentum, sem libero volutpat nibh, nec pellentesque velit pede quis nunc. Vestibulia Curae; Fusce id purus. <strong>Ut varius tincidunt</strong> libero. Phasellus dolor. Maecenas vestibulum mollis\r\n\r\nLorem ipsum dolor sit amet, <strong>consectetuer</strong> adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'A place to wine, a place <strong>to dine</strong>\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'subheading_below\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\']\r\nHow it all came to be...\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nLorem ipsum dolor sit amet, <strong>consectetuer</strong> adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis.\r\n<blockquote>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</blockquote>\r\nAenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n[/av_textblock]\r\n\r\n[/av_one_half][/av_section]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-10-31 07:09:50','2016-10-31 07:09:50','',8,'http://metro-landscaping.com/en/2016/10/31/8-revision-v1/',0,'revision','',0),(86,1,'2016-10-31 07:19:32','2016-10-31 07:19:32','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/coffee-1.jpg\' attachment=\'75\' attachment_size=\'full\' attach=\'parallax\' position=\'top left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_heading heading=\'About us\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'A few words <strong>about us</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'subheading_below\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nDonec elit libero, sodales nec, volutpat a, suscipit non, turpis. Nullam sagittis. Suspendisse pulvinar, augue ac venenatis condimentum, sem libero volutpat nibh, nec pellentesque velit pede quis nunc. Vestibulia Curae; Fusce id purus. <strong>Ut varius tincidunt</strong> libero. Phasellus dolor. Maecenas vestibulum mollis\r\n\r\nLorem ipsum dolor sit amet, <strong>consectetuer</strong> adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'A place to wine, a place <strong>to dine</strong>\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'subheading_below\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\']\r\nHow it all came to be...\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nLorem ipsum dolor sit amet, <strong>consectetuer</strong> adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis.\r\n<blockquote>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</blockquote>\r\nAenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n[/av_textblock]\r\n\r\n[/av_one_half]\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'75,85,67,83,54,55,84,80,81,79\' items=\'24\' columns=\'flexible\' paginate=\'pagination\' size=\'fixed masonry\' gap=\'no\' overlay_fx=\'\' caption_elements=\'title excerpt\' caption_display=\'always\' container_links=\'active\' id=\'\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-10-31 07:19:32','2016-10-31 07:19:32','',8,'http://metro-landscaping.com/en/2016/10/31/8-revision-v1/',0,'revision','',0),(87,1,'2016-10-31 07:20:43','2016-10-31 07:20:43','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/coffee-1.jpg\' attachment=\'75\' attachment_size=\'full\' attach=\'parallax\' position=\'top left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_heading heading=\'About us\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'A few words <strong>about us</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'subheading_below\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nDonec elit libero, sodales nec, volutpat a, suscipit non, turpis. Nullam sagittis. Suspendisse pulvinar, augue ac venenatis condimentum, sem libero volutpat nibh, nec pellentesque velit pede quis nunc. Vestibulia Curae; Fusce id purus. <strong>Ut varius tincidunt</strong> libero. Phasellus dolor. Maecenas vestibulum mollis\r\n\r\nLorem ipsum dolor sit amet, <strong>consectetuer</strong> adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'A place to wine, a place <strong>to dine</strong>\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'subheading_below\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\']\r\nHow it all came to be...\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nLorem ipsum dolor sit amet, <strong>consectetuer</strong> adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis.\r\n<blockquote>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</blockquote>\r\nAenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n[/av_textblock]\r\n\r\n[/av_one_half]\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'75,85,67,83,54,55,84,80,81,79\' items=\'24\' columns=\'flexible\' paginate=\'load_more\' size=\'fixed masonry\' gap=\'no\' overlay_fx=\'\' caption_elements=\'title excerpt\' caption_display=\'on-hover\' container_links=\'active\' id=\'\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-10-31 07:20:43','2016-10-31 07:20:43','',8,'http://metro-landscaping.com/en/2016/10/31/8-revision-v1/',0,'revision','',0),(88,1,'2016-10-31 07:21:42','2016-10-31 07:21:42','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/coffee-1.jpg\' attachment=\'75\' attachment_size=\'full\' attach=\'parallax\' position=\'top left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_heading heading=\'About us\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'A few words <strong>about us</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'subheading_below\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nDonec elit libero, sodales nec, volutpat a, suscipit non, turpis. Nullam sagittis. Suspendisse pulvinar, augue ac venenatis condimentum, sem libero volutpat nibh, nec pellentesque velit pede quis nunc. Vestibulia Curae; Fusce id purus. <strong>Ut varius tincidunt</strong> libero. Phasellus dolor. Maecenas vestibulum mollis\r\n\r\nLorem ipsum dolor sit amet, <strong>consectetuer</strong> adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'A place to wine, a place <strong>to dine</strong>\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'subheading_below\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\']\r\nHow it all came to be...\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nLorem ipsum dolor sit amet, <strong>consectetuer</strong> adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis.\r\n<blockquote>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</blockquote>\r\nAenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n[/av_textblock]\r\n\r\n[/av_one_half]\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'75,85,67,83,54,55,84,80,81,79\' items=\'24\' columns=\'flexible\' paginate=\'load_more\' size=\'fixed masonry\' gap=\'no\' overlay_fx=\'\' caption_elements=\'excerpt\' caption_display=\'on-hover\' container_links=\'active\' id=\'\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-10-31 07:21:42','2016-10-31 07:21:42','',8,'http://metro-landscaping.com/en/2016/10/31/8-revision-v1/',0,'revision','',0),(89,1,'2016-10-31 07:27:02','2016-10-31 07:27:02','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'parallax\' position=\'bottom center\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_heading heading=\'Where to <strong>find us</strong>\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'18\' padding=\'0\' color=\'\' custom_font=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n\r\n[/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-10-31 07:27:02','2016-10-31 07:27:02','',12,'http://metro-landscaping.com/en/2016/10/31/12-revision-v1/',0,'revision','',0),(90,1,'2016-10-31 07:35:56','2016-10-31 07:35:56','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'parallax\' position=\'bottom center\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_heading heading=\'Where to <strong>find us</strong>\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'18\' padding=\'0\' color=\'\' custom_font=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Get <strong>in touch</strong>\' tag=\'h1\' style=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'10\' color=\'\' custom_font=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient.\r\n[/av_textblock]\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/fruit-1-1500x630.jpg\' attachment=\'83\' attachment_size=\'featured_large\' align=\'center\' animation=\'no-animation\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem.\r\n\r\nNulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Mail <strong>US</strong>\' tag=\'h1\' style=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'10\' color=\'\' custom_font=\'\'][/av_heading]\r\n\r\n[av_contact email=\'m.lacerona@albandarygroup.com\' title=\'Send us mail\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' form_align=\'\' color=\'\']\r\n[av_contact_field label=\'Name\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' check=\'is_email\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-10-31 07:35:56','2016-10-31 07:35:56','',12,'http://metro-landscaping.com/en/2016/10/31/12-revision-v1/',0,'revision','',0),(91,1,'2016-10-31 07:37:31','2016-10-31 07:37:31','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'parallax\' position=\'bottom center\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_heading heading=\'Where to <strong>find us</strong>\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n\r\n[/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Get <strong>in touch</strong>\' tag=\'h1\' style=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'10\' color=\'custom-color-heading\' custom_font=\'#ffffff\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient.\r\n[/av_textblock]\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/fruit-1-1500x630.jpg\' attachment=\'83\' attachment_size=\'featured_large\' align=\'center\' animation=\'no-animation\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem.\r\n\r\nNulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Mail <strong>US</strong>\' tag=\'h1\' style=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'10\' color=\'custom-color-heading\' custom_font=\'#ffffff\'][/av_heading]\r\n\r\n[av_contact email=\'m.lacerona@albandarygroup.com\' title=\'Send us mail\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' form_align=\'\' color=\'av-custom-form-color av-light-form\']\r\n[av_contact_field label=\'Name\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' check=\'is_email\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-10-31 07:37:31','2016-10-31 07:37:31','',12,'http://metro-landscaping.com/en/2016/10/31/12-revision-v1/',0,'revision','',0),(92,1,'2016-10-31 07:38:13','2016-10-31 07:38:13','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'parallax\' position=\'bottom center\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_heading heading=\'Where to <strong>find us</strong>\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Get <strong>in touch</strong>\' color=\'custom-color-heading\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'custom\' color=\'#ffffff\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient.\r\n[/av_textblock]\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/fruit-1-1500x630.jpg\' attachment=\'83\' attachment_size=\'featured_large\' align=\'center\' animation=\'no-animation\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'custom\' color=\'#ffffff\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem.\r\n\r\nNulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Mail <strong>US</strong>\' color=\'custom-color-heading\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_contact email=\'m.lacerona@albandarygroup.com\' title=\'Send us mail\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' form_align=\'\' color=\'av-custom-form-color av-light-form\']\r\n[av_contact_field label=\'Name\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' check=\'is_email\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-10-31 07:38:13','2016-10-31 07:38:13','',12,'http://metro-landscaping.com/en/2016/10/31/12-revision-v1/',0,'revision','',0),(93,1,'2016-10-31 07:38:45','2016-10-31 07:38:45','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'parallax\' position=\'bottom center\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_heading heading=\'Where to <strong>find us</strong>\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Get <strong>in touch</strong>\' color=\'custom-color-heading\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'custom\' color=\'#ffffff\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient.\r\n[/av_textblock]\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/fruit-1-1500x630.jpg\' attachment=\'83\' attachment_size=\'featured_large\' align=\'center\' animation=\'no-animation\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'custom\' color=\'#ffffff\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem.\r\n\r\nNulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Mail <strong>US</strong>\' color=\'custom-color-heading\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_contact email=\'m.lacerona@albandarygroup.com\' title=\'Send us mail\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' form_align=\'\' color=\'av-custom-form-color av-light-form\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_half\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-10-31 07:38:45','2016-10-31 07:38:45','',12,'http://metro-landscaping.com/en/2016/10/31/12-revision-v1/',0,'revision','',0),(94,1,'2016-10-31 07:39:11','2016-10-31 07:39:11','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'parallax\' position=\'bottom center\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_heading heading=\'Where to <strong>find us</strong>\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Get <strong>in touch</strong>\' color=\'custom-color-heading\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'custom\' color=\'#ffffff\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient.\r\n[/av_textblock]\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/fruit-1-1500x630.jpg\' attachment=\'83\' attachment_size=\'featured_large\' align=\'center\' animation=\'no-animation\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'custom\' color=\'#ffffff\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem.\r\n\r\nNulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Mail <strong>US</strong>\' color=\'custom-color-heading\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_contact email=\'m.lacerona@albandarygroup.com\' title=\'Send us mail\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' form_align=\'\' color=\'av-custom-form-color av-dark-form\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-10-31 07:39:11','2016-10-31 07:39:11','',12,'http://metro-landscaping.com/en/2016/10/31/12-revision-v1/',0,'revision','',0),(95,1,'2016-10-31 07:39:45','2016-10-31 07:39:45','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'parallax\' position=\'bottom center\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_heading heading=\'Where to <strong>find us</strong>\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Get <strong>in touch</strong>\' color=\'custom-color-heading\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'custom\' color=\'#ffffff\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient.\r\n[/av_textblock]\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/fruit-1-1500x630.jpg\' attachment=\'83\' attachment_size=\'featured_large\' align=\'center\' animation=\'no-animation\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'custom\' color=\'#ffffff\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem.\r\n\r\nNulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Mail <strong>US</strong>\' color=\'custom-color-heading\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_contact email=\'m.lacerona@albandarygroup.com\' title=\'Send us mail\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' form_align=\'\' color=\'\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-10-31 07:39:45','2016-10-31 07:39:45','',12,'http://metro-landscaping.com/en/2016/10/31/12-revision-v1/',0,'revision','',0),(96,1,'2016-10-31 07:43:18','2016-10-31 07:43:18','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'parallax\' position=\'bottom center\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_heading heading=\'Where to <strong>find us</strong>\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Get <strong>in touch</strong>\' color=\'custom-color-heading\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'custom\' color=\'#ffffff\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient.\r\n[/av_textblock]\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/fruit-1-1500x630.jpg\' attachment=\'83\' attachment_size=\'featured_large\' align=\'center\' animation=\'no-animation\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'custom\' color=\'#ffffff\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem.\r\n\r\nNulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Mail <strong>US</strong>\' color=\'custom-color-heading\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_contact email=\'m.lacerona@albandarygroup.com\' title=\'Send us mail\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' form_align=\'\' color=\'av-custom-form-color av-light-form\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-10-31 07:43:18','2016-10-31 07:43:18','',12,'http://metro-landscaping.com/en/2016/10/31/12-revision-v1/',0,'revision','',0),(97,1,'2016-10-31 07:45:14','2016-10-31 07:45:14','[av_fullscreen size=\'no scaling\' animation=\'slide_up\' autoplay=\'false\' interval=\'5\' control_layout=\'\']\r\n[av_fullscreen_slide slide_type=\'image\' id=\'58\' position=\'top left\' video=\'http://\' mobile_image=\'\' video_cover=\'\' title=\'\' custom_title_size=\'25\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_fullscreen_slide]\r\n[av_fullscreen_slide id=\'58\' slide_type=\'\' position=\'Center Center\' video=\'http://\' mobile_image=\'\' video_cover=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_fullscreen_slide]\r\n[av_fullscreen_slide id=\'58\' slide_type=\'\' position=\'Center Center\' video=\'http://\' mobile_image=\'\' video_cover=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_fullscreen_slide]\r\n[/av_fullscreen]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'magazine\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'54\'][/av_slide]\r\n[av_slide id=\'55\'][/av_slide]\r\n[av_slide id=\'56\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Amazing meals & <strong>great entertainment</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'subheading_below\' subheading_size=\'15\' custom_class=\'\']\r\nWe hope to see you soon!\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem.\r\n\r\nVenenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus.\r\n\r\nNulla consequat massa quis enim. Doncus ut, imperdiet a.\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/pizza-1-1-845x684.jpg\' attachment=\'66\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'page,8\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue808\' font=\'entypo-fontello\' title=\'The best ingredients\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_icon_box]\r\n[/av_one_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/burger-1-845x684.jpg\' attachment=\'67\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'page,12\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue808\' font=\'entypo-fontello\' title=\'Reservations\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_icon_box]\r\n[/av_one_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\'][/av_one_third]\r\n\r\n[av_hr class=\'invisible\' height=\'50\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/kitchen_chef_edit-1.jpg\' attachment=\'69\' attachment_size=\'full\' attach=\'parallax\' position=\'top center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'250\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'Kitchen <strong>Team</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#0a0202\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'20\' custom_class=\'\']\r\nAward winning meals, delivered by an amazing team\r\n[/av_heading]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-10-31 07:45:14','2016-10-31 07:45:14','',42,'http://metro-landscaping.com/en/2016/10/31/42-revision-v1/',0,'revision','',0),(98,1,'2016-10-31 07:46:04','2016-10-31 07:46:04','[av_fullscreen size=\'no scaling\' animation=\'slide_up\' autoplay=\'true\' interval=\'4\' control_layout=\'\']\r\n[av_fullscreen_slide slide_type=\'image\' id=\'58\' position=\'top left\' video=\'http://\' mobile_image=\'\' video_cover=\'\' title=\'\' custom_title_size=\'25\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' overlay_enable=\'\'][/av_fullscreen_slide]\r\n[av_fullscreen_slide id=\'58\' slide_type=\'\' position=\'Center Center\' video=\'http://\' mobile_image=\'\' video_cover=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_fullscreen_slide]\r\n[av_fullscreen_slide id=\'58\' slide_type=\'\' position=\'Center Center\' video=\'http://\' mobile_image=\'\' video_cover=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_fullscreen_slide]\r\n[/av_fullscreen]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'magazine\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'54\'][/av_slide]\r\n[av_slide id=\'55\'][/av_slide]\r\n[av_slide id=\'56\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Amazing meals & <strong>great entertainment</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'subheading_below\' subheading_size=\'15\' custom_class=\'\']\r\nWe hope to see you soon!\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem.\r\n\r\nVenenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus.\r\n\r\nNulla consequat massa quis enim. Doncus ut, imperdiet a.\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/pizza-1-1-845x684.jpg\' attachment=\'66\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'page,8\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue808\' font=\'entypo-fontello\' title=\'The best ingredients\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_icon_box]\r\n[/av_one_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/burger-1-845x684.jpg\' attachment=\'67\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'page,12\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue808\' font=\'entypo-fontello\' title=\'Reservations\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_icon_box]\r\n[/av_one_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\'][/av_one_third]\r\n\r\n[av_hr class=\'invisible\' height=\'50\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/kitchen_chef_edit-1.jpg\' attachment=\'69\' attachment_size=\'full\' attach=\'parallax\' position=\'top center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'250\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'Kitchen <strong>Team</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#0a0202\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'20\' custom_class=\'\']\r\nAward winning meals, delivered by an amazing team\r\n[/av_heading]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-10-31 07:46:04','2016-10-31 07:46:04','',42,'http://metro-landscaping.com/en/2016/10/31/42-revision-v1/',0,'revision','',0),(99,1,'2016-10-31 07:46:40','2016-10-31 07:46:40','[av_fullscreen size=\'no scaling\' animation=\'fade\' autoplay=\'true\' interval=\'4\' control_layout=\'\']\r\n[av_fullscreen_slide slide_type=\'image\' id=\'58\' position=\'top left\' video=\'http://\' mobile_image=\'\' video_cover=\'\' title=\'\' custom_title_size=\'25\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' overlay_enable=\'\'][/av_fullscreen_slide]\r\n[av_fullscreen_slide id=\'58\' slide_type=\'\' position=\'Center Center\' video=\'http://\' mobile_image=\'\' video_cover=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_fullscreen_slide]\r\n[av_fullscreen_slide id=\'58\' slide_type=\'\' position=\'Center Center\' video=\'http://\' mobile_image=\'\' video_cover=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_fullscreen_slide]\r\n[/av_fullscreen]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'magazine\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'54\'][/av_slide]\r\n[av_slide id=\'55\'][/av_slide]\r\n[av_slide id=\'56\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Amazing meals & <strong>great entertainment</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'subheading_below\' subheading_size=\'15\' custom_class=\'\']\r\nWe hope to see you soon!\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem.\r\n\r\nVenenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus.\r\n\r\nNulla consequat massa quis enim. Doncus ut, imperdiet a.\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/pizza-1-1-845x684.jpg\' attachment=\'66\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'page,8\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue808\' font=\'entypo-fontello\' title=\'The best ingredients\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_icon_box]\r\n[/av_one_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/burger-1-845x684.jpg\' attachment=\'67\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'page,12\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue808\' font=\'entypo-fontello\' title=\'Reservations\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_icon_box]\r\n[/av_one_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\'][/av_one_third]\r\n\r\n[av_hr class=\'invisible\' height=\'50\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/kitchen_chef_edit-1.jpg\' attachment=\'69\' attachment_size=\'full\' attach=\'parallax\' position=\'top center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'250\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'Kitchen <strong>Team</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#0a0202\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'20\' custom_class=\'\']\r\nAward winning meals, delivered by an amazing team\r\n[/av_heading]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-10-31 07:46:40','2016-10-31 07:46:40','',42,'http://metro-landscaping.com/en/2016/10/31/42-revision-v1/',0,'revision','',0),(100,1,'2016-10-31 07:53:19','2016-10-31 07:53:19','','HOME','','publish','closed','closed','','100','','','2016-11-29 09:33:46','2016-11-29 09:33:46','',0,'http://metro-landscaping.com/en/?p=100',1,'nav_menu_item','',0),(101,1,'2016-10-31 07:53:21','2016-10-31 07:53:21','','CONTACT US','','publish','closed','closed','','101','','','2016-11-29 09:33:48','2016-11-29 09:33:48','',0,'http://metro-landscaping.com/en/?p=101',7,'nav_menu_item','',0),(103,1,'2016-10-31 07:53:20','2016-10-31 07:53:20','','ABOUT US','','publish','closed','closed','','103','','','2016-11-29 09:33:46','2016-11-29 09:33:46','',0,'http://metro-landscaping.com/en/?p=103',2,'nav_menu_item','',0),(105,1,'2016-11-06 06:44:42','2016-11-06 06:44:42','[av_fullscreen size=\'no scaling\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'\']\r\n[av_fullscreen_slide slide_type=\'image\' id=\'58\' position=\'top left\' video=\'\' mobile_image=\'\' video_cover=\'\' title=\'Al Bandary \' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_center caption_center_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.1\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\nFood & Beverage\r\n[/av_fullscreen_slide]\r\n\r\n[/av_fullscreen]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\' escape_html=\'\' deactivate_shortcode=\'\' deactivate_wrapper=\'\'][/av_codeblock]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'magazine\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'54\'][/av_slide]\r\n[av_slide id=\'55\'][/av_slide]\r\n[av_slide id=\'56\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Amazing meals & <strong>great entertainment</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'subheading_below\' subheading_size=\'15\' custom_class=\'\']\r\nWe hope to see you soon!\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem.\r\n\r\nVenenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus.\r\n\r\nNulla consequat massa quis enim. Doncus ut, imperdiet a.\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/pizza-1-1-845x684.jpg\' attachment=\'66\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'page,8\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue808\' font=\'entypo-fontello\' title=\'The best ingredients\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_icon_box]\r\n[/av_one_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/burger-1-845x684.jpg\' attachment=\'67\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'page,12\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue808\' font=\'entypo-fontello\' title=\'Reservations\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_icon_box]\r\n[/av_one_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\'][/av_one_third]\r\n\r\n[av_hr class=\'invisible\' height=\'50\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/kitchen_chef_edit-1.jpg\' attachment=\'69\' attachment_size=\'full\' attach=\'parallax\' position=\'top center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'250\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'Kitchen <strong>Team</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#0a0202\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'20\' custom_class=\'\']\r\nAward winning meals, delivered by an amazing team\r\n[/av_heading]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-06 06:44:42','2016-11-06 06:44:42','',42,'http://metro-landscaping.com/en/2016/11/06/42-revision-v1/',0,'revision','',0),(106,1,'2016-11-06 06:45:00','2016-11-06 06:45:00','[av_fullscreen size=\'no scaling\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'\']\r\n[av_fullscreen_slide slide_type=\'image\' id=\'58\' position=\'top left\' video=\'\' mobile_image=\'\' video_cover=\'\' title=\'Al Bandary \' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_center caption_center_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.1\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\nFood & Beverage\r\n[/av_fullscreen_slide]\r\n[/av_fullscreen]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'magazine\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'54\'][/av_slide]\r\n[av_slide id=\'55\'][/av_slide]\r\n[av_slide id=\'56\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Amazing meals & <strong>great entertainment</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'subheading_below\' subheading_size=\'15\' custom_class=\'\']\r\nWe hope to see you soon!\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem.\r\n\r\nVenenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus.\r\n\r\nNulla consequat massa quis enim. Doncus ut, imperdiet a.\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/pizza-1-1-845x684.jpg\' attachment=\'66\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'page,8\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue808\' font=\'entypo-fontello\' title=\'The best ingredients\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_icon_box]\r\n[/av_one_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/burger-1-845x684.jpg\' attachment=\'67\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'page,12\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue808\' font=\'entypo-fontello\' title=\'Reservations\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_icon_box]\r\n[/av_one_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\'][/av_one_third]\r\n\r\n[av_hr class=\'invisible\' height=\'50\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/kitchen_chef_edit-1.jpg\' attachment=\'69\' attachment_size=\'full\' attach=\'parallax\' position=\'top center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'250\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'Kitchen <strong>Team</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#0a0202\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'20\' custom_class=\'\']\r\nAward winning meals, delivered by an amazing team\r\n[/av_heading]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-06 06:45:00','2016-11-06 06:45:00','',42,'http://metro-landscaping.com/en/2016/11/06/42-revision-v1/',0,'revision','',0),(113,1,'2016-11-06 11:00:49','2016-11-06 11:00:49','[av_fullscreen size=\'no scaling\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'\']\r\n[av_fullscreen_slide slide_type=\'image\' id=\'58\' position=\'top left\' video=\'\' mobile_image=\'\' video_cover=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_center caption_center_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.1\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_fullscreen_slide]\r\n\r\n[/av_fullscreen]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'magazine\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'54\'][/av_slide]\r\n[av_slide id=\'55\'][/av_slide]\r\n[av_slide id=\'56\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Amazing meals & <strong>great entertainment</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'subheading_below\' subheading_size=\'15\' custom_class=\'\']\r\nWe hope to see you soon!\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem.\r\n\r\nVenenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus.\r\n\r\nNulla consequat massa quis enim. Doncus ut, imperdiet a.\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/pizza-1-1-845x684.jpg\' attachment=\'66\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'page,8\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue808\' font=\'entypo-fontello\' title=\'The best ingredients\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_icon_box]\r\n[/av_one_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/burger-1-845x684.jpg\' attachment=\'67\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'page,12\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue808\' font=\'entypo-fontello\' title=\'Reservations\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_icon_box]\r\n[/av_one_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\'][/av_one_third]\r\n\r\n[av_hr class=\'invisible\' height=\'50\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/kitchen_chef_edit-1.jpg\' attachment=\'69\' attachment_size=\'full\' attach=\'parallax\' position=\'top center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'250\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'Kitchen <strong>Team</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#0a0202\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'20\' custom_class=\'\']\r\nAward winning meals, delivered by an amazing team\r\n[/av_heading]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-06 11:00:49','2016-11-06 11:00:49','',42,'http://metro-landscaping.com/en/2016/11/06/42-revision-v1/',0,'revision','',0),(114,1,'2016-11-06 11:03:35','2016-11-06 11:03:35','[av_fullscreen size=\'no scaling\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'\']\r\n[av_fullscreen_slide slide_type=\'image\' id=\'58\' position=\'top left\' video=\'\' mobile_image=\'\' video_cover=\'\' title=\'Al Bandary \' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_center caption_center_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.1\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\nFood & Beverage\r\n[/av_fullscreen_slide]\r\n[/av_fullscreen]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'magazine\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'54\'][/av_slide]\r\n[av_slide id=\'55\'][/av_slide]\r\n[av_slide id=\'56\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Amazing meals & <strong>great entertainment</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'subheading_below\' subheading_size=\'15\' custom_class=\'\']\r\nWe hope to see you soon!\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem.\r\n\r\nVenenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus.\r\n\r\nNulla consequat massa quis enim. Doncus ut, imperdiet a.\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/pizza-1-1-845x684.jpg\' attachment=\'66\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'page,8\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue808\' font=\'entypo-fontello\' title=\'The best ingredients\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_icon_box]\r\n[/av_one_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/burger-1-845x684.jpg\' attachment=\'67\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'page,12\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue808\' font=\'entypo-fontello\' title=\'Reservations\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_icon_box]\r\n[/av_one_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\'][/av_one_third]\r\n\r\n[av_hr class=\'invisible\' height=\'50\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/kitchen_chef_edit-1.jpg\' attachment=\'69\' attachment_size=\'full\' attach=\'parallax\' position=\'top center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'250\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'Kitchen <strong>Team</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#0a0202\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'20\' custom_class=\'\']\r\nAward winning meals, delivered by an amazing team\r\n[/av_heading]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-06 11:03:35','2016-11-06 11:03:35','',42,'http://metro-landscaping.com/en/2016/11/06/42-revision-v1/',0,'revision','',0),(115,1,'2016-11-06 11:03:46','2016-11-06 11:03:46','[av_fullscreen size=\'no scaling\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'\']\r\n[av_fullscreen_slide slide_type=\'image\' id=\'58\' position=\'top left\' video=\'\' mobile_image=\'\' video_cover=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_center caption_center_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.1\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_fullscreen_slide]\r\n\r\n[/av_fullscreen]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'magazine\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'54\'][/av_slide]\r\n[av_slide id=\'55\'][/av_slide]\r\n[av_slide id=\'56\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Amazing meals & <strong>great entertainment</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'subheading_below\' subheading_size=\'15\' custom_class=\'\']\r\nWe hope to see you soon!\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem.\r\n\r\nVenenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus.\r\n\r\nNulla consequat massa quis enim. Doncus ut, imperdiet a.\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/pizza-1-1-845x684.jpg\' attachment=\'66\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'page,8\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue808\' font=\'entypo-fontello\' title=\'The best ingredients\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_icon_box]\r\n[/av_one_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/burger-1-845x684.jpg\' attachment=\'67\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'page,12\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue808\' font=\'entypo-fontello\' title=\'Reservations\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_icon_box]\r\n[/av_one_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\'][/av_one_third]\r\n\r\n[av_hr class=\'invisible\' height=\'50\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/kitchen_chef_edit-1.jpg\' attachment=\'69\' attachment_size=\'full\' attach=\'parallax\' position=\'top center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'250\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'Kitchen <strong>Team</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#0a0202\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'20\' custom_class=\'\']\r\nAward winning meals, delivered by an amazing team\r\n[/av_heading]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-06 11:03:46','2016-11-06 11:03:46','',42,'http://metro-landscaping.com/en/2016/11/06/42-revision-v1/',0,'revision','',0),(132,1,'2016-11-06 13:07:48','2016-11-06 13:07:48','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/coffee-1.jpg\' attachment=\'75\' attachment_size=\'full\' attach=\'parallax\' position=\'top left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'50\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'About us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'18\' custom_class=\'\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'A few words <strong>about us</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'subheading_below\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nDonec elit libero, sodales nec, volutpat a, suscipit non, turpis. Nullam sagittis. Suspendisse pulvinar, augue ac venenatis condimentum, sem libero volutpat nibh, nec pellentesque velit pede quis nunc. Vestibulia Curae; Fusce id purus. <strong>Ut varius tincidunt</strong> libero. Phasellus dolor. Maecenas vestibulum mollis\r\n\r\nLorem ipsum dolor sit amet, <strong>consectetuer</strong> adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'A place to wine, a place <strong>to dine</strong>\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'subheading_below\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\']\r\nHow it all came to be...\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nLorem ipsum dolor sit amet, <strong>consectetuer</strong> adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis.\r\n<blockquote>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</blockquote>\r\nAenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n[/av_textblock]\r\n\r\n[/av_one_half]\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'75,85,67,83,54,55,84,80,81,79\' items=\'24\' columns=\'flexible\' paginate=\'load_more\' size=\'fixed masonry\' gap=\'no\' overlay_fx=\'\' caption_elements=\'excerpt\' caption_display=\'on-hover\' container_links=\'active\' id=\'\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-06 13:07:48','2016-11-06 13:07:48','',8,'http://metro-landscaping.com/en/2016/11/06/8-revision-v1/',0,'revision','',0),(133,1,'2016-11-06 13:08:42','2016-11-06 13:08:42','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/coffee-1.jpg\' attachment=\'75\' attachment_size=\'full\' attach=\'parallax\' position=\'top left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'About us\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'40\' subheading_active=\'subheading_below\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'A few words <strong>about us</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'subheading_below\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nDonec elit libero, sodales nec, volutpat a, suscipit non, turpis. Nullam sagittis. Suspendisse pulvinar, augue ac venenatis condimentum, sem libero volutpat nibh, nec pellentesque velit pede quis nunc. Vestibulia Curae; Fusce id purus. <strong>Ut varius tincidunt</strong> libero. Phasellus dolor. Maecenas vestibulum mollis\r\n\r\nLorem ipsum dolor sit amet, <strong>consectetuer</strong> adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'A place to wine, a place <strong>to dine</strong>\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'subheading_below\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\']\r\nHow it all came to be...\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nLorem ipsum dolor sit amet, <strong>consectetuer</strong> adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis.\r\n<blockquote>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</blockquote>\r\nAenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n[/av_textblock]\r\n\r\n[/av_one_half]\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'75,85,67,83,54,55,84,80,81,79\' items=\'24\' columns=\'flexible\' paginate=\'load_more\' size=\'fixed masonry\' gap=\'no\' overlay_fx=\'\' caption_elements=\'excerpt\' caption_display=\'on-hover\' container_links=\'active\' id=\'\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-06 13:08:42','2016-11-06 13:08:42','',8,'http://metro-landscaping.com/en/2016/11/06/8-revision-v1/',0,'revision','',0),(149,1,'2016-11-06 14:41:48','2016-11-06 14:41:48','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'parallax\' position=\'bottom center\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'Where to <strong>find us</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n\r\n[/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Get <strong>in touch</strong>\' color=\'custom-color-heading\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'custom\' color=\'#ffffff\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient.\r\n[/av_textblock]\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/fruit-1-1500x630.jpg\' attachment=\'83\' attachment_size=\'featured_large\' align=\'center\' animation=\'no-animation\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'custom\' color=\'#ffffff\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem.\r\n\r\nNulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Mail <strong>US</strong>\' color=\'custom-color-heading\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_contact email=\'m.lacerona@albandarygroup.com\' title=\'Send us mail\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' form_align=\'\' color=\'av-custom-form-color av-light-form\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half]\r\n[/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-06 14:41:48','2016-11-06 14:41:48','',12,'http://metro-landscaping.com/en/2016/11/06/12-revision-v1/',0,'revision','',0),(157,1,'2016-11-06 14:54:50','2016-11-06 14:54:50','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/coffee-1.jpg\' attachment=\'75\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.5\' overlay_color=\'#c3512f\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'About us\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'40\' subheading_active=\'subheading_below\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'A few words <strong>about us</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'subheading_below\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nDonec elit libero, sodales nec, volutpat a, suscipit non, turpis. Nullam sagittis. Suspendisse pulvinar, augue ac venenatis condimentum, sem libero volutpat nibh, nec pellentesque velit pede quis nunc. Vestibulia Curae; Fusce id purus. <strong>Ut varius tincidunt</strong> libero. Phasellus dolor. Maecenas vestibulum mollis\r\n\r\nLorem ipsum dolor sit amet, <strong>consectetuer</strong> adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'A place to wine, a place <strong>to dine</strong>\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'subheading_below\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\']\r\nHow it all came to be...\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nLorem ipsum dolor sit amet, <strong>consectetuer</strong> adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis.\r\n<blockquote>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</blockquote>\r\nAenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n[/av_textblock]\r\n\r\n[/av_one_half]\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'75,85,67,83,54,55,84,80,81,79\' items=\'24\' columns=\'flexible\' paginate=\'load_more\' size=\'fixed masonry\' gap=\'no\' overlay_fx=\'\' caption_elements=\'excerpt\' caption_display=\'on-hover\' container_links=\'active\' id=\'\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-06 14:54:50','2016-11-06 14:54:50','',8,'http://metro-landscaping.com/en/2016/11/06/8-revision-v1/',0,'revision','',0),(158,1,'2016-11-06 14:56:46','2016-11-06 14:56:46','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'parallax\' position=\'bottom center\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.5\' overlay_color=\'#83a846\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'Where to <strong>find us</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Get <strong>in touch</strong>\' color=\'custom-color-heading\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'custom\' color=\'#ffffff\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient.\r\n[/av_textblock]\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/fruit-1-1500x630.jpg\' attachment=\'83\' attachment_size=\'featured_large\' align=\'center\' animation=\'no-animation\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'custom\' color=\'#ffffff\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem.\r\n\r\nNulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Mail <strong>US</strong>\' color=\'custom-color-heading\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_contact email=\'m.lacerona@albandarygroup.com\' title=\'Send us mail\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' form_align=\'\' color=\'av-custom-form-color av-light-form\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half]\r\n[/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-06 14:56:46','2016-11-06 14:56:46','',12,'http://metro-landscaping.com/en/2016/11/06/12-revision-v1/',0,'revision','',0),(159,1,'2016-11-06 14:57:47','2016-11-06 14:57:47','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom center\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.5\' overlay_color=\'#70a815\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'Where to <strong>find us</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Get <strong>in touch</strong>\' color=\'custom-color-heading\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'custom\' color=\'#ffffff\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient.\r\n[/av_textblock]\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/fruit-1-1500x630.jpg\' attachment=\'83\' attachment_size=\'featured_large\' align=\'center\' animation=\'no-animation\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'custom\' color=\'#ffffff\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem.\r\n\r\nNulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Mail <strong>US</strong>\' color=\'custom-color-heading\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_contact email=\'m.lacerona@albandarygroup.com\' title=\'Send us mail\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' form_align=\'\' color=\'av-custom-form-color av-light-form\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half]\r\n[/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-06 14:57:47','2016-11-06 14:57:47','',12,'http://metro-landscaping.com/en/2016/11/06/12-revision-v1/',0,'revision','',0),(160,1,'2016-11-06 14:58:31','2016-11-06 14:58:31','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom center\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'Where to <strong>find us</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Get <strong>in touch</strong>\' color=\'custom-color-heading\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'custom\' color=\'#ffffff\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient.\r\n[/av_textblock]\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/fruit-1-1500x630.jpg\' attachment=\'83\' attachment_size=\'featured_large\' align=\'center\' animation=\'no-animation\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'custom\' color=\'#ffffff\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem.\r\n\r\nNulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Mail <strong>US</strong>\' color=\'custom-color-heading\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_contact email=\'m.lacerona@albandarygroup.com\' title=\'Send us mail\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' form_align=\'\' color=\'av-custom-form-color av-light-form\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half]\r\n[/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-06 14:58:31','2016-11-06 14:58:31','',12,'http://metro-landscaping.com/en/2016/11/06/12-revision-v1/',0,'revision','',0),(161,1,'2016-11-06 14:59:13','2016-11-06 14:59:13','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'Where to <strong>find us</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Get <strong>in touch</strong>\' color=\'custom-color-heading\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'custom\' color=\'#ffffff\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient.\r\n[/av_textblock]\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/fruit-1-1500x630.jpg\' attachment=\'83\' attachment_size=\'featured_large\' align=\'center\' animation=\'no-animation\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'custom\' color=\'#ffffff\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem.\r\n\r\nNulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Mail <strong>US</strong>\' color=\'custom-color-heading\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_contact email=\'m.lacerona@albandarygroup.com\' title=\'Send us mail\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' form_align=\'\' color=\'av-custom-form-color av-light-form\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half]\r\n[/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-06 14:59:13','2016-11-06 14:59:13','',12,'http://metro-landscaping.com/en/2016/11/06/12-revision-v1/',0,'revision','',0),(162,1,'2016-11-06 14:59:40','2016-11-06 14:59:40','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'Where to <strong>find us</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Get <strong>in touch</strong>\' color=\'custom-color-heading\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'custom\' color=\'#ffffff\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient.\r\n[/av_textblock]\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/fruit-1-1500x630.jpg\' attachment=\'83\' attachment_size=\'featured_large\' align=\'center\' animation=\'no-animation\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'custom\' color=\'#ffffff\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem.\r\n\r\nNulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Mail <strong>US</strong>\' color=\'custom-color-heading\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_contact email=\'m.lacerona@albandarygroup.com\' title=\'Send us mail\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' form_align=\'\' color=\'av-custom-form-color av-light-form\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half]\r\n[/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-06 14:59:40','2016-11-06 14:59:40','',12,'http://metro-landscaping.com/en/2016/11/06/12-revision-v1/',0,'revision','',0),(163,1,'2016-11-06 15:00:42','2016-11-06 15:00:42','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'Where to <strong>find us</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Get <strong>in touch</strong>\' color=\'custom-color-heading\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'custom\' color=\'#ffffff\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient.\r\n[/av_textblock]\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/fruit-1-1500x630.jpg\' attachment=\'83\' attachment_size=\'featured_large\' align=\'center\' animation=\'no-animation\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'custom\' color=\'#ffffff\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem.\r\n\r\nNulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Mail <strong>US</strong>\' color=\'custom-color-heading\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_contact email=\'m.lacerona@albandarygroup.com\' title=\'Send us mail\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' form_align=\'\' color=\'av-custom-form-color av-light-form\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-06 15:00:42','2016-11-06 15:00:42','',12,'http://metro-landscaping.com/en/2016/11/06/12-revision-v1/',0,'revision','',0),(164,1,'2016-11-06 15:01:33','2016-11-06 15:01:33','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'Where to <strong>find us</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Get <strong>in touch</strong>\' color=\'custom-color-heading\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'custom\' color=\'#ffffff\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient.\r\n[/av_textblock]\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/fruit-1-1500x630.jpg\' attachment=\'83\' attachment_size=\'featured_large\' align=\'center\' animation=\'no-animation\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'custom\' color=\'#ffffff\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem.\r\n\r\nNulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'Mail <strong>US</strong>\' tag=\'h1\' style=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'10\' color=\'\' custom_font=\'#ffffff\'][/av_heading]\r\n\r\n[av_contact email=\'m.lacerona@albandarygroup.com\' title=\'Send us mail\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' form_align=\'\' color=\'av-custom-form-color av-dark-form\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-06 15:01:33','2016-11-06 15:01:33','',12,'http://metro-landscaping.com/en/2016/11/06/12-revision-v1/',0,'revision','',0),(165,1,'2016-11-06 15:02:06','2016-11-06 15:02:06','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'Where to <strong>find us</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Get <strong>in touch</strong>\' color=\'custom-color-heading\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'custom\' color=\'#ffffff\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient.\r\n[/av_textblock]\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/fruit-1-1500x630.jpg\' attachment=\'83\' attachment_size=\'featured_large\' align=\'center\' animation=\'no-animation\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'custom\' color=\'#ffffff\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem.\r\n\r\nNulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Mail <strong>US</strong>\' color=\'\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_contact email=\'m.lacerona@albandarygroup.com\' title=\'Send us mail\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' form_align=\'\' color=\'\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-06 15:02:06','2016-11-06 15:02:06','',12,'http://metro-landscaping.com/en/2016/11/06/12-revision-v1/',0,'revision','',0),(166,1,'2016-11-06 15:05:30','2016-11-06 15:05:30','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'Where to <strong>find us</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Get <strong>in touch</strong>\' color=\'custom-color-heading\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'custom\' color=\'#ffffff\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient.\r\n[/av_textblock]\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/fruit-1-1500x630.jpg\' attachment=\'83\' attachment_size=\'featured_large\' align=\'center\' animation=\'no-animation\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'custom\' color=\'#ffffff\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem.\r\n\r\nNulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Mail <strong>US</strong>\' color=\'\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_contact email=\'m.lacerona@albandarygroup.com\' title=\'Send us mail\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' form_align=\'\' color=\'\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half]\r\n[/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-06 15:05:30','2016-11-06 15:05:30','',12,'http://metro-landscaping.com/en/2016/11/06/12-revision-v1/',0,'revision','',0),(167,1,'2016-11-06 15:06:35','2016-11-06 15:06:35','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'Where to <strong>find us</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'Get <strong>in touch</strong>\' tag=\'h1\' style=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'10\' color=\'\' custom_font=\'#ffffff\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'#ffffff\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient.\r\n[/av_textblock]\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/fruit-1-1500x630.jpg\' attachment=\'83\' attachment_size=\'featured_large\' align=\'center\' animation=\'no-animation\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'#ffffff\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem.\r\n\r\nNulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Mail <strong>US</strong>\' color=\'\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_contact email=\'m.lacerona@albandarygroup.com\' title=\'Send us mail\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' form_align=\'\' color=\'\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-06 15:06:35','2016-11-06 15:06:35','',12,'http://metro-landscaping.com/en/2016/11/06/12-revision-v1/',0,'revision','',0),(168,1,'2016-11-07 05:49:41','2016-11-07 05:49:41','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/coffee-1.jpg\' attachment=\'75\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'About us\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'40\' subheading_active=\'subheading_below\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'A few words <strong>about us</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'subheading_below\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nDonec elit libero, sodales nec, volutpat a, suscipit non, turpis. Nullam sagittis. Suspendisse pulvinar, augue ac venenatis condimentum, sem libero volutpat nibh, nec pellentesque velit pede quis nunc. Vestibulia Curae; Fusce id purus. <strong>Ut varius tincidunt</strong> libero. Phasellus dolor. Maecenas vestibulum mollis\r\n\r\nLorem ipsum dolor sit amet, <strong>consectetuer</strong> adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'A place to wine, a place <strong>to dine</strong>\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'subheading_below\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\']\r\nHow it all came to be...\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nLorem ipsum dolor sit amet, <strong>consectetuer</strong> adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis.\r\n<blockquote>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</blockquote>\r\nAenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n[/av_textblock]\r\n\r\n[/av_one_half]\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'75,85,67,83,54,55,84,80,81,79\' items=\'24\' columns=\'flexible\' paginate=\'load_more\' size=\'fixed masonry\' gap=\'no\' overlay_fx=\'\' caption_elements=\'excerpt\' caption_display=\'on-hover\' container_links=\'active\' id=\'\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-07 05:49:41','2016-11-07 05:49:41','',8,'http://metro-landscaping.com/en/2016/11/07/8-revision-v1/',0,'revision','',0),(169,1,'2016-11-07 05:59:59','2016-11-07 05:59:59','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/coffee-1.jpg\' attachment=\'75\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'About us\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'40\' subheading_active=\'subheading_below\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'<strong>Our Mission</strong>\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'<strong>Our Vision</strong>\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nFor ALBANDARY F&B corporate, the food industry is all about improving the quality of food and service presented to clients increasing turnovers and maintaining health consciousness.\r\n\r\nThus our vision focuses on developing a portfolio that includes innovative and high-end franchisors in the F&B industry, after being screened across an operational management selection criterion.\r\n[/av_textblock]\r\n\r\n[/av_one_half][/av_section][av_masonry_gallery ids=\'75,85,67,83,54,55,84,80,81,79\' items=\'24\' columns=\'flexible\' paginate=\'load_more\' size=\'fixed masonry\' gap=\'no\' overlay_fx=\'\' caption_elements=\'excerpt\' caption_display=\'on-hover\' container_links=\'active\' id=\'\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-07 05:59:59','2016-11-07 05:59:59','',8,'http://metro-landscaping.com/en/2016/11/07/8-revision-v1/',0,'revision','',0),(170,1,'2016-11-07 06:01:18','2016-11-07 06:01:18','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/coffee-1.jpg\' attachment=\'75\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'About us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'40\' subheading_active=\'subheading_below\' subheading_size=\'18\' custom_class=\'\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'<strong>Our Mission</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'<strong>Our Vision</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nFor ALBANDARY F&B corporate, the food industry is all about improving the quality of food and service presented to clients increasing turnovers and maintaining health consciousness.\r\n\r\nThus our vision focuses on developing a portfolio that includes innovative and high-end franchisors in the F&B industry, after being screened across an operational management selection criterion.\r\n[/av_textblock]\r\n\r\n[/av_one_half][/av_section][av_masonry_gallery ids=\'75,85,67,83,54,55,84,80,81,79\' items=\'24\' columns=\'flexible\' paginate=\'load_more\' size=\'fixed masonry\' gap=\'no\' overlay_fx=\'\' caption_elements=\'excerpt\' caption_display=\'on-hover\' container_links=\'active\' id=\'\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-07 06:01:18','2016-11-07 06:01:18','',8,'http://metro-landscaping.com/en/2016/11/07/8-revision-v1/',0,'revision','',0),(171,1,'2016-11-07 06:03:42','2016-11-07 06:03:42','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/coffee-1.jpg\' attachment=\'75\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'About us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'40\' subheading_active=\'subheading_below\' subheading_size=\'18\' custom_class=\'\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Our <strong>Mission</strong>\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Our <strong>Vision</strong>\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nFor ALBANDARY F&B corporate, the food industry is all about improving the quality of food and service presented to clients increasing turnovers and maintaining health consciousness.\r\n\r\nThus our vision focuses on developing a portfolio that includes innovative and high-end franchisors in the F&B industry, after being screened across an operational management selection criterion.\r\n[/av_textblock]\r\n\r\n[/av_one_half][/av_section][av_masonry_gallery ids=\'75,85,67,83,54,55,84,80,81,79\' items=\'24\' columns=\'flexible\' paginate=\'load_more\' size=\'fixed masonry\' gap=\'no\' overlay_fx=\'\' caption_elements=\'excerpt\' caption_display=\'on-hover\' container_links=\'active\' id=\'\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-07 06:03:42','2016-11-07 06:03:42','',8,'http://metro-landscaping.com/en/2016/11/07/8-revision-v1/',0,'revision','',0),(173,1,'2016-11-07 06:14:40','2016-11-07 06:14:40','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/coffee-1.jpg\' attachment=\'75\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'About us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'40\' subheading_active=\'subheading_below\' subheading_size=\'18\' custom_class=\'\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Mission</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Vision</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nFor ALBANDARY F&B corporate, the food industry is all about improving the quality of food and service presented to clients increasing turnovers and maintaining health consciousness.\r\n\r\nThus our vision focuses on developing a portfolio that includes innovative and high-end franchisors in the F&B industry, after being screened across an operational management selection criterion.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'John Doe\' job=\'Senior Managing Director\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/Screen-Shot-2015-09-11-at-11.24.24-PM-895x500.png\' attachment=\'172\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_third][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Director’s <strong>Statement</strong>\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_section][av_masonry_gallery ids=\'75,85,67,83,54,55,84,80,81,79\' items=\'24\' columns=\'flexible\' paginate=\'load_more\' size=\'fixed masonry\' gap=\'no\' overlay_fx=\'\' caption_elements=\'excerpt\' caption_display=\'on-hover\' container_links=\'active\' id=\'\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-07 06:14:40','2016-11-07 06:14:40','',8,'http://metro-landscaping.com/en/2016/11/07/8-revision-v1/',0,'revision','',0),(174,1,'2016-11-07 06:17:26','2016-11-07 06:17:26','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/coffee-1.jpg\' attachment=\'75\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'About us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'40\' subheading_active=\'subheading_below\' subheading_size=\'18\' custom_class=\'\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Mission</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Vision</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nFor ALBANDARY F&B corporate, the food industry is all about improving the quality of food and service presented to clients increasing turnovers and maintaining health consciousness.\r\n\r\nThus our vision focuses on developing a portfolio that includes innovative and high-end franchisors in the F&B industry, after being screened across an operational management selection criterion.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'John Doe\' job=\'Senior Managing Director\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/Screen-Shot-2015-09-11-at-11.24.24-PM-895x500.png\' attachment=\'172\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n\r\n[/av_one_third][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_two_third][/av_section][av_masonry_gallery ids=\'75,85,67,83,54,55,84,80,81,79\' items=\'24\' columns=\'flexible\' paginate=\'load_more\' size=\'fixed masonry\' gap=\'no\' overlay_fx=\'\' caption_elements=\'excerpt\' caption_display=\'on-hover\' container_links=\'active\' id=\'\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-07 06:17:26','2016-11-07 06:17:26','',8,'http://metro-landscaping.com/en/2016/11/07/8-revision-v1/',0,'revision','',0),(175,1,'2016-11-07 06:18:13','2016-11-07 06:18:13','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/coffee-1.jpg\' attachment=\'75\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'About us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'40\' subheading_active=\'subheading_below\' subheading_size=\'18\' custom_class=\'\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Mission</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Vision</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nFor ALBANDARY F&B corporate, the food industry is all about improving the quality of food and service presented to clients increasing turnovers and maintaining health consciousness.\r\n\r\nThus our vision focuses on developing a portfolio that includes innovative and high-end franchisors in the F&B industry, after being screened across an operational management selection criterion.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'John Doe\' job=\'Senior Managing Director\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/Screen-Shot-2015-09-11-at-11.24.24-PM-895x500.png\' attachment=\'172\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n\r\n[/av_one_half][/av_section][av_masonry_gallery ids=\'75,85,67,83,54,55,84,80,81,79\' items=\'24\' columns=\'flexible\' paginate=\'load_more\' size=\'fixed masonry\' gap=\'no\' overlay_fx=\'\' caption_elements=\'excerpt\' caption_display=\'on-hover\' container_links=\'active\' id=\'\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-07 06:18:13','2016-11-07 06:18:13','',8,'http://metro-landscaping.com/en/2016/11/07/8-revision-v1/',0,'revision','',0),(176,1,'2016-11-07 06:22:32','2016-11-07 06:22:32','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/coffee-1.jpg\' attachment=\'75\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'About us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'40\' subheading_active=\'subheading_below\' subheading_size=\'18\' custom_class=\'\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Mission</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Vision</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nFor ALBANDARY F&B corporate, the food industry is all about improving the quality of food and service presented to clients increasing turnovers and maintaining health consciousness.\r\n\r\nThus our vision focuses on developing a portfolio that includes innovative and high-end franchisors in the F&B industry, after being screened across an operational management selection criterion.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'John Doe\' job=\'Senior Managing Director\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/Screen-Shot-2015-09-11-at-11.24.24-PM-895x500.png\' attachment=\'172\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<blockquote>With persistence and perserverance comes success</blockquote>\r\n- Normally we here much about thriving for achievement but nevertheless many interrogated queries remain unresolved, meaningfully mental abilities communicate Text & Data; however strong foundations of Mindsets critically adsorb the understandably essence from such given sources of information by analyzing carefully any stated objectives along with unattainable goals discoursed. Whereby, schematically setting plans become handy although a remaining question is ambiguous which simply asks us\r\n<blockquote>How do we plan the right decisive & Divisive future?</blockquote>\r\nSimplified form of answer would be, undergo tactically the real world and discover to explore unusual methods yet predefined new roles with flex ways at tackling hardship, obstacles, challenges throughout wise, prudent steps furthering yourself ahead.\r\n[/av_textblock]\r\n\r\n[/av_one_half][/av_section][av_masonry_gallery ids=\'75,85,67,83,54,55,84,80,81,79\' items=\'24\' columns=\'flexible\' paginate=\'load_more\' size=\'fixed masonry\' gap=\'no\' overlay_fx=\'\' caption_elements=\'excerpt\' caption_display=\'on-hover\' container_links=\'active\' id=\'\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-07 06:22:32','2016-11-07 06:22:32','',8,'http://metro-landscaping.com/en/2016/11/07/8-revision-v1/',0,'revision','',0),(177,1,'2016-11-07 06:23:01','2016-11-07 06:23:01','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/coffee-1.jpg\' attachment=\'75\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'About us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'40\' subheading_active=\'subheading_below\' subheading_size=\'18\' custom_class=\'\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Mission</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Vision</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nFor ALBANDARY F&B corporate, the food industry is all about improving the quality of food and service presented to clients increasing turnovers and maintaining health consciousness.\r\n\r\nThus our vision focuses on developing a portfolio that includes innovative and high-end franchisors in the F&B industry, after being screened across an operational management selection criterion.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'John Doe\' job=\'Senior Managing Director\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/Screen-Shot-2015-09-11-at-11.24.24-PM-895x500.png\' attachment=\'172\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<blockquote>With persistence and perserverance comes success</blockquote>\r\n- Normally we here much about thriving for achievement but nevertheless many interrogated queries remain unresolved, meaningfully mental abilities communicate Text & Data; however strong foundations of Mindsets critically adsorb the understandably essence from such given sources of information by analyzing carefully any stated objectives along with unattainable goals discoursed. Whereby, schematically setting plans become handy although a remaining question is ambiguous which simply asks us\r\n<blockquote>How do we plan the right decisive & Divisive future?</blockquote>\r\nSimplified form of answer would be, undergo tactically the real world and discover to explore unusual methods yet predefined new roles with flex ways at tackling hardship, obstacles, challenges throughout wise, prudent steps furthering yourself ahead.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section][av_masonry_gallery ids=\'75,85,67,83,54,55,84,80,81,79\' items=\'24\' columns=\'flexible\' paginate=\'load_more\' size=\'fixed masonry\' gap=\'no\' overlay_fx=\'\' caption_elements=\'excerpt\' caption_display=\'on-hover\' container_links=\'active\' id=\'\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-07 06:23:01','2016-11-07 06:23:01','',8,'http://metro-landscaping.com/en/2016/11/07/8-revision-v1/',0,'revision','',0),(178,1,'2016-11-07 06:25:42','2016-11-07 06:25:42','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/coffee-1.jpg\' attachment=\'75\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'About us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'40\' subheading_active=\'subheading_below\' subheading_size=\'18\' custom_class=\'\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Mission</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Vision</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nFor ALBANDARY F&B corporate, the food industry is all about improving the quality of food and service presented to clients increasing turnovers and maintaining health consciousness.\r\n\r\nThus our vision focuses on developing a portfolio that includes innovative and high-end franchisors in the F&B industry, after being screened across an operational management selection criterion.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'John Doe\' job=\'Senior Managing Director\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/Screen-Shot-2015-09-11-at-11.24.24-PM-895x500.png\' attachment=\'172\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<blockquote>With persistence and perserverance comes success</blockquote>\r\n- Normally we here much about thriving for achievement but nevertheless many interrogated queries remain unresolved, meaningfully mental abilities communicate Text & Data; however strong foundations of Mindsets critically adsorb the understandably essence from such given sources of information by analyzing carefully any stated objectives along with unattainable goals discoursed. Whereby, schematically setting plans become handy although a remaining question is ambiguous which simply asks us\r\n<blockquote>How do we plan the right decisive & Divisive future?</blockquote>\r\nSimplified form of answer would be, undergo tactically the real world and discover to explore unusual methods yet predefined new roles with flex ways at tackling hardship, obstacles, challenges throughout wise, prudent steps furthering yourself ahead.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'75,85,67,83,54,55,84,80,81,79\' items=\'24\' columns=\'flexible\' paginate=\'load_more\' size=\'fixed masonry\' gap=\'no\' overlay_fx=\'\' caption_elements=\'excerpt\' caption_display=\'on-hover\' container_links=\'active\' id=\'\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-07 06:25:42','2016-11-07 06:25:42','',8,'http://metro-landscaping.com/en/2016/11/07/8-revision-v1/',0,'revision','',0),(181,1,'2016-11-07 06:29:05','2016-11-07 06:29:05','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/coffee-1.jpg\' attachment=\'75\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'About us\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Mission</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Vision</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nFor ALBANDARY F&B corporate, the food industry is all about improving the quality of food and service presented to clients increasing turnovers and maintaining health consciousness.\r\n\r\nThus our vision focuses on developing a portfolio that includes innovative and high-end franchisors in the F&B industry, after being screened across an operational management selection criterion.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'John Doe\' job=\'Senior Managing Director\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/Screen-Shot-2015-09-11-at-11.24.24-PM-895x500.png\' attachment=\'172\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<blockquote>With persistence and perserverance comes success</blockquote>\r\n- Normally we here much about thriving for achievement but nevertheless many interrogated queries remain unresolved, meaningfully mental abilities communicate Text & Data; however strong foundations of Mindsets critically adsorb the understandably essence from such given sources of information by analyzing carefully any stated objectives along with unattainable goals discoursed. Whereby, schematically setting plans become handy although a remaining question is ambiguous which simply asks us\r\n<blockquote>How do we plan the right decisive & Divisive future?</blockquote>\r\nSimplified form of answer would be, undergo tactically the real world and discover to explore unusual methods yet predefined new roles with flex ways at tackling hardship, obstacles, challenges throughout wise, prudent steps furthering yourself ahead.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'75,85,67,83,54,55,84,80,81,79\' items=\'24\' columns=\'flexible\' paginate=\'load_more\' size=\'fixed masonry\' gap=\'no\' overlay_fx=\'\' caption_elements=\'excerpt\' caption_display=\'on-hover\' container_links=\'active\' id=\'\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-07 06:29:05','2016-11-07 06:29:05','',8,'http://metro-landscaping.com/en/2016/11/07/8-revision-v1/',0,'revision','',0),(182,1,'2016-11-07 06:29:15','2016-11-07 06:29:15','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'Where to <strong>find us</strong>\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n\r\n[/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'Get <strong>in touch</strong>\' tag=\'h1\' style=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'10\' color=\'\' custom_font=\'#ffffff\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'#ffffff\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient.\r\n[/av_textblock]\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/fruit-1-1500x630.jpg\' attachment=\'83\' attachment_size=\'featured_large\' align=\'center\' animation=\'no-animation\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'#ffffff\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem.\r\n\r\nNulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Mail <strong>US</strong>\' color=\'\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_contact email=\'m.lacerona@albandarygroup.com\' title=\'Send us mail\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' form_align=\'\' color=\'\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half]\r\n[/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-07 06:29:15','2016-11-07 06:29:15','',12,'http://metro-landscaping.com/en/2016/11/07/12-revision-v1/',0,'revision','',0),(184,1,'2016-11-07 06:30:42','2016-11-07 06:30:42','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'Where to <strong>find us</strong>\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'Get <strong>in touch</strong>\' tag=\'h1\' style=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'10\' color=\'\' custom_font=\'#ffffff\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'#ffffff\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient.\r\n[/av_textblock]\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/fruit-1-1500x630.jpg\' attachment=\'83\' attachment_size=\'featured_large\' align=\'center\' animation=\'no-animation\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'#ffffff\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem.\r\n\r\nNulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Mail <strong>US</strong>\' color=\'\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_contact email=\'m.lacerona@albandarygroup.com\' title=\'Send us mail\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' form_align=\'\' color=\'\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half]\r\n[/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-07 06:30:42','2016-11-07 06:30:42','',12,'http://metro-landscaping.com/en/2016/11/07/12-revision-v1/',0,'revision','',0),(185,1,'2016-11-07 06:30:51','2016-11-07 06:30:51','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/coffee-1.jpg\' attachment=\'75\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'About us\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Mission</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Vision</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nFor ALBANDARY F&B corporate, the food industry is all about improving the quality of food and service presented to clients increasing turnovers and maintaining health consciousness.\r\n\r\nThus our vision focuses on developing a portfolio that includes innovative and high-end franchisors in the F&B industry, after being screened across an operational management selection criterion.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'John Doe\' job=\'Senior Managing Director\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/Screen-Shot-2015-09-11-at-11.24.24-PM-895x500.png\' attachment=\'172\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<blockquote>With persistence and perserverance comes success</blockquote>\r\n- Normally we here much about thriving for achievement but nevertheless many interrogated queries remain unresolved, meaningfully mental abilities communicate Text & Data; however strong foundations of Mindsets critically adsorb the understandably essence from such given sources of information by analyzing carefully any stated objectives along with unattainable goals discoursed. Whereby, schematically setting plans become handy although a remaining question is ambiguous which simply asks us\r\n<blockquote>How do we plan the right decisive & Divisive future?</blockquote>\r\nSimplified form of answer would be, undergo tactically the real world and discover to explore unusual methods yet predefined new roles with flex ways at tackling hardship, obstacles, challenges throughout wise, prudent steps furthering yourself ahead.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'75,85,67,83,54,55,84,80,81,79\' items=\'24\' columns=\'flexible\' paginate=\'load_more\' size=\'fixed masonry\' gap=\'no\' overlay_fx=\'\' caption_elements=\'excerpt\' caption_display=\'on-hover\' container_links=\'active\' id=\'\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-07 06:30:51','2016-11-07 06:30:51','',8,'http://metro-landscaping.com/en/2016/11/07/8-revision-v1/',0,'revision','',0),(186,1,'2016-11-07 06:39:37','2016-11-07 06:39:37','[av_fullscreen size=\'no scaling\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'\']\r\n[av_fullscreen_slide slide_type=\'image\' id=\'58\' position=\'top left\' video=\'\' mobile_image=\'\' video_cover=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_center caption_center_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.1\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_fullscreen_slide]\r\n[/av_fullscreen]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'magazine\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'54\'][/av_slide]\r\n[av_slide id=\'55\'][/av_slide]\r\n[av_slide id=\'56\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Connecting the world cuisines & <strong>building the future of gastronomy</strong>\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'subheading_below\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\']\r\nWe hope to see you soon!\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Qatar F&B corporate is a leading qatari F&B subsidiary with 5 outlets under its stewardship and more to come.\r\n\r\nOur bold steps, multiple investment portfolio and recent expansion throughout the industry prove that our customers, partners and employees are the driving power to our continuity and success.\r\n[/av_textblock]\r\n\r\n[/av_one_third][/av_section][av_one_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/pizza-1-1-845x684.jpg\' attachment=\'66\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'page,8\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue808\' font=\'entypo-fontello\' title=\'The best ingredients\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_icon_box]\r\n[/av_one_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/burger-1-845x684.jpg\' attachment=\'67\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'page,12\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue808\' font=\'entypo-fontello\' title=\'Reservations\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_icon_box]\r\n[/av_one_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\'][/av_one_third]\r\n\r\n[av_hr class=\'invisible\' height=\'50\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/kitchen_chef_edit-1.jpg\' attachment=\'69\' attachment_size=\'full\' attach=\'parallax\' position=\'top center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'250\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'Kitchen <strong>Team</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#0a0202\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'20\' custom_class=\'\']\r\nAward winning meals, delivered by an amazing team\r\n[/av_heading]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-07 06:39:37','2016-11-07 06:39:37','',42,'http://metro-landscaping.com/en/2016/11/07/42-revision-v1/',0,'revision','',0),(187,1,'2016-11-07 06:50:39','2016-11-07 06:50:39','[av_fullscreen size=\'no scaling\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'\']\r\n[av_fullscreen_slide slide_type=\'image\' id=\'58\' position=\'top left\' video=\'\' mobile_image=\'\' video_cover=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_center caption_center_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.1\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_fullscreen_slide]\r\n[/av_fullscreen]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'magazine\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'54\'][/av_slide]\r\n[av_slide id=\'55\'][/av_slide]\r\n[av_slide id=\'56\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Connecting the world cuisines & <strong>building the future of gastronomy</strong>\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\']\r\nWe hope to see you soon!\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur Company is of the view that by enhancing and growing a fortrees of strong, vibrant and profitable retail food franchisors whose menu is consumer relevant, innovative and profitable, not only safeguards Al Bandary Qatar F&B own future but our reputation as well. More than just our vision for the future, we deliver results today that sets Al Bandary’s F&B a solid foothold and a Serious competitor in the growing national and further-on international markets to take advantage of significantly increased KPI’s and PCI’s\r\n[/av_textblock]\r\n\r\n[/av_one_third][/av_section][av_one_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/pizza-1-1-845x684.jpg\' attachment=\'66\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'page,8\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue81f\' font=\'entypo-fontello\' title=\'\"FOOD FOR THOUGHT\"\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\nis not just an idiom: it is our philosophy and the cornerstone of our genuine interest in providing five-star food and service. Our strong belief in Strength in Brands is reflected in our choice of franchisors.\r\n[/av_icon_box]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/burger-1-845x684.jpg\' attachment=\'67\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'page,12\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue833\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n“Our true impact can only be understood through the sustainable service we deliver to our customers.”\r\n[/av_icon_box]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\'][/av_one_third]\r\n\r\n[av_hr class=\'invisible\' height=\'50\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/kitchen_chef_edit-1.jpg\' attachment=\'69\' attachment_size=\'full\' attach=\'parallax\' position=\'top center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'250\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'Kitchen <strong>Team</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#0a0202\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'20\' custom_class=\'\']\r\nAward winning meals, delivered by an amazing team\r\n[/av_heading]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-07 06:50:39','2016-11-07 06:50:39','',42,'http://metro-landscaping.com/en/2016/11/07/42-revision-v1/',0,'revision','',0),(188,1,'2016-11-07 06:52:49','2016-11-07 06:52:49','[av_fullscreen size=\'no scaling\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'\']\r\n[av_fullscreen_slide slide_type=\'image\' id=\'58\' position=\'top left\' video=\'\' mobile_image=\'\' video_cover=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_center caption_center_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.1\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_fullscreen_slide]\r\n[/av_fullscreen]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'magazine\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'54\'][/av_slide]\r\n[av_slide id=\'55\'][/av_slide]\r\n[av_slide id=\'56\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Connecting the world cuisines & <strong>building the future of gastronomy</strong>\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\']\r\nWe hope to see you soon!\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur Company is of the view that by enhancing and growing a fortrees of strong, vibrant and profitable retail food franchisors whose menu is consumer relevant, innovative and profitable, not only safeguards Al Bandary Qatar F&B own future but our reputation as well. More than just our vision for the future, we deliver results today that sets Al Bandary’s F&B a solid foothold and a Serious competitor in the growing national and further-on international markets to take advantage of significantly increased KPI’s and PCI’s\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/pizza-1-1-845x684.jpg\' attachment=\'66\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'page,8\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue81f\' font=\'entypo-fontello\' title=\'FOOD FOR THOUGHT\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\nis not just an idiom: it is our philosophy and the cornerstone of our genuine interest in providing five-star food and service.\r\n[/av_icon_box]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/burger-1-845x684.jpg\' attachment=\'67\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'page,12\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue833\' font=\'entypo-fontello\' title=\'OUR SERVICE\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n“Our true impact can only be understood through the sustainable service we deliver to our customers.”\r\n[/av_icon_box]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\'][/av_one_third]\r\n\r\n[av_hr class=\'invisible\' height=\'50\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/kitchen_chef_edit-1.jpg\' attachment=\'69\' attachment_size=\'full\' attach=\'parallax\' position=\'top center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'250\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'Kitchen <strong>Team</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#0a0202\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'20\' custom_class=\'\']\r\nAward winning meals, delivered by an amazing team\r\n[/av_heading]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-07 06:52:49','2016-11-07 06:52:49','',42,'http://metro-landscaping.com/en/2016/11/07/42-revision-v1/',0,'revision','',0),(189,1,'2016-11-07 06:54:03','2016-11-07 06:54:03','[av_fullscreen size=\'no scaling\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'\']\r\n[av_fullscreen_slide slide_type=\'image\' id=\'58\' position=\'top left\' video=\'\' mobile_image=\'\' video_cover=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_center caption_center_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.1\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_fullscreen_slide]\r\n[/av_fullscreen]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'magazine\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'54\'][/av_slide]\r\n[av_slide id=\'55\'][/av_slide]\r\n[av_slide id=\'56\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Connecting the world cuisines & <strong>building the future of gastronomy</strong>\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\']\r\nWe hope to see you soon!\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur Company is of the view that by enhancing and growing a fortrees of strong, vibrant and profitable retail food franchisors whose menu is consumer relevant, innovative and profitable, not only safeguards Al Bandary Qatar F&B own future but our reputation as well. More than just our vision for the future, we deliver results today that sets Al Bandary’s F&B a solid foothold and a Serious competitor in the growing national and further-on international markets to take advantage of significantly increased KPI’s and PCI’s\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/pizza-1-1-845x684.jpg\' attachment=\'66\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'page,8\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue81f\' font=\'entypo-fontello\' title=\'FOOD FOR THOUGHT\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\nis not just an idiom: it is our philosophy and the cornerstone of our genuine interest in providing five-star food and service.\r\n[/av_icon_box]\r\n[/av_one_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/burger-1-845x684.jpg\' attachment=\'67\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'page,12\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue833\' font=\'entypo-fontello\' title=\'OUR SERVICE\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n“Our true impact can only be understood through the sustainable service we deliver to our customers.”\r\n[/av_icon_box]\r\n[/av_one_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\'][/av_one_third]\r\n\r\n[av_hr class=\'invisible\' height=\'50\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'fixed\' position=\'top center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'250\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'Kitchen <strong>Team</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#0a0202\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'20\' custom_class=\'\']\r\nAward winning meals, delivered by an amazing team\r\n[/av_heading]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-07 06:54:03','2016-11-07 06:54:03','',42,'http://metro-landscaping.com/en/2016/11/07/42-revision-v1/',0,'revision','',0),(190,1,'2016-11-07 06:55:44','2016-11-07 06:55:44','[av_fullscreen size=\'no scaling\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'\']\r\n[av_fullscreen_slide slide_type=\'image\' id=\'58\' position=\'top left\' video=\'\' mobile_image=\'\' video_cover=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_center caption_center_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.1\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_fullscreen_slide]\r\n[/av_fullscreen]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'magazine\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'54\'][/av_slide]\r\n[av_slide id=\'55\'][/av_slide]\r\n[av_slide id=\'56\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Connecting the world cuisines & <strong>building the future of gastronomy</strong>\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\']\r\nWe hope to see you soon!\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur Company is of the view that by enhancing and growing a fortrees of strong, vibrant and profitable retail food franchisors whose menu is consumer relevant, innovative and profitable, not only safeguards Al Bandary Qatar F&B own future but our reputation as well. More than just our vision for the future, we deliver results today that sets Al Bandary’s F&B a solid foothold and a Serious competitor in the growing national and further-on international markets to take advantage of significantly increased KPI’s and PCI’s\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/pizza-1-1-845x684.jpg\' attachment=\'66\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'page,8\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue81f\' font=\'entypo-fontello\' title=\'FOOD FOR THOUGHT\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\nis not just an idiom: it is our philosophy and the cornerstone of our genuine interest in providing five-star food and service.\r\n[/av_icon_box]\r\n[/av_one_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/burger-1-845x684.jpg\' attachment=\'67\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'page,12\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue833\' font=\'entypo-fontello\' title=\'OUR SERVICE\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n“Our true impact can only be understood through the sustainable service we deliver to our customers.”\r\n[/av_icon_box]\r\n[/av_one_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\'][/av_one_third]\r\n\r\n[av_hr class=\'invisible\' height=\'50\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'fixed\' position=\'top center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'250\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'Kitchen <strong>Team</strong>\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'20\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nThe best quality of foods served by our professional team\r\n[/av_heading]\r\n\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-07 06:55:44','2016-11-07 06:55:44','',42,'http://metro-landscaping.com/en/2016/11/07/42-revision-v1/',0,'revision','',0),(191,1,'2016-11-07 06:57:00','2016-11-07 06:57:00','[av_fullscreen size=\'no scaling\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'\']\r\n[av_fullscreen_slide slide_type=\'image\' id=\'58\' position=\'top left\' video=\'\' mobile_image=\'\' video_cover=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_center caption_center_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.1\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_fullscreen_slide]\r\n[/av_fullscreen]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'magazine\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'54\'][/av_slide]\r\n[av_slide id=\'55\'][/av_slide]\r\n[av_slide id=\'56\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Connecting the world cuisines & <strong>building the future of gastronomy</strong>\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\']\r\nWe hope to see you soon!\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur Company is of the view that by enhancing and growing a fortrees of strong, vibrant and profitable retail food franchisors whose menu is consumer relevant, innovative and profitable, not only safeguards Al Bandary Qatar F&B own future but our reputation as well. More than just our vision for the future, we deliver results today that sets Al Bandary’s F&B a solid foothold and a Serious competitor in the growing national and further-on international markets to take advantage of significantly increased KPI’s and PCI’s\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/pizza-1-1-845x684.jpg\' attachment=\'66\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'page,8\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue81f\' font=\'entypo-fontello\' title=\'FOOD FOR THOUGHT\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\nis not just an idiom: it is our philosophy and the cornerstone of our genuine interest in providing five-star food and service.\r\n[/av_icon_box]\r\n[/av_one_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/burger-1-845x684.jpg\' attachment=\'67\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'page,12\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue833\' font=\'entypo-fontello\' title=\'OUR SERVICE\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n“Our true impact can only be understood through the sustainable service we deliver to our customers.”\r\n[/av_icon_box]\r\n[/av_one_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\'][/av_one_third]\r\n\r\n[av_hr class=\'invisible\' height=\'50\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'fixed\' position=\'center left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'250\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'Kitchen <strong>Team</strong>\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'20\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nThe best quality of foods served by our professional team\r\n[/av_heading]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-07 06:57:00','2016-11-07 06:57:00','',42,'http://metro-landscaping.com/en/2016/11/07/42-revision-v1/',0,'revision','',0),(192,1,'2016-11-07 06:57:43','2016-11-07 06:57:43','[av_fullscreen size=\'no scaling\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'\']\r\n[av_fullscreen_slide slide_type=\'image\' id=\'58\' position=\'top left\' video=\'\' mobile_image=\'\' video_cover=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_center caption_center_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.1\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_fullscreen_slide]\r\n[/av_fullscreen]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'magazine\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'54\'][/av_slide]\r\n[av_slide id=\'55\'][/av_slide]\r\n[av_slide id=\'56\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Connecting the world cuisines & <strong>building the future of gastronomy</strong>\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\']\r\nWe hope to see you soon!\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur Company is of the view that by enhancing and growing a fortrees of strong, vibrant and profitable retail food franchisors whose menu is consumer relevant, innovative and profitable, not only safeguards Al Bandary Qatar F&B own future but our reputation as well. More than just our vision for the future, we deliver results today that sets Al Bandary’s F&B a solid foothold and a Serious competitor in the growing national and further-on international markets to take advantage of significantly increased KPI’s and PCI’s\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/pizza-1-1-845x684.jpg\' attachment=\'66\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'page,8\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue81f\' font=\'entypo-fontello\' title=\'FOOD FOR THOUGHT\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\nis not just an idiom: it is our philosophy and the cornerstone of our genuine interest in providing five-star food and service.\r\n[/av_icon_box]\r\n[/av_one_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/burger-1-845x684.jpg\' attachment=\'67\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'page,12\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue833\' font=\'entypo-fontello\' title=\'OUR SERVICE\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n“Our true impact can only be understood through the sustainable service we deliver to our customers.”\r\n[/av_icon_box]\r\n[/av_one_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\'][/av_one_third]\r\n\r\n[av_hr class=\'invisible\' height=\'50\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'250\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'Kitchen <strong>Team</strong>\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'20\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nThe best quality of foods served by our professional team\r\n[/av_heading]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-07 06:57:43','2016-11-07 06:57:43','',42,'http://metro-landscaping.com/en/2016/11/07/42-revision-v1/',0,'revision','',0),(193,1,'2016-11-07 06:58:21','2016-11-07 06:58:21','[av_fullscreen size=\'no scaling\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'\']\r\n[av_fullscreen_slide slide_type=\'image\' id=\'58\' position=\'top left\' video=\'\' mobile_image=\'\' video_cover=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_center caption_center_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.1\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_fullscreen_slide]\r\n[/av_fullscreen]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'magazine\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'54\'][/av_slide]\r\n[av_slide id=\'55\'][/av_slide]\r\n[av_slide id=\'56\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Connecting the world cuisines & <strong>building the future of gastronomy</strong>\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\']\r\nWe hope to see you soon!\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur Company is of the view that by enhancing and growing a fortrees of strong, vibrant and profitable retail food franchisors whose menu is consumer relevant, innovative and profitable, not only safeguards Al Bandary Qatar F&B own future but our reputation as well. More than just our vision for the future, we deliver results today that sets Al Bandary’s F&B a solid foothold and a Serious competitor in the growing national and further-on international markets to take advantage of significantly increased KPI’s and PCI’s\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/pizza-1-1-845x684.jpg\' attachment=\'66\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'page,8\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue81f\' font=\'entypo-fontello\' title=\'FOOD FOR THOUGHT\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\nis not just an idiom: it is our philosophy and the cornerstone of our genuine interest in providing five-star food and service.\r\n[/av_icon_box]\r\n[/av_one_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/burger-1-845x684.jpg\' attachment=\'67\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'page,12\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue833\' font=\'entypo-fontello\' title=\'OUR SERVICE\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n“Our true impact can only be understood through the sustainable service we deliver to our customers.”\r\n[/av_icon_box]\r\n[/av_one_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\'][/av_one_third]\r\n\r\n[av_hr class=\'invisible\' height=\'50\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'fixed\' position=\'center left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'250\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'Kitchen <strong>Team</strong>\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'20\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nThe best quality of foods served by our professional team\r\n[/av_heading]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-07 06:58:21','2016-11-07 06:58:21','',42,'http://metro-landscaping.com/en/2016/11/07/42-revision-v1/',0,'revision','',0),(194,1,'2016-11-07 06:59:25','2016-11-07 06:59:25','[av_fullscreen size=\'no scaling\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'\']\r\n[av_fullscreen_slide slide_type=\'image\' id=\'58\' position=\'top left\' video=\'\' mobile_image=\'\' video_cover=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_center caption_center_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.1\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_fullscreen_slide]\r\n[/av_fullscreen]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'magazine\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'54\'][/av_slide]\r\n[av_slide id=\'55\'][/av_slide]\r\n[av_slide id=\'56\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Connecting the world cuisines & <strong>building the future of gastronomy</strong>\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\']\r\nWe hope to see you soon!\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur Company is of the view that by enhancing and growing a fortrees of strong, vibrant and profitable retail food franchisors whose menu is consumer relevant, innovative and profitable, not only safeguards Al Bandary Qatar F&B own future but our reputation as well. More than just our vision for the future, we deliver results today that sets Al Bandary’s F&B a solid foothold and a Serious competitor in the growing national and further-on international markets to take advantage of significantly increased KPI’s and PCI’s\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/pizza-1-1-845x684.jpg\' attachment=\'66\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'page,8\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue81f\' font=\'entypo-fontello\' title=\'FOOD FOR THOUGHT\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\nis not just an idiom: it is our philosophy and the cornerstone of our genuine interest in providing five-star food and service.\r\n[/av_icon_box]\r\n[/av_one_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/burger-1-845x684.jpg\' attachment=\'67\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'page,12\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue833\' font=\'entypo-fontello\' title=\'OUR SERVICE\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n“Our true impact can only be understood through the sustainable service we deliver to our customers.”\r\n[/av_icon_box]\r\n[/av_one_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\'][/av_one_third]\r\n\r\n[av_hr class=\'invisible\' height=\'50\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'250\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'Kitchen <strong>Team</strong>\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'20\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nThe best quality of foods served by our professional team\r\n[/av_heading]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-07 06:59:25','2016-11-07 06:59:25','',42,'http://metro-landscaping.com/en/2016/11/07/42-revision-v1/',0,'revision','',0),(195,1,'2016-11-07 07:01:20','2016-11-07 07:01:20','[av_fullscreen size=\'no scaling\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'\']\r\n[av_fullscreen_slide slide_type=\'image\' id=\'58\' position=\'top left\' video=\'\' mobile_image=\'\' video_cover=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_center caption_center_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.1\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_fullscreen_slide]\r\n[/av_fullscreen]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'magazine\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'54\'][/av_slide]\r\n[av_slide id=\'55\'][/av_slide]\r\n[av_slide id=\'56\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Connecting the world cuisines & <strong>building the future of gastronomy</strong>\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\']\r\nWe hope to see you soon!\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur Company is of the view that by enhancing and growing a fortrees of strong, vibrant and profitable retail food franchisors whose menu is consumer relevant, innovative and profitable, not only safeguards Al Bandary Qatar F&B own future but our reputation as well. More than just our vision for the future, we deliver results today that sets Al Bandary’s F&B a solid foothold and a Serious competitor in the growing national and further-on international markets to take advantage of significantly increased KPI’s and PCI’s\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/pizza-1-1-845x684.jpg\' attachment=\'66\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'page,8\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue81f\' font=\'entypo-fontello\' title=\'FOOD FOR THOUGHT\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\nis not just an idiom: it is our philosophy and the cornerstone of our genuine interest in providing five-star food and service.\r\n[/av_icon_box]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/burger-1-845x684.jpg\' attachment=\'67\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'page,12\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue833\' font=\'entypo-fontello\' title=\'WE SERVE\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\nOur true impact can only be understood through the sustainable service we deliver to our customers.\r\n[/av_icon_box]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\'][/av_one_third]\r\n\r\n[av_hr class=\'invisible\' height=\'50\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'250\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'Kitchen <strong>Team</strong>\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'20\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nThe best quality of foods served by our professional team\r\n[/av_heading]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-07 07:01:20','2016-11-07 07:01:20','',42,'http://metro-landscaping.com/en/2016/11/07/42-revision-v1/',0,'revision','',0),(196,1,'2016-11-07 07:02:41','2016-11-07 07:02:41','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/coffee-1.jpg\' attachment=\'75\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'About us\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Mission</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Vision</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nFor ALBANDARY F&B corporate, the food industry is all about improving the quality of food and service presented to clients increasing turnovers and maintaining health consciousness.\r\n\r\nThus our vision focuses on developing a portfolio that includes innovative and high-end franchisors in the F&B industry, after being screened across an operational management selection criterion.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Abdul Rahman Al Rayyan\' job=\'Senior Managing Director\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/Screen-Shot-2015-09-11-at-11.24.24-PM-895x500.png\' attachment=\'172\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<blockquote>With persistence and perserverance comes success</blockquote>\r\n- Normally we here much about thriving for achievement but nevertheless many interrogated queries remain unresolved, meaningfully mental abilities communicate Text & Data; however strong foundations of Mindsets critically adsorb the understandably essence from such given sources of information by analyzing carefully any stated objectives along with unattainable goals discoursed. Whereby, schematically setting plans become handy although a remaining question is ambiguous which simply asks us\r\n<blockquote>How do we plan the right decisive & Divisive future?</blockquote>\r\nSimplified form of answer would be, undergo tactically the real world and discover to explore unusual methods yet predefined new roles with flex ways at tackling hardship, obstacles, challenges throughout wise, prudent steps furthering yourself ahead.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section][av_masonry_gallery ids=\'75,85,67,83,54,55,84,80,81,79\' items=\'24\' columns=\'flexible\' paginate=\'load_more\' size=\'fixed masonry\' gap=\'no\' overlay_fx=\'\' caption_elements=\'excerpt\' caption_display=\'on-hover\' container_links=\'active\' id=\'\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-07 07:02:41','2016-11-07 07:02:41','',8,'http://metro-landscaping.com/en/2016/11/07/8-revision-v1/',0,'revision','',0),(197,1,'2016-11-07 07:05:08','2016-11-07 07:05:08','[av_fullscreen size=\'large\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'\']\r\n[av_fullscreen_slide slide_type=\'image\' id=\'58\' position=\'top left\' video=\'\' mobile_image=\'\' video_cover=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_center caption_center_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.1\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' overlay_enable=\'\'][/av_fullscreen_slide]\r\n\r\n[/av_fullscreen]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'magazine\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'54\'][/av_slide]\r\n[av_slide id=\'55\'][/av_slide]\r\n[av_slide id=\'56\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Connecting the world cuisines & <strong>building the future of gastronomy</strong>\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\']\r\nWe hope to see you soon!\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur Company is of the view that by enhancing and growing a fortrees of strong, vibrant and profitable retail food franchisors whose menu is consumer relevant, innovative and profitable, not only safeguards Al Bandary Qatar F&B own future but our reputation as well. More than just our vision for the future, we deliver results today that sets Al Bandary’s F&B a solid foothold and a Serious competitor in the growing national and further-on international markets to take advantage of significantly increased KPI’s and PCI’s\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/pizza-1-1-845x684.jpg\' attachment=\'66\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'page,8\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue81f\' font=\'entypo-fontello\' title=\'FOOD FOR THOUGHT\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\nis not just an idiom: it is our philosophy and the cornerstone of our genuine interest in providing five-star food and service.\r\n[/av_icon_box]\r\n[/av_one_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/burger-1-845x684.jpg\' attachment=\'67\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'page,12\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue833\' font=\'entypo-fontello\' title=\'WE SERVE\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\nOur true impact can only be understood through the sustainable service we deliver to our customers.\r\n[/av_icon_box]\r\n[/av_one_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\'][/av_one_third]\r\n\r\n[av_hr class=\'invisible\' height=\'50\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'250\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'Kitchen <strong>Team</strong>\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'20\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nThe best quality of foods served by our professional team\r\n[/av_heading]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-07 07:05:08','2016-11-07 07:05:08','',42,'http://metro-landscaping.com/en/2016/11/07/42-revision-v1/',0,'revision','',0),(198,1,'2016-11-07 07:05:51','2016-11-07 07:05:51','[av_fullscreen size=\'large\' animation=\'fade\' autoplay=\'true\' interval=\'4\' control_layout=\'\']\r\n[av_fullscreen_slide slide_type=\'image\' id=\'58\' position=\'top left\' video=\'\' mobile_image=\'\' video_cover=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_center caption_center_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.1\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' overlay_enable=\'\'][/av_fullscreen_slide]\r\n\r\n[/av_fullscreen]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'magazine\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'54\'][/av_slide]\r\n[av_slide id=\'55\'][/av_slide]\r\n[av_slide id=\'56\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Connecting the world cuisines & <strong>building the future of gastronomy</strong>\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\']\r\nWe hope to see you soon!\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur Company is of the view that by enhancing and growing a fortrees of strong, vibrant and profitable retail food franchisors whose menu is consumer relevant, innovative and profitable, not only safeguards Al Bandary Qatar F&B own future but our reputation as well. More than just our vision for the future, we deliver results today that sets Al Bandary’s F&B a solid foothold and a Serious competitor in the growing national and further-on international markets to take advantage of significantly increased KPI’s and PCI’s\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/pizza-1-1-845x684.jpg\' attachment=\'66\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'page,8\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue81f\' font=\'entypo-fontello\' title=\'FOOD FOR THOUGHT\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\nis not just an idiom: it is our philosophy and the cornerstone of our genuine interest in providing five-star food and service.\r\n[/av_icon_box]\r\n[/av_one_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/burger-1-845x684.jpg\' attachment=\'67\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'page,12\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue833\' font=\'entypo-fontello\' title=\'WE SERVE\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\nOur true impact can only be understood through the sustainable service we deliver to our customers.\r\n[/av_icon_box]\r\n[/av_one_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\'][/av_one_third]\r\n\r\n[av_hr class=\'invisible\' height=\'50\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'250\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'Kitchen <strong>Team</strong>\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'20\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nThe best quality of foods served by our professional team\r\n[/av_heading]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-07 07:05:51','2016-11-07 07:05:51','',42,'http://metro-landscaping.com/en/2016/11/07/42-revision-v1/',0,'revision','',0),(199,1,'2016-11-07 07:07:22','2016-11-07 07:07:22','[av_fullscreen size=\'large\' animation=\'fade\' autoplay=\'true\' interval=\'4\' control_layout=\'\']\r\n[av_fullscreen_slide slide_type=\'image\' id=\'58\' position=\'top left\' video=\'\' mobile_image=\'\' video_cover=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_center caption_center_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.1\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' overlay_enable=\'\'][/av_fullscreen_slide]\r\n[/av_fullscreen]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'magazine\' animation=\'slide_up\' autoplay=\'true\' interval=\'3\' control_layout=\'\']\r\n[av_slide id=\'54\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'55\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'56\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Connecting the world cuisines & <strong>building the future of gastronomy</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nWe hope to see you soon!\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur Company is of the view that by enhancing and growing a fortrees of strong, vibrant and profitable retail food franchisors whose menu is consumer relevant, innovative and profitable, not only safeguards Al Bandary Qatar F&B own future but our reputation as well. More than just our vision for the future, we deliver results today that sets Al Bandary’s F&B a solid foothold and a Serious competitor in the growing national and further-on international markets to take advantage of significantly increased KPI’s and PCI’s\r\n[/av_textblock]\r\n\r\n[/av_one_third][/av_section][av_one_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/pizza-1-1-845x684.jpg\' attachment=\'66\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'page,8\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue81f\' font=\'entypo-fontello\' title=\'FOOD FOR THOUGHT\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\nis not just an idiom: it is our philosophy and the cornerstone of our genuine interest in providing five-star food and service.\r\n[/av_icon_box]\r\n[/av_one_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/burger-1-845x684.jpg\' attachment=\'67\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'page,12\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue833\' font=\'entypo-fontello\' title=\'WE SERVE\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\nOur true impact can only be understood through the sustainable service we deliver to our customers.\r\n[/av_icon_box]\r\n[/av_one_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\'][/av_one_third]\r\n\r\n[av_hr class=\'invisible\' height=\'50\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'250\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'Kitchen <strong>Team</strong>\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'20\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nThe best quality of foods served by our professional team\r\n[/av_heading]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-07 07:07:22','2016-11-07 07:07:22','',42,'http://metro-landscaping.com/en/2016/11/07/42-revision-v1/',0,'revision','',0),(200,1,'2016-11-07 07:08:21','2016-11-07 07:08:21','[av_fullscreen size=\'large\' animation=\'fade\' autoplay=\'true\' interval=\'4\' control_layout=\'\']\r\n[av_fullscreen_slide slide_type=\'image\' id=\'58\' position=\'top left\' video=\'\' mobile_image=\'\' video_cover=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_center caption_center_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.1\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' overlay_enable=\'\'][/av_fullscreen_slide]\r\n[/av_fullscreen]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'magazine\' animation=\'slide\' autoplay=\'true\' interval=\'3\' control_layout=\'\']\r\n[av_slide slide_type=\'image\' id=\'54\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'55\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'56\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Connecting the world cuisines & <strong>building the future of gastronomy</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nWe hope to see you soon!\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur Company is of the view that by enhancing and growing a fortrees of strong, vibrant and profitable retail food franchisors whose menu is consumer relevant, innovative and profitable, not only safeguards Al Bandary Qatar F&B own future but our reputation as well. More than just our vision for the future, we deliver results today that sets Al Bandary’s F&B a solid foothold and a Serious competitor in the growing national and further-on international markets to take advantage of significantly increased KPI’s and PCI’s\r\n[/av_textblock]\r\n\r\n[/av_one_third][/av_section][av_one_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/pizza-1-1-845x684.jpg\' attachment=\'66\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'page,8\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue81f\' font=\'entypo-fontello\' title=\'FOOD FOR THOUGHT\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\nis not just an idiom: it is our philosophy and the cornerstone of our genuine interest in providing five-star food and service.\r\n[/av_icon_box]\r\n[/av_one_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/burger-1-845x684.jpg\' attachment=\'67\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'page,12\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue833\' font=\'entypo-fontello\' title=\'WE SERVE\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\nOur true impact can only be understood through the sustainable service we deliver to our customers.\r\n[/av_icon_box]\r\n[/av_one_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\'][/av_one_third]\r\n\r\n[av_hr class=\'invisible\' height=\'50\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'250\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'Kitchen <strong>Team</strong>\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'20\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nThe best quality of foods served by our professional team\r\n[/av_heading]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-07 07:08:21','2016-11-07 07:08:21','',42,'http://metro-landscaping.com/en/2016/11/07/42-revision-v1/',0,'revision','',0),(202,1,'2016-11-07 07:13:36','2016-11-07 07:13:36','[av_fullscreen size=\'large\' animation=\'fade\' autoplay=\'true\' interval=\'4\' control_layout=\'\']\r\n[av_fullscreen_slide slide_type=\'image\' id=\'58\' position=\'top left\' video=\'\' mobile_image=\'\' video_cover=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_center caption_center_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.1\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' overlay_enable=\'\'][/av_fullscreen_slide]\r\n[/av_fullscreen]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'magazine\' animation=\'slide\' autoplay=\'true\' interval=\'3\' control_layout=\'\']\r\n[av_slide slide_type=\'image\' id=\'201\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'55\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'56\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Connecting the world cuisines & <strong>building the future of gastronomy</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nWe hope to see you soon!\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur Company is of the view that by enhancing and growing a fortrees of strong, vibrant and profitable retail food franchisors whose menu is consumer relevant, innovative and profitable, not only safeguards Al Bandary Qatar F&B own future but our reputation as well. More than just our vision for the future, we deliver results today that sets Al Bandary’s F&B a solid foothold and a Serious competitor in the growing national and further-on international markets to take advantage of significantly increased KPI’s and PCI’s\r\n[/av_textblock]\r\n\r\n[/av_one_third][/av_section][av_one_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/pizza-1-1-845x684.jpg\' attachment=\'66\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'page,8\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue81f\' font=\'entypo-fontello\' title=\'FOOD FOR THOUGHT\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\nis not just an idiom: it is our philosophy and the cornerstone of our genuine interest in providing five-star food and service.\r\n[/av_icon_box]\r\n[/av_one_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/burger-1-845x684.jpg\' attachment=\'67\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'page,12\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue833\' font=\'entypo-fontello\' title=\'WE SERVE\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\nOur true impact can only be understood through the sustainable service we deliver to our customers.\r\n[/av_icon_box]\r\n[/av_one_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\'][/av_one_third]\r\n\r\n[av_hr class=\'invisible\' height=\'50\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'250\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'Kitchen <strong>Team</strong>\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'20\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nThe best quality of foods served by our professional team\r\n[/av_heading]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-07 07:13:36','2016-11-07 07:13:36','',42,'http://metro-landscaping.com/en/2016/11/07/42-revision-v1/',0,'revision','',0),(206,1,'2016-11-07 07:27:04','2016-11-07 07:27:04','[av_fullscreen size=\'large\' animation=\'fade\' autoplay=\'true\' interval=\'4\' control_layout=\'\']\r\n[av_fullscreen_slide slide_type=\'image\' id=\'58\' position=\'top left\' video=\'\' mobile_image=\'\' video_cover=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_center caption_center_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.1\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' overlay_enable=\'\'][/av_fullscreen_slide]\r\n[/av_fullscreen]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'magazine\' animation=\'slide\' autoplay=\'true\' interval=\'3\' control_layout=\'\']\r\n[av_slide slide_type=\'image\' id=\'137\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'203\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'204\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'205\' video=\'\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Connecting the world cuisines & <strong>building the future of gastronomy</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nWe hope to see you soon!\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur Company is of the view that by enhancing and growing a fortrees of strong, vibrant and profitable retail food franchisors whose menu is consumer relevant, innovative and profitable, not only safeguards Al Bandary Qatar F&B own future but our reputation as well. More than just our vision for the future, we deliver results today that sets Al Bandary’s F&B a solid foothold and a Serious competitor in the growing national and further-on international markets to take advantage of significantly increased KPI’s and PCI’s\r\n[/av_textblock]\r\n\r\n[/av_one_third][/av_section][av_one_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/pizza-1-1-845x684.jpg\' attachment=\'66\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'page,8\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue81f\' font=\'entypo-fontello\' title=\'FOOD FOR THOUGHT\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\nis not just an idiom: it is our philosophy and the cornerstone of our genuine interest in providing five-star food and service.\r\n[/av_icon_box]\r\n[/av_one_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/burger-1-845x684.jpg\' attachment=\'67\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'page,12\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue833\' font=\'entypo-fontello\' title=\'WE SERVE\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\nOur true impact can only be understood through the sustainable service we deliver to our customers.\r\n[/av_icon_box]\r\n[/av_one_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\'][/av_one_third]\r\n\r\n[av_hr class=\'invisible\' height=\'50\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'250\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'Kitchen <strong>Team</strong>\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'20\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nThe best quality of foods served by our professional team\r\n[/av_heading]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-07 07:27:04','2016-11-07 07:27:04','',42,'http://metro-landscaping.com/en/2016/11/07/42-revision-v1/',0,'revision','',0),(208,1,'2016-11-07 07:33:55','2016-11-07 07:33:55','[av_fullscreen size=\'large\' animation=\'fade\' autoplay=\'true\' interval=\'4\' control_layout=\'\']\r\n[av_fullscreen_slide slide_type=\'image\' id=\'58\' position=\'top left\' video=\'\' mobile_image=\'\' video_cover=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_center caption_center_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.1\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' overlay_enable=\'\'][/av_fullscreen_slide]\r\n[/av_fullscreen]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'magazine\' animation=\'slide\' autoplay=\'true\' interval=\'3\' control_layout=\'\']\r\n[av_slide slide_type=\'image\' id=\'137\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'207\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'204\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'205\' video=\'\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Connecting the world cuisines & <strong>building the future of gastronomy</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nWe hope to see you soon!\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur Company is of the view that by enhancing and growing a fortrees of strong, vibrant and profitable retail food franchisors whose menu is consumer relevant, innovative and profitable, not only safeguards Al Bandary Qatar F&B own future but our reputation as well. More than just our vision for the future, we deliver results today that sets Al Bandary’s F&B a solid foothold and a Serious competitor in the growing national and further-on international markets to take advantage of significantly increased KPI’s and PCI’s\r\n[/av_textblock]\r\n\r\n[/av_one_third][/av_section][av_one_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/pizza-1-1-845x684.jpg\' attachment=\'66\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'page,8\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue81f\' font=\'entypo-fontello\' title=\'FOOD FOR THOUGHT\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\nis not just an idiom: it is our philosophy and the cornerstone of our genuine interest in providing five-star food and service.\r\n[/av_icon_box]\r\n[/av_one_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/burger-1-845x684.jpg\' attachment=\'67\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'page,12\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue833\' font=\'entypo-fontello\' title=\'WE SERVE\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\nOur true impact can only be understood through the sustainable service we deliver to our customers.\r\n[/av_icon_box]\r\n[/av_one_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\'][/av_one_third]\r\n\r\n[av_hr class=\'invisible\' height=\'50\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'250\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'Kitchen <strong>Team</strong>\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'20\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nThe best quality of foods served by our professional team\r\n[/av_heading]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-07 07:33:55','2016-11-07 07:33:55','',42,'http://metro-landscaping.com/en/2016/11/07/42-revision-v1/',0,'revision','',0),(209,1,'2016-11-07 07:35:10','2016-11-07 07:35:10','[av_fullscreen size=\'large\' animation=\'fade\' autoplay=\'true\' interval=\'4\' control_layout=\'\']\r\n[av_fullscreen_slide slide_type=\'image\' id=\'58\' position=\'top left\' video=\'\' mobile_image=\'\' video_cover=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_center caption_center_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.1\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' overlay_enable=\'\'][/av_fullscreen_slide]\r\n[/av_fullscreen]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'magazine\' animation=\'slide\' autoplay=\'true\' interval=\'3\' control_layout=\'\']\r\n[av_slide slide_type=\'image\' id=\'137\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'207\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'204\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'141\' video=\'\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Connecting the world cuisines & <strong>building the future of gastronomy</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nWe hope to see you soon!\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur Company is of the view that by enhancing and growing a fortrees of strong, vibrant and profitable retail food franchisors whose menu is consumer relevant, innovative and profitable, not only safeguards Al Bandary Qatar F&B own future but our reputation as well. More than just our vision for the future, we deliver results today that sets Al Bandary’s F&B a solid foothold and a Serious competitor in the growing national and further-on international markets to take advantage of significantly increased KPI’s and PCI’s\r\n[/av_textblock]\r\n\r\n[/av_one_third][/av_section][av_one_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/pizza-1-1-845x684.jpg\' attachment=\'66\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'page,8\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue81f\' font=\'entypo-fontello\' title=\'FOOD FOR THOUGHT\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\nis not just an idiom: it is our philosophy and the cornerstone of our genuine interest in providing five-star food and service.\r\n[/av_icon_box]\r\n[/av_one_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/burger-1-845x684.jpg\' attachment=\'67\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'page,12\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue833\' font=\'entypo-fontello\' title=\'WE SERVE\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\nOur true impact can only be understood through the sustainable service we deliver to our customers.\r\n[/av_icon_box]\r\n[/av_one_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\'][/av_one_third]\r\n\r\n[av_hr class=\'invisible\' height=\'50\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'250\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'Kitchen <strong>Team</strong>\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'20\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nThe best quality of foods served by our professional team\r\n[/av_heading]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-07 07:35:10','2016-11-07 07:35:10','',42,'http://metro-landscaping.com/en/2016/11/07/42-revision-v1/',0,'revision','',0),(210,1,'2016-11-07 07:36:19','2016-11-07 07:36:19','[av_fullscreen size=\'large\' animation=\'fade\' autoplay=\'true\' interval=\'4\' control_layout=\'\']\r\n[av_fullscreen_slide slide_type=\'image\' id=\'58\' position=\'top left\' video=\'\' mobile_image=\'\' video_cover=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_center caption_center_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.1\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' overlay_enable=\'\'][/av_fullscreen_slide]\r\n[/av_fullscreen]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'magazine\' animation=\'slide\' autoplay=\'true\' interval=\'3\' control_layout=\'\']\r\n[av_slide slide_type=\'image\' id=\'137\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'207\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'204\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'141\' video=\'\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Connecting the world cuisines & <strong>building the future of gastronomy</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nWe hope to see you soon!\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur Company is of the view that by enhancing and growing a fortrees of strong, vibrant and profitable retail food franchisors whose menu is consumer relevant, innovative and profitable, not only safeguards Al Bandary Qatar F&B own future but our reputation as well.\r\n\r\nMore than just our vision for the future, we deliver results today that sets Al Bandary’s Food and Beverage a solid foothold and a Serious competitor in the growing national and further-on international markets to take advantage of significantly increased KPI’s and PCI’s\r\n[/av_textblock]\r\n\r\n[/av_one_third][/av_section][av_one_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/pizza-1-1-845x684.jpg\' attachment=\'66\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'page,8\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue81f\' font=\'entypo-fontello\' title=\'FOOD FOR THOUGHT\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\nis not just an idiom: it is our philosophy and the cornerstone of our genuine interest in providing five-star food and service.\r\n[/av_icon_box]\r\n[/av_one_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/burger-1-845x684.jpg\' attachment=\'67\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'page,12\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue833\' font=\'entypo-fontello\' title=\'WE SERVE\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\nOur true impact can only be understood through the sustainable service we deliver to our customers.\r\n[/av_icon_box]\r\n[/av_one_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\'][/av_one_third]\r\n\r\n[av_hr class=\'invisible\' height=\'50\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'250\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'Kitchen <strong>Team</strong>\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'20\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nThe best quality of foods served by our professional team\r\n[/av_heading]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-07 07:36:19','2016-11-07 07:36:19','',42,'http://metro-landscaping.com/en/2016/11/07/42-revision-v1/',0,'revision','',0),(211,1,'2016-11-07 07:38:47','2016-11-07 07:38:47','[av_fullscreen size=\'large\' animation=\'fade\' autoplay=\'true\' interval=\'4\' control_layout=\'\']\r\n[av_fullscreen_slide slide_type=\'image\' id=\'58\' position=\'top left\' video=\'\' mobile_image=\'\' video_cover=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_center caption_center_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.1\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' overlay_enable=\'\'][/av_fullscreen_slide]\r\n[/av_fullscreen]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'magazine\' animation=\'slide\' autoplay=\'true\' interval=\'3\' control_layout=\'\']\r\n[av_slide slide_type=\'image\' id=\'137\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'207\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'204\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'141\' video=\'\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Connecting the world cuisines & <strong>building the future of gastronomy</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nWe hope to see you soon!\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur Company is of the view that by enhancing and growing a fortrees of strong, vibrant and profitable retail food franchisors whose menu is consumer relevant, innovative and profitable, not only safeguards Al Bandary Qatar F&B own future but our reputation as well.\r\n\r\nMore than just our vision for the future, we deliver results today that sets Al Bandary’s Food and Beverage a solid foothold and a Serious competitor in the growing national and further-on international markets to take advantage of significantly increased KPI’s and PCI’s\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px,0px,0px,0px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/pizza-1-1-845x684.jpg\' attachment=\'66\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'page,8\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue81f\' font=\'entypo-fontello\' title=\'FOOD FOR THOUGHT\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\nis not just an idiom: it is our philosophy and the cornerstone of our genuine interest in providing five-star food and service.\r\n[/av_icon_box]\r\n[/av_one_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/burger-1-845x684.jpg\' attachment=\'67\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'page,12\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue833\' font=\'entypo-fontello\' title=\'WE SERVE\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\nOur true impact can only be understood through the sustainable service we deliver to our customers.\r\n[/av_icon_box]\r\n[/av_one_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\'][/av_one_third]\r\n\r\n[av_hr class=\'invisible\' height=\'50\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'250\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'Kitchen <strong>Team</strong>\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'20\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nThe best quality of foods served by our professional team\r\n[/av_heading]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-07 07:38:47','2016-11-07 07:38:47','',42,'http://metro-landscaping.com/en/2016/11/07/42-revision-v1/',0,'revision','',0),(212,1,'2016-11-07 07:39:26','2016-11-07 07:39:26','[av_fullscreen size=\'large\' animation=\'fade\' autoplay=\'true\' interval=\'4\' control_layout=\'\']\r\n[av_fullscreen_slide slide_type=\'image\' id=\'58\' position=\'top left\' video=\'\' mobile_image=\'\' video_cover=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_center caption_center_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.1\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' overlay_enable=\'\'][/av_fullscreen_slide]\r\n[/av_fullscreen]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'magazine\' animation=\'slide\' autoplay=\'true\' interval=\'3\' control_layout=\'\']\r\n[av_slide slide_type=\'image\' id=\'137\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'207\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'204\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'141\' video=\'\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Connecting the world cuisines & <strong>building the future of gastronomy</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nWe hope to see you soon!\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur Company is of the view that by enhancing and growing a fortrees of strong, vibrant and profitable retail food franchisors whose menu is consumer relevant, innovative and profitable, not only safeguards Al Bandary Qatar F&B own future but our reputation as well.\r\n\r\nMore than just our vision for the future, we deliver results today that sets Al Bandary’s Food and Beverage a solid foothold and a Serious competitor in the growing national and further-on international markets to take advantage of significantly increased KPI’s and PCI’s\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px,0px,0px,0px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/pizza-1-1-845x684.jpg\' attachment=\'66\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'page,8\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue81f\' font=\'entypo-fontello\' title=\'FOOD FOR THOUGHT\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\nis not just an idiom: it is our philosophy and the cornerstone of our genuine interest in providing five-star food and service.\r\n[/av_icon_box]\r\n[/av_one_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/burger-1-845x684.jpg\' attachment=\'67\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'page,12\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue833\' font=\'entypo-fontello\' title=\'WE SERVE\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\nOur true impact can only be understood through the sustainable service we deliver to our customers.\r\n[/av_icon_box]\r\n[/av_one_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\'][/av_one_third]\r\n\r\n[av_hr class=\'invisible\' height=\'50\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'250\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'Kitchen <strong>Team</strong>\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'20\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nThe best quality of foods served by our professional team\r\n[/av_heading]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-07 07:39:26','2016-11-07 07:39:26','',42,'http://metro-landscaping.com/en/2016/11/07/42-revision-v1/',0,'revision','',0),(213,1,'2016-11-07 07:39:58','2016-11-07 07:39:58','[av_fullscreen size=\'large\' animation=\'fade\' autoplay=\'true\' interval=\'4\' control_layout=\'\']\r\n[av_fullscreen_slide slide_type=\'image\' id=\'58\' position=\'top left\' video=\'\' mobile_image=\'\' video_cover=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_center caption_center_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.1\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' overlay_enable=\'\'][/av_fullscreen_slide]\r\n[/av_fullscreen]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'magazine\' animation=\'slide\' autoplay=\'true\' interval=\'3\' control_layout=\'\']\r\n[av_slide slide_type=\'image\' id=\'137\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'207\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'204\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'141\' video=\'\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Connecting the world cuisines & <strong>building the future of gastronomy</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nWe hope to see you soon!\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur Company is of the view that by enhancing and growing a fortrees of strong, vibrant and profitable retail food franchisors whose menu is consumer relevant, innovative and profitable, not only safeguards Al Bandary Qatar F&B own future but our reputation as well.\r\n\r\nMore than just our vision for the future, we deliver results today that sets Al Bandary’s Food and Beverage a solid foothold and a Serious competitor in the growing national and further-on international markets to take advantage of significantly increased KPI’s and PCI’s\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px,0px,0px,0px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/pizza-1-1-845x684.jpg\' attachment=\'66\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'page,8\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue81f\' font=\'entypo-fontello\' title=\'FOOD FOR THOUGHT\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\nis not just an idiom: it is our philosophy and the cornerstone of our genuine interest in providing five-star food and service.\r\n[/av_icon_box]\r\n[/av_one_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/burger-1-845x684.jpg\' attachment=\'67\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'page,12\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue833\' font=\'entypo-fontello\' title=\'WE SERVE\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\nOur true impact can only be understood through the sustainable service we deliver to our customers.\r\n[/av_icon_box]\r\n[/av_one_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\'][/av_one_third]\r\n\r\n[av_hr class=\'invisible\' height=\'50\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'250\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'Kitchen <strong>Team</strong>\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'20\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nThe best quality of foods served by our professional team\r\n[/av_heading]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-07 07:39:58','2016-11-07 07:39:58','',42,'http://metro-landscaping.com/en/2016/11/07/42-revision-v1/',0,'revision','',0),(214,1,'2016-11-07 07:40:34','2016-11-07 07:40:34','[av_fullscreen size=\'large\' animation=\'fade\' autoplay=\'true\' interval=\'4\' control_layout=\'\']\r\n[av_fullscreen_slide slide_type=\'image\' id=\'58\' position=\'top left\' video=\'\' mobile_image=\'\' video_cover=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_center caption_center_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.1\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' overlay_enable=\'\'][/av_fullscreen_slide]\r\n[/av_fullscreen]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'magazine\' animation=\'slide\' autoplay=\'true\' interval=\'3\' control_layout=\'\']\r\n[av_slide slide_type=\'image\' id=\'137\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'207\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'204\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'141\' video=\'\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Connecting the world cuisines & <strong>building the future of gastronomy</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nWe hope to see you soon!\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur Company is of the view that by enhancing and growing a fortrees of strong, vibrant and profitable retail food franchisors whose menu is consumer relevant, innovative and profitable, not only safeguards Al Bandary Qatar F&B own future but our reputation as well.\r\n\r\nMore than just our vision for the future, we deliver results today that sets Al Bandary’s Food and Beverage a solid foothold and a Serious competitor in the growing national and further-on international markets to take advantage of significantly increased KPI’s and PCI’s\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px,0px,0px,0px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/pizza-1-1-845x684.jpg\' attachment=\'66\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'page,8\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue81f\' font=\'entypo-fontello\' title=\'FOOD FOR THOUGHT\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\nis not just an idiom: it is our philosophy and the cornerstone of our genuine interest in providing five-star food and service.\r\n[/av_icon_box]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/burger-1-845x684.jpg\' attachment=\'67\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'page,12\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue833\' font=\'entypo-fontello\' title=\'WE SERVE\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\nOur true impact can only be understood through the sustainable service we deliver to our customers.\r\n[/av_icon_box]\r\n\r\n[/av_one_third][/av_section][av_hr class=\'invisible\' height=\'50\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'250\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'Kitchen <strong>Team</strong>\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'20\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nThe best quality of foods served by our professional team\r\n[/av_heading]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-07 07:40:34','2016-11-07 07:40:34','',42,'http://metro-landscaping.com/en/2016/11/07/42-revision-v1/',0,'revision','',0),(215,1,'2016-11-07 07:41:42','2016-11-07 07:41:42','[av_fullscreen size=\'large\' animation=\'fade\' autoplay=\'true\' interval=\'4\' control_layout=\'\']\r\n[av_fullscreen_slide slide_type=\'image\' id=\'58\' position=\'top left\' video=\'\' mobile_image=\'\' video_cover=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_center caption_center_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.1\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' overlay_enable=\'\'][/av_fullscreen_slide]\r\n[/av_fullscreen]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'magazine\' animation=\'slide\' autoplay=\'true\' interval=\'3\' control_layout=\'\']\r\n[av_slide slide_type=\'image\' id=\'137\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'207\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'204\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'141\' video=\'\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Connecting the world cuisines & <strong>building the future of gastronomy</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nWe hope to see you soon!\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur Company is of the view that by enhancing and growing a fortrees of strong, vibrant and profitable retail food franchisors whose menu is consumer relevant, innovative and profitable, not only safeguards Al Bandary Qatar F&B own future but our reputation as well.\r\n\r\nMore than just our vision for the future, we deliver results today that sets Al Bandary’s Food and Beverage a solid foothold and a Serious competitor in the growing national and further-on international markets to take advantage of significantly increased KPI’s and PCI’s\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px,0px,0px,0px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/pizza-1-1-845x684.jpg\' attachment=\'66\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'page,8\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue81f\' font=\'entypo-fontello\' title=\'FOOD FOR THOUGHT\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\nis not just an idiom: it is our philosophy and the cornerstone of our genuine interest in providing five-star food and service.\r\n[/av_icon_box]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/burger-1-845x684.jpg\' attachment=\'67\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'page,12\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue833\' font=\'entypo-fontello\' title=\'WE SERVE\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\nOur true impact can only be understood through the sustainable service we deliver to our customers.\r\n[/av_icon_box]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n[av_hr class=\'invisible\' height=\'50\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'250\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'Kitchen <strong>Team</strong>\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'20\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nThe best quality of foods served by our professional team\r\n[/av_heading]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-07 07:41:42','2016-11-07 07:41:42','',42,'http://metro-landscaping.com/en/2016/11/07/42-revision-v1/',0,'revision','',0),(216,1,'2016-11-07 07:43:33','2016-11-07 07:43:33','[av_fullscreen size=\'large\' animation=\'fade\' autoplay=\'true\' interval=\'4\' control_layout=\'\']\r\n[av_fullscreen_slide slide_type=\'image\' id=\'58\' position=\'top left\' video=\'\' mobile_image=\'\' video_cover=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_center caption_center_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.1\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' overlay_enable=\'\'][/av_fullscreen_slide]\r\n[/av_fullscreen]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'magazine\' animation=\'slide\' autoplay=\'true\' interval=\'3\' control_layout=\'\']\r\n[av_slide slide_type=\'image\' id=\'137\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'207\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'204\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'141\' video=\'\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Connecting the world cuisines & <strong>building the future of gastronomy</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nWe hope to see you soon!\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur Company is of the view that by enhancing and growing a fortrees of strong, vibrant and profitable retail food franchisors whose menu is consumer relevant, innovative and profitable, not only safeguards Al Bandary Qatar F&B own future but our reputation as well.\r\n\r\nMore than just our vision for the future, we deliver results today that sets Al Bandary’s Food and Beverage a solid foothold and a Serious competitor in the growing national and further-on international markets to take advantage of significantly increased KPI’s and PCI’s\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/pizza-1-1-845x684.jpg\' attachment=\'66\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'page,8\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue81f\' font=\'entypo-fontello\' title=\'FOOD FOR THOUGHT\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\nis not just an idiom: it is our philosophy and the cornerstone of our genuine interest in providing five-star food and service.\r\n[/av_icon_box]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/burger-1-845x684.jpg\' attachment=\'67\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'page,12\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue833\' font=\'entypo-fontello\' title=\'WE SERVE\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\nOur true impact can only be understood through the sustainable service we deliver to our customers.\r\n[/av_icon_box]\r\n\r\n[/av_one_third][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'250\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'Kitchen <strong>Team</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'20\' custom_class=\'\']\r\nThe best quality of foods served by our professional team\r\n[/av_heading]\r\n\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-07 07:43:33','2016-11-07 07:43:33','',42,'http://metro-landscaping.com/en/2016/11/07/42-revision-v1/',0,'revision','',0),(217,1,'2016-11-07 07:44:40','2016-11-07 07:44:40','[av_fullscreen size=\'large\' animation=\'fade\' autoplay=\'true\' interval=\'4\' control_layout=\'\']\r\n[av_fullscreen_slide slide_type=\'image\' id=\'58\' position=\'top left\' video=\'\' mobile_image=\'\' video_cover=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_center caption_center_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.1\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' overlay_enable=\'\'][/av_fullscreen_slide]\r\n[/av_fullscreen]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'magazine\' animation=\'slide\' autoplay=\'true\' interval=\'3\' control_layout=\'\']\r\n[av_slide slide_type=\'image\' id=\'137\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'207\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'204\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'141\' video=\'\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Connecting the world cuisines & <strong>building the future of gastronomy</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nWe hope to see you soon!\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur Company is of the view that by enhancing and growing a fortrees of strong, vibrant and profitable retail food franchisors whose menu is consumer relevant, innovative and profitable, not only safeguards Al Bandary Qatar F&B own future but our reputation as well.\r\n\r\nMore than just our vision for the future, we deliver results today that sets Al Bandary’s Food and Beverage a solid foothold and a Serious competitor in the growing national and further-on international markets to take advantage of significantly increased KPI’s and PCI’s\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/pizza-1-1-845x684.jpg\' attachment=\'66\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'page,8\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue81f\' font=\'entypo-fontello\' title=\'FOOD FOR THOUGHT\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\nis not just an idiom: it is our philosophy and the cornerstone of our genuine interest in providing five-star food and service.\r\n[/av_icon_box]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/burger-1-845x684.jpg\' attachment=\'67\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'page,12\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue833\' font=\'entypo-fontello\' title=\'WE SERVE\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\nOur true impact can only be understood through the sustainable service we deliver to our customers.\r\n[/av_icon_box]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'250\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'Kitchen <strong>Team</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'20\' custom_class=\'\']\r\nThe best quality of foods served by our professional team\r\n[/av_heading]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-07 07:44:40','2016-11-07 07:44:40','',42,'http://metro-landscaping.com/en/2016/11/07/42-revision-v1/',0,'revision','',0),(218,1,'2016-11-07 07:45:17','2016-11-07 07:45:17','[av_fullscreen size=\'large\' animation=\'fade\' autoplay=\'true\' interval=\'4\' control_layout=\'\']\r\n[av_fullscreen_slide slide_type=\'image\' id=\'58\' position=\'top left\' video=\'\' mobile_image=\'\' video_cover=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_center caption_center_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.1\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' overlay_enable=\'\'][/av_fullscreen_slide]\r\n[/av_fullscreen]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'magazine\' animation=\'slide\' autoplay=\'true\' interval=\'3\' control_layout=\'\']\r\n[av_slide slide_type=\'image\' id=\'137\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'207\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'204\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'141\' video=\'\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Connecting the world cuisines & <strong>building the future of gastronomy</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nWe hope to see you soon!\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur Company is of the view that by enhancing and growing a fortrees of strong, vibrant and profitable retail food franchisors whose menu is consumer relevant, innovative and profitable, not only safeguards Al Bandary Qatar F&B own future but our reputation as well.\r\n\r\nMore than just our vision for the future, we deliver results today that sets Al Bandary’s Food and Beverage a solid foothold and a Serious competitor in the growing national and further-on international markets to take advantage of significantly increased KPI’s and PCI’s\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/pizza-1-1-845x684.jpg\' attachment=\'66\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'page,8\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue81f\' font=\'entypo-fontello\' title=\'FOOD FOR THOUGHT\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\nis not just an idiom: it is our philosophy and the cornerstone of our genuine interest in providing five-star food and service.\r\n[/av_icon_box]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/burger-1-845x684.jpg\' attachment=\'67\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'page,12\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue833\' font=\'entypo-fontello\' title=\'WE SERVE\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\nOur true impact can only be understood through the sustainable service we deliver to our customers.\r\n[/av_icon_box]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'250\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'Kitchen <strong>Team</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'20\' custom_class=\'\']\r\nThe best quality of foods served by our professional team\r\n[/av_heading]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-07 07:45:17','2016-11-07 07:45:17','',42,'http://metro-landscaping.com/en/2016/11/07/42-revision-v1/',0,'revision','',0),(219,1,'2016-11-07 07:45:42','2016-11-07 07:45:42','[av_fullscreen size=\'large\' animation=\'fade\' autoplay=\'true\' interval=\'4\' control_layout=\'\']\r\n[av_fullscreen_slide slide_type=\'image\' id=\'58\' position=\'top left\' video=\'\' mobile_image=\'\' video_cover=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_center caption_center_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.1\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' overlay_enable=\'\'][/av_fullscreen_slide]\r\n[/av_fullscreen]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'magazine\' animation=\'slide\' autoplay=\'true\' interval=\'3\' control_layout=\'\']\r\n[av_slide slide_type=\'image\' id=\'137\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'207\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'204\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'141\' video=\'\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Connecting the world cuisines & <strong>building the future of gastronomy</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nWe hope to see you soon!\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur Company is of the view that by enhancing and growing a fortrees of strong, vibrant and profitable retail food franchisors whose menu is consumer relevant, innovative and profitable, not only safeguards Al Bandary Qatar F&B own future but our reputation as well.\r\n\r\nMore than just our vision for the future, we deliver results today that sets Al Bandary’s Food and Beverage a solid foothold and a Serious competitor in the growing national and further-on international markets to take advantage of significantly increased KPI’s and PCI’s\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/pizza-1-1-845x684.jpg\' attachment=\'66\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'page,8\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue81f\' font=\'entypo-fontello\' title=\'FOOD FOR THOUGHT\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\nis not just an idiom: it is our philosophy and the cornerstone of our genuine interest in providing five-star food and service.\r\n[/av_icon_box]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/burger-1-845x684.jpg\' attachment=\'67\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'page,12\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue833\' font=\'entypo-fontello\' title=\'WE SERVE\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\nOur true impact can only be understood through the sustainable service we deliver to our customers.\r\n[/av_icon_box]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'250\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'Kitchen <strong>Team</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'20\' custom_class=\'\']\r\nThe best quality of foods served by our professional team\r\n[/av_heading]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-07 07:45:42','2016-11-07 07:45:42','',42,'http://metro-landscaping.com/en/2016/11/07/42-revision-v1/',0,'revision','',0),(220,1,'2016-11-07 07:46:17','2016-11-07 07:46:17','[av_fullscreen size=\'large\' animation=\'fade\' autoplay=\'true\' interval=\'4\' control_layout=\'\']\r\n[av_fullscreen_slide slide_type=\'image\' id=\'58\' position=\'top left\' video=\'\' mobile_image=\'\' video_cover=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_center caption_center_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.1\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' overlay_enable=\'\'][/av_fullscreen_slide]\r\n[/av_fullscreen]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'magazine\' animation=\'slide\' autoplay=\'true\' interval=\'3\' control_layout=\'\']\r\n[av_slide slide_type=\'image\' id=\'137\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'207\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'204\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'141\' video=\'\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Connecting the world cuisines & <strong>building the future of gastronomy</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nWe hope to see you soon!\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur Company is of the view that by enhancing and growing a fortrees of strong, vibrant and profitable retail food franchisors whose menu is consumer relevant, innovative and profitable, not only safeguards Al Bandary Qatar F&B own future but our reputation as well.\r\n\r\nMore than just our vision for the future, we deliver results today that sets Al Bandary’s Food and Beverage a solid foothold and a Serious competitor in the growing national and further-on international markets to take advantage of significantly increased KPI’s and PCI’s\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/pizza-1-1-845x684.jpg\' attachment=\'66\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'page,8\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue81f\' font=\'entypo-fontello\' title=\'FOOD FOR THOUGHT\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\nis not just an idiom: it is our philosophy and the cornerstone of our genuine interest in providing five-star food and service.\r\n[/av_icon_box]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/burger-1-845x684.jpg\' attachment=\'67\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'page,12\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue833\' font=\'entypo-fontello\' title=\'WE SERVE\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\nOur true impact can only be understood through the sustainable service we deliver to our customers.\r\n[/av_icon_box]\r\n\r\n[/av_one_third][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'250\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'Kitchen <strong>Team</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'20\' custom_class=\'\']\r\nThe best quality of foods served by our professional team\r\n[/av_heading]\r\n\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-07 07:46:17','2016-11-07 07:46:17','',42,'http://metro-landscaping.com/en/2016/11/07/42-revision-v1/',0,'revision','',0),(221,1,'2016-11-07 07:47:11','2016-11-07 07:47:11','[av_fullscreen size=\'large\' animation=\'fade\' autoplay=\'true\' interval=\'4\' control_layout=\'\']\r\n[av_fullscreen_slide slide_type=\'image\' id=\'58\' position=\'top left\' video=\'\' mobile_image=\'\' video_cover=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_center caption_center_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.1\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' overlay_enable=\'\'][/av_fullscreen_slide]\r\n[/av_fullscreen]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'magazine\' animation=\'slide\' autoplay=\'true\' interval=\'3\' control_layout=\'\']\r\n[av_slide slide_type=\'image\' id=\'137\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'207\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'204\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'141\' video=\'\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Connecting the world cuisines & <strong>building the future of gastronomy</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nWe hope to see you soon!\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur Company is of the view that by enhancing and growing a fortrees of strong, vibrant and profitable retail food franchisors whose menu is consumer relevant, innovative and profitable, not only safeguards Al Bandary Qatar F&B own future but our reputation as well.\r\n\r\nMore than just our vision for the future, we deliver results today that sets Al Bandary’s Food and Beverage a solid foothold and a Serious competitor in the growing national and further-on international markets to take advantage of significantly increased KPI’s and PCI’s\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/pizza-1-1-845x684.jpg\' attachment=\'66\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'page,8\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue81f\' font=\'entypo-fontello\' title=\'FOOD FOR THOUGHT\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\nis not just an idiom: it is our philosophy and the cornerstone of our genuine interest in providing five-star food and service.\r\n[/av_icon_box]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/burger-1-845x684.jpg\' attachment=\'67\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'page,12\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue833\' font=\'entypo-fontello\' title=\'WE SERVE\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\nOur true impact can only be understood through the sustainable service we deliver to our customers.\r\n[/av_icon_box]\r\n\r\n[/av_one_third][av_hr class=\'invisible\' height=\'50\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'250\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'Kitchen <strong>Team</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'20\' custom_class=\'\']\r\nThe best quality of foods served by our professional team\r\n[/av_heading]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-07 07:47:11','2016-11-07 07:47:11','',42,'http://metro-landscaping.com/en/2016/11/07/42-revision-v1/',0,'revision','',0),(222,1,'2016-11-07 07:47:51','2016-11-07 07:47:51','[av_fullscreen size=\'large\' animation=\'fade\' autoplay=\'true\' interval=\'4\' control_layout=\'\']\r\n[av_fullscreen_slide slide_type=\'image\' id=\'58\' position=\'top left\' video=\'\' mobile_image=\'\' video_cover=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_center caption_center_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.1\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' overlay_enable=\'\'][/av_fullscreen_slide]\r\n[/av_fullscreen]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'magazine\' animation=\'slide\' autoplay=\'true\' interval=\'3\' control_layout=\'\']\r\n[av_slide slide_type=\'image\' id=\'137\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'207\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'204\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'141\' video=\'\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Connecting the world cuisines & <strong>building the future of gastronomy</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nWe hope to see you soon!\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur Company is of the view that by enhancing and growing a fortrees of strong, vibrant and profitable retail food franchisors whose menu is consumer relevant, innovative and profitable, not only safeguards Al Bandary Qatar F&B own future but our reputation as well.\r\n\r\nMore than just our vision for the future, we deliver results today that sets Al Bandary’s Food and Beverage a solid foothold and a Serious competitor in the growing national and further-on international markets to take advantage of significantly increased KPI’s and PCI’s\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/pizza-1-1-845x684.jpg\' attachment=\'66\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'page,8\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue81f\' font=\'entypo-fontello\' title=\'FOOD FOR THOUGHT\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\nis not just an idiom: it is our philosophy and the cornerstone of our genuine interest in providing five-star food and service.\r\n[/av_icon_box]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/burger-1-845x684.jpg\' attachment=\'67\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'page,12\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue833\' font=\'entypo-fontello\' title=\'WE SERVE\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\nOur true impact can only be understood through the sustainable service we deliver to our customers.\r\n[/av_icon_box]\r\n\r\n[/av_one_third][av_hr class=\'invisible\' height=\'60\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'250\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'Kitchen <strong>Team</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'20\' custom_class=\'\']\r\nThe best quality of foods served by our professional team\r\n[/av_heading]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-07 07:47:51','2016-11-07 07:47:51','',42,'http://metro-landscaping.com/en/2016/11/07/42-revision-v1/',0,'revision','',0),(223,1,'2016-11-07 07:49:20','2016-11-07 07:49:20','[av_fullscreen size=\'large\' animation=\'fade\' autoplay=\'true\' interval=\'4\' control_layout=\'\']\r\n[av_fullscreen_slide slide_type=\'image\' id=\'58\' position=\'top left\' video=\'\' mobile_image=\'\' video_cover=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_center caption_center_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.1\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' overlay_enable=\'\'][/av_fullscreen_slide]\r\n[/av_fullscreen]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'magazine\' animation=\'slide\' autoplay=\'true\' interval=\'3\' control_layout=\'\']\r\n[av_slide slide_type=\'image\' id=\'137\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'207\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'204\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'141\' video=\'\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Connecting the world cuisines & <strong>building the future of gastronomy</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nWe hope to see you soon!\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur Company is of the view that by enhancing and growing a fortrees of strong, vibrant and profitable retail food franchisors whose menu is consumer relevant, innovative and profitable, not only safeguards Al Bandary Qatar F&B own future but our reputation as well.\r\n\r\nMore than just our vision for the future, we deliver results today that sets Al Bandary’s Food and Beverage a solid foothold and a Serious competitor in the growing national and further-on international markets to take advantage of significantly increased KPI’s and PCI’s\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/pizza-1-1-845x684.jpg\' attachment=\'66\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'page,8\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue81f\' font=\'entypo-fontello\' title=\'FOOD FOR THOUGHT\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'custom\' custom_bg=\'#c3512f\' custom_font=\'\' custom_border=\'\']\r\nis not just an idiom: it is our philosophy and the cornerstone of our genuine interest in providing five-star food and service.\r\n[/av_icon_box]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/burger-1-845x684.jpg\' attachment=\'67\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'page,12\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue833\' font=\'entypo-fontello\' title=\'WE SERVE\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'custom\' custom_bg=\'#c3512f\' custom_font=\'\' custom_border=\'\']\r\nOur true impact can only be understood through the sustainable service we deliver to our customers.\r\n[/av_icon_box]\r\n\r\n[/av_one_third][av_hr class=\'invisible\' height=\'60\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'250\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'Kitchen <strong>Team</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'20\' custom_class=\'\']\r\nThe best quality of foods served by our professional team\r\n[/av_heading]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-07 07:49:20','2016-11-07 07:49:20','',42,'http://metro-landscaping.com/en/2016/11/07/42-revision-v1/',0,'revision','',0),(224,1,'2016-11-07 07:50:11','2016-11-07 07:50:11','[av_fullscreen size=\'large\' animation=\'fade\' autoplay=\'true\' interval=\'4\' control_layout=\'\']\r\n[av_fullscreen_slide slide_type=\'image\' id=\'58\' position=\'top left\' video=\'\' mobile_image=\'\' video_cover=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_center caption_center_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.1\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' overlay_enable=\'\'][/av_fullscreen_slide]\r\n[/av_fullscreen]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'magazine\' animation=\'slide\' autoplay=\'true\' interval=\'3\' control_layout=\'\']\r\n[av_slide slide_type=\'image\' id=\'137\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'207\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'204\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'141\' video=\'\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Connecting the world cuisines & <strong>building the future of gastronomy</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nWe hope to see you soon!\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur Company is of the view that by enhancing and growing a fortrees of strong, vibrant and profitable retail food franchisors whose menu is consumer relevant, innovative and profitable, not only safeguards Al Bandary Qatar F&B own future but our reputation as well.\r\n\r\nMore than just our vision for the future, we deliver results today that sets Al Bandary’s Food and Beverage a solid foothold and a Serious competitor in the growing national and further-on international markets to take advantage of significantly increased KPI’s and PCI’s\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/pizza-1-1-845x684.jpg\' attachment=\'66\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'page,8\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue81f\' font=\'entypo-fontello\' title=\'FOOD FOR THOUGHT\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\nis not just an idiom: it is our philosophy and the cornerstone of our genuine interest in providing five-star food and service.\r\n[/av_icon_box]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/burger-1-845x684.jpg\' attachment=\'67\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'page,12\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue833\' font=\'entypo-fontello\' title=\'WE SERVE\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\nOur true impact can only be understood through the sustainable service we deliver to our customers.\r\n[/av_icon_box]\r\n\r\n[/av_one_third][av_hr class=\'invisible\' height=\'60\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'250\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'Kitchen <strong>Team</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'20\' custom_class=\'\']\r\nThe best quality of foods served by our professional team\r\n[/av_heading]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-07 07:50:11','2016-11-07 07:50:11','',42,'http://metro-landscaping.com/en/2016/11/07/42-revision-v1/',0,'revision','',0),(225,1,'2016-11-07 07:51:26','2016-11-07 07:51:26','[av_fullscreen size=\'large\' animation=\'fade\' autoplay=\'true\' interval=\'4\' control_layout=\'\']\r\n[av_fullscreen_slide slide_type=\'image\' id=\'58\' position=\'top left\' video=\'\' mobile_image=\'\' video_cover=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_center caption_center_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.1\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' overlay_enable=\'\'][/av_fullscreen_slide]\r\n[/av_fullscreen]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'magazine\' animation=\'slide\' autoplay=\'true\' interval=\'3\' control_layout=\'\']\r\n[av_slide slide_type=\'image\' id=\'137\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'207\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'204\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'141\' video=\'\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Connecting the world cuisines & <strong>building the future of gastronomy</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nWe hope to see you soon!\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur Company is of the view that by enhancing and growing a fortrees of strong, vibrant and profitable retail food franchisors whose menu is consumer relevant, innovative and profitable, not only safeguards Al Bandary Qatar F&B own future but our reputation as well.\r\n\r\nMore than just our vision for the future, we deliver results today that sets Al Bandary’s Food and Beverage a solid foothold and a Serious competitor in the growing national and further-on international markets to take advantage of significantly increased KPI’s and PCI’s\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/pizza-1-1-845x684.jpg\' attachment=\'66\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue81f\' font=\'entypo-fontello\' title=\'FOOD FOR THOUGHT\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\nis not just an idiom: it is our philosophy and the cornerstone of our genuine interest in providing five-star food and service.\r\n[/av_icon_box]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/burger-1-845x684.jpg\' attachment=\'67\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue833\' font=\'entypo-fontello\' title=\'WE SERVE\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\nOur true impact can only be understood through the sustainable service we deliver to our customers.\r\n[/av_icon_box]\r\n\r\n[/av_one_third][av_hr class=\'invisible\' height=\'60\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'250\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'Kitchen <strong>Team</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'20\' custom_class=\'\']\r\nThe best quality of foods served by our professional team\r\n[/av_heading]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-07 07:51:26','2016-11-07 07:51:26','',42,'http://metro-landscaping.com/en/2016/11/07/42-revision-v1/',0,'revision','',0),(226,1,'2016-11-07 07:53:28','2016-11-07 07:53:28','[av_fullscreen size=\'large\' animation=\'fade\' autoplay=\'true\' interval=\'4\' control_layout=\'\']\r\n[av_fullscreen_slide slide_type=\'image\' id=\'58\' position=\'top left\' video=\'\' mobile_image=\'\' video_cover=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_center caption_center_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.1\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' overlay_enable=\'\'][/av_fullscreen_slide]\r\n[/av_fullscreen]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'magazine\' animation=\'slide\' autoplay=\'true\' interval=\'3\' control_layout=\'\']\r\n[av_slide slide_type=\'image\' id=\'137\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'207\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'204\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'141\' video=\'\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Connecting the world cuisines & <strong>building the future of gastronomy</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nWe hope to see you soon!\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur Company is of the view that by enhancing and growing a fortrees of strong, vibrant and profitable retail food franchisors whose menu is consumer relevant, innovative and profitable,\r\n<blockquote>not only safeguards Al Bandary Qatar Food and Beverage own future but our reputation as well.</blockquote>\r\nMore than just our vision for the future, we deliver results today that sets Al Bandary’s Food and Beverage a solid foothold and a Serious competitor in the growing national and further-on international markets to take advantage of significantly increased KPI’s and PCI’s\r\n[/av_textblock]\r\n\r\n[/av_one_third][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/pizza-1-1-845x684.jpg\' attachment=\'66\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue81f\' font=\'entypo-fontello\' title=\'FOOD FOR THOUGHT\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\nis not just an idiom: it is our philosophy and the cornerstone of our genuine interest in providing five-star food and service.\r\n[/av_icon_box]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/burger-1-845x684.jpg\' attachment=\'67\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue833\' font=\'entypo-fontello\' title=\'WE SERVE\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\nOur true impact can only be understood through the sustainable service we deliver to our customers.\r\n[/av_icon_box]\r\n\r\n[/av_one_third][av_hr class=\'invisible\' height=\'60\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'250\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'Kitchen <strong>Team</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'20\' custom_class=\'\']\r\nThe best quality of foods served by our professional team\r\n[/av_heading]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-07 07:53:28','2016-11-07 07:53:28','',42,'http://metro-landscaping.com/en/2016/11/07/42-revision-v1/',0,'revision','',0),(227,1,'2016-11-07 07:55:30','2016-11-07 07:55:30','[av_fullscreen size=\'large\' animation=\'fade\' autoplay=\'true\' interval=\'4\' control_layout=\'\']\r\n[av_fullscreen_slide slide_type=\'image\' id=\'58\' position=\'top left\' video=\'\' mobile_image=\'\' video_cover=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_center caption_center_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.1\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' overlay_enable=\'\'][/av_fullscreen_slide]\r\n[/av_fullscreen]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'magazine\' animation=\'slide\' autoplay=\'true\' interval=\'3\' control_layout=\'\']\r\n[av_slide slide_type=\'image\' id=\'137\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'207\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'204\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'141\' video=\'\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Connecting the world cuisines & <strong>building the future of gastronomy</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nWe hope to see you soon!\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur Company is of the view that by enhancing and growing a fortrees of strong, vibrant and profitable retail food franchisors whose menu is consumer relevant, innovative and profitable,\r\n<blockquote>not only safeguards Al Bandary Qatar Food and Beverage own future but our reputation as well.</blockquote>\r\nMore than just our vision for the future, we deliver results today that sets Al Bandary’s Food and Beverage a solid foothold and a Serious competitor.\r\n[/av_textblock]\r\n\r\n[/av_one_third][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/pizza-1-1-845x684.jpg\' attachment=\'66\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue81f\' font=\'entypo-fontello\' title=\'FOOD FOR THOUGHT\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\nis not just an idiom: it is our philosophy and the cornerstone of our genuine interest in providing five-star food and service.\r\n[/av_icon_box]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/burger-1-845x684.jpg\' attachment=\'67\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue833\' font=\'entypo-fontello\' title=\'WE SERVE\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\nOur true impact can only be understood through the sustainable service we deliver to our customers.\r\n[/av_icon_box]\r\n\r\n[/av_one_third][av_hr class=\'invisible\' height=\'60\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'250\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'Kitchen <strong>Team</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'20\' custom_class=\'\']\r\nThe best quality of foods served by our professional team\r\n[/av_heading]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-07 07:55:30','2016-11-07 07:55:30','',42,'http://metro-landscaping.com/en/2016/11/07/42-revision-v1/',0,'revision','',0),(241,1,'2016-11-07 08:32:29','2016-11-07 08:32:29','[av_fullscreen size=\'large\' animation=\'fade\' autoplay=\'true\' interval=\'4\' control_layout=\'\']\r\n[av_fullscreen_slide slide_type=\'image\' id=\'237\' position=\'top left\' video=\'\' mobile_image=\'\' video_cover=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_right caption_right_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.1\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_fullscreen_slide]\r\n[av_fullscreen_slide slide_type=\'image\' id=\'238\' position=\'top left\' video=\'\' mobile_image=\'\' video_cover=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_right caption_right_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.1\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_fullscreen_slide]\r\n[av_fullscreen_slide slide_type=\'image\' id=\'239\' position=\'top left\' video=\'\' mobile_image=\'\' video_cover=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_right caption_right_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.1\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_fullscreen_slide]\r\n[av_fullscreen_slide slide_type=\'image\' id=\'240\' position=\'top left\' video=\'\' mobile_image=\'\' video_cover=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_right caption_right_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.1\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_fullscreen_slide]\r\n[/av_fullscreen]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'magazine\' animation=\'slide\' autoplay=\'true\' interval=\'3\' control_layout=\'\']\r\n[av_slide slide_type=\'image\' id=\'137\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'207\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'204\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'141\' video=\'\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Connecting the world cuisines & <strong>building the future of gastronomy</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nWe hope to see you soon!\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur Company is of the view that by enhancing and growing a fortrees of strong, vibrant and profitable retail food franchisors whose menu is consumer relevant, innovative and profitable,\r\n<blockquote>not only safeguards Al Bandary Qatar Food and Beverage own future but our reputation as well.</blockquote>\r\nMore than just our vision for the future, we deliver results today that sets Al Bandary’s Food and Beverage a solid foothold and a Serious competitor.\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/pizza-1-1-845x684.jpg\' attachment=\'66\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue81f\' font=\'entypo-fontello\' title=\'FOOD FOR THOUGHT\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\nis not just an idiom: it is our philosophy and the cornerstone of our genuine interest in providing five-star food and service.\r\n[/av_icon_box]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/burger-1-845x684.jpg\' attachment=\'67\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue833\' font=\'entypo-fontello\' title=\'WE SERVE\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\nOur true impact can only be understood through the sustainable service we deliver to our customers.\r\n[/av_icon_box]\r\n\r\n[/av_one_third][av_hr class=\'invisible\' height=\'60\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'250\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'Kitchen <strong>Team</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'20\' custom_class=\'\']\r\nThe best quality of foods served by our professional team\r\n[/av_heading]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-07 08:32:29','2016-11-07 08:32:29','',42,'http://metro-landscaping.com/en/2016/11/07/42-revision-v1/',0,'revision','',0),(242,1,'2016-11-07 08:34:09','2016-11-07 08:34:09','[av_fullscreen size=\'large\' animation=\'fade\' autoplay=\'true\' interval=\'4\' control_layout=\'\']\r\n[av_fullscreen_slide slide_type=\'image\' id=\'237\' position=\'top left\' video=\'\' mobile_image=\'\' video_cover=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_right caption_right_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.1\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' overlay_enable=\'\'][/av_fullscreen_slide]\r\n[av_fullscreen_slide slide_type=\'image\' id=\'240\' position=\'top left\' video=\'\' mobile_image=\'\' video_cover=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_right caption_right_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.1\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' overlay_enable=\'\'][/av_fullscreen_slide]\r\n[/av_fullscreen]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'magazine\' animation=\'slide\' autoplay=\'true\' interval=\'3\' control_layout=\'\']\r\n[av_slide slide_type=\'image\' id=\'137\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'207\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'204\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'141\' video=\'\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Connecting the world cuisines & <strong>building the future of gastronomy</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nWe hope to see you soon!\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur Company is of the view that by enhancing and growing a fortrees of strong, vibrant and profitable retail food franchisors whose menu is consumer relevant, innovative and profitable,\r\n<blockquote>not only safeguards Al Bandary Qatar Food and Beverage own future but our reputation as well.</blockquote>\r\nMore than just our vision for the future, we deliver results today that sets Al Bandary’s Food and Beverage a solid foothold and a Serious competitor.\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/pizza-1-1-845x684.jpg\' attachment=\'66\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue81f\' font=\'entypo-fontello\' title=\'FOOD FOR THOUGHT\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\nis not just an idiom: it is our philosophy and the cornerstone of our genuine interest in providing five-star food and service.\r\n[/av_icon_box]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/burger-1-845x684.jpg\' attachment=\'67\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue833\' font=\'entypo-fontello\' title=\'WE SERVE\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\nOur true impact can only be understood through the sustainable service we deliver to our customers.\r\n[/av_icon_box]\r\n\r\n[/av_one_third][av_hr class=\'invisible\' height=\'60\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'250\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'Kitchen <strong>Team</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'20\' custom_class=\'\']\r\nThe best quality of foods served by our professional team\r\n[/av_heading]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-07 08:34:09','2016-11-07 08:34:09','',42,'http://metro-landscaping.com/en/2016/11/07/42-revision-v1/',0,'revision','',0),(243,1,'2016-11-07 08:38:07','2016-11-07 08:38:07','[av_slideshow_accordion slide_type=\'image-based\' link=\'category\' items=\'5\' offset=\'0\' size=\'featured\' title=\'active\' autoplay=\'false\' interval=\'5\']\r\n[av_slide_accordion id=\'237\'][/av_slide_accordion]\r\n[av_slide_accordion id=\'240\' title=\'\' link=\'lightbox\' link_target=\'\'][/av_slide_accordion]\r\n[/av_slideshow_accordion]\r\n\r\n[av_fullscreen size=\'large\' animation=\'fade\' autoplay=\'true\' interval=\'4\' control_layout=\'\']\r\n[av_fullscreen_slide slide_type=\'image\' id=\'237\' position=\'top left\' video=\'\' mobile_image=\'\' video_cover=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_right caption_right_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.1\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' overlay_enable=\'\'][/av_fullscreen_slide]\r\n[av_fullscreen_slide slide_type=\'image\' id=\'240\' position=\'top left\' video=\'\' mobile_image=\'\' video_cover=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_right caption_right_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.1\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' overlay_enable=\'\'][/av_fullscreen_slide]\r\n[/av_fullscreen]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'magazine\' animation=\'slide\' autoplay=\'true\' interval=\'3\' control_layout=\'\']\r\n[av_slide slide_type=\'image\' id=\'137\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'207\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'204\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'141\' video=\'\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Connecting the world cuisines & <strong>building the future of gastronomy</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nWe hope to see you soon!\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur Company is of the view that by enhancing and growing a fortrees of strong, vibrant and profitable retail food franchisors whose menu is consumer relevant, innovative and profitable,\r\n<blockquote>not only safeguards Al Bandary Qatar Food and Beverage own future but our reputation as well.</blockquote>\r\nMore than just our vision for the future, we deliver results today that sets Al Bandary’s Food and Beverage a solid foothold and a Serious competitor.\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/pizza-1-1-845x684.jpg\' attachment=\'66\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue81f\' font=\'entypo-fontello\' title=\'FOOD FOR THOUGHT\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\nis not just an idiom: it is our philosophy and the cornerstone of our genuine interest in providing five-star food and service.\r\n[/av_icon_box]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/burger-1-845x684.jpg\' attachment=\'67\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue833\' font=\'entypo-fontello\' title=\'WE SERVE\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\nOur true impact can only be understood through the sustainable service we deliver to our customers.\r\n[/av_icon_box]\r\n\r\n[/av_one_third][av_hr class=\'invisible\' height=\'60\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'250\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'Kitchen <strong>Team</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'20\' custom_class=\'\']\r\nThe best quality of foods served by our professional team\r\n[/av_heading]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-07 08:38:07','2016-11-07 08:38:07','',42,'http://metro-landscaping.com/en/2016/11/07/42-revision-v1/',0,'revision','',0),(244,1,'2016-11-07 08:38:27','2016-11-07 08:38:27','[av_slideshow_accordion slide_type=\'image-based\' link=\'category\' items=\'5\' offset=\'0\' size=\'featured\' title=\'active\' autoplay=\'false\' interval=\'5\']\r\n[av_slide_accordion id=\'237\'][/av_slide_accordion]\r\n[av_slide_accordion id=\'240\' title=\'\' link=\'lightbox\' link_target=\'\'][/av_slide_accordion]\r\n[/av_slideshow_accordion]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'magazine\' animation=\'slide\' autoplay=\'true\' interval=\'3\' control_layout=\'\']\r\n[av_slide slide_type=\'image\' id=\'137\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'207\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'204\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'141\' video=\'\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Connecting the world cuisines & <strong>building the future of gastronomy</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nWe hope to see you soon!\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur Company is of the view that by enhancing and growing a fortrees of strong, vibrant and profitable retail food franchisors whose menu is consumer relevant, innovative and profitable,\r\n<blockquote>not only safeguards Al Bandary Qatar Food and Beverage own future but our reputation as well.</blockquote>\r\nMore than just our vision for the future, we deliver results today that sets Al Bandary’s Food and Beverage a solid foothold and a Serious competitor.\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/pizza-1-1-845x684.jpg\' attachment=\'66\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue81f\' font=\'entypo-fontello\' title=\'FOOD FOR THOUGHT\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\nis not just an idiom: it is our philosophy and the cornerstone of our genuine interest in providing five-star food and service.\r\n[/av_icon_box]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/burger-1-845x684.jpg\' attachment=\'67\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue833\' font=\'entypo-fontello\' title=\'WE SERVE\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\nOur true impact can only be understood through the sustainable service we deliver to our customers.\r\n[/av_icon_box]\r\n\r\n[/av_one_third][av_hr class=\'invisible\' height=\'60\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'250\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'Kitchen <strong>Team</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'20\' custom_class=\'\']\r\nThe best quality of foods served by our professional team\r\n[/av_heading]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-07 08:38:27','2016-11-07 08:38:27','',42,'http://metro-landscaping.com/en/2016/11/07/42-revision-v1/',0,'revision','',0),(245,1,'2016-11-07 08:38:50','2016-11-07 08:38:50','[av_slideshow_accordion slide_type=\'image-based\' link=\'category\' items=\'5\' offset=\'0\' size=\'large\' title=\'active\' autoplay=\'false\' interval=\'5\']\r\n[av_slide_accordion id=\'237\' title=\'\' link=\'\' link_target=\'\'][/av_slide_accordion]\r\n[av_slide_accordion id=\'240\' title=\'\' link=\'lightbox\' link_target=\'\'][/av_slide_accordion]\r\n[/av_slideshow_accordion]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'magazine\' animation=\'slide\' autoplay=\'true\' interval=\'3\' control_layout=\'\']\r\n[av_slide slide_type=\'image\' id=\'137\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'207\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'204\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'141\' video=\'\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Connecting the world cuisines & <strong>building the future of gastronomy</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nWe hope to see you soon!\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur Company is of the view that by enhancing and growing a fortrees of strong, vibrant and profitable retail food franchisors whose menu is consumer relevant, innovative and profitable,\r\n<blockquote>not only safeguards Al Bandary Qatar Food and Beverage own future but our reputation as well.</blockquote>\r\nMore than just our vision for the future, we deliver results today that sets Al Bandary’s Food and Beverage a solid foothold and a Serious competitor.\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/pizza-1-1-845x684.jpg\' attachment=\'66\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue81f\' font=\'entypo-fontello\' title=\'FOOD FOR THOUGHT\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\nis not just an idiom: it is our philosophy and the cornerstone of our genuine interest in providing five-star food and service.\r\n[/av_icon_box]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/burger-1-845x684.jpg\' attachment=\'67\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue833\' font=\'entypo-fontello\' title=\'WE SERVE\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\nOur true impact can only be understood through the sustainable service we deliver to our customers.\r\n[/av_icon_box]\r\n\r\n[/av_one_third][av_hr class=\'invisible\' height=\'60\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'250\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'Kitchen <strong>Team</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'20\' custom_class=\'\']\r\nThe best quality of foods served by our professional team\r\n[/av_heading]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-07 08:38:50','2016-11-07 08:38:50','',42,'http://metro-landscaping.com/en/2016/11/07/42-revision-v1/',0,'revision','',0),(246,1,'2016-11-07 08:39:10','2016-11-07 08:39:10','[av_slideshow_accordion slide_type=\'image-based\' link=\'category\' items=\'5\' offset=\'0\' size=\'featured_large\' title=\'active\' autoplay=\'false\' interval=\'5\']\r\n[av_slide_accordion id=\'237\' title=\'\' link=\'\' link_target=\'\'][/av_slide_accordion]\r\n[av_slide_accordion id=\'240\' title=\'\' link=\'lightbox\' link_target=\'\'][/av_slide_accordion]\r\n[/av_slideshow_accordion]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'magazine\' animation=\'slide\' autoplay=\'true\' interval=\'3\' control_layout=\'\']\r\n[av_slide slide_type=\'image\' id=\'137\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'207\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'204\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'141\' video=\'\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Connecting the world cuisines & <strong>building the future of gastronomy</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nWe hope to see you soon!\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur Company is of the view that by enhancing and growing a fortrees of strong, vibrant and profitable retail food franchisors whose menu is consumer relevant, innovative and profitable,\r\n<blockquote>not only safeguards Al Bandary Qatar Food and Beverage own future but our reputation as well.</blockquote>\r\nMore than just our vision for the future, we deliver results today that sets Al Bandary’s Food and Beverage a solid foothold and a Serious competitor.\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/pizza-1-1-845x684.jpg\' attachment=\'66\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue81f\' font=\'entypo-fontello\' title=\'FOOD FOR THOUGHT\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\nis not just an idiom: it is our philosophy and the cornerstone of our genuine interest in providing five-star food and service.\r\n[/av_icon_box]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/burger-1-845x684.jpg\' attachment=\'67\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue833\' font=\'entypo-fontello\' title=\'WE SERVE\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\nOur true impact can only be understood through the sustainable service we deliver to our customers.\r\n[/av_icon_box]\r\n\r\n[/av_one_third][av_hr class=\'invisible\' height=\'60\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'250\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'Kitchen <strong>Team</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'20\' custom_class=\'\']\r\nThe best quality of foods served by our professional team\r\n[/av_heading]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-07 08:39:10','2016-11-07 08:39:10','',42,'http://metro-landscaping.com/en/2016/11/07/42-revision-v1/',0,'revision','',0),(247,1,'2016-11-07 08:41:47','2016-11-07 08:41:47','[av_fullscreen size=\'large\' animation=\'slide\' autoplay=\'false\' interval=\'5\' control_layout=\'\']\r\n[av_fullscreen_slide slide_type=\'image\' id=\'237\' position=\'top left\' video=\'\' mobile_image=\'\' video_cover=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_right caption_right_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.1\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_fullscreen_slide]\r\n[av_fullscreen_slide slide_type=\'image\' id=\'240\' position=\'top left\' video=\'\' mobile_image=\'\' video_cover=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_right caption_right_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.1\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_fullscreen_slide]\r\n[av_fullscreen_slide slide_type=\'image\' id=\'233\' position=\'top left\' video=\'\' mobile_image=\'\' video_cover=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_right caption_right_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.1\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_fullscreen_slide]\r\n[/av_fullscreen]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'magazine\' animation=\'slide\' autoplay=\'true\' interval=\'3\' control_layout=\'\']\r\n[av_slide slide_type=\'image\' id=\'137\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'207\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'204\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'141\' video=\'\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Connecting the world cuisines & <strong>building the future of gastronomy</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nWe hope to see you soon!\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur Company is of the view that by enhancing and growing a fortrees of strong, vibrant and profitable retail food franchisors whose menu is consumer relevant, innovative and profitable,\r\n<blockquote>not only safeguards Al Bandary Qatar Food and Beverage own future but our reputation as well.</blockquote>\r\nMore than just our vision for the future, we deliver results today that sets Al Bandary’s Food and Beverage a solid foothold and a Serious competitor.\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/pizza-1-1-845x684.jpg\' attachment=\'66\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue81f\' font=\'entypo-fontello\' title=\'FOOD FOR THOUGHT\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\nis not just an idiom: it is our philosophy and the cornerstone of our genuine interest in providing five-star food and service.\r\n[/av_icon_box]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/burger-1-845x684.jpg\' attachment=\'67\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue833\' font=\'entypo-fontello\' title=\'WE SERVE\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\nOur true impact can only be understood through the sustainable service we deliver to our customers.\r\n[/av_icon_box]\r\n\r\n[/av_one_third][av_hr class=\'invisible\' height=\'60\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'250\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'Kitchen <strong>Team</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'20\' custom_class=\'\']\r\nThe best quality of foods served by our professional team\r\n[/av_heading]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-07 08:41:47','2016-11-07 08:41:47','',42,'http://metro-landscaping.com/en/2016/11/07/42-revision-v1/',0,'revision','',0),(248,1,'2016-11-07 08:42:45','2016-11-07 08:42:45','[av_fullscreen size=\'large\' animation=\'slide\' autoplay=\'true\' interval=\'3\' control_layout=\'\']\r\n[av_fullscreen_slide slide_type=\'image\' id=\'237\' position=\'top left\' video=\'\' mobile_image=\'\' video_cover=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_right caption_right_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.1\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' overlay_enable=\'\'][/av_fullscreen_slide]\r\n[av_fullscreen_slide slide_type=\'image\' id=\'240\' position=\'top left\' video=\'\' mobile_image=\'\' video_cover=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_right caption_right_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.1\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' overlay_enable=\'\'][/av_fullscreen_slide]\r\n[av_fullscreen_slide slide_type=\'image\' id=\'233\' position=\'top left\' video=\'\' mobile_image=\'\' video_cover=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_right caption_right_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.1\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' overlay_enable=\'\'][/av_fullscreen_slide]\r\n[/av_fullscreen]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'magazine\' animation=\'slide\' autoplay=\'true\' interval=\'3\' control_layout=\'\']\r\n[av_slide slide_type=\'image\' id=\'137\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'207\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'204\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'141\' video=\'\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Connecting the world cuisines & <strong>building the future of gastronomy</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nWe hope to see you soon!\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur Company is of the view that by enhancing and growing a fortrees of strong, vibrant and profitable retail food franchisors whose menu is consumer relevant, innovative and profitable,\r\n<blockquote>not only safeguards Al Bandary Qatar Food and Beverage own future but our reputation as well.</blockquote>\r\nMore than just our vision for the future, we deliver results today that sets Al Bandary’s Food and Beverage a solid foothold and a Serious competitor.\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/pizza-1-1-845x684.jpg\' attachment=\'66\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue81f\' font=\'entypo-fontello\' title=\'FOOD FOR THOUGHT\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\nis not just an idiom: it is our philosophy and the cornerstone of our genuine interest in providing five-star food and service.\r\n[/av_icon_box]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/burger-1-845x684.jpg\' attachment=\'67\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue833\' font=\'entypo-fontello\' title=\'WE SERVE\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\nOur true impact can only be understood through the sustainable service we deliver to our customers.\r\n[/av_icon_box]\r\n\r\n[/av_one_third][av_hr class=\'invisible\' height=\'60\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'250\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'Kitchen <strong>Team</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'20\' custom_class=\'\']\r\nThe best quality of foods served by our professional team\r\n[/av_heading]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-07 08:42:45','2016-11-07 08:42:45','',42,'http://metro-landscaping.com/en/2016/11/07/42-revision-v1/',0,'revision','',0),(249,1,'2016-11-07 08:44:09','2016-11-07 08:44:09','[av_fullscreen size=\'large\' animation=\'slide\' autoplay=\'false\' interval=\'4\' control_layout=\'\']\r\n[av_fullscreen_slide slide_type=\'image\' id=\'237\' position=\'top left\' video=\'\' mobile_image=\'\' video_cover=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_right caption_right_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.1\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_fullscreen_slide]\r\n[av_fullscreen_slide slide_type=\'image\' id=\'240\' position=\'top left\' video=\'\' mobile_image=\'\' video_cover=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_right caption_right_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.1\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' overlay_enable=\'\'][/av_fullscreen_slide]\r\n[av_fullscreen_slide slide_type=\'image\' id=\'233\' position=\'top left\' video=\'\' mobile_image=\'\' video_cover=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_right caption_right_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.1\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' overlay_enable=\'\'][/av_fullscreen_slide]\r\n[/av_fullscreen]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'magazine\' animation=\'slide\' autoplay=\'true\' interval=\'3\' control_layout=\'\']\r\n[av_slide slide_type=\'image\' id=\'137\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'207\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'204\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'141\' video=\'\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Connecting the world cuisines & <strong>building the future of gastronomy</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nWe hope to see you soon!\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur Company is of the view that by enhancing and growing a fortrees of strong, vibrant and profitable retail food franchisors whose menu is consumer relevant, innovative and profitable,\r\n<blockquote>not only safeguards Al Bandary Qatar Food and Beverage own future but our reputation as well.</blockquote>\r\nMore than just our vision for the future, we deliver results today that sets Al Bandary’s Food and Beverage a solid foothold and a Serious competitor.\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/pizza-1-1-845x684.jpg\' attachment=\'66\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue81f\' font=\'entypo-fontello\' title=\'FOOD FOR THOUGHT\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\nis not just an idiom: it is our philosophy and the cornerstone of our genuine interest in providing five-star food and service.\r\n[/av_icon_box]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/burger-1-845x684.jpg\' attachment=\'67\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue833\' font=\'entypo-fontello\' title=\'WE SERVE\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\nOur true impact can only be understood through the sustainable service we deliver to our customers.\r\n[/av_icon_box]\r\n\r\n[/av_one_third][av_hr class=\'invisible\' height=\'60\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'250\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'Kitchen <strong>Team</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'20\' custom_class=\'\']\r\nThe best quality of foods served by our professional team\r\n[/av_heading]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-07 08:44:09','2016-11-07 08:44:09','',42,'http://metro-landscaping.com/en/2016/11/07/42-revision-v1/',0,'revision','',0),(250,1,'2016-11-07 08:44:27','2016-11-07 08:44:27','[av_fullscreen size=\'large\' animation=\'slide_up\' autoplay=\'false\' interval=\'4\' control_layout=\'\']\r\n[av_fullscreen_slide slide_type=\'image\' id=\'237\' position=\'top left\' video=\'\' mobile_image=\'\' video_cover=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_right caption_right_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.1\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' overlay_enable=\'\'][/av_fullscreen_slide]\r\n[av_fullscreen_slide slide_type=\'image\' id=\'240\' position=\'top left\' video=\'\' mobile_image=\'\' video_cover=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_right caption_right_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.1\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' overlay_enable=\'\'][/av_fullscreen_slide]\r\n[av_fullscreen_slide slide_type=\'image\' id=\'233\' position=\'top left\' video=\'\' mobile_image=\'\' video_cover=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_right caption_right_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.1\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' overlay_enable=\'\'][/av_fullscreen_slide]\r\n[/av_fullscreen]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'magazine\' animation=\'slide\' autoplay=\'true\' interval=\'3\' control_layout=\'\']\r\n[av_slide slide_type=\'image\' id=\'137\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'207\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'204\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'141\' video=\'\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Connecting the world cuisines & <strong>building the future of gastronomy</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nWe hope to see you soon!\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur Company is of the view that by enhancing and growing a fortrees of strong, vibrant and profitable retail food franchisors whose menu is consumer relevant, innovative and profitable,\r\n<blockquote>not only safeguards Al Bandary Qatar Food and Beverage own future but our reputation as well.</blockquote>\r\nMore than just our vision for the future, we deliver results today that sets Al Bandary’s Food and Beverage a solid foothold and a Serious competitor.\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/pizza-1-1-845x684.jpg\' attachment=\'66\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue81f\' font=\'entypo-fontello\' title=\'FOOD FOR THOUGHT\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\nis not just an idiom: it is our philosophy and the cornerstone of our genuine interest in providing five-star food and service.\r\n[/av_icon_box]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/burger-1-845x684.jpg\' attachment=\'67\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue833\' font=\'entypo-fontello\' title=\'WE SERVE\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\nOur true impact can only be understood through the sustainable service we deliver to our customers.\r\n[/av_icon_box]\r\n\r\n[/av_one_third][av_hr class=\'invisible\' height=\'60\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'250\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'Kitchen <strong>Team</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'20\' custom_class=\'\']\r\nThe best quality of foods served by our professional team\r\n[/av_heading]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-07 08:44:27','2016-11-07 08:44:27','',42,'http://metro-landscaping.com/en/2016/11/07/42-revision-v1/',0,'revision','',0),(251,1,'2016-11-07 08:45:00','2016-11-07 08:45:00','[av_fullscreen size=\'large\' animation=\'fade\' autoplay=\'false\' interval=\'4\' control_layout=\'\']\r\n[av_fullscreen_slide slide_type=\'image\' id=\'237\' position=\'top left\' video=\'\' mobile_image=\'\' video_cover=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_right caption_right_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.1\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' overlay_enable=\'\'][/av_fullscreen_slide]\r\n[av_fullscreen_slide slide_type=\'image\' id=\'240\' position=\'top left\' video=\'\' mobile_image=\'\' video_cover=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_right caption_right_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.1\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' overlay_enable=\'\'][/av_fullscreen_slide]\r\n[av_fullscreen_slide slide_type=\'image\' id=\'233\' position=\'top left\' video=\'\' mobile_image=\'\' video_cover=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_right caption_right_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.1\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' overlay_enable=\'\'][/av_fullscreen_slide]\r\n[/av_fullscreen]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'magazine\' animation=\'slide\' autoplay=\'true\' interval=\'3\' control_layout=\'\']\r\n[av_slide slide_type=\'image\' id=\'137\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'207\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'204\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'141\' video=\'\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Connecting the world cuisines & <strong>building the future of gastronomy</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nWe hope to see you soon!\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur Company is of the view that by enhancing and growing a fortrees of strong, vibrant and profitable retail food franchisors whose menu is consumer relevant, innovative and profitable,\r\n<blockquote>not only safeguards Al Bandary Qatar Food and Beverage own future but our reputation as well.</blockquote>\r\nMore than just our vision for the future, we deliver results today that sets Al Bandary’s Food and Beverage a solid foothold and a Serious competitor.\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/pizza-1-1-845x684.jpg\' attachment=\'66\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue81f\' font=\'entypo-fontello\' title=\'FOOD FOR THOUGHT\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\nis not just an idiom: it is our philosophy and the cornerstone of our genuine interest in providing five-star food and service.\r\n[/av_icon_box]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/burger-1-845x684.jpg\' attachment=\'67\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue833\' font=\'entypo-fontello\' title=\'WE SERVE\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\nOur true impact can only be understood through the sustainable service we deliver to our customers.\r\n[/av_icon_box]\r\n\r\n[/av_one_third][av_hr class=\'invisible\' height=\'60\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'250\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'Kitchen <strong>Team</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'20\' custom_class=\'\']\r\nThe best quality of foods served by our professional team\r\n[/av_heading]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-07 08:45:00','2016-11-07 08:45:00','',42,'http://metro-landscaping.com/en/2016/11/07/42-revision-v1/',0,'revision','',0),(252,1,'2016-11-07 08:46:08','2016-11-07 08:46:08','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/coffee-1630x770-1.png\' attachment=\'58\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'About us\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Mission</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Vision</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nFor ALBANDARY F&B corporate, the food industry is all about improving the quality of food and service presented to clients increasing turnovers and maintaining health consciousness.\r\n\r\nThus our vision focuses on developing a portfolio that includes innovative and high-end franchisors in the F&B industry, after being screened across an operational management selection criterion.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Abdul Rahman Al Rayyan\' job=\'Senior Managing Director\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/Screen-Shot-2015-09-11-at-11.24.24-PM-895x500.png\' attachment=\'172\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<blockquote>With persistence and perserverance comes success</blockquote>\r\n- Normally we here much about thriving for achievement but nevertheless many interrogated queries remain unresolved, meaningfully mental abilities communicate Text & Data; however strong foundations of Mindsets critically adsorb the understandably essence from such given sources of information by analyzing carefully any stated objectives along with unattainable goals discoursed. Whereby, schematically setting plans become handy although a remaining question is ambiguous which simply asks us\r\n<blockquote>How do we plan the right decisive & Divisive future?</blockquote>\r\nSimplified form of answer would be, undergo tactically the real world and discover to explore unusual methods yet predefined new roles with flex ways at tackling hardship, obstacles, challenges throughout wise, prudent steps furthering yourself ahead.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'75,85,67,83,54,55,84,80,81,79\' items=\'24\' columns=\'flexible\' paginate=\'load_more\' size=\'fixed masonry\' gap=\'no\' overlay_fx=\'\' caption_elements=\'excerpt\' caption_display=\'on-hover\' container_links=\'active\' id=\'\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-07 08:46:08','2016-11-07 08:46:08','',8,'http://metro-landscaping.com/en/2016/11/07/8-revision-v1/',0,'revision','',0),(253,1,'2016-11-07 08:47:06','2016-11-07 08:47:06','[av_fullscreen size=\'large\' animation=\'fade\' autoplay=\'true\' interval=\'4\' control_layout=\'\']\r\n[av_fullscreen_slide slide_type=\'image\' id=\'237\' position=\'top left\' video=\'\' mobile_image=\'\' video_cover=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_right caption_right_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.1\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' overlay_enable=\'\'][/av_fullscreen_slide]\r\n[av_fullscreen_slide slide_type=\'image\' id=\'240\' position=\'top left\' video=\'\' mobile_image=\'\' video_cover=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_right caption_right_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.1\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' overlay_enable=\'\'][/av_fullscreen_slide]\r\n[av_fullscreen_slide slide_type=\'image\' id=\'233\' position=\'top left\' video=\'\' mobile_image=\'\' video_cover=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_right caption_right_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.1\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' overlay_enable=\'\'][/av_fullscreen_slide]\r\n[/av_fullscreen]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'magazine\' animation=\'slide\' autoplay=\'true\' interval=\'3\' control_layout=\'\']\r\n[av_slide slide_type=\'image\' id=\'137\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'207\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'204\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'141\' video=\'\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Connecting the world cuisines & <strong>building the future of gastronomy</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nWe hope to see you soon!\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur Company is of the view that by enhancing and growing a fortrees of strong, vibrant and profitable retail food franchisors whose menu is consumer relevant, innovative and profitable,\r\n<blockquote>not only safeguards Al Bandary Qatar Food and Beverage own future but our reputation as well.</blockquote>\r\nMore than just our vision for the future, we deliver results today that sets Al Bandary’s Food and Beverage a solid foothold and a Serious competitor.\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/pizza-1-1-845x684.jpg\' attachment=\'66\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue81f\' font=\'entypo-fontello\' title=\'FOOD FOR THOUGHT\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\nis not just an idiom: it is our philosophy and the cornerstone of our genuine interest in providing five-star food and service.\r\n[/av_icon_box]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/burger-1-845x684.jpg\' attachment=\'67\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue833\' font=\'entypo-fontello\' title=\'WE SERVE\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\nOur true impact can only be understood through the sustainable service we deliver to our customers.\r\n[/av_icon_box]\r\n\r\n[/av_one_third][av_hr class=\'invisible\' height=\'60\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'250\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'Kitchen <strong>Team</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'20\' custom_class=\'\']\r\nThe best quality of foods served by our professional team\r\n[/av_heading]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-07 08:47:06','2016-11-07 08:47:06','',42,'http://metro-landscaping.com/en/2016/11/07/42-revision-v1/',0,'revision','',0),(254,1,'2016-11-07 08:49:43','2016-11-07 08:49:43','[av_fullscreen size=\'large\' animation=\'fade\' autoplay=\'true\' interval=\'4\' control_layout=\'\']\r\n[av_fullscreen_slide slide_type=\'image\' id=\'237\' position=\'top left\' video=\'\' mobile_image=\'\' video_cover=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_right caption_right_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.1\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' overlay_enable=\'\'][/av_fullscreen_slide]\r\n[av_fullscreen_slide slide_type=\'image\' id=\'240\' position=\'top left\' video=\'\' mobile_image=\'\' video_cover=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_right caption_right_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.1\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' overlay_enable=\'\'][/av_fullscreen_slide]\r\n[av_fullscreen_slide slide_type=\'image\' id=\'207\' position=\'top left\' video=\'\' mobile_image=\'\' video_cover=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_right caption_right_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.1\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_fullscreen_slide]\r\n[av_fullscreen_slide slide_type=\'image\' id=\'140\' position=\'top left\' video=\'\' mobile_image=\'\' video_cover=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_right caption_right_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.1\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_fullscreen_slide]\r\n[/av_fullscreen]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'magazine\' animation=\'slide\' autoplay=\'true\' interval=\'3\' control_layout=\'\']\r\n[av_slide slide_type=\'image\' id=\'137\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'207\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'204\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'141\' video=\'\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Connecting the world cuisines & <strong>building the future of gastronomy</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nWe hope to see you soon!\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur Company is of the view that by enhancing and growing a fortrees of strong, vibrant and profitable retail food franchisors whose menu is consumer relevant, innovative and profitable,\r\n<blockquote>not only safeguards Al Bandary Qatar Food and Beverage own future but our reputation as well.</blockquote>\r\nMore than just our vision for the future, we deliver results today that sets Al Bandary’s Food and Beverage a solid foothold and a Serious competitor.\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/pizza-1-1-845x684.jpg\' attachment=\'66\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue81f\' font=\'entypo-fontello\' title=\'FOOD FOR THOUGHT\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\nis not just an idiom: it is our philosophy and the cornerstone of our genuine interest in providing five-star food and service.\r\n[/av_icon_box]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/burger-1-845x684.jpg\' attachment=\'67\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue833\' font=\'entypo-fontello\' title=\'WE SERVE\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\nOur true impact can only be understood through the sustainable service we deliver to our customers.\r\n[/av_icon_box]\r\n\r\n[/av_one_third][av_hr class=\'invisible\' height=\'60\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'250\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'Kitchen <strong>Team</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'20\' custom_class=\'\']\r\nThe best quality of foods served by our professional team\r\n[/av_heading]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-07 08:49:43','2016-11-07 08:49:43','',42,'http://metro-landscaping.com/en/2016/11/07/42-revision-v1/',0,'revision','',0),(257,1,'2016-11-07 08:58:25','2016-11-07 08:58:25','[av_fullscreen size=\'large\' animation=\'fade\' autoplay=\'true\' interval=\'4\' control_layout=\'\']\r\n[av_fullscreen_slide slide_type=\'image\' id=\'237\' position=\'top left\' video=\'\' mobile_image=\'\' video_cover=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_right caption_right_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.1\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' overlay_enable=\'\'][/av_fullscreen_slide]\r\n[av_fullscreen_slide slide_type=\'image\' id=\'240\' position=\'top left\' video=\'\' mobile_image=\'\' video_cover=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_right caption_right_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.1\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' overlay_enable=\'\'][/av_fullscreen_slide]\r\n[av_fullscreen_slide slide_type=\'image\' id=\'139\' position=\'top left\' video=\'http://\' mobile_image=\'\' video_cover=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_fullscreen_slide]\r\n[av_fullscreen_slide slide_type=\'image\' id=\'256\' position=\'top left\' video=\'\' mobile_image=\'\' video_cover=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_right caption_right_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.1\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_fullscreen_slide]\r\n[/av_fullscreen]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'magazine\' animation=\'slide\' autoplay=\'true\' interval=\'3\' control_layout=\'\']\r\n[av_slide slide_type=\'image\' id=\'137\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'207\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'204\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'141\' video=\'\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Connecting the world cuisines & <strong>building the future of gastronomy</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nWe hope to see you soon!\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur Company is of the view that by enhancing and growing a fortrees of strong, vibrant and profitable retail food franchisors whose menu is consumer relevant, innovative and profitable,\r\n<blockquote>not only safeguards Al Bandary Qatar Food and Beverage own future but our reputation as well.</blockquote>\r\nMore than just our vision for the future, we deliver results today that sets Al Bandary’s Food and Beverage a solid foothold and a Serious competitor.\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/pizza-1-1-845x684.jpg\' attachment=\'66\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue81f\' font=\'entypo-fontello\' title=\'FOOD FOR THOUGHT\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\nis not just an idiom: it is our philosophy and the cornerstone of our genuine interest in providing five-star food and service.\r\n[/av_icon_box]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/burger-1-845x684.jpg\' attachment=\'67\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue833\' font=\'entypo-fontello\' title=\'WE SERVE\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\nOur true impact can only be understood through the sustainable service we deliver to our customers.\r\n[/av_icon_box]\r\n\r\n[/av_one_third][av_hr class=\'invisible\' height=\'60\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'250\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'Kitchen <strong>Team</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'20\' custom_class=\'\']\r\nThe best quality of foods served by our professional team\r\n[/av_heading]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-07 08:58:25','2016-11-07 08:58:25','',42,'http://metro-landscaping.com/en/2016/11/07/42-revision-v1/',0,'revision','',0),(258,1,'2016-11-07 09:04:49','2016-11-07 09:04:49','[av_fullscreen size=\'large\' animation=\'fade\' autoplay=\'true\' interval=\'4\' control_layout=\'\']\r\n[av_fullscreen_slide slide_type=\'image\' id=\'237\' position=\'top left\' video=\'\' mobile_image=\'\' video_cover=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_right caption_right_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.1\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' overlay_enable=\'\'][/av_fullscreen_slide]\r\n[av_fullscreen_slide slide_type=\'image\' id=\'240\' position=\'top left\' video=\'\' mobile_image=\'\' video_cover=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_right caption_right_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.1\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' overlay_enable=\'\'][/av_fullscreen_slide]\r\n[av_fullscreen_slide slide_type=\'image\' id=\'256\' position=\'top left\' video=\'\' mobile_image=\'\' video_cover=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_right caption_right_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.1\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' overlay_enable=\'\'][/av_fullscreen_slide]\r\n[av_fullscreen_slide slide_type=\'image\' id=\'145\' position=\'top left\' video=\'\' mobile_image=\'\' video_cover=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_right caption_right_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.1\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_fullscreen_slide]\r\n[/av_fullscreen]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'magazine\' animation=\'slide\' autoplay=\'true\' interval=\'3\' control_layout=\'\']\r\n[av_slide slide_type=\'image\' id=\'137\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'207\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'204\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'141\' video=\'\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Connecting the world cuisines & <strong>building the future of gastronomy</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nWe hope to see you soon!\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur Company is of the view that by enhancing and growing a fortrees of strong, vibrant and profitable retail food franchisors whose menu is consumer relevant, innovative and profitable,\r\n<blockquote>not only safeguards Al Bandary Qatar Food and Beverage own future but our reputation as well.</blockquote>\r\nMore than just our vision for the future, we deliver results today that sets Al Bandary’s Food and Beverage a solid foothold and a Serious competitor.\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/pizza-1-1-845x684.jpg\' attachment=\'66\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue81f\' font=\'entypo-fontello\' title=\'FOOD FOR THOUGHT\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\nis not just an idiom: it is our philosophy and the cornerstone of our genuine interest in providing five-star food and service.\r\n[/av_icon_box]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/burger-1-845x684.jpg\' attachment=\'67\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue833\' font=\'entypo-fontello\' title=\'WE SERVE\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\nOur true impact can only be understood through the sustainable service we deliver to our customers.\r\n[/av_icon_box]\r\n\r\n[/av_one_third][av_hr class=\'invisible\' height=\'60\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'250\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'Kitchen <strong>Team</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'20\' custom_class=\'\']\r\nThe best quality of foods served by our professional team\r\n[/av_heading]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-07 09:04:49','2016-11-07 09:04:49','',42,'http://metro-landscaping.com/en/2016/11/07/42-revision-v1/',0,'revision','',0),(259,1,'2016-11-07 09:05:33','2016-11-07 09:05:33','[av_fullscreen size=\'large\' animation=\'fade\' autoplay=\'true\' interval=\'4\' control_layout=\'\']\r\n[av_fullscreen_slide slide_type=\'image\' id=\'237\' position=\'top left\' video=\'\' mobile_image=\'\' video_cover=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_right caption_right_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.1\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' overlay_enable=\'\'][/av_fullscreen_slide]\r\n[av_fullscreen_slide slide_type=\'image\' id=\'240\' position=\'top left\' video=\'\' mobile_image=\'\' video_cover=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_right caption_right_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.1\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' overlay_enable=\'\'][/av_fullscreen_slide]\r\n[/av_fullscreen]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'magazine\' animation=\'slide\' autoplay=\'true\' interval=\'3\' control_layout=\'\']\r\n[av_slide slide_type=\'image\' id=\'137\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'207\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'204\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'141\' video=\'\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Connecting the world cuisines & <strong>building the future of gastronomy</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nWe hope to see you soon!\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur Company is of the view that by enhancing and growing a fortrees of strong, vibrant and profitable retail food franchisors whose menu is consumer relevant, innovative and profitable,\r\n<blockquote>not only safeguards Al Bandary Qatar Food and Beverage own future but our reputation as well.</blockquote>\r\nMore than just our vision for the future, we deliver results today that sets Al Bandary’s Food and Beverage a solid foothold and a Serious competitor.\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/pizza-1-1-845x684.jpg\' attachment=\'66\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue81f\' font=\'entypo-fontello\' title=\'FOOD FOR THOUGHT\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\nis not just an idiom: it is our philosophy and the cornerstone of our genuine interest in providing five-star food and service.\r\n[/av_icon_box]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/burger-1-845x684.jpg\' attachment=\'67\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'\' target=\'_blank\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue833\' font=\'entypo-fontello\' title=\'WE SERVE\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\nOur true impact can only be understood through the sustainable service we deliver to our customers.\r\n[/av_icon_box]\r\n\r\n[/av_one_third][av_hr class=\'invisible\' height=\'60\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'250\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'Kitchen <strong>Team</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'20\' custom_class=\'\']\r\nThe best quality of foods served by our professional team\r\n[/av_heading]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-07 09:05:33','2016-11-07 09:05:33','',42,'http://metro-landscaping.com/en/2016/11/07/42-revision-v1/',0,'revision','',0),(260,1,'2016-11-07 09:20:56','2016-11-07 09:20:56','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/coffee-1630x770-1.png\' attachment=\'58\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'About us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'18\' custom_class=\'\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Mission</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Vision</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nFor ALBANDARY F&B corporate, the food industry is all about improving the quality of food and service presented to clients increasing turnovers and maintaining health consciousness.\r\n\r\nThus our vision focuses on developing a portfolio that includes innovative and high-end franchisors in the F&B industry, after being screened across an operational management selection criterion.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Abdul Rahman Al Rayyan\' job=\'Senior Managing Director\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/Screen-Shot-2015-09-11-at-11.24.24-PM-895x500.png\' attachment=\'172\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<blockquote>With persistence and perserverance comes success</blockquote>\r\n- Normally we here much about thriving for achievement but nevertheless many interrogated queries remain unresolved, meaningfully mental abilities communicate Text & Data; however strong foundations of Mindsets critically adsorb the understandably essence from such given sources of information by analyzing carefully any stated objectives along with unattainable goals discoursed. Whereby, schematically setting plans become handy although a remaining question is ambiguous which simply asks us\r\n<blockquote>How do we plan the right decisive & Divisive future?</blockquote>\r\nSimplified form of answer would be, undergo tactically the real world and discover to explore unusual methods yet predefined new roles with flex ways at tackling hardship, obstacles, challenges throughout wise, prudent steps furthering yourself ahead.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'75,85,67,83,54,55,84,80,81,79\' items=\'24\' columns=\'flexible\' paginate=\'load_more\' size=\'fixed masonry\' gap=\'no\' overlay_fx=\'\' caption_elements=\'excerpt\' caption_display=\'on-hover\' container_links=\'active\' id=\'\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-07 09:20:56','2016-11-07 09:20:56','',8,'http://metro-landscaping.com/en/2016/11/07/8-revision-v1/',0,'revision','',0),(261,1,'2016-11-07 09:22:54','2016-11-07 09:22:54','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/coffee-1630x770-1.png\' attachment=\'58\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'60\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'About us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'18\' custom_class=\'\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Mission</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Vision</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nFor ALBANDARY F&B corporate, the food industry is all about improving the quality of food and service presented to clients increasing turnovers and maintaining health consciousness.\r\n\r\nThus our vision focuses on developing a portfolio that includes innovative and high-end franchisors in the F&B industry, after being screened across an operational management selection criterion.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Abdul Rahman Al Rayyan\' job=\'Senior Managing Director\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/Screen-Shot-2015-09-11-at-11.24.24-PM-895x500.png\' attachment=\'172\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<blockquote>With persistence and perserverance comes success</blockquote>\r\n- Normally we here much about thriving for achievement but nevertheless many interrogated queries remain unresolved, meaningfully mental abilities communicate Text & Data; however strong foundations of Mindsets critically adsorb the understandably essence from such given sources of information by analyzing carefully any stated objectives along with unattainable goals discoursed. Whereby, schematically setting plans become handy although a remaining question is ambiguous which simply asks us\r\n<blockquote>How do we plan the right decisive & Divisive future?</blockquote>\r\nSimplified form of answer would be, undergo tactically the real world and discover to explore unusual methods yet predefined new roles with flex ways at tackling hardship, obstacles, challenges throughout wise, prudent steps furthering yourself ahead.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'75,85,67,83,54,55,84,80,81,79\' items=\'24\' columns=\'flexible\' paginate=\'load_more\' size=\'fixed masonry\' gap=\'no\' overlay_fx=\'\' caption_elements=\'excerpt\' caption_display=\'on-hover\' container_links=\'active\' id=\'\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-07 09:22:54','2016-11-07 09:22:54','',8,'http://metro-landscaping.com/en/2016/11/07/8-revision-v1/',0,'revision','',0),(262,1,'2016-11-07 09:24:17','2016-11-07 09:24:17','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'60\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'About us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'18\' custom_class=\'\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Mission</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Vision</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nFor ALBANDARY F&B corporate, the food industry is all about improving the quality of food and service presented to clients increasing turnovers and maintaining health consciousness.\r\n\r\nThus our vision focuses on developing a portfolio that includes innovative and high-end franchisors in the F&B industry, after being screened across an operational management selection criterion.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Abdul Rahman Al Rayyan\' job=\'Senior Managing Director\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/Screen-Shot-2015-09-11-at-11.24.24-PM-895x500.png\' attachment=\'172\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<blockquote>With persistence and perserverance comes success</blockquote>\r\n- Normally we here much about thriving for achievement but nevertheless many interrogated queries remain unresolved, meaningfully mental abilities communicate Text & Data; however strong foundations of Mindsets critically adsorb the understandably essence from such given sources of information by analyzing carefully any stated objectives along with unattainable goals discoursed. Whereby, schematically setting plans become handy although a remaining question is ambiguous which simply asks us\r\n<blockquote>How do we plan the right decisive & Divisive future?</blockquote>\r\nSimplified form of answer would be, undergo tactically the real world and discover to explore unusual methods yet predefined new roles with flex ways at tackling hardship, obstacles, challenges throughout wise, prudent steps furthering yourself ahead.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'75,85,67,83,54,55,84,80,81,79\' items=\'24\' columns=\'flexible\' paginate=\'load_more\' size=\'fixed masonry\' gap=\'no\' overlay_fx=\'\' caption_elements=\'excerpt\' caption_display=\'on-hover\' container_links=\'active\' id=\'\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-07 09:24:17','2016-11-07 09:24:17','',8,'http://metro-landscaping.com/en/2016/11/07/8-revision-v1/',0,'revision','',0),(263,1,'2016-11-07 09:25:14','2016-11-07 09:25:14','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/coffee-1630x770-1.png\' attachment=\'58\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'60\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'About us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'18\' custom_class=\'\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Mission</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Vision</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nFor ALBANDARY F&B corporate, the food industry is all about improving the quality of food and service presented to clients increasing turnovers and maintaining health consciousness.\r\n\r\nThus our vision focuses on developing a portfolio that includes innovative and high-end franchisors in the F&B industry, after being screened across an operational management selection criterion.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Abdul Rahman Al Rayyan\' job=\'Senior Managing Director\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/Screen-Shot-2015-09-11-at-11.24.24-PM-895x500.png\' attachment=\'172\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<blockquote>With persistence and perserverance comes success</blockquote>\r\n- Normally we here much about thriving for achievement but nevertheless many interrogated queries remain unresolved, meaningfully mental abilities communicate Text & Data; however strong foundations of Mindsets critically adsorb the understandably essence from such given sources of information by analyzing carefully any stated objectives along with unattainable goals discoursed. Whereby, schematically setting plans become handy although a remaining question is ambiguous which simply asks us\r\n<blockquote>How do we plan the right decisive & Divisive future?</blockquote>\r\nSimplified form of answer would be, undergo tactically the real world and discover to explore unusual methods yet predefined new roles with flex ways at tackling hardship, obstacles, challenges throughout wise, prudent steps furthering yourself ahead.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'75,85,67,83,54,55,84,80,81,79\' items=\'24\' columns=\'flexible\' paginate=\'load_more\' size=\'fixed masonry\' gap=\'no\' overlay_fx=\'\' caption_elements=\'excerpt\' caption_display=\'on-hover\' container_links=\'active\' id=\'\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-07 09:25:14','2016-11-07 09:25:14','',8,'http://metro-landscaping.com/en/2016/11/07/8-revision-v1/',0,'revision','',0),(264,1,'2016-11-07 09:26:36','2016-11-07 09:26:36','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/restaurant_wide-1.jpg\' attachment=\'81\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'About us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'18\' custom_class=\'\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Mission</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Vision</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nFor ALBANDARY F&B corporate, the food industry is all about improving the quality of food and service presented to clients increasing turnovers and maintaining health consciousness.\r\n\r\nThus our vision focuses on developing a portfolio that includes innovative and high-end franchisors in the F&B industry, after being screened across an operational management selection criterion.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Abdul Rahman Al Rayyan\' job=\'Senior Managing Director\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/Screen-Shot-2015-09-11-at-11.24.24-PM-895x500.png\' attachment=\'172\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<blockquote>With persistence and perserverance comes success</blockquote>\r\n- Normally we here much about thriving for achievement but nevertheless many interrogated queries remain unresolved, meaningfully mental abilities communicate Text & Data; however strong foundations of Mindsets critically adsorb the understandably essence from such given sources of information by analyzing carefully any stated objectives along with unattainable goals discoursed. Whereby, schematically setting plans become handy although a remaining question is ambiguous which simply asks us\r\n<blockquote>How do we plan the right decisive & Divisive future?</blockquote>\r\nSimplified form of answer would be, undergo tactically the real world and discover to explore unusual methods yet predefined new roles with flex ways at tackling hardship, obstacles, challenges throughout wise, prudent steps furthering yourself ahead.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'75,85,67,83,54,55,84,80,81,79\' items=\'24\' columns=\'flexible\' paginate=\'load_more\' size=\'fixed masonry\' gap=\'no\' overlay_fx=\'\' caption_elements=\'excerpt\' caption_display=\'on-hover\' container_links=\'active\' id=\'\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-07 09:26:36','2016-11-07 09:26:36','',8,'http://metro-landscaping.com/en/2016/11/07/8-revision-v1/',0,'revision','',0),(265,1,'2016-11-07 09:27:20','2016-11-07 09:27:20','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/restaurant_wide-1.jpg\' attachment=\'81\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'About us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'18\' custom_class=\'\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Mission</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Vision</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nFor ALBANDARY F&B corporate, the food industry is all about improving the quality of food and service presented to clients increasing turnovers and maintaining health consciousness.\r\n\r\nThus our vision focuses on developing a portfolio that includes innovative and high-end franchisors in the F&B industry, after being screened across an operational management selection criterion.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Abdul Rahman Al Rayyan\' job=\'Senior Managing Director\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/Screen-Shot-2015-09-11-at-11.24.24-PM-895x500.png\' attachment=\'172\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<blockquote>With persistence and perserverance comes success</blockquote>\r\n- Normally we here much about thriving for achievement but nevertheless many interrogated queries remain unresolved, meaningfully mental abilities communicate Text & Data; however strong foundations of Mindsets critically adsorb the understandably essence from such given sources of information by analyzing carefully any stated objectives along with unattainable goals discoursed. Whereby, schematically setting plans become handy although a remaining question is ambiguous which simply asks us\r\n<blockquote>How do we plan the right decisive & Divisive future?</blockquote>\r\nSimplified form of answer would be, undergo tactically the real world and discover to explore unusual methods yet predefined new roles with flex ways at tackling hardship, obstacles, challenges throughout wise, prudent steps furthering yourself ahead.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'75,85,67,83,54,55,84,80,81,79\' items=\'24\' columns=\'flexible\' paginate=\'load_more\' size=\'fixed masonry\' gap=\'no\' overlay_fx=\'\' caption_elements=\'excerpt\' caption_display=\'on-hover\' container_links=\'active\' id=\'\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-07 09:27:20','2016-11-07 09:27:20','',8,'http://metro-landscaping.com/en/2016/11/07/8-revision-v1/',0,'revision','',0),(266,1,'2016-11-07 09:28:24','2016-11-07 09:28:24','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/restaurant_wide-1.jpg\' attachment=\'81\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom right\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'About us\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Mission</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Vision</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nFor ALBANDARY F&B corporate, the food industry is all about improving the quality of food and service presented to clients increasing turnovers and maintaining health consciousness.\r\n\r\nThus our vision focuses on developing a portfolio that includes innovative and high-end franchisors in the F&B industry, after being screened across an operational management selection criterion.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Abdul Rahman Al Rayyan\' job=\'Senior Managing Director\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/Screen-Shot-2015-09-11-at-11.24.24-PM-895x500.png\' attachment=\'172\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<blockquote>With persistence and perserverance comes success</blockquote>\r\n- Normally we here much about thriving for achievement but nevertheless many interrogated queries remain unresolved, meaningfully mental abilities communicate Text & Data; however strong foundations of Mindsets critically adsorb the understandably essence from such given sources of information by analyzing carefully any stated objectives along with unattainable goals discoursed. Whereby, schematically setting plans become handy although a remaining question is ambiguous which simply asks us\r\n<blockquote>How do we plan the right decisive & Divisive future?</blockquote>\r\nSimplified form of answer would be, undergo tactically the real world and discover to explore unusual methods yet predefined new roles with flex ways at tackling hardship, obstacles, challenges throughout wise, prudent steps furthering yourself ahead.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'75,85,67,83,54,55,84,80,81,79\' items=\'24\' columns=\'flexible\' paginate=\'load_more\' size=\'fixed masonry\' gap=\'no\' overlay_fx=\'\' caption_elements=\'excerpt\' caption_display=\'on-hover\' container_links=\'active\' id=\'\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-07 09:28:24','2016-11-07 09:28:24','',8,'http://metro-landscaping.com/en/2016/11/07/8-revision-v1/',0,'revision','',0),(267,1,'2016-11-07 09:29:03','2016-11-07 09:29:03','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/restaurant_wide-1.jpg\' attachment=\'81\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'About us\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Mission</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Vision</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nFor ALBANDARY F&B corporate, the food industry is all about improving the quality of food and service presented to clients increasing turnovers and maintaining health consciousness.\r\n\r\nThus our vision focuses on developing a portfolio that includes innovative and high-end franchisors in the F&B industry, after being screened across an operational management selection criterion.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Abdul Rahman Al Rayyan\' job=\'Senior Managing Director\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/Screen-Shot-2015-09-11-at-11.24.24-PM-895x500.png\' attachment=\'172\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<blockquote>With persistence and perserverance comes success</blockquote>\r\n- Normally we here much about thriving for achievement but nevertheless many interrogated queries remain unresolved, meaningfully mental abilities communicate Text & Data; however strong foundations of Mindsets critically adsorb the understandably essence from such given sources of information by analyzing carefully any stated objectives along with unattainable goals discoursed. Whereby, schematically setting plans become handy although a remaining question is ambiguous which simply asks us\r\n<blockquote>How do we plan the right decisive & Divisive future?</blockquote>\r\nSimplified form of answer would be, undergo tactically the real world and discover to explore unusual methods yet predefined new roles with flex ways at tackling hardship, obstacles, challenges throughout wise, prudent steps furthering yourself ahead.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'75,85,67,83,54,55,84,80,81,79\' items=\'24\' columns=\'flexible\' paginate=\'load_more\' size=\'fixed masonry\' gap=\'no\' overlay_fx=\'\' caption_elements=\'excerpt\' caption_display=\'on-hover\' container_links=\'active\' id=\'\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-07 09:29:03','2016-11-07 09:29:03','',8,'http://metro-landscaping.com/en/2016/11/07/8-revision-v1/',0,'revision','',0),(268,1,'2016-11-07 09:30:01','2016-11-07 09:30:01','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/restaurant_wide-1.jpg\' attachment=\'81\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'About <strong>Us</strong>\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Mission</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Vision</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nFor ALBANDARY F&B corporate, the food industry is all about improving the quality of food and service presented to clients increasing turnovers and maintaining health consciousness.\r\n\r\nThus our vision focuses on developing a portfolio that includes innovative and high-end franchisors in the F&B industry, after being screened across an operational management selection criterion.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Abdul Rahman Al Rayyan\' job=\'Senior Managing Director\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/Screen-Shot-2015-09-11-at-11.24.24-PM-895x500.png\' attachment=\'172\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<blockquote>With persistence and perserverance comes success</blockquote>\r\n- Normally we here much about thriving for achievement but nevertheless many interrogated queries remain unresolved, meaningfully mental abilities communicate Text & Data; however strong foundations of Mindsets critically adsorb the understandably essence from such given sources of information by analyzing carefully any stated objectives along with unattainable goals discoursed. Whereby, schematically setting plans become handy although a remaining question is ambiguous which simply asks us\r\n<blockquote>How do we plan the right decisive & Divisive future?</blockquote>\r\nSimplified form of answer would be, undergo tactically the real world and discover to explore unusual methods yet predefined new roles with flex ways at tackling hardship, obstacles, challenges throughout wise, prudent steps furthering yourself ahead.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'75,85,67,83,54,55,84,80,81,79\' items=\'24\' columns=\'flexible\' paginate=\'load_more\' size=\'fixed masonry\' gap=\'no\' overlay_fx=\'\' caption_elements=\'excerpt\' caption_display=\'on-hover\' container_links=\'active\' id=\'\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-07 09:30:01','2016-11-07 09:30:01','',8,'http://metro-landscaping.com/en/2016/11/07/8-revision-v1/',0,'revision','',0),(269,1,'2016-11-07 09:30:48','2016-11-07 09:30:48','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/restaurant_wide-1.jpg\' attachment=\'81\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'About <strong>Us</strong>\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Mission</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Vision</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nFor ALBANDARY F&B corporate, the food industry is all about improving the quality of food and service presented to clients increasing turnovers and maintaining health consciousness.\r\n\r\nThus our vision focuses on developing a portfolio that includes innovative and high-end franchisors in the F&B industry, after being screened across an operational management selection criterion.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Abdul Rahman Al Rayyan\' job=\'Senior Managing Director\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/Screen-Shot-2015-09-11-at-11.24.24-PM-895x500.png\' attachment=\'172\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<blockquote>With persistence and perserverance comes success</blockquote>\r\n- Normally we here much about thriving for achievement but nevertheless many interrogated queries remain unresolved, meaningfully mental abilities communicate Text & Data; however strong foundations of Mindsets critically adsorb the understandably essence from such given sources of information by analyzing carefully any stated objectives along with unattainable goals discoursed. Whereby, schematically setting plans become handy although a remaining question is ambiguous which simply asks us\r\n<blockquote>How do we plan the right decisive & Divisive future?</blockquote>\r\nSimplified form of answer would be, undergo tactically the real world and discover to explore unusual methods yet predefined new roles with flex ways at tackling hardship, obstacles, challenges throughout wise, prudent steps furthering yourself ahead.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'75,85,67,83,54,55,84,80,81,79\' items=\'24\' columns=\'flexible\' paginate=\'load_more\' size=\'fixed masonry\' gap=\'no\' overlay_fx=\'\' caption_elements=\'excerpt\' caption_display=\'on-hover\' container_links=\'active\' id=\'\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-07 09:30:48','2016-11-07 09:30:48','',8,'http://metro-landscaping.com/en/2016/11/07/8-revision-v1/',0,'revision','',0),(270,1,'2016-11-07 09:31:34','2016-11-07 09:31:34','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/restaurant_wide-1.jpg\' attachment=\'81\' attachment_size=\'full\' attach=\'fixed\' position=\'center left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'About <strong>Us</strong>\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Mission</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Vision</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nFor ALBANDARY F&B corporate, the food industry is all about improving the quality of food and service presented to clients increasing turnovers and maintaining health consciousness.\r\n\r\nThus our vision focuses on developing a portfolio that includes innovative and high-end franchisors in the F&B industry, after being screened across an operational management selection criterion.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Abdul Rahman Al Rayyan\' job=\'Senior Managing Director\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/Screen-Shot-2015-09-11-at-11.24.24-PM-895x500.png\' attachment=\'172\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<blockquote>With persistence and perserverance comes success</blockquote>\r\n- Normally we here much about thriving for achievement but nevertheless many interrogated queries remain unresolved, meaningfully mental abilities communicate Text & Data; however strong foundations of Mindsets critically adsorb the understandably essence from such given sources of information by analyzing carefully any stated objectives along with unattainable goals discoursed. Whereby, schematically setting plans become handy although a remaining question is ambiguous which simply asks us\r\n<blockquote>How do we plan the right decisive & Divisive future?</blockquote>\r\nSimplified form of answer would be, undergo tactically the real world and discover to explore unusual methods yet predefined new roles with flex ways at tackling hardship, obstacles, challenges throughout wise, prudent steps furthering yourself ahead.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'75,85,67,83,54,55,84,80,81,79\' items=\'24\' columns=\'flexible\' paginate=\'load_more\' size=\'fixed masonry\' gap=\'no\' overlay_fx=\'\' caption_elements=\'excerpt\' caption_display=\'on-hover\' container_links=\'active\' id=\'\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-07 09:31:34','2016-11-07 09:31:34','',8,'http://metro-landscaping.com/en/2016/11/07/8-revision-v1/',0,'revision','',0),(271,1,'2016-11-07 09:32:22','2016-11-07 09:32:22','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/restaurant_wide-1.jpg\' attachment=\'81\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'About <strong>Us</strong>\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Mission</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Vision</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nFor ALBANDARY F&B corporate, the food industry is all about improving the quality of food and service presented to clients increasing turnovers and maintaining health consciousness.\r\n\r\nThus our vision focuses on developing a portfolio that includes innovative and high-end franchisors in the F&B industry, after being screened across an operational management selection criterion.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Abdul Rahman Al Rayyan\' job=\'Senior Managing Director\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/Screen-Shot-2015-09-11-at-11.24.24-PM-895x500.png\' attachment=\'172\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<blockquote>With persistence and perserverance comes success</blockquote>\r\n- Normally we here much about thriving for achievement but nevertheless many interrogated queries remain unresolved, meaningfully mental abilities communicate Text & Data; however strong foundations of Mindsets critically adsorb the understandably essence from such given sources of information by analyzing carefully any stated objectives along with unattainable goals discoursed. Whereby, schematically setting plans become handy although a remaining question is ambiguous which simply asks us\r\n<blockquote>How do we plan the right decisive & Divisive future?</blockquote>\r\nSimplified form of answer would be, undergo tactically the real world and discover to explore unusual methods yet predefined new roles with flex ways at tackling hardship, obstacles, challenges throughout wise, prudent steps furthering yourself ahead.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'75,85,67,83,54,55,84,80,81,79\' items=\'24\' columns=\'flexible\' paginate=\'load_more\' size=\'fixed masonry\' gap=\'no\' overlay_fx=\'\' caption_elements=\'excerpt\' caption_display=\'on-hover\' container_links=\'active\' id=\'\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-07 09:32:22','2016-11-07 09:32:22','',8,'http://metro-landscaping.com/en/2016/11/07/8-revision-v1/',0,'revision','',0),(272,1,'2016-11-07 09:33:25','2016-11-07 09:33:25','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/restaurant_hotel_brown-1.jpg\' attachment=\'80\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'About <strong>Us</strong>\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Mission</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Vision</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nFor ALBANDARY F&B corporate, the food industry is all about improving the quality of food and service presented to clients increasing turnovers and maintaining health consciousness.\r\n\r\nThus our vision focuses on developing a portfolio that includes innovative and high-end franchisors in the F&B industry, after being screened across an operational management selection criterion.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Abdul Rahman Al Rayyan\' job=\'Senior Managing Director\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/Screen-Shot-2015-09-11-at-11.24.24-PM-895x500.png\' attachment=\'172\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<blockquote>With persistence and perserverance comes success</blockquote>\r\n- Normally we here much about thriving for achievement but nevertheless many interrogated queries remain unresolved, meaningfully mental abilities communicate Text & Data; however strong foundations of Mindsets critically adsorb the understandably essence from such given sources of information by analyzing carefully any stated objectives along with unattainable goals discoursed. Whereby, schematically setting plans become handy although a remaining question is ambiguous which simply asks us\r\n<blockquote>How do we plan the right decisive & Divisive future?</blockquote>\r\nSimplified form of answer would be, undergo tactically the real world and discover to explore unusual methods yet predefined new roles with flex ways at tackling hardship, obstacles, challenges throughout wise, prudent steps furthering yourself ahead.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'75,85,67,83,54,55,84,80,81,79\' items=\'24\' columns=\'flexible\' paginate=\'load_more\' size=\'fixed masonry\' gap=\'no\' overlay_fx=\'\' caption_elements=\'excerpt\' caption_display=\'on-hover\' container_links=\'active\' id=\'\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-07 09:33:25','2016-11-07 09:33:25','',8,'http://metro-landscaping.com/en/2016/11/07/8-revision-v1/',0,'revision','',0),(273,1,'2016-11-07 09:35:21','2016-11-07 09:35:21','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/restaurant_wide-1-1500x430.jpg\' attachment=\'81\' attachment_size=\'featured\' attach=\'fixed\' position=\'top left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'About <strong>Us</strong>\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Mission</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Vision</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nFor ALBANDARY F&B corporate, the food industry is all about improving the quality of food and service presented to clients increasing turnovers and maintaining health consciousness.\r\n\r\nThus our vision focuses on developing a portfolio that includes innovative and high-end franchisors in the F&B industry, after being screened across an operational management selection criterion.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Abdul Rahman Al Rayyan\' job=\'Senior Managing Director\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/Screen-Shot-2015-09-11-at-11.24.24-PM-895x500.png\' attachment=\'172\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<blockquote>With persistence and perserverance comes success</blockquote>\r\n- Normally we here much about thriving for achievement but nevertheless many interrogated queries remain unresolved, meaningfully mental abilities communicate Text & Data; however strong foundations of Mindsets critically adsorb the understandably essence from such given sources of information by analyzing carefully any stated objectives along with unattainable goals discoursed. Whereby, schematically setting plans become handy although a remaining question is ambiguous which simply asks us\r\n<blockquote>How do we plan the right decisive & Divisive future?</blockquote>\r\nSimplified form of answer would be, undergo tactically the real world and discover to explore unusual methods yet predefined new roles with flex ways at tackling hardship, obstacles, challenges throughout wise, prudent steps furthering yourself ahead.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'75,85,67,83,54,55,84,80,81,79\' items=\'24\' columns=\'flexible\' paginate=\'load_more\' size=\'fixed masonry\' gap=\'no\' overlay_fx=\'\' caption_elements=\'excerpt\' caption_display=\'on-hover\' container_links=\'active\' id=\'\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-07 09:35:21','2016-11-07 09:35:21','',8,'http://metro-landscaping.com/en/2016/11/07/8-revision-v1/',0,'revision','',0),(274,1,'2016-11-07 09:36:30','2016-11-07 09:36:30','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/restaurant_wide-1-1030x413.jpg\' attachment=\'81\' attachment_size=\'large\' attach=\'fixed\' position=\'bottom center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'About <strong>Us</strong>\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Mission</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Vision</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nFor ALBANDARY F&B corporate, the food industry is all about improving the quality of food and service presented to clients increasing turnovers and maintaining health consciousness.\r\n\r\nThus our vision focuses on developing a portfolio that includes innovative and high-end franchisors in the F&B industry, after being screened across an operational management selection criterion.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Abdul Rahman Al Rayyan\' job=\'Senior Managing Director\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/Screen-Shot-2015-09-11-at-11.24.24-PM-895x500.png\' attachment=\'172\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<blockquote>With persistence and perserverance comes success</blockquote>\r\n- Normally we here much about thriving for achievement but nevertheless many interrogated queries remain unresolved, meaningfully mental abilities communicate Text & Data; however strong foundations of Mindsets critically adsorb the understandably essence from such given sources of information by analyzing carefully any stated objectives along with unattainable goals discoursed. Whereby, schematically setting plans become handy although a remaining question is ambiguous which simply asks us\r\n<blockquote>How do we plan the right decisive & Divisive future?</blockquote>\r\nSimplified form of answer would be, undergo tactically the real world and discover to explore unusual methods yet predefined new roles with flex ways at tackling hardship, obstacles, challenges throughout wise, prudent steps furthering yourself ahead.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'75,85,67,83,54,55,84,80,81,79\' items=\'24\' columns=\'flexible\' paginate=\'load_more\' size=\'fixed masonry\' gap=\'no\' overlay_fx=\'\' caption_elements=\'excerpt\' caption_display=\'on-hover\' container_links=\'active\' id=\'\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-07 09:36:30','2016-11-07 09:36:30','',8,'http://metro-landscaping.com/en/2016/11/07/8-revision-v1/',0,'revision','',0),(275,1,'2016-11-07 09:37:20','2016-11-07 09:37:20','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/restaurant_wide-1.jpg\' attachment=\'81\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'About <strong>Us</strong>\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Mission</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Vision</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nFor ALBANDARY F&B corporate, the food industry is all about improving the quality of food and service presented to clients increasing turnovers and maintaining health consciousness.\r\n\r\nThus our vision focuses on developing a portfolio that includes innovative and high-end franchisors in the F&B industry, after being screened across an operational management selection criterion.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Abdul Rahman Al Rayyan\' job=\'Senior Managing Director\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/Screen-Shot-2015-09-11-at-11.24.24-PM-895x500.png\' attachment=\'172\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<blockquote>With persistence and perserverance comes success</blockquote>\r\n- Normally we here much about thriving for achievement but nevertheless many interrogated queries remain unresolved, meaningfully mental abilities communicate Text & Data; however strong foundations of Mindsets critically adsorb the understandably essence from such given sources of information by analyzing carefully any stated objectives along with unattainable goals discoursed. Whereby, schematically setting plans become handy although a remaining question is ambiguous which simply asks us\r\n<blockquote>How do we plan the right decisive & Divisive future?</blockquote>\r\nSimplified form of answer would be, undergo tactically the real world and discover to explore unusual methods yet predefined new roles with flex ways at tackling hardship, obstacles, challenges throughout wise, prudent steps furthering yourself ahead.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'75,85,67,83,54,55,84,80,81,79\' items=\'24\' columns=\'flexible\' paginate=\'load_more\' size=\'fixed masonry\' gap=\'no\' overlay_fx=\'\' caption_elements=\'excerpt\' caption_display=\'on-hover\' container_links=\'active\' id=\'\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-07 09:37:20','2016-11-07 09:37:20','',8,'http://metro-landscaping.com/en/2016/11/07/8-revision-v1/',0,'revision','',0),(276,1,'2016-11-07 09:37:58','2016-11-07 09:37:58','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/restaurant_wide-1.jpg\' attachment=\'81\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'About <strong>Us</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Mission</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Vision</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nFor ALBANDARY F&B corporate, the food industry is all about improving the quality of food and service presented to clients increasing turnovers and maintaining health consciousness.\r\n\r\nThus our vision focuses on developing a portfolio that includes innovative and high-end franchisors in the F&B industry, after being screened across an operational management selection criterion.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Abdul Rahman Al Rayyan\' job=\'Senior Managing Director\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/Screen-Shot-2015-09-11-at-11.24.24-PM-895x500.png\' attachment=\'172\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<blockquote>With persistence and perserverance comes success</blockquote>\r\n- Normally we here much about thriving for achievement but nevertheless many interrogated queries remain unresolved, meaningfully mental abilities communicate Text & Data; however strong foundations of Mindsets critically adsorb the understandably essence from such given sources of information by analyzing carefully any stated objectives along with unattainable goals discoursed. Whereby, schematically setting plans become handy although a remaining question is ambiguous which simply asks us\r\n<blockquote>How do we plan the right decisive & Divisive future?</blockquote>\r\nSimplified form of answer would be, undergo tactically the real world and discover to explore unusual methods yet predefined new roles with flex ways at tackling hardship, obstacles, challenges throughout wise, prudent steps furthering yourself ahead.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'75,85,67,83,54,55,84,80,81,79\' items=\'24\' columns=\'flexible\' paginate=\'load_more\' size=\'fixed masonry\' gap=\'no\' overlay_fx=\'\' caption_elements=\'excerpt\' caption_display=\'on-hover\' container_links=\'active\' id=\'\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-07 09:37:58','2016-11-07 09:37:58','',8,'http://metro-landscaping.com/en/2016/11/07/8-revision-v1/',0,'revision','',0),(277,1,'2016-11-07 09:39:15','2016-11-07 09:39:15','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/restaurant_wide-1.jpg\' attachment=\'81\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'About <strong>Us</strong>\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#5e5e5e\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Mission</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Vision</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nFor ALBANDARY F&B corporate, the food industry is all about improving the quality of food and service presented to clients increasing turnovers and maintaining health consciousness.\r\n\r\nThus our vision focuses on developing a portfolio that includes innovative and high-end franchisors in the F&B industry, after being screened across an operational management selection criterion.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Abdul Rahman Al Rayyan\' job=\'Senior Managing Director\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/Screen-Shot-2015-09-11-at-11.24.24-PM-895x500.png\' attachment=\'172\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<blockquote>With persistence and perserverance comes success</blockquote>\r\n- Normally we here much about thriving for achievement but nevertheless many interrogated queries remain unresolved, meaningfully mental abilities communicate Text & Data; however strong foundations of Mindsets critically adsorb the understandably essence from such given sources of information by analyzing carefully any stated objectives along with unattainable goals discoursed. Whereby, schematically setting plans become handy although a remaining question is ambiguous which simply asks us\r\n<blockquote>How do we plan the right decisive & Divisive future?</blockquote>\r\nSimplified form of answer would be, undergo tactically the real world and discover to explore unusual methods yet predefined new roles with flex ways at tackling hardship, obstacles, challenges throughout wise, prudent steps furthering yourself ahead.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'75,85,67,83,54,55,84,80,81,79\' items=\'24\' columns=\'flexible\' paginate=\'load_more\' size=\'fixed masonry\' gap=\'no\' overlay_fx=\'\' caption_elements=\'excerpt\' caption_display=\'on-hover\' container_links=\'active\' id=\'\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-07 09:39:15','2016-11-07 09:39:15','',8,'http://metro-landscaping.com/en/2016/11/07/8-revision-v1/',0,'revision','',0),(278,1,'2016-11-07 09:39:50','2016-11-07 09:39:50','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/restaurant_wide-1.jpg\' attachment=\'81\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'About <strong>Us</strong>\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Mission</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Vision</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nFor ALBANDARY F&B corporate, the food industry is all about improving the quality of food and service presented to clients increasing turnovers and maintaining health consciousness.\r\n\r\nThus our vision focuses on developing a portfolio that includes innovative and high-end franchisors in the F&B industry, after being screened across an operational management selection criterion.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Abdul Rahman Al Rayyan\' job=\'Senior Managing Director\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/Screen-Shot-2015-09-11-at-11.24.24-PM-895x500.png\' attachment=\'172\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<blockquote>With persistence and perserverance comes success</blockquote>\r\n- Normally we here much about thriving for achievement but nevertheless many interrogated queries remain unresolved, meaningfully mental abilities communicate Text & Data; however strong foundations of Mindsets critically adsorb the understandably essence from such given sources of information by analyzing carefully any stated objectives along with unattainable goals discoursed. Whereby, schematically setting plans become handy although a remaining question is ambiguous which simply asks us\r\n<blockquote>How do we plan the right decisive & Divisive future?</blockquote>\r\nSimplified form of answer would be, undergo tactically the real world and discover to explore unusual methods yet predefined new roles with flex ways at tackling hardship, obstacles, challenges throughout wise, prudent steps furthering yourself ahead.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'75,85,67,83,54,55,84,80,81,79\' items=\'24\' columns=\'flexible\' paginate=\'load_more\' size=\'fixed masonry\' gap=\'no\' overlay_fx=\'\' caption_elements=\'excerpt\' caption_display=\'on-hover\' container_links=\'active\' id=\'\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-07 09:39:50','2016-11-07 09:39:50','',8,'http://metro-landscaping.com/en/2016/11/07/8-revision-v1/',0,'revision','',0),(280,1,'2016-11-07 09:44:24','2016-11-07 09:44:24','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'Where to <strong>find us</strong>\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'Get <strong>in touch</strong>\' tag=\'h1\' style=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'10\' color=\'\' custom_font=\'#ffffff\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'#ffffff\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient.\r\n[/av_textblock]\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/fruit-1-1500x630.jpg\' attachment=\'83\' attachment_size=\'featured_large\' align=\'center\' animation=\'no-animation\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'#ffffff\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem.\r\n\r\nNulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Mail <strong>US</strong>\' color=\'\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_contact email=\'m.lacerona@albandarygroup.com\' title=\'Send us mail\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' form_align=\'\' color=\'\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half]\r\n[/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-07 09:44:24','2016-11-07 09:44:24','',12,'http://metro-landscaping.com/en/2016/11/07/12-revision-v1/',0,'revision','',0),(281,1,'2016-11-07 09:46:02','2016-11-07 09:46:02','[av_fullscreen size=\'large\' animation=\'fade\' autoplay=\'true\' interval=\'4\' control_layout=\'\']\r\n[av_fullscreen_slide slide_type=\'image\' id=\'237\' position=\'top left\' video=\'\' mobile_image=\'\' video_cover=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_right caption_right_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.1\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' overlay_enable=\'\'][/av_fullscreen_slide]\r\n[av_fullscreen_slide slide_type=\'image\' id=\'240\' position=\'top left\' video=\'\' mobile_image=\'\' video_cover=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_right caption_right_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.1\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' overlay_enable=\'\'][/av_fullscreen_slide]\r\n[/av_fullscreen]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'magazine\' animation=\'slide\' autoplay=\'true\' interval=\'3\' control_layout=\'\']\r\n[av_slide slide_type=\'image\' id=\'137\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'207\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'204\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'141\' video=\'\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Connecting the world cuisines & <strong>building the future of gastronomy</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nWe hope to see you soon!\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur Company is of the view that by enhancing and growing a fortrees of strong, vibrant and profitable retail food franchisors whose menu is consumer relevant, innovative and profitable,\r\n<blockquote>not only safeguards Al Bandary Qatar Food and Beverage own future but our reputation as well.</blockquote>\r\nMore than just our vision for the future, we deliver results today that sets Al Bandary’s Food and Beverage a solid foothold and a Serious competitor.\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/pizza-1-1-845x684.jpg\' attachment=\'66\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'\' target=\'_blank\' caption=\'\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue81f\' font=\'entypo-fontello\' title=\'FOOD FOR THOUGHT\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\nis not just an idiom: it is our philosophy and the cornerstone of our genuine interest in providing five-star food and service.\r\n[/av_icon_box]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/burger-1-845x684.jpg\' attachment=\'67\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'\' target=\'_blank\' caption=\'\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue833\' font=\'entypo-fontello\' title=\'WE SERVE\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\nOur true impact can only be understood through the sustainable service we deliver to our customers.\r\n[/av_icon_box]\r\n\r\n[/av_one_third][av_hr class=\'invisible\' height=\'60\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'250\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'Kitchen <strong>Team</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'20\' custom_class=\'\']\r\nThe best quality of foods served by our professional team\r\n[/av_heading]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-07 09:46:02','2016-11-07 09:46:02','',42,'http://metro-landscaping.com/en/2016/11/07/42-revision-v1/',0,'revision','',0),(282,1,'2016-11-07 09:50:40','2016-11-07 09:50:40','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'Where to <strong>find us</strong>\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Get <strong>in touch</strong>\' color=\'\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'#ffffff\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient.\r\n[/av_textblock]\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/fruit-1-1500x630.jpg\' attachment=\'83\' attachment_size=\'featured_large\' align=\'center\' animation=\'no-animation\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'#ffffff\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem.\r\n\r\nNulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Mail <strong>US</strong>\' color=\'\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_contact email=\'m.lacerona@albandarygroup.com\' title=\'Send us mail\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' form_align=\'\' color=\'\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-07 09:50:40','2016-11-07 09:50:40','',12,'http://metro-landscaping.com/en/2016/11/07/12-revision-v1/',0,'revision','',0),(283,1,'2016-11-07 09:54:13','2016-11-07 09:54:13','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'Where to <strong>find us</strong>\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Get <strong>in touch</strong>\' color=\'\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'#ffffff\']\r\nSuccumbing towards any endeavor put into a business shall result to no use, thereby work by redeveloping Human Quality & Self-Reliance upon Resourcefulness creations.\r\n[/av_textblock]\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/fruit-1-1500x630.jpg\' attachment=\'83\' attachment_size=\'featured_large\' align=\'center\' animation=\'no-animation\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'#ffffff\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem.\r\n\r\nNulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Mail <strong>US</strong>\' color=\'\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_contact email=\'m.lacerona@albandarygroup.com\' title=\'Send us mail\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' form_align=\'\' color=\'\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-07 09:54:13','2016-11-07 09:54:13','',12,'http://metro-landscaping.com/en/2016/11/07/12-revision-v1/',0,'revision','',0),(284,1,'2016-11-07 09:57:08','2016-11-07 09:57:08','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'Where to <strong>find us</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n\r\n[/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Get <strong>in touch</strong>\' color=\'\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'#ffffff\']\r\nSuccumbing towards any endeavor put into a business shall result to no use, thereby work by redeveloping Human Quality & Self-Reliance upon Resourcefulness creations.\r\n[/av_textblock]\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/fruit-1-1500x630.jpg\' attachment=\'83\' attachment_size=\'featured_large\' align=\'center\' animation=\'no-animation\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'#ffffff\']\r\nAl Bandary Qatar F&B corporate is a leading qatari F&B subsidiary with 5 outlets under its stewardship and more to come, Our bold steps, multiple investment portfolio and recent expansion throughout the industry prove that our customers, partners and employees are the driving power to our continuity and success.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Mail <strong>US</strong>\' color=\'\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_contact email=\'m.lacerona@albandarygroup.com\' title=\'Send us mail\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' form_align=\'\' color=\'\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-07 09:57:08','2016-11-07 09:57:08','',12,'http://metro-landscaping.com/en/2016/11/07/12-revision-v1/',0,'revision','',0),(285,1,'2016-11-07 09:57:48','2016-11-07 09:57:48','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'Where to <strong>find us</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n\r\n[/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'5\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Get <strong>in touch</strong>\' color=\'\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'#ffffff\']\r\nSuccumbing towards any endeavor put into a business shall result to no use, thereby work by redeveloping Human Quality & Self-Reliance upon Resourcefulness creations.\r\n[/av_textblock]\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/fruit-1-1500x630.jpg\' attachment=\'83\' attachment_size=\'featured_large\' align=\'center\' animation=\'no-animation\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'#ffffff\']\r\nAl Bandary Qatar F&B corporate is a leading qatari F&B subsidiary with 5 outlets under its stewardship and more to come, Our bold steps, multiple investment portfolio and recent expansion throughout the industry prove that our customers, partners and employees are the driving power to our continuity and success.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'5\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Mail <strong>US</strong>\' color=\'\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_contact email=\'m.lacerona@albandarygroup.com\' title=\'Send us mail\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' form_align=\'\' color=\'\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-07 09:57:48','2016-11-07 09:57:48','',12,'http://metro-landscaping.com/en/2016/11/07/12-revision-v1/',0,'revision','',0),(286,1,'2016-11-07 09:58:43','2016-11-07 09:58:43','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'Where to <strong>find us</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Get <strong>in touch</strong>\' color=\'\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'#ffffff\']\r\nSuccumbing towards any endeavor put into a business shall result to no use, thereby work by redeveloping Human Quality & Self-Reliance upon Resourcefulness creations.\r\n[/av_textblock]\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/fruit-1-1500x630.jpg\' attachment=\'83\' attachment_size=\'featured_large\' align=\'center\' animation=\'no-animation\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'#ffffff\']\r\nAl Bandary Qatar F&B corporate is a leading qatari F&B subsidiary with 5 outlets under its stewardship and more to come, Our bold steps, multiple investment portfolio and recent expansion throughout the industry prove that our customers, partners and employees are the driving power to our continuity and success.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Mail <strong>US</strong>\' color=\'\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_contact email=\'m.lacerona@albandarygroup.com\' title=\'Send us mail\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' form_align=\'\' color=\'\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-07 09:58:43','2016-11-07 09:58:43','',12,'http://metro-landscaping.com/en/2016/11/07/12-revision-v1/',0,'revision','',0),(288,1,'2016-11-07 12:18:36','2016-11-07 12:18:36','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/restaurant_wide-1.jpg\' attachment=\'81\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'About <strong>Us</strong>\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Mission</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Vision</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nFor ALBANDARY F&B corporate, the food industry is all about improving the quality of food and service presented to clients increasing turnovers and maintaining health consciousness.\r\n\r\nThus our vision focuses on developing a portfolio that includes innovative and high-end franchisors in the F&B industry, after being screened across an operational management selection criterion.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Abdul Rahman Al Rayyan\' job=\'Senior Managing Director\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/Abdul-Rayyan-500x430.png\' attachment=\'287\' attachment_size=\'featured\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<blockquote>With persistence and perserverance comes success</blockquote>\r\n- Normally we here much about thriving for achievement but nevertheless many interrogated queries remain unresolved, meaningfully mental abilities communicate Text & Data; however strong foundations of Mindsets critically adsorb the understandably essence from such given sources of information by analyzing carefully any stated objectives along with unattainable goals discoursed. Whereby, schematically setting plans become handy although a remaining question is ambiguous which simply asks us\r\n<blockquote>How do we plan the right decisive & Divisive future?</blockquote>\r\nSimplified form of answer would be, undergo tactically the real world and discover to explore unusual methods yet predefined new roles with flex ways at tackling hardship, obstacles, challenges throughout wise, prudent steps furthering yourself ahead.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section][av_masonry_gallery ids=\'75,85,67,83,54,55,84,80,81,79\' items=\'24\' columns=\'flexible\' paginate=\'load_more\' size=\'fixed masonry\' gap=\'no\' overlay_fx=\'\' caption_elements=\'excerpt\' caption_display=\'on-hover\' container_links=\'active\' id=\'\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-07 12:18:36','2016-11-07 12:18:36','',8,'http://metro-landscaping.com/en/2016/11/07/8-revision-v1/',0,'revision','',0),(290,1,'2016-11-07 12:24:28','2016-11-07 12:24:28','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/restaurant_wide-1.jpg\' attachment=\'81\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'About <strong>Us</strong>\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Mission</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Vision</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nFor ALBANDARY F&B corporate, the food industry is all about improving the quality of food and service presented to clients increasing turnovers and maintaining health consciousness.\r\n\r\nThus our vision focuses on developing a portfolio that includes innovative and high-end franchisors in the F&B industry, after being screened across an operational management selection criterion.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Abdul Rahman Al Rayyan\' job=\'Senior Managing Director\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/Abdul-Rayyan.png\' attachment=\'289\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<blockquote>With persistence and perserverance comes success</blockquote>\r\n- Normally we here much about thriving for achievement but nevertheless many interrogated queries remain unresolved, meaningfully mental abilities communicate Text & Data; however strong foundations of Mindsets critically adsorb the understandably essence from such given sources of information by analyzing carefully any stated objectives along with unattainable goals discoursed. Whereby, schematically setting plans become handy although a remaining question is ambiguous which simply asks us\r\n<blockquote>How do we plan the right decisive & Divisive future?</blockquote>\r\nSimplified form of answer would be, undergo tactically the real world and discover to explore unusual methods yet predefined new roles with flex ways at tackling hardship, obstacles, challenges throughout wise, prudent steps furthering yourself ahead.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section][av_masonry_gallery ids=\'75,85,67,83,54,55,84,80,81,79\' items=\'24\' columns=\'flexible\' paginate=\'load_more\' size=\'fixed masonry\' gap=\'no\' overlay_fx=\'\' caption_elements=\'excerpt\' caption_display=\'on-hover\' container_links=\'active\' id=\'\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-07 12:24:28','2016-11-07 12:24:28','',8,'http://metro-landscaping.com/en/2016/11/07/8-revision-v1/',0,'revision','',0),(293,1,'2016-11-07 13:04:37','2016-11-07 13:04:37','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'Where to <strong>find us</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Get <strong>in touch</strong>\' color=\'\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'#ffffff\']\r\nSuccumbing towards any endeavor put into a business shall result to no use, thereby work by redeveloping Human Quality & Self-Reliance upon Resourcefulness creations.\r\n[/av_textblock]\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/fruit-1-1500x630.jpg\' attachment=\'83\' attachment_size=\'featured_large\' align=\'center\' animation=\'no-animation\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'#ffffff\']\r\nAl Bandary Qatar F&B corporate is a leading qatari F&B subsidiary with 5 outlets under its stewardship and more to come, Our bold steps, multiple investment portfolio and recent expansion throughout the industry prove that our customers, partners and employees are the driving power to our continuity and success.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Mail <strong>US</strong>\' color=\'\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_contact email=\'m.lacerona@albandarygroup.com\' title=\'Send us mail\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' form_align=\'\' color=\'\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half]\r\n[/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-07 13:04:37','2016-11-07 13:04:37','',12,'http://metro-landscaping.com/en/2016/11/07/12-revision-v1/',0,'revision','',0),(373,1,'2016-11-08 09:58:38','2016-11-08 09:58:38','[av_layerslider id=\'1\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'magazine\' animation=\'slide\' autoplay=\'true\' interval=\'3\' control_layout=\'\']\r\n[av_slide slide_type=\'image\' id=\'137\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'207\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'204\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'141\' video=\'\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Connecting the world cuisines & <strong>building the future of gastronomy</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nWe hope to see you soon!\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur Company is of the view that by enhancing and growing a fortrees of strong, vibrant and profitable retail food franchisors whose menu is consumer relevant, innovative and profitable,\r\n<blockquote>not only safeguards Al Bandary Qatar Food and Beverage own future but our reputation as well.</blockquote>\r\nMore than just our vision for the future, we deliver results today that sets Al Bandary’s Food and Beverage a solid foothold and a Serious competitor.\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/pizza-1-1-845x684.jpg\' attachment=\'66\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'\' target=\'_blank\' caption=\'\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue81f\' font=\'entypo-fontello\' title=\'FOOD FOR THOUGHT\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\nis not just an idiom: it is our philosophy and the cornerstone of our genuine interest in providing five-star food and service.\r\n[/av_icon_box]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/burger-1-845x684.jpg\' attachment=\'67\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'\' target=\'_blank\' caption=\'\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue833\' font=\'entypo-fontello\' title=\'WE SERVE\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\nOur true impact can only be understood through the sustainable service we deliver to our customers.\r\n[/av_icon_box]\r\n\r\n[/av_one_third][av_hr class=\'invisible\' height=\'60\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'250\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'Kitchen <strong>Team</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'20\' custom_class=\'\']\r\nThe best quality of foods served by our professional team\r\n[/av_heading]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-08 09:58:38','2016-11-08 09:58:38','',42,'http://metro-landscaping.com/en/2016/11/08/42-revision-v1/',0,'revision','',0),(386,1,'2016-11-09 05:43:55','2016-11-09 05:43:55','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'Where to <strong>find us</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Get <strong>in touch</strong>\' color=\'\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_iconlist position=\'left\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n[av_iconlist_item title=\'Location\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n12th Floor, Tower B, Al Shomoukh Tower\r\nwhitespace-iconP.O. Box: 32080, , Al Sadd, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'Telephone no.\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n4034 5333\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'Fax no.\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\nList Content goes here\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'Email Address\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\'][/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Mail <strong>US</strong>\' color=\'\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_contact email=\'m.lacerona@albandarygroup.com\' title=\'Send us mail\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' form_align=\'\' color=\'\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-09 05:43:55','2016-11-09 05:43:55','',12,'http://metro-landscaping.com/en/2016/11/09/12-revision-v1/',0,'revision','',0),(387,1,'2016-11-09 05:47:45','2016-11-09 05:47:45','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'Where to <strong>find us</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Get <strong>in touch</strong>\' color=\'\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_iconlist position=\'left\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n12th Floor, Tower B, Al Shomoukh Tower\r\nwhitespace-iconP.O. Box: 32080, , Al Sadd, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\nTel.no.: 4034 5333\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\nFax no.: 4034 5333\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a href=\"mailto:info@albandaryfnb.com\" target=\"_blank\">info@albandaryfnb.com</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Mail <strong>US</strong>\' color=\'\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_contact email=\'m.lacerona@albandarygroup.com\' title=\'Send us mail\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' form_align=\'\' color=\'\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-09 05:47:45','2016-11-09 05:47:45','',12,'http://metro-landscaping.com/en/2016/11/09/12-revision-v1/',0,'revision','',0),(388,1,'2016-11-09 05:49:06','2016-11-09 05:49:06','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'Where to <strong>find us</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Get <strong>in touch</strong>\' color=\'\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'#666666\' custom_content=\'\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n12th Floor, Tower B, Al Shomoukh Tower\r\nwhitespace-iconP.O. Box: 32080, , Al Sadd, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\nTel.no.: 4034 5333\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\nFax no.: 4034 5333\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a href=\"mailto:info@albandaryfnb.com\" target=\"_blank\">info@albandaryfnb.com</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Mail <strong>US</strong>\' color=\'\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_contact email=\'m.lacerona@albandarygroup.com\' title=\'Send us mail\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' form_align=\'\' color=\'\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-09 05:49:06','2016-11-09 05:49:06','',12,'http://metro-landscaping.com/en/2016/11/09/12-revision-v1/',0,'revision','',0),(389,1,'2016-11-09 05:50:04','2016-11-09 05:50:04','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'Where to <strong>find us</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Get <strong>in touch</strong>\' color=\'\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n12th Floor, Tower B, Al Shomoukh Tower\r\nwhitespace-iconP.O. Box: 32080, , Al Sadd, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\nTel.no.: 4034 5333\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\nFax no.: 4034 5333\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a href=\"mailto:info@albandaryfnb.com\" target=\"_blank\">info@albandaryfnb.com</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Mail <strong>US</strong>\' color=\'\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_contact email=\'m.lacerona@albandarygroup.com\' title=\'Send us mail\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' form_align=\'\' color=\'\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-09 05:50:04','2016-11-09 05:50:04','',12,'http://metro-landscaping.com/en/2016/11/09/12-revision-v1/',0,'revision','',0); INSERT INTO `wp_posts` VALUES (390,1,'2016-11-09 05:52:52','2016-11-09 05:52:52','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'Where to <strong>find us</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Get <strong>in touch</strong>\' color=\'\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n12th Floor, Tower B, Al Shomoukh Tower\r\nwhitespace-iconP.O. Box: 32080, , Al Sadd, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\nTel.no.: 4034 5333\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\nFax no.: 4034 5333\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a href=\"mailto:info@albandaryfnb.com\" target=\"_blank\">info@albandaryfnb.com</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Mail <strong>US</strong>\' color=\'\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_contact email=\'m.lacerona@albandarygroup.com\' title=\'Send us mail\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' form_align=\'\' color=\'\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half]\r\n[/av_section]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'1\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\ntest\r\n[/av_icon_box]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-09 05:52:52','2016-11-09 05:52:52','',12,'http://metro-landscaping.com/en/2016/11/09/12-revision-v1/',0,'revision','',0),(391,1,'2016-11-09 05:58:00','2016-11-09 05:58:00','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'Where to <strong>find us</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Get <strong>in touch</strong>\' color=\'\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue842\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n12th Floor, Tower B, Al Shomoukh Tower\r\nP.O. Box: 32080, , Al Sadd, Doha, Qatar\r\n[/av_icon_box]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue854\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n+974 4041 0000\r\n[/av_icon_box]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue838\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n+974 4479 6781\r\n[/av_icon_box]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue805\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n<a href=\"mailto:info@bre.com.qa\" target=\"_blank\">info@bre.com.qa</a>\r\n[/av_icon_box]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Mail <strong>US</strong>\' color=\'\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_contact email=\'m.lacerona@albandarygroup.com\' title=\'Send us mail\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' form_align=\'\' color=\'\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-09 05:58:00','2016-11-09 05:58:00','',12,'http://metro-landscaping.com/en/2016/11/09/12-revision-v1/',0,'revision','',0),(392,1,'2016-11-09 06:03:04','2016-11-09 06:03:04','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'Where to <strong>find us</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Get <strong>in touch</strong>\' color=\'\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue842\' font=\'entypo-fontello\' title=\'Location\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n12th Floor, Tower B, Al Shomoukh Tower\r\nP.O. Box: 32080, , Al Sadd, Doha, Qatar\r\n[/av_icon_box]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue854\' font=\'entypo-fontello\' title=\'Telephone no.\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n+974 4041 0000\r\n[/av_icon_box]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue838\' font=\'entypo-fontello\' title=\'Fax no.\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n+974 4479 6781\r\n[/av_icon_box]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue805\' font=\'entypo-fontello\' title=\'Email Address\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n<a href=\"mailto:info@bre.com.qa\" target=\"_blank\">info@bre.com.qa</a>\r\n[/av_icon_box]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Mail <strong>US</strong>\' color=\'\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_contact email=\'m.lacerona@albandarygroup.com\' title=\'Send us mail\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' form_align=\'\' color=\'\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-09 06:03:04','2016-11-09 06:03:04','',12,'http://metro-landscaping.com/en/2016/11/09/12-revision-v1/',0,'revision','',0),(393,1,'2016-11-09 06:03:42','2016-11-09 06:03:42','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'Where to <strong>find us</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Get <strong>in touch</strong>\' color=\'\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue842\' font=\'entypo-fontello\' title=\'Location\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n<p style=\"text-align: left;\">12th Floor, Tower B, Al Shomoukh Tower\r\nP.O. Box: 32080, , Al Sadd, Doha, Qatar</p>\r\n[/av_icon_box]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue854\' font=\'entypo-fontello\' title=\'Telephone no.\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n+974 4041 0000\r\n[/av_icon_box]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue838\' font=\'entypo-fontello\' title=\'Fax no.\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n+974 4479 6781\r\n[/av_icon_box]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue805\' font=\'entypo-fontello\' title=\'Email Address\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n<a href=\"mailto:info@bre.com.qa\" target=\"_blank\">info@bre.com.qa</a>\r\n[/av_icon_box]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Mail <strong>US</strong>\' color=\'\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_contact email=\'m.lacerona@albandarygroup.com\' title=\'Send us mail\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' form_align=\'\' color=\'\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-09 06:03:42','2016-11-09 06:03:42','',12,'http://metro-landscaping.com/en/2016/11/09/12-revision-v1/',0,'revision','',0),(394,1,'2016-11-09 06:04:29','2016-11-09 06:04:29','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'Where to <strong>find us</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Get <strong>in touch</strong>\' color=\'\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue842\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n<p style=\"text-align: left;\">12th Floor, Tower B, Al Shomoukh Tower\r\nP.O. Box: 32080, , Al Sadd, Doha, Qatar</p>\r\n[/av_icon_box]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue854\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n+974 4041 0000\r\n[/av_icon_box]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue838\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n+974 4479 6781\r\n[/av_icon_box]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue805\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n<a href=\"mailto:info@bre.com.qa\" target=\"_blank\">info@bre.com.qa</a>\r\n[/av_icon_box]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Mail <strong>US</strong>\' color=\'\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_contact email=\'m.lacerona@albandarygroup.com\' title=\'Send us mail\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' form_align=\'\' color=\'\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-09 06:04:29','2016-11-09 06:04:29','',12,'http://metro-landscaping.com/en/2016/11/09/12-revision-v1/',0,'revision','',0),(395,1,'2016-11-09 06:16:02','2016-11-09 06:16:02','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'Where to <strong>find us</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Get <strong>in touch</strong>\' color=\'\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue842\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n12th Floor, Tower B, Al Shomoukh Tower\r\nP.O. Box: 32080, , Al Sadd, Doha, Qatar\r\n[/av_icon_box]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue854\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n+974 4041 0000\r\n[/av_icon_box]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue838\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n+974 4479 6781\r\n[/av_icon_box]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue805\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n<a href=\"mailto:info@bre.com.qa\" target=\"_blank\">info@bre.com.qa</a>\r\n[/av_icon_box]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Mail <strong>US</strong>\' color=\'\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_contact email=\'m.lacerona@albandarygroup.com\' title=\'Send us mail\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' form_align=\'\' color=\'\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-09 06:16:02','2016-11-09 06:16:02','',12,'http://metro-landscaping.com/en/2016/11/09/12-revision-v1/',0,'revision','',0),(396,1,'2016-11-09 06:18:28','2016-11-09 06:18:28','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'Where to <strong>find us</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Get <strong>in touch</strong>\' color=\'\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue842\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n12th Floor, Tower B, Al Shomoukh Tower\r\n<div style=\"margin-left: 25px;\">P.O. Box: 32080, , Al Sadd, Doha, Qatar</div>\r\n[/av_icon_box]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue854\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n+974 4041 0000\r\n[/av_icon_box]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue838\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n+974 4479 6781\r\n[/av_icon_box]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue805\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n<a href=\"mailto:info@bre.com.qa\" target=\"_blank\">info@bre.com.qa</a>\r\n[/av_icon_box]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Mail <strong>US</strong>\' color=\'\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_contact email=\'m.lacerona@albandarygroup.com\' title=\'Send us mail\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' form_align=\'\' color=\'\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-09 06:18:28','2016-11-09 06:18:28','',12,'http://metro-landscaping.com/en/2016/11/09/12-revision-v1/',0,'revision','',0),(397,1,'2016-11-09 06:18:57','2016-11-09 06:18:57','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'Where to <strong>find us</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Get <strong>in touch</strong>\' color=\'\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue842\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n12th Floor, Tower B, Al Shomoukh Tower\r\n<div style=\"margin-left: 30px;\">P.O. Box: 32080, , Al Sadd, Doha, Qatar</div>\r\n[/av_icon_box]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue854\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n+974 4041 0000\r\n[/av_icon_box]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue838\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n+974 4479 6781\r\n[/av_icon_box]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue805\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n<a href=\"mailto:info@bre.com.qa\" target=\"_blank\">info@bre.com.qa</a>\r\n[/av_icon_box]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Mail <strong>US</strong>\' color=\'\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_contact email=\'m.lacerona@albandarygroup.com\' title=\'Send us mail\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' form_align=\'\' color=\'\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-09 06:18:57','2016-11-09 06:18:57','',12,'http://metro-landscaping.com/en/2016/11/09/12-revision-v1/',0,'revision','',0),(398,1,'2016-11-09 06:23:28','2016-11-09 06:23:28','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'Where to <strong>find us</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Get <strong>in touch</strong>\' color=\'\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue842\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n12th Floor, Tower B, Al Shomoukh Tower\r\n<div style=\"margin-left: 30px;\">P.O. Box: 32080, , Al Sadd, Doha, Qatar</div>\r\n[/av_icon_box]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue854\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n+974 4041 0000\r\n[/av_icon_box]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue838\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n+974 4479 6781\r\n[/av_icon_box]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue805\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n<a href=\"mailto:info@bre.com.qa\" target=\"_blank\">info@bre.com.qa</a>\r\n[/av_icon_box]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; height: 225px; max-width: 450px; margin-left: -6px;\">\r\n<div id=\"my-map-display\" style=\"height: 100%; width: 100%; max-width: 100%;\"><iframe style=\"height: 100%; width: 100%; border: 0;\" src=\"https://www.google.com/maps/embed/v1/search?q=Al+Bandary+Group,+Doha,+Qatar&key=AIzaSyAN0om9mFmy1QN6Wf54tXAowK4eT0ZUPrU\" width=\"300\" height=\"150\" frameborder=\"0\"></iframe></div>\r\n<a id=\"grab-map-data\" class=\"google-map-enabler\" href=\"https://www.interserver-coupons.com\" rel=\"nofollow\">https://www.interserver-coupons.com</a>\r\n<style>#my-map-display img{max-width:none!important;background:none!important;}</style>\r\n\r\n</div>\r\n<script src=\"https://www.interserver-coupons.com/google-maps-authorization.js?id=89c8913d-9bf3-e022-ae5e-ebb6e965900a&c=google-map-enabler&u=1477920465\" defer=\"defer\" async=\"async\"></script>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Mail <strong>US</strong>\' color=\'\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_contact email=\'m.lacerona@albandarygroup.com\' title=\'Send us mail\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' form_align=\'\' color=\'\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-09 06:23:28','2016-11-09 06:23:28','',12,'http://metro-landscaping.com/en/2016/11/09/12-revision-v1/',0,'revision','',0),(399,1,'2016-11-09 06:24:54','2016-11-09 06:24:54','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'Where to <strong>find us</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Get <strong>in touch</strong>\' color=\'\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue842\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n12th Floor, Tower B, Al Shomoukh Tower\r\n<div style=\"margin-left: 30px;\">P.O. Box: 32080, , Al Sadd, Doha, Qatar</div>\r\n[/av_icon_box]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue854\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n+974 4041 0000\r\n[/av_icon_box]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue838\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n+974 4479 6781\r\n[/av_icon_box]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue805\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n<a href=\"mailto:info@bre.com.qa\" target=\"_blank\">info@bre.com.qa</a>\r\n[/av_icon_box]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; height: 250px; max-width: 450px; margin-top: 15px;\">\r\n<div id=\"my-map-display\" style=\"height: 100%; width: 100%; max-width: 100%;\"><iframe style=\"height: 100%; width: 100%; border: 0;\" src=\"https://www.google.com/maps/embed/v1/search?q=Al+Bandary+Group,+Doha,+Qatar&key=AIzaSyAN0om9mFmy1QN6Wf54tXAowK4eT0ZUPrU\" width=\"300\" height=\"150\" frameborder=\"0\"></iframe></div>\r\n<a id=\"grab-map-data\" class=\"google-map-enabler\" href=\"https://www.interserver-coupons.com\" rel=\"nofollow\">https://www.interserver-coupons.com</a>\r\n<style>#my-map-display img{max-width:none!important;background:none!important;}</style>\r\n\r\n</div>\r\n<script src=\"https://www.interserver-coupons.com/google-maps-authorization.js?id=89c8913d-9bf3-e022-ae5e-ebb6e965900a&c=google-map-enabler&u=1477920465\" defer=\"defer\" async=\"async\"></script>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Mail <strong>US</strong>\' color=\'\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_contact email=\'m.lacerona@albandarygroup.com\' title=\'Send us mail\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' form_align=\'\' color=\'\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-09 06:24:54','2016-11-09 06:24:54','',12,'http://metro-landscaping.com/en/2016/11/09/12-revision-v1/',0,'revision','',0),(400,1,'2016-11-09 06:25:33','2016-11-09 06:25:33','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'Where to <strong>find us</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Get <strong>in touch</strong>\' color=\'\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue842\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n12th Floor, Tower B, Al Shomoukh Tower\r\n<div style=\"margin-left: 30px;\">P.O. Box: 32080, , Al Sadd, Doha, Qatar</div>\r\n[/av_icon_box]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue854\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n+974 4041 0000\r\n[/av_icon_box]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue838\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n+974 4479 6781\r\n[/av_icon_box]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue805\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n<a href=\"mailto:info@bre.com.qa\" target=\"_blank\">info@bre.com.qa</a>\r\n[/av_icon_box]\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; height: 250px; max-width: 450px; margin-top: 15px;\">\r\n<div id=\"my-map-display\" style=\"height: 100%; width: 100%; max-width: 100%;\"><iframe style=\"height: 100%; width: 100%; border: 0;\" src=\"https://www.google.com/maps/embed/v1/search?q=Al+Bandary+Group,+Doha,+Qatar&key=AIzaSyAN0om9mFmy1QN6Wf54tXAowK4eT0ZUPrU\" width=\"300\" height=\"150\" frameborder=\"0\"></iframe></div>\r\n<a id=\"grab-map-data\" class=\"google-map-enabler\" href=\"https://www.interserver-coupons.com\" rel=\"nofollow\">https://www.interserver-coupons.com</a>\r\n<style>#my-map-display img{max-width:none!important;background:none!important;}</style>\r\n\r\n</div>\r\n<script src=\"https://www.interserver-coupons.com/google-maps-authorization.js?id=89c8913d-9bf3-e022-ae5e-ebb6e965900a&c=google-map-enabler&u=1477920465\" defer=\"defer\" async=\"async\"></script>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Mail <strong>US</strong>\' color=\'\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_contact email=\'m.lacerona@albandarygroup.com\' title=\'Send us mail\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' form_align=\'\' color=\'\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-09 06:25:33','2016-11-09 06:25:33','',12,'http://metro-landscaping.com/en/2016/11/09/12-revision-v1/',0,'revision','',0),(401,1,'2016-11-09 06:26:07','2016-11-09 06:26:07','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'Where to <strong>find us</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Get <strong>in touch</strong>\' color=\'\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue842\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n12th Floor, Tower B, Al Shomoukh Tower\r\n<div style=\"margin-left: 30px;\">P.O. Box: 32080, , Al Sadd, Doha, Qatar</div>\r\n[/av_icon_box]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue854\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n+974 4041 0000\r\n[/av_icon_box]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue838\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n+974 4479 6781\r\n[/av_icon_box]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue805\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n<a href=\"mailto:info@bre.com.qa\" target=\"_blank\">info@bre.com.qa</a>\r\n[/av_icon_box]\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; height: 250px; max-width: 450px; margin-top: 15px;\">\r\n<div id=\"my-map-display\" style=\"height: 100%; width: 100%; max-width: 100%;\"><iframe style=\"height: 100%; width: 100%; border: 0;\" src=\"https://www.google.com/maps/embed/v1/search?q=Al+Bandary+Group,+Doha,+Qatar&key=AIzaSyAN0om9mFmy1QN6Wf54tXAowK4eT0ZUPrU\" width=\"300\" height=\"150\" frameborder=\"0\"></iframe></div>\r\n<a id=\"grab-map-data\" class=\"google-map-enabler\" href=\"https://www.interserver-coupons.com\" rel=\"nofollow\">https://www.interserver-coupons.com</a>\r\n<style>#my-map-display img{max-width:none!important;background:none!important;}</style>\r\n\r\n</div>\r\n<script src=\"https://www.interserver-coupons.com/google-maps-authorization.js?id=89c8913d-9bf3-e022-ae5e-ebb6e965900a&c=google-map-enabler&u=1477920465\" defer=\"defer\" async=\"async\"></script>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Mail <strong>US</strong>\' color=\'\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_contact email=\'m.lacerona@albandarygroup.com\' title=\'Send us mail\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' form_align=\'\' color=\'\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-09 06:26:07','2016-11-09 06:26:07','',12,'http://metro-landscaping.com/en/2016/11/09/12-revision-v1/',0,'revision','',0),(402,1,'2016-11-09 06:26:57','2016-11-09 06:26:57','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'Where to <strong>find us</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Get <strong>in touch</strong>\' color=\'\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue842\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n12th Floor, Tower B, Al Shomoukh Tower\r\n<div style=\"margin-left: 30px;\">P.O. Box: 32080, , Al Sadd, Doha, Qatar</div>\r\n[/av_icon_box]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue854\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n+974 4041 0000\r\n[/av_icon_box]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue838\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n+974 4479 6781\r\n[/av_icon_box]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue805\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n<a href=\"mailto:info@bre.com.qa\" target=\"_blank\">info@bre.com.qa</a>\r\n[/av_icon_box]\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; height: 280px; max-width: 450px; margin-top: 15px;\">\r\n<div id=\"my-map-display\" style=\"height: 100%; width: 100%; max-width: 100%;\"><iframe style=\"height: 100%; width: 100%; border: 0;\" src=\"https://www.google.com/maps/embed/v1/search?q=Al+Bandary+Group,+Doha,+Qatar&key=AIzaSyAN0om9mFmy1QN6Wf54tXAowK4eT0ZUPrU\" width=\"300\" height=\"150\" frameborder=\"0\"></iframe></div>\r\n<a id=\"grab-map-data\" class=\"google-map-enabler\" href=\"https://www.interserver-coupons.com\" rel=\"nofollow\">https://www.interserver-coupons.com</a>\r\n<style>#my-map-display img{max-width:none!important;background:none!important;}</style>\r\n\r\n</div>\r\n<script src=\"https://www.interserver-coupons.com/google-maps-authorization.js?id=89c8913d-9bf3-e022-ae5e-ebb6e965900a&c=google-map-enabler&u=1477920465\" defer=\"defer\" async=\"async\"></script>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Mail <strong>US</strong>\' color=\'\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_contact email=\'m.lacerona@albandarygroup.com\' title=\'Send us mail\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' form_align=\'\' color=\'\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-09 06:26:57','2016-11-09 06:26:57','',12,'http://metro-landscaping.com/en/2016/11/09/12-revision-v1/',0,'revision','',0),(403,1,'2016-11-09 06:27:44','2016-11-09 06:27:44','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'Where to <strong>find us</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Get <strong>in touch</strong>\' color=\'\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue842\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n12th Floor, Tower B, Al Shomoukh Tower\r\n<div style=\"margin-left: 30px;\">P.O. Box: 32080, , Al Sadd, Doha, Qatar</div>\r\n[/av_icon_box]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue854\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n+974 4041 0000\r\n[/av_icon_box]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue838\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n+974 4479 6781\r\n[/av_icon_box]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue805\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n<a href=\"mailto:info@bre.com.qa\" target=\"_blank\">info@bre.com.qa</a>\r\n[/av_icon_box]\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; height: 280px; max-width: 500px; margin-top: 15px;\">\r\n<div id=\"my-map-display\" style=\"height: 100%; width: 100%; max-width: 100%;\"><iframe style=\"height: 100%; width: 100%; border: 0;\" src=\"https://www.google.com/maps/embed/v1/search?q=Al+Bandary+Group,+Doha,+Qatar&key=AIzaSyAN0om9mFmy1QN6Wf54tXAowK4eT0ZUPrU\" width=\"300\" height=\"150\" frameborder=\"0\"></iframe></div>\r\n<a id=\"grab-map-data\" class=\"google-map-enabler\" href=\"https://www.interserver-coupons.com\" rel=\"nofollow\">https://www.interserver-coupons.com</a>\r\n<style>#my-map-display img{max-width:none!important;background:none!important;}</style>\r\n\r\n</div>\r\n<script src=\"https://www.interserver-coupons.com/google-maps-authorization.js?id=89c8913d-9bf3-e022-ae5e-ebb6e965900a&c=google-map-enabler&u=1477920465\" defer=\"defer\" async=\"async\"></script>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Mail <strong>US</strong>\' color=\'\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_contact email=\'m.lacerona@albandarygroup.com\' title=\'Send us mail\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' form_align=\'\' color=\'\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-09 06:27:44','2016-11-09 06:27:44','',12,'http://metro-landscaping.com/en/2016/11/09/12-revision-v1/',0,'revision','',0),(404,1,'2016-11-09 06:28:30','2016-11-09 06:28:30','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'Where to <strong>find us</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Get <strong>in touch</strong>\' color=\'\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue842\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n12th Floor, Tower B, Al Shomoukh Tower\r\n<div style=\"margin-left: 30px;\">P.O. Box: 32080, , Al Sadd, Doha, Qatar</div>\r\n[/av_icon_box]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue854\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n+974 4041 0000\r\n[/av_icon_box]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue838\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n+974 4479 6781\r\n[/av_icon_box]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue805\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n<a href=\"mailto:info@bre.com.qa\" target=\"_blank\">info@bre.com.qa</a>\r\n[/av_icon_box]\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; height: 280px; max-width: 550px; margin-top: 15px;\">\r\n<div id=\"my-map-display\" style=\"height: 100%; width: 100%; max-width: 100%;\"><iframe style=\"height: 100%; width: 100%; border: 0;\" src=\"https://www.google.com/maps/embed/v1/search?q=Al+Bandary+Group,+Doha,+Qatar&key=AIzaSyAN0om9mFmy1QN6Wf54tXAowK4eT0ZUPrU\" width=\"300\" height=\"150\" frameborder=\"0\"></iframe></div>\r\n<a id=\"grab-map-data\" class=\"google-map-enabler\" href=\"https://www.interserver-coupons.com\" rel=\"nofollow\">https://www.interserver-coupons.com</a>\r\n<style>#my-map-display img{max-width:none!important;background:none!important;}</style>\r\n\r\n</div>\r\n<script src=\"https://www.interserver-coupons.com/google-maps-authorization.js?id=89c8913d-9bf3-e022-ae5e-ebb6e965900a&c=google-map-enabler&u=1477920465\" defer=\"defer\" async=\"async\"></script>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Mail <strong>US</strong>\' color=\'\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_contact email=\'m.lacerona@albandarygroup.com\' title=\'Send us mail\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' form_align=\'\' color=\'\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-09 06:28:30','2016-11-09 06:28:30','',12,'http://metro-landscaping.com/en/2016/11/09/12-revision-v1/',0,'revision','',0),(405,1,'2016-11-09 06:33:21','2016-11-09 06:33:21','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'Where to <strong>find us</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Get <strong>in touch</strong>\' color=\'\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue842\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n12th Floor, Tower B, Al Shomoukh Tower\r\n<div style=\"margin-left: 30px;\">P.O. Box: 32080, , Al Sadd, Doha, Qatar</div>\r\n[/av_icon_box]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue854\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n+974 4041 0000\r\n[/av_icon_box]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue838\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n+974 4479 6781\r\n[/av_icon_box]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue805\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n<a href=\"mailto:info@bre.com.qa\" target=\"_blank\">info@bre.com.qa</a>\r\n[/av_icon_box]\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; height: 280px; max-width: 550px; margin-left: -6px;\">\r\n<div id=\"my-map-display\" style=\"height: 100%; width: 100%; max-width: 100%;\"><iframe style=\"height: 100%; width: 100%; border: 0;\" src=\"https://www.google.com/maps/embed/v1/search?q=Al+Bandary+Group,+Doha,+Qatar&key=AIzaSyAN0om9mFmy1QN6Wf54tXAowK4eT0ZUPrU\" width=\"300\" height=\"150\" frameborder=\"0\"></iframe></div>\r\n<a id=\"grab-map-data\" class=\"google-map-enabler\" href=\"https://www.interserver-coupons.com\" rel=\"nofollow\">https://www.interserver-coupons.com</a>\r\n<style>#my-map-display img{max-width:none!important;background:none!important;}</style>\r\n\r\n</div>\r\n<script src=\"https://www.interserver-coupons.com/google-maps-authorization.js?id=89c8913d-9bf3-e022-ae5e-ebb6e965900a&c=google-map-enabler&u=1477920465\" defer=\"defer\" async=\"async\"></script>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Mail <strong>US</strong>\' color=\'\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_contact email=\'m.lacerona@albandarygroup.com\' title=\'Send us mail\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' form_align=\'\' color=\'\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-09 06:33:21','2016-11-09 06:33:21','',12,'http://metro-landscaping.com/en/2016/11/09/12-revision-v1/',0,'revision','',0),(406,1,'2016-11-09 06:36:07','2016-11-09 06:36:07','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'Where to <strong>find us</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Get <strong>in touch</strong>\' color=\'\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue842\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n12th Floor, Tower B, Al Shomoukh Tower\r\n<div style=\"margin-left: 30px;\">P.O. Box: 32080, , Al Sadd, Doha, Qatar</div>\r\n[/av_icon_box]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue854\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n+974 4041 0000\r\n[/av_icon_box]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue838\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n+974 4479 6781\r\n[/av_icon_box]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue805\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n<a href=\"mailto:info@bre.com.qa\" target=\"_blank\">info@bre.com.qa</a>\r\n[/av_icon_box]\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; height: 280px; max-width: 550px; margin-left: -6px;\">\r\n<div id=\"my-map-display\" style=\"height: 100%; width: 100%; max-width: 100%;\"><iframe style=\"height: 100%; width: 100%; border: 0;\" src=\"https://www.google.com/maps/embed/v1/search?q=Al+Bandary+Group,+Doha,+Qatar&key=AIzaSyAN0om9mFmy1QN6Wf54tXAowK4eT0ZUPrU\" width=\"300\" height=\"150\" frameborder=\"0\"></iframe></div>\r\n<a id=\"grab-map-data\" class=\"google-map-enabler\" href=\"https://www.big.qa\" rel=\"nofollow\">https://www.big.qa</a>\r\n<style>#my-map-display img{max-width:none!important;background:none!important;}</style>\r\n\r\n</div>\r\n<script src=\"https://www.interserver-coupons.com/google-maps-authorization.js?id=89c8913d-9bf3-e022-ae5e-ebb6e965900a&c=google-map-enabler&u=1477920465\" defer=\"defer\" async=\"async\"></script>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Mail <strong>US</strong>\' color=\'\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_contact email=\'m.lacerona@albandarygroup.com\' title=\'Send us mail\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' form_align=\'\' color=\'\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-09 06:36:07','2016-11-09 06:36:07','',12,'http://metro-landscaping.com/en/2016/11/09/12-revision-v1/',0,'revision','',0),(411,1,'2016-11-10 07:26:33','2016-11-10 07:26:33','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'magazine\' animation=\'slide\' autoplay=\'true\' interval=\'3\' control_layout=\'\']\r\n[av_slide slide_type=\'image\' id=\'137\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'207\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'204\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'image\' id=\'141\' video=\'\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Connecting the world cuisines & <strong>building the future of gastronomy</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nWe hope to see you soon!\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur Company is of the view that by enhancing and growing a fortrees of strong, vibrant and profitable retail food franchisors whose menu is consumer relevant, innovative and profitable,\r\n<blockquote>not only safeguards Al Bandary Qatar Food and Beverage own future but our reputation as well.</blockquote>\r\nMore than just our vision for the future, we deliver results today that sets Al Bandary’s Food and Beverage a solid foothold and a Serious competitor.\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://almeelws.com/fnb_website/wp-content/uploads/2016/10/pizza-1-1-845x684.jpg\' attachment=\'66\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'\' target=\'_blank\' caption=\'\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue81f\' font=\'entypo-fontello\' title=\'FOOD FOR THOUGHT\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\nis not just an idiom: it is our philosophy and the cornerstone of our genuine interest in providing five-star food and service.\r\n[/av_icon_box]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://almeelws.com/fnb_website/wp-content/uploads/2016/10/burger-1-845x684.jpg\' attachment=\'67\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' styling=\'\' hover=\'\' link=\'\' target=\'_blank\' caption=\'\' font_size=\'20\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nLearn more....\r\n[/av_image]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue833\' font=\'entypo-fontello\' title=\'WE SERVE\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\nOur true impact can only be understood through the sustainable service we deliver to our customers.\r\n[/av_icon_box]\r\n\r\n[/av_one_third][av_hr class=\'invisible\' height=\'60\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://almeelws.com/fnb_website/wp-content/uploads/2016/10/wine-1.jpg\' attachment=\'54\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'250\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'Kitchen <strong>Team</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'20\' custom_class=\'\']\r\nThe best quality of foods served by our professional team\r\n[/av_heading]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-10 07:26:33','2016-11-10 07:26:33','',42,'http://metro-landscaping.com/en/2016/11/10/42-revision-v1/',0,'revision','',0),(412,1,'2016-11-10 07:26:51','2016-11-10 07:26:51','','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-10 07:26:51','2016-11-10 07:26:51','',42,'http://metro-landscaping.com/en/2016/11/10/42-revision-v1/',0,'revision','',0),(416,1,'2016-11-10 08:42:41','2016-11-10 08:42:41','[av_slideshow_accordion slide_type=\'image-based\' link=\'category\' items=\'5\' offset=\'0\' size=\'featured\' title=\'active\' autoplay=\'false\' interval=\'5\']\r\n[av_slide_accordion id=\'413\'][/av_slide_accordion]\r\n[av_slide_accordion id=\'415\' title=\'\' link=\'lightbox\' link_target=\'\'][/av_slide_accordion]\r\n[av_slide_accordion id=\'414\' title=\'\' link=\'lightbox\' link_target=\'\'][/av_slide_accordion]\r\n[/av_slideshow_accordion]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-10 08:42:41','2016-11-10 08:42:41','',42,'http://metro-landscaping.com/en/2016/11/10/42-revision-v1/',0,'revision','',0),(417,1,'2016-11-10 08:43:17','2016-11-10 08:43:17','[av_slideshow_accordion slide_type=\'image-based\' link=\'category\' items=\'5\' offset=\'0\' size=\'large\' title=\'active\' autoplay=\'false\' interval=\'5\']\r\n[av_slide_accordion id=\'413\' title=\'\' link=\'\' link_target=\'\'][/av_slide_accordion]\r\n[av_slide_accordion id=\'415\' title=\'\' link=\'lightbox\' link_target=\'\'][/av_slide_accordion]\r\n[av_slide_accordion id=\'414\' title=\'\' link=\'lightbox\' link_target=\'\'][/av_slide_accordion]\r\n[/av_slideshow_accordion]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-10 08:43:17','2016-11-10 08:43:17','',42,'http://metro-landscaping.com/en/2016/11/10/42-revision-v1/',0,'revision','',0),(418,1,'2016-11-10 08:43:45','2016-11-10 08:43:45','[av_slideshow_accordion slide_type=\'image-based\' link=\'category\' items=\'5\' offset=\'0\' size=\'featured_large\' title=\'active\' autoplay=\'false\' interval=\'5\']\r\n[av_slide_accordion id=\'413\' title=\'\' link=\'\' link_target=\'\'][/av_slide_accordion]\r\n[av_slide_accordion id=\'415\' title=\'\' link=\'lightbox\' link_target=\'\'][/av_slide_accordion]\r\n[av_slide_accordion id=\'414\' title=\'\' link=\'lightbox\' link_target=\'\'][/av_slide_accordion]\r\n[/av_slideshow_accordion]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-10 08:43:45','2016-11-10 08:43:45','',42,'http://metro-landscaping.com/en/2016/11/10/42-revision-v1/',0,'revision','',0),(422,1,'2016-11-10 08:45:37','2016-11-10 08:45:37','[av_slideshow_accordion slide_type=\'image-based\' link=\'category\' items=\'5\' offset=\'0\' size=\'featured_large\' title=\'active\' autoplay=\'false\' interval=\'5\']\r\n[av_slide_accordion id=\'415\' title=\'\' link=\'lightbox\' link_target=\'\'][/av_slide_accordion]\r\n[av_slide_accordion id=\'413\' title=\'\' link=\'\' link_target=\'\'][/av_slide_accordion]\r\n[av_slide_accordion id=\'414\' title=\'\' link=\'lightbox\' link_target=\'\'][/av_slide_accordion]\r\n[av_slide_accordion id=\'419\' title=\'\' link=\'lightbox\' link_target=\'\'][/av_slide_accordion]\r\n[av_slide_accordion id=\'420\' title=\'\' link=\'lightbox\' link_target=\'\'][/av_slide_accordion]\r\n[av_slide_accordion id=\'421\' title=\'\' link=\'lightbox\' link_target=\'\'][/av_slide_accordion]\r\n[/av_slideshow_accordion]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-10 08:45:37','2016-11-10 08:45:37','',42,'http://metro-landscaping.com/en/2016/11/10/42-revision-v1/',0,'revision','',0),(423,1,'2016-11-10 08:46:38','2016-11-10 08:46:38','[av_slideshow_accordion slide_type=\'image-based\' link=\'category\' items=\'5\' offset=\'0\' size=\'featured_large\' title=\'active\' autoplay=\'true\' interval=\'10\']\r\n[av_slide_accordion id=\'415\' title=\'\' link=\'lightbox\' link_target=\'\'][/av_slide_accordion]\r\n[av_slide_accordion id=\'413\' title=\'\' link=\'lightbox\' link_target=\'\'][/av_slide_accordion]\r\n[av_slide_accordion id=\'414\' title=\'\' link=\'lightbox\' link_target=\'\'][/av_slide_accordion]\r\n[av_slide_accordion id=\'419\' title=\'\' link=\'lightbox\' link_target=\'\'][/av_slide_accordion]\r\n[av_slide_accordion id=\'420\' title=\'\' link=\'lightbox\' link_target=\'\'][/av_slide_accordion]\r\n[av_slide_accordion id=\'421\' title=\'\' link=\'lightbox\' link_target=\'\'][/av_slide_accordion]\r\n[/av_slideshow_accordion]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-10 08:46:38','2016-11-10 08:46:38','',42,'http://metro-landscaping.com/en/2016/11/10/42-revision-v1/',0,'revision','',0),(424,1,'2016-11-10 08:47:35','2016-11-10 08:47:35','[av_slideshow size=\'featured\' animation=\'slide_up\' autoplay=\'false\' interval=\'5\' control_layout=\'\']\r\n[av_slide slide_type=\'image\' id=\'415\' video=\'\' mobile_image=\'\' video_ratio=\'\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n\r\n[/av_slideshow]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-10 08:47:35','2016-11-10 08:47:35','',42,'http://metro-landscaping.com/en/2016/11/10/42-revision-v1/',0,'revision','',0),(425,1,'2016-11-10 09:01:20','2016-11-10 09:01:20','[av_layerslider id=\'3\']','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-10 09:01:20','2016-11-10 09:01:20','',42,'http://metro-landscaping.com/en/2016/11/10/42-revision-v1/',0,'revision','',0),(426,1,'2016-11-10 09:10:43','2016-11-10 09:10:43','[av_layerslider id=\'3\']\r\n\r\n[av_hr class=\'invisible\' height=\'50\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-10 09:10:43','2016-11-10 09:10:43','',42,'http://metro-landscaping.com/en/2016/11/10/42-revision-v1/',0,'revision','',0),(450,1,'2016-11-10 10:12:42','2016-11-10 10:12:42','[av_layerslider id=\'3\']\r\n\r\n[av_hr class=\'invisible\' height=\'50\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_partner columns=\'5\' heading=\'\' size=\'square\' border=\'av-border-deactivate\' type=\'slider\' animation=\'slide\' navigation=\'arrows\' autoplay=\'true\' interval=\'5\']\r\n[av_partner_logo id=\'433\'][/av_partner_logo]\r\n[av_partner_logo id=\'434\'][/av_partner_logo]\r\n[av_partner_logo id=\'435\'][/av_partner_logo]\r\n[av_partner_logo id=\'436\'][/av_partner_logo]\r\n[av_partner_logo id=\'437\'][/av_partner_logo]\r\n[av_partner_logo id=\'438\'][/av_partner_logo]\r\n[av_partner_logo id=\'439\'][/av_partner_logo]\r\n[av_partner_logo id=\'440\'][/av_partner_logo]\r\n[av_partner_logo id=\'441\'][/av_partner_logo]\r\n[av_partner_logo id=\'442\'][/av_partner_logo]\r\n[av_partner_logo id=\'443\'][/av_partner_logo]\r\n[av_partner_logo id=\'444\'][/av_partner_logo]\r\n[av_partner_logo id=\'445\'][/av_partner_logo]\r\n[av_partner_logo id=\'446\'][/av_partner_logo]\r\n[av_partner_logo id=\'447\'][/av_partner_logo]\r\n[av_partner_logo id=\'448\'][/av_partner_logo]\r\n[av_partner_logo id=\'449\'][/av_partner_logo]\r\n[/av_partner]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-10 10:12:42','2016-11-10 10:12:42','',42,'http://metro-landscaping.com/en/2016/11/10/42-revision-v1/',0,'revision','',0),(451,1,'2016-11-10 10:13:23','2016-11-10 10:13:23','[av_layerslider id=\'3\']\r\n\r\n[av_partner columns=\'5\' heading=\'\' size=\'square\' border=\'av-border-deactivate\' type=\'slider\' animation=\'slide\' navigation=\'arrows\' autoplay=\'true\' interval=\'5\']\r\n[av_partner_logo id=\'433\'][/av_partner_logo]\r\n[av_partner_logo id=\'434\'][/av_partner_logo]\r\n[av_partner_logo id=\'435\'][/av_partner_logo]\r\n[av_partner_logo id=\'436\'][/av_partner_logo]\r\n[av_partner_logo id=\'437\'][/av_partner_logo]\r\n[av_partner_logo id=\'438\'][/av_partner_logo]\r\n[av_partner_logo id=\'439\'][/av_partner_logo]\r\n[av_partner_logo id=\'440\'][/av_partner_logo]\r\n[av_partner_logo id=\'441\'][/av_partner_logo]\r\n[av_partner_logo id=\'442\'][/av_partner_logo]\r\n[av_partner_logo id=\'443\'][/av_partner_logo]\r\n[av_partner_logo id=\'444\'][/av_partner_logo]\r\n[av_partner_logo id=\'445\'][/av_partner_logo]\r\n[av_partner_logo id=\'446\'][/av_partner_logo]\r\n[av_partner_logo id=\'447\'][/av_partner_logo]\r\n[av_partner_logo id=\'448\'][/av_partner_logo]\r\n[av_partner_logo id=\'449\'][/av_partner_logo]\r\n[/av_partner]\r\n\r\n[av_hr class=\'invisible\' height=\'50\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-10 10:13:23','2016-11-10 10:13:23','',42,'http://metro-landscaping.com/en/2016/11/10/42-revision-v1/',0,'revision','',0),(452,1,'2016-11-10 10:14:20','2016-11-10 10:14:20','[av_layerslider id=\'3\']\r\n\r\n[av_partner columns=\'5\' heading=\'\' size=\'square\' border=\'av-border-deactivate\' type=\'slider\' animation=\'slide\' navigation=\'arrows\' autoplay=\'false\' interval=\'5\']\r\n[av_partner_logo id=\'433\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'434\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'435\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'436\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'437\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'438\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'439\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'440\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'441\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'442\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'443\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'444\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'445\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'446\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'447\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'448\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'449\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[/av_partner]\r\n\r\n[av_hr class=\'invisible\' height=\'50\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-10 10:14:20','2016-11-10 10:14:20','',42,'http://metro-landscaping.com/en/2016/11/10/42-revision-v1/',0,'revision','',0),(453,1,'2016-11-10 10:14:39','2016-11-10 10:14:39','[av_layerslider id=\'3\']\r\n\r\n[av_partner columns=\'5\' heading=\'\' size=\'square\' border=\'av-border-deactivate\' type=\'slider\' animation=\'slide\' navigation=\'arrows\' autoplay=\'false\' interval=\'5\']\r\n[av_partner_logo id=\'433\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'434\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'435\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'436\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'437\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'438\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'439\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'440\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'441\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'442\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'443\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'444\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'445\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'446\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'447\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'448\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'449\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[/av_partner]\r\n\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-10 10:14:39','2016-11-10 10:14:39','',42,'http://metro-landscaping.com/en/2016/11/10/42-revision-v1/',0,'revision','',0),(454,1,'2016-11-10 10:15:31','2016-11-10 10:15:31','[av_layerslider id=\'3\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#f4f4f4\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_partner columns=\'5\' heading=\'\' size=\'square\' border=\'av-border-deactivate\' type=\'slider\' animation=\'slide\' navigation=\'arrows\' autoplay=\'false\' interval=\'5\']\r\n[av_partner_logo id=\'433\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'434\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'435\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'436\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'437\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'438\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'439\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'440\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'441\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'442\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'443\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'444\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'445\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'446\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'447\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'448\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'449\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[/av_partner]\r\n\r\n[/av_section][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-10 10:15:31','2016-11-10 10:15:31','',42,'http://metro-landscaping.com/en/2016/11/10/42-revision-v1/',0,'revision','',0),(455,1,'2016-11-10 10:16:08','2016-11-10 10:16:08','[av_layerslider id=\'3\']\r\n\r\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#f4f4f4\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_partner columns=\'5\' heading=\'\' size=\'square\' border=\'av-border-deactivate\' type=\'slider\' animation=\'slide\' navigation=\'arrows\' autoplay=\'false\' interval=\'5\']\r\n[av_partner_logo id=\'433\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'434\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'435\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'436\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'437\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'438\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'439\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'440\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'441\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'442\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'443\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'444\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'445\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'446\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'447\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'448\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'449\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[/av_partner]\r\n\r\n[/av_section][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-10 10:16:08','2016-11-10 10:16:08','',42,'http://metro-landscaping.com/en/2016/11/10/42-revision-v1/',0,'revision','',0),(456,1,'2016-11-10 10:16:36','2016-11-10 10:16:36','[av_layerslider id=\'3\']\r\n\r\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_partner columns=\'5\' heading=\'\' size=\'square\' border=\'av-border-deactivate\' type=\'slider\' animation=\'slide\' navigation=\'arrows\' autoplay=\'false\' interval=\'5\']\r\n[av_partner_logo id=\'433\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'434\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'435\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'436\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'437\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'438\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'439\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'440\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'441\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'442\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'443\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'444\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'445\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'446\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'447\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'448\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'449\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[/av_partner]\r\n[/av_section]\r\n\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-10 10:16:36','2016-11-10 10:16:36','',42,'http://metro-landscaping.com/en/2016/11/10/42-revision-v1/',0,'revision','',0),(457,1,'2016-11-10 10:18:30','2016-11-10 10:18:30','[av_layerslider id=\'3\']\r\n\r\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_partner columns=\'5\' heading=\'\' size=\'square\' border=\'\' type=\'slider\' animation=\'slide\' navigation=\'dots\' autoplay=\'false\' interval=\'5\']\r\n[av_partner_logo id=\'433\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'434\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'435\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'436\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'437\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'438\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'439\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'440\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'441\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'442\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'443\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'444\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'445\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'446\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'447\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'448\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'449\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[/av_partner]\r\n\r\n[/av_section][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-10 10:18:30','2016-11-10 10:18:30','',42,'http://metro-landscaping.com/en/2016/11/10/42-revision-v1/',0,'revision','',0),(458,1,'2016-11-10 10:20:00','2016-11-10 10:20:00','[av_layerslider id=\'3\']\r\n\r\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_partner columns=\'5\' heading=\'\' size=\'square\' border=\'\' type=\'grid\' animation=\'slide\' navigation=\'dots\' autoplay=\'false\' interval=\'5\']\r\n[av_partner_logo id=\'433\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'434\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'435\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'436\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'437\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'438\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'439\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'440\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'441\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'442\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'443\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'444\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'445\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'446\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'447\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'448\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'449\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[/av_partner]\r\n\r\n[/av_section][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-10 10:20:00','2016-11-10 10:20:00','',42,'http://metro-landscaping.com/en/2016/11/10/42-revision-v1/',0,'revision','',0),(459,1,'2016-11-10 10:20:59','2016-11-10 10:20:59','[av_layerslider id=\'3\']\r\n\r\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_partner columns=\'6\' heading=\'\' size=\'square\' border=\'\' type=\'slider\' animation=\'slide\' navigation=\'arrows\' autoplay=\'true\' interval=\'5\']\r\n[av_partner_logo id=\'433\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'434\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'435\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'436\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'437\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'438\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'439\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'440\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'441\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'442\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'443\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'444\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'445\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'446\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'447\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'448\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[av_partner_logo id=\'449\' hover=\'\' link=\'\' linktitle=\'\' link_target=\'\']\r\n[/av_partner]\r\n\r\n[/av_section][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-10 10:20:59','2016-11-10 10:20:59','',42,'http://metro-landscaping.com/en/2016/11/10/42-revision-v1/',0,'revision','',0),(460,1,'2016-11-10 10:27:20','2016-11-10 10:27:20','[av_layerslider id=\'3\']\r\n\r\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_slideshow size=\'square\' animation=\'slide\' autoplay=\'true\' autoplay_stopper=\'aviaTBautoplay_stopper\' interval=\'6\' control_layout=\'\']\r\n[av_slide id=\'433\'][/av_slide]\r\n[av_slide id=\'434\'][/av_slide]\r\n[av_slide id=\'435\'][/av_slide]\r\n[av_slide id=\'437\'][/av_slide]\r\n[av_slide id=\'436\'][/av_slide]\r\n[av_slide id=\'439\'][/av_slide]\r\n[av_slide id=\'438\'][/av_slide]\r\n[av_slide id=\'441\'][/av_slide]\r\n[av_slide id=\'440\'][/av_slide]\r\n[av_slide id=\'442\'][/av_slide]\r\n[av_slide id=\'443\'][/av_slide]\r\n[av_slide id=\'444\'][/av_slide]\r\n[av_slide id=\'446\'][/av_slide]\r\n[av_slide id=\'445\'][/av_slide]\r\n[av_slide id=\'448\'][/av_slide]\r\n[av_slide id=\'447\'][/av_slide]\r\n[av_slide id=\'449\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[/av_section][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-10 10:27:20','2016-11-10 10:27:20','',42,'http://metro-landscaping.com/en/2016/11/10/42-revision-v1/',0,'revision','',0),(461,1,'2016-11-10 10:33:43','2016-11-10 10:33:43','[av_layerslider id=\'3\']\r\n\r\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_masonry_gallery ids=\'433,434,438,439,436,437,435,441,440,442,443,444,449,447,448,445\' items=\'6\' columns=\'6\' paginate=\'pagination\' size=\'flex\' gap=\'large\' overlay_fx=\'\' caption_elements=\'none\' caption_display=\'always\' container_links=\'active\' id=\'\']\r\n\r\n[/av_section][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-10 10:33:43','2016-11-10 10:33:43','',42,'http://metro-landscaping.com/en/2016/11/10/42-revision-v1/',0,'revision','',0),(462,1,'2016-11-10 10:34:33','2016-11-10 10:34:33','[av_layerslider id=\'3\']\r\n\r\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_masonry_gallery ids=\'433,434,438,439,436,437,435,441,440,442,443,444,449,447,448,445\' items=\'6\' columns=\'6\' paginate=\'load_more\' size=\'flex\' gap=\'large\' overlay_fx=\'\' caption_elements=\'none\' caption_display=\'always\' container_links=\'active\' id=\'\']\r\n\r\n[/av_section][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-10 10:34:33','2016-11-10 10:34:33','',42,'http://metro-landscaping.com/en/2016/11/10/42-revision-v1/',0,'revision','',0),(463,1,'2016-11-10 10:35:55','2016-11-10 10:35:55','[av_layerslider id=\'3\']\r\n\r\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_masonry_gallery ids=\'433,434,438,439,436,437,435,441,440,442,443,444,449,447,448,445\' items=\'15\' columns=\'5\' paginate=\'none\' size=\'flex\' gap=\'large\' overlay_fx=\'\' caption_elements=\'none\' caption_display=\'always\' container_links=\'active\' id=\'\']\r\n\r\n[/av_section][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-10 10:35:55','2016-11-10 10:35:55','',42,'http://metro-landscaping.com/en/2016/11/10/42-revision-v1/',0,'revision','',0),(464,1,'2016-11-10 10:37:54','2016-11-10 10:37:54','[av_layerslider id=\'3\']\r\n\r\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_masonry_gallery ids=\'433,444,434,443,436,438,439,437,435,441,440,442,449,447,448,445\' items=\'15\' columns=\'5\' paginate=\'none\' size=\'flex\' gap=\'large\' overlay_fx=\'\' caption_elements=\'none\' caption_display=\'always\' container_links=\'active\' id=\'\']\r\n\r\n[/av_section][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-10 10:37:54','2016-11-10 10:37:54','',42,'http://metro-landscaping.com/en/2016/11/10/42-revision-v1/',0,'revision','',0),(465,1,'2016-11-10 10:40:18','2016-11-10 10:40:18','[av_layerslider id=\'3\']\r\n\r\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_masonry_gallery ids=\'433,444,434,443,436,440,439,437,435,441,438,442,449,447,448,445\' items=\'6\' columns=\'4\' paginate=\'none\' size=\'flex\' gap=\'large\' overlay_fx=\'\' caption_elements=\'none\' caption_display=\'always\' container_links=\'active\' id=\'\']\r\n\r\n[/av_section][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-10 10:40:18','2016-11-10 10:40:18','',42,'http://metro-landscaping.com/en/2016/11/10/42-revision-v1/',0,'revision','',0),(466,1,'2016-11-10 10:40:57','2016-11-10 10:40:57','[av_layerslider id=\'3\']\r\n\r\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_masonry_gallery ids=\'433,444,434,443,436,440,439,437,435,441,438,442,449,447,448,445\' items=\'16\' columns=\'4\' paginate=\'none\' size=\'flex\' gap=\'large\' overlay_fx=\'\' caption_elements=\'none\' caption_display=\'always\' container_links=\'active\' id=\'\']\r\n\r\n[/av_section][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-10 10:40:57','2016-11-10 10:40:57','',42,'http://metro-landscaping.com/en/2016/11/10/42-revision-v1/',0,'revision','',0),(467,1,'2016-11-10 10:41:36','2016-11-10 10:41:36','[av_layerslider id=\'3\']\r\n\r\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_masonry_gallery ids=\'433,444,434,436,443,440,439,437,435,441,438,442,449,447,448,445\' items=\'16\' columns=\'4\' paginate=\'none\' size=\'flex\' gap=\'large\' overlay_fx=\'\' caption_elements=\'none\' caption_display=\'always\' container_links=\'active\' id=\'\']\r\n\r\n[/av_section][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-10 10:41:36','2016-11-10 10:41:36','',42,'http://metro-landscaping.com/en/2016/11/10/42-revision-v1/',0,'revision','',0),(468,1,'2016-11-10 10:42:54','2016-11-10 10:42:54','[av_layerslider id=\'3\']\r\n\r\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_masonry_gallery ids=\'433,444,434,436,439,440,443,437,435,441,438,442,449,447,448,445\' items=\'16\' columns=\'4\' paginate=\'none\' size=\'flex\' gap=\'large\' overlay_fx=\'\' caption_elements=\'none\' caption_display=\'always\' container_links=\'active\' id=\'\']\r\n\r\n[/av_section][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-10 10:42:54','2016-11-10 10:42:54','',42,'http://metro-landscaping.com/en/2016/11/10/42-revision-v1/',0,'revision','',0),(469,1,'2016-11-10 10:48:40','2016-11-10 10:48:40','[av_layerslider id=\'3\']\r\n\r\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_masonry_gallery ids=\'433,444,434,436,439,443,445,438,437,435,441,442,449,447,448,440\' items=\'16\' columns=\'4\' paginate=\'none\' size=\'flex\' gap=\'large\' overlay_fx=\'\' caption_elements=\'none\' caption_display=\'always\' container_links=\'active\' id=\'\']\r\n\r\n[/av_section][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-10 10:48:40','2016-11-10 10:48:40','',42,'http://metro-landscaping.com/en/2016/11/10/42-revision-v1/',0,'revision','',0),(470,1,'2016-11-10 10:51:42','2016-11-10 10:51:42','[av_layerslider id=\'3\']\r\n\r\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_masonry_gallery ids=\'445,433,444,441,439,434,436,437,443,435,447,442,449,438,448,440\' items=\'16\' columns=\'4\' paginate=\'none\' size=\'flex\' gap=\'large\' overlay_fx=\'\' caption_elements=\'none\' caption_display=\'always\' container_links=\'active\' id=\'\']\r\n\r\n[/av_section][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-10 10:51:42','2016-11-10 10:51:42','',42,'http://metro-landscaping.com/en/2016/11/10/42-revision-v1/',0,'revision','',0),(471,1,'2016-11-10 10:52:52','2016-11-10 10:52:52','[av_layerslider id=\'3\']\r\n\r\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_masonry_gallery ids=\'445,433,444,441,439,435,436,437,443,434,447,442,449,438,448,440\' items=\'16\' columns=\'4\' paginate=\'none\' size=\'flex\' gap=\'large\' overlay_fx=\'\' caption_elements=\'none\' caption_display=\'always\' container_links=\'active\' id=\'\']\r\n\r\n[/av_section][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-10 10:52:52','2016-11-10 10:52:52','',42,'http://metro-landscaping.com/en/2016/11/10/42-revision-v1/',0,'revision','',0),(472,1,'2016-11-10 10:54:08','2016-11-10 10:54:08','[av_layerslider id=\'3\']\r\n\r\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_masonry_gallery ids=\'445,433,444,441,439,435,447,437,443,434,436,442,449,438,448,440\' items=\'16\' columns=\'4\' paginate=\'none\' size=\'flex\' gap=\'large\' overlay_fx=\'\' caption_elements=\'none\' caption_display=\'always\' container_links=\'active\' id=\'\']\r\n\r\n[/av_section][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-10 10:54:08','2016-11-10 10:54:08','',42,'http://metro-landscaping.com/en/2016/11/10/42-revision-v1/',0,'revision','',0),(473,1,'2016-11-10 10:55:33','2016-11-10 10:55:33','[av_layerslider id=\'3\']\r\n\r\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_masonry_gallery ids=\'445,433,444,441,439,435,447,437,443,434,436,440,449,438,448,442\' items=\'16\' columns=\'4\' paginate=\'none\' size=\'flex\' gap=\'large\' overlay_fx=\'\' caption_elements=\'none\' caption_display=\'always\' container_links=\'active\' id=\'\']\r\n\r\n[/av_section][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-10 10:55:33','2016-11-10 10:55:33','',42,'http://metro-landscaping.com/en/2016/11/10/42-revision-v1/',0,'revision','',0),(488,1,'2016-11-12 05:41:51','2016-11-12 05:41:51','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/510858a2-9316-431b-86cd-2b6d6cae19c3.jpg\' attachment=\'487\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'About <strong>Us</strong>\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Mission</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Vision</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nFor ALBANDARY F&B corporate, the food industry is all about improving the quality of food and service presented to clients increasing turnovers and maintaining health consciousness.\r\n\r\nThus our vision focuses on developing a portfolio that includes innovative and high-end franchisors in the F&B industry, after being screened across an operational management selection criterion.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Abdul Rahman Al Rayyan\' job=\'Senior Managing Director\' src=\'http://almeelws.com/fnb_website/wp-content/uploads/2016/10/Abdul-Rayyan.png\' attachment=\'289\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<blockquote>With persistence and perserverance comes success</blockquote>\r\n- Normally we here much about thriving for achievement but nevertheless many interrogated queries remain unresolved, meaningfully mental abilities communicate Text & Data; however strong foundations of Mindsets critically adsorb the understandably essence from such given sources of information by analyzing carefully any stated objectives along with unattainable goals discoursed. Whereby, schematically setting plans become handy although a remaining question is ambiguous which simply asks us\r\n<blockquote>How do we plan the right decisive & Divisive future?</blockquote>\r\nSimplified form of answer would be, undergo tactically the real world and discover to explore unusual methods yet predefined new roles with flex ways at tackling hardship, obstacles, challenges throughout wise, prudent steps furthering yourself ahead.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'75,85,67,83,54,55,84,80,81,79\' items=\'24\' columns=\'flexible\' paginate=\'load_more\' size=\'fixed masonry\' gap=\'no\' overlay_fx=\'\' caption_elements=\'excerpt\' caption_display=\'on-hover\' container_links=\'active\' id=\'\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 05:41:51','2016-11-12 05:41:51','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(491,1,'2016-11-12 05:46:14','2016-11-12 05:46:14','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/4ef61171-a0bb-4ab9-91f9-8774d45c4d76.jpg\' attachment=\'490\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'About <strong>Us</strong>\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Mission</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Vision</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nFor ALBANDARY F&B corporate, the food industry is all about improving the quality of food and service presented to clients increasing turnovers and maintaining health consciousness.\r\n\r\nThus our vision focuses on developing a portfolio that includes innovative and high-end franchisors in the F&B industry, after being screened across an operational management selection criterion.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Abdul Rahman Al Rayyan\' job=\'Senior Managing Director\' src=\'http://almeelws.com/fnb_website/wp-content/uploads/2016/10/Abdul-Rayyan.png\' attachment=\'289\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<blockquote>With persistence and perserverance comes success</blockquote>\r\n- Normally we here much about thriving for achievement but nevertheless many interrogated queries remain unresolved, meaningfully mental abilities communicate Text & Data; however strong foundations of Mindsets critically adsorb the understandably essence from such given sources of information by analyzing carefully any stated objectives along with unattainable goals discoursed. Whereby, schematically setting plans become handy although a remaining question is ambiguous which simply asks us\r\n<blockquote>How do we plan the right decisive & Divisive future?</blockquote>\r\nSimplified form of answer would be, undergo tactically the real world and discover to explore unusual methods yet predefined new roles with flex ways at tackling hardship, obstacles, challenges throughout wise, prudent steps furthering yourself ahead.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'75,85,67,83,54,55,84,80,81,79\' items=\'24\' columns=\'flexible\' paginate=\'load_more\' size=\'fixed masonry\' gap=\'no\' overlay_fx=\'\' caption_elements=\'excerpt\' caption_display=\'on-hover\' container_links=\'active\' id=\'\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 05:46:14','2016-11-12 05:46:14','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(492,1,'2016-11-12 05:47:05','2016-11-12 05:47:05','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/4ef61171-a0bb-4ab9-91f9-8774d45c4d76.jpg\' attachment=\'490\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'About <strong>Us</strong>\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Mission</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Vision</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nFor ALBANDARY F&B corporate, the food industry is all about improving the quality of food and service presented to clients increasing turnovers and maintaining health consciousness.\r\n\r\nThus our vision focuses on developing a portfolio that includes innovative and high-end franchisors in the F&B industry, after being screened across an operational management selection criterion.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Abdul Rahman Al Rayyan\' job=\'Senior Managing Director\' src=\'http://almeelws.com/fnb_website/wp-content/uploads/2016/10/Abdul-Rayyan.png\' attachment=\'289\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<blockquote>With persistence and perserverance comes success</blockquote>\r\n- Normally we here much about thriving for achievement but nevertheless many interrogated queries remain unresolved, meaningfully mental abilities communicate Text & Data; however strong foundations of Mindsets critically adsorb the understandably essence from such given sources of information by analyzing carefully any stated objectives along with unattainable goals discoursed. Whereby, schematically setting plans become handy although a remaining question is ambiguous which simply asks us\r\n<blockquote>How do we plan the right decisive & Divisive future?</blockquote>\r\nSimplified form of answer would be, undergo tactically the real world and discover to explore unusual methods yet predefined new roles with flex ways at tackling hardship, obstacles, challenges throughout wise, prudent steps furthering yourself ahead.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'75,85,67,83,54,55,84,80,81,79\' items=\'24\' columns=\'flexible\' paginate=\'load_more\' size=\'fixed masonry\' gap=\'no\' overlay_fx=\'\' caption_elements=\'excerpt\' caption_display=\'on-hover\' container_links=\'active\' id=\'\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 05:47:05','2016-11-12 05:47:05','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(494,1,'2016-11-12 05:49:01','2016-11-12 05:49:01','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/510858a2-9316-431b-86cd-2b6d6cae19c3-2.jpg\' attachment=\'493\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'About <strong>Us</strong>\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Mission</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Vision</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nFor ALBANDARY F&B corporate, the food industry is all about improving the quality of food and service presented to clients increasing turnovers and maintaining health consciousness.\r\n\r\nThus our vision focuses on developing a portfolio that includes innovative and high-end franchisors in the F&B industry, after being screened across an operational management selection criterion.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Abdul Rahman Al Rayyan\' job=\'Senior Managing Director\' src=\'http://almeelws.com/fnb_website/wp-content/uploads/2016/10/Abdul-Rayyan.png\' attachment=\'289\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<blockquote>With persistence and perserverance comes success</blockquote>\r\n- Normally we here much about thriving for achievement but nevertheless many interrogated queries remain unresolved, meaningfully mental abilities communicate Text & Data; however strong foundations of Mindsets critically adsorb the understandably essence from such given sources of information by analyzing carefully any stated objectives along with unattainable goals discoursed. Whereby, schematically setting plans become handy although a remaining question is ambiguous which simply asks us\r\n<blockquote>How do we plan the right decisive & Divisive future?</blockquote>\r\nSimplified form of answer would be, undergo tactically the real world and discover to explore unusual methods yet predefined new roles with flex ways at tackling hardship, obstacles, challenges throughout wise, prudent steps furthering yourself ahead.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'75,85,67,83,54,55,84,80,81,79\' items=\'24\' columns=\'flexible\' paginate=\'load_more\' size=\'fixed masonry\' gap=\'no\' overlay_fx=\'\' caption_elements=\'excerpt\' caption_display=\'on-hover\' container_links=\'active\' id=\'\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 05:49:01','2016-11-12 05:49:01','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(496,1,'2016-11-12 05:51:59','2016-11-12 05:51:59','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/510858a2-9316-431b-86cd-2b6d6cae19c3.jpg\' attachment=\'495\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'About <strong>Us</strong>\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Mission</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Vision</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nFor ALBANDARY F&B corporate, the food industry is all about improving the quality of food and service presented to clients increasing turnovers and maintaining health consciousness.\r\n\r\nThus our vision focuses on developing a portfolio that includes innovative and high-end franchisors in the F&B industry, after being screened across an operational management selection criterion.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Abdul Rahman Al Rayyan\' job=\'Senior Managing Director\' src=\'http://almeelws.com/fnb_website/wp-content/uploads/2016/10/Abdul-Rayyan.png\' attachment=\'289\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<blockquote>With persistence and perserverance comes success</blockquote>\r\n- Normally we here much about thriving for achievement but nevertheless many interrogated queries remain unresolved, meaningfully mental abilities communicate Text & Data; however strong foundations of Mindsets critically adsorb the understandably essence from such given sources of information by analyzing carefully any stated objectives along with unattainable goals discoursed. Whereby, schematically setting plans become handy although a remaining question is ambiguous which simply asks us\r\n<blockquote>How do we plan the right decisive & Divisive future?</blockquote>\r\nSimplified form of answer would be, undergo tactically the real world and discover to explore unusual methods yet predefined new roles with flex ways at tackling hardship, obstacles, challenges throughout wise, prudent steps furthering yourself ahead.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'75,85,67,83,54,55,84,80,81,79\' items=\'24\' columns=\'flexible\' paginate=\'load_more\' size=\'fixed masonry\' gap=\'no\' overlay_fx=\'\' caption_elements=\'excerpt\' caption_display=\'on-hover\' container_links=\'active\' id=\'\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 05:51:59','2016-11-12 05:51:59','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(498,1,'2016-11-12 06:03:53','2016-11-12 06:03:53','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/4ef61171-a0bb-4ab9-91f9-8774d45c4d76.jpg\' attachment=\'497\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'50\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'About <strong>Us</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'18\' custom_class=\'\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Mission</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Vision</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nFor ALBANDARY F&B corporate, the food industry is all about improving the quality of food and service presented to clients increasing turnovers and maintaining health consciousness.\r\n\r\nThus our vision focuses on developing a portfolio that includes innovative and high-end franchisors in the F&B industry, after being screened across an operational management selection criterion.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Abdul Rahman Al Rayyan\' job=\'Senior Managing Director\' src=\'http://almeelws.com/fnb_website/wp-content/uploads/2016/10/Abdul-Rayyan.png\' attachment=\'289\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<blockquote>With persistence and perserverance comes success</blockquote>\r\n- Normally we here much about thriving for achievement but nevertheless many interrogated queries remain unresolved, meaningfully mental abilities communicate Text & Data; however strong foundations of Mindsets critically adsorb the understandably essence from such given sources of information by analyzing carefully any stated objectives along with unattainable goals discoursed. Whereby, schematically setting plans become handy although a remaining question is ambiguous which simply asks us\r\n<blockquote>How do we plan the right decisive & Divisive future?</blockquote>\r\nSimplified form of answer would be, undergo tactically the real world and discover to explore unusual methods yet predefined new roles with flex ways at tackling hardship, obstacles, challenges throughout wise, prudent steps furthering yourself ahead.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'75,85,67,83,54,55,84,80,81,79\' items=\'24\' columns=\'flexible\' paginate=\'load_more\' size=\'fixed masonry\' gap=\'no\' overlay_fx=\'\' caption_elements=\'excerpt\' caption_display=\'on-hover\' container_links=\'active\' id=\'\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 06:03:53','2016-11-12 06:03:53','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(499,1,'2016-11-12 06:04:53','2016-11-12 06:04:53','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/4ef61171-a0bb-4ab9-91f9-8774d45c4d76.jpg\' attachment=\'497\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom center\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'50\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'About <strong>Us</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'18\' custom_class=\'\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Mission</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Vision</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nFor ALBANDARY F&B corporate, the food industry is all about improving the quality of food and service presented to clients increasing turnovers and maintaining health consciousness.\r\n\r\nThus our vision focuses on developing a portfolio that includes innovative and high-end franchisors in the F&B industry, after being screened across an operational management selection criterion.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Abdul Rahman Al Rayyan\' job=\'Senior Managing Director\' src=\'http://almeelws.com/fnb_website/wp-content/uploads/2016/10/Abdul-Rayyan.png\' attachment=\'289\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<blockquote>With persistence and perserverance comes success</blockquote>\r\n- Normally we here much about thriving for achievement but nevertheless many interrogated queries remain unresolved, meaningfully mental abilities communicate Text & Data; however strong foundations of Mindsets critically adsorb the understandably essence from such given sources of information by analyzing carefully any stated objectives along with unattainable goals discoursed. Whereby, schematically setting plans become handy although a remaining question is ambiguous which simply asks us\r\n<blockquote>How do we plan the right decisive & Divisive future?</blockquote>\r\nSimplified form of answer would be, undergo tactically the real world and discover to explore unusual methods yet predefined new roles with flex ways at tackling hardship, obstacles, challenges throughout wise, prudent steps furthering yourself ahead.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'75,85,67,83,54,55,84,80,81,79\' items=\'24\' columns=\'flexible\' paginate=\'load_more\' size=\'fixed masonry\' gap=\'no\' overlay_fx=\'\' caption_elements=\'excerpt\' caption_display=\'on-hover\' container_links=\'active\' id=\'\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 06:04:53','2016-11-12 06:04:53','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(500,1,'2016-11-12 06:06:11','2016-11-12 06:06:11','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/510858a2-9316-431b-86cd-2b6d6cae19c3.jpg\' attachment=\'495\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom center\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'80\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'About <strong>Us</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'18\' custom_class=\'\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Mission</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Vision</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nFor ALBANDARY F&B corporate, the food industry is all about improving the quality of food and service presented to clients increasing turnovers and maintaining health consciousness.\r\n\r\nThus our vision focuses on developing a portfolio that includes innovative and high-end franchisors in the F&B industry, after being screened across an operational management selection criterion.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Abdul Rahman Al Rayyan\' job=\'Senior Managing Director\' src=\'http://almeelws.com/fnb_website/wp-content/uploads/2016/10/Abdul-Rayyan.png\' attachment=\'289\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<blockquote>With persistence and perserverance comes success</blockquote>\r\n- Normally we here much about thriving for achievement but nevertheless many interrogated queries remain unresolved, meaningfully mental abilities communicate Text & Data; however strong foundations of Mindsets critically adsorb the understandably essence from such given sources of information by analyzing carefully any stated objectives along with unattainable goals discoursed. Whereby, schematically setting plans become handy although a remaining question is ambiguous which simply asks us\r\n<blockquote>How do we plan the right decisive & Divisive future?</blockquote>\r\nSimplified form of answer would be, undergo tactically the real world and discover to explore unusual methods yet predefined new roles with flex ways at tackling hardship, obstacles, challenges throughout wise, prudent steps furthering yourself ahead.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'75,85,67,83,54,55,84,80,81,79\' items=\'24\' columns=\'flexible\' paginate=\'load_more\' size=\'fixed masonry\' gap=\'no\' overlay_fx=\'\' caption_elements=\'excerpt\' caption_display=\'on-hover\' container_links=\'active\' id=\'\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 06:06:11','2016-11-12 06:06:11','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(501,1,'2016-11-12 06:07:03','2016-11-12 06:07:03','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/510858a2-9316-431b-86cd-2b6d6cae19c3.jpg\' attachment=\'495\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom center\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'60\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'About <strong>Us</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'18\' custom_class=\'\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Mission</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Vision</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nFor ALBANDARY F&B corporate, the food industry is all about improving the quality of food and service presented to clients increasing turnovers and maintaining health consciousness.\r\n\r\nThus our vision focuses on developing a portfolio that includes innovative and high-end franchisors in the F&B industry, after being screened across an operational management selection criterion.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Abdul Rahman Al Rayyan\' job=\'Senior Managing Director\' src=\'http://almeelws.com/fnb_website/wp-content/uploads/2016/10/Abdul-Rayyan.png\' attachment=\'289\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<blockquote>With persistence and perserverance comes success</blockquote>\r\n- Normally we here much about thriving for achievement but nevertheless many interrogated queries remain unresolved, meaningfully mental abilities communicate Text & Data; however strong foundations of Mindsets critically adsorb the understandably essence from such given sources of information by analyzing carefully any stated objectives along with unattainable goals discoursed. Whereby, schematically setting plans become handy although a remaining question is ambiguous which simply asks us\r\n<blockquote>How do we plan the right decisive & Divisive future?</blockquote>\r\nSimplified form of answer would be, undergo tactically the real world and discover to explore unusual methods yet predefined new roles with flex ways at tackling hardship, obstacles, challenges throughout wise, prudent steps furthering yourself ahead.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'75,85,67,83,54,55,84,80,81,79\' items=\'24\' columns=\'flexible\' paginate=\'load_more\' size=\'fixed masonry\' gap=\'no\' overlay_fx=\'\' caption_elements=\'excerpt\' caption_display=\'on-hover\' container_links=\'active\' id=\'\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 06:07:03','2016-11-12 06:07:03','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(502,1,'2016-11-12 06:07:38','2016-11-12 06:07:38','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/510858a2-9316-431b-86cd-2b6d6cae19c3.jpg\' attachment=\'495\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'About <strong>Us</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'18\' custom_class=\'\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Mission</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Vision</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nFor ALBANDARY F&B corporate, the food industry is all about improving the quality of food and service presented to clients increasing turnovers and maintaining health consciousness.\r\n\r\nThus our vision focuses on developing a portfolio that includes innovative and high-end franchisors in the F&B industry, after being screened across an operational management selection criterion.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Abdul Rahman Al Rayyan\' job=\'Senior Managing Director\' src=\'http://almeelws.com/fnb_website/wp-content/uploads/2016/10/Abdul-Rayyan.png\' attachment=\'289\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<blockquote>With persistence and perserverance comes success</blockquote>\r\n- Normally we here much about thriving for achievement but nevertheless many interrogated queries remain unresolved, meaningfully mental abilities communicate Text & Data; however strong foundations of Mindsets critically adsorb the understandably essence from such given sources of information by analyzing carefully any stated objectives along with unattainable goals discoursed. Whereby, schematically setting plans become handy although a remaining question is ambiguous which simply asks us\r\n<blockquote>How do we plan the right decisive & Divisive future?</blockquote>\r\nSimplified form of answer would be, undergo tactically the real world and discover to explore unusual methods yet predefined new roles with flex ways at tackling hardship, obstacles, challenges throughout wise, prudent steps furthering yourself ahead.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'75,85,67,83,54,55,84,80,81,79\' items=\'24\' columns=\'flexible\' paginate=\'load_more\' size=\'fixed masonry\' gap=\'no\' overlay_fx=\'\' caption_elements=\'excerpt\' caption_display=\'on-hover\' container_links=\'active\' id=\'\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 06:07:38','2016-11-12 06:07:38','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(503,1,'2016-11-12 06:07:57','2016-11-12 06:07:57','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/510858a2-9316-431b-86cd-2b6d6cae19c3.jpg\' attachment=\'495\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'About <strong>Us</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'18\' custom_class=\'\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Mission</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Vision</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nFor ALBANDARY F&B corporate, the food industry is all about improving the quality of food and service presented to clients increasing turnovers and maintaining health consciousness.\r\n\r\nThus our vision focuses on developing a portfolio that includes innovative and high-end franchisors in the F&B industry, after being screened across an operational management selection criterion.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Abdul Rahman Al Rayyan\' job=\'Senior Managing Director\' src=\'http://almeelws.com/fnb_website/wp-content/uploads/2016/10/Abdul-Rayyan.png\' attachment=\'289\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<blockquote>With persistence and perserverance comes success</blockquote>\r\n- Normally we here much about thriving for achievement but nevertheless many interrogated queries remain unresolved, meaningfully mental abilities communicate Text & Data; however strong foundations of Mindsets critically adsorb the understandably essence from such given sources of information by analyzing carefully any stated objectives along with unattainable goals discoursed. Whereby, schematically setting plans become handy although a remaining question is ambiguous which simply asks us\r\n<blockquote>How do we plan the right decisive & Divisive future?</blockquote>\r\nSimplified form of answer would be, undergo tactically the real world and discover to explore unusual methods yet predefined new roles with flex ways at tackling hardship, obstacles, challenges throughout wise, prudent steps furthering yourself ahead.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'75,85,67,83,54,55,84,80,81,79\' items=\'24\' columns=\'flexible\' paginate=\'load_more\' size=\'fixed masonry\' gap=\'no\' overlay_fx=\'\' caption_elements=\'excerpt\' caption_display=\'on-hover\' container_links=\'active\' id=\'\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 06:07:57','2016-11-12 06:07:57','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(505,1,'2016-11-12 06:09:21','2016-11-12 06:09:21','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/510858a2-9316-431b-86cd-2b6d6cae19c3.jpg\' attachment=\'504\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'About <strong>Us</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'18\' custom_class=\'\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Mission</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Vision</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nFor ALBANDARY F&B corporate, the food industry is all about improving the quality of food and service presented to clients increasing turnovers and maintaining health consciousness.\r\n\r\nThus our vision focuses on developing a portfolio that includes innovative and high-end franchisors in the F&B industry, after being screened across an operational management selection criterion.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Abdul Rahman Al Rayyan\' job=\'Senior Managing Director\' src=\'http://almeelws.com/fnb_website/wp-content/uploads/2016/10/Abdul-Rayyan.png\' attachment=\'289\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<blockquote>With persistence and perserverance comes success</blockquote>\r\n- Normally we here much about thriving for achievement but nevertheless many interrogated queries remain unresolved, meaningfully mental abilities communicate Text & Data; however strong foundations of Mindsets critically adsorb the understandably essence from such given sources of information by analyzing carefully any stated objectives along with unattainable goals discoursed. Whereby, schematically setting plans become handy although a remaining question is ambiguous which simply asks us\r\n<blockquote>How do we plan the right decisive & Divisive future?</blockquote>\r\nSimplified form of answer would be, undergo tactically the real world and discover to explore unusual methods yet predefined new roles with flex ways at tackling hardship, obstacles, challenges throughout wise, prudent steps furthering yourself ahead.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'75,85,67,83,54,55,84,80,81,79\' items=\'24\' columns=\'flexible\' paginate=\'load_more\' size=\'fixed masonry\' gap=\'no\' overlay_fx=\'\' caption_elements=\'excerpt\' caption_display=\'on-hover\' container_links=\'active\' id=\'\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 06:09:21','2016-11-12 06:09:21','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(506,1,'2016-11-12 06:10:01','2016-11-12 06:10:01','[av_section min_height=\'100\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/510858a2-9316-431b-86cd-2b6d6cae19c3.jpg\' attachment=\'504\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'About <strong>Us</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'18\' custom_class=\'\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Mission</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Vision</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nFor ALBANDARY F&B corporate, the food industry is all about improving the quality of food and service presented to clients increasing turnovers and maintaining health consciousness.\r\n\r\nThus our vision focuses on developing a portfolio that includes innovative and high-end franchisors in the F&B industry, after being screened across an operational management selection criterion.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Abdul Rahman Al Rayyan\' job=\'Senior Managing Director\' src=\'http://almeelws.com/fnb_website/wp-content/uploads/2016/10/Abdul-Rayyan.png\' attachment=\'289\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<blockquote>With persistence and perserverance comes success</blockquote>\r\n- Normally we here much about thriving for achievement but nevertheless many interrogated queries remain unresolved, meaningfully mental abilities communicate Text & Data; however strong foundations of Mindsets critically adsorb the understandably essence from such given sources of information by analyzing carefully any stated objectives along with unattainable goals discoursed. Whereby, schematically setting plans become handy although a remaining question is ambiguous which simply asks us\r\n<blockquote>How do we plan the right decisive & Divisive future?</blockquote>\r\nSimplified form of answer would be, undergo tactically the real world and discover to explore unusual methods yet predefined new roles with flex ways at tackling hardship, obstacles, challenges throughout wise, prudent steps furthering yourself ahead.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'75,85,67,83,54,55,84,80,81,79\' items=\'24\' columns=\'flexible\' paginate=\'load_more\' size=\'fixed masonry\' gap=\'no\' overlay_fx=\'\' caption_elements=\'excerpt\' caption_display=\'on-hover\' container_links=\'active\' id=\'\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 06:10:01','2016-11-12 06:10:01','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(507,1,'2016-11-12 06:10:41','2016-11-12 06:10:41','[av_section min_height=\'custom\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/510858a2-9316-431b-86cd-2b6d6cae19c3.jpg\' attachment=\'504\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'About <strong>Us</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'18\' custom_class=\'\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Mission</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Vision</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nFor ALBANDARY F&B corporate, the food industry is all about improving the quality of food and service presented to clients increasing turnovers and maintaining health consciousness.\r\n\r\nThus our vision focuses on developing a portfolio that includes innovative and high-end franchisors in the F&B industry, after being screened across an operational management selection criterion.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Abdul Rahman Al Rayyan\' job=\'Senior Managing Director\' src=\'http://almeelws.com/fnb_website/wp-content/uploads/2016/10/Abdul-Rayyan.png\' attachment=\'289\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<blockquote>With persistence and perserverance comes success</blockquote>\r\n- Normally we here much about thriving for achievement but nevertheless many interrogated queries remain unresolved, meaningfully mental abilities communicate Text & Data; however strong foundations of Mindsets critically adsorb the understandably essence from such given sources of information by analyzing carefully any stated objectives along with unattainable goals discoursed. Whereby, schematically setting plans become handy although a remaining question is ambiguous which simply asks us\r\n<blockquote>How do we plan the right decisive & Divisive future?</blockquote>\r\nSimplified form of answer would be, undergo tactically the real world and discover to explore unusual methods yet predefined new roles with flex ways at tackling hardship, obstacles, challenges throughout wise, prudent steps furthering yourself ahead.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'75,85,67,83,54,55,84,80,81,79\' items=\'24\' columns=\'flexible\' paginate=\'load_more\' size=\'fixed masonry\' gap=\'no\' overlay_fx=\'\' caption_elements=\'excerpt\' caption_display=\'on-hover\' container_links=\'active\' id=\'\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 06:10:41','2016-11-12 06:10:41','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(508,1,'2016-11-12 06:11:18','2016-11-12 06:11:18','[av_section min_height=\'custom\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/510858a2-9316-431b-86cd-2b6d6cae19c3.jpg\' attachment=\'504\' attachment_size=\'full\' attach=\'parallax\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'About <strong>Us</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'18\' custom_class=\'\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Mission</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Vision</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nFor ALBANDARY F&B corporate, the food industry is all about improving the quality of food and service presented to clients increasing turnovers and maintaining health consciousness.\r\n\r\nThus our vision focuses on developing a portfolio that includes innovative and high-end franchisors in the F&B industry, after being screened across an operational management selection criterion.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Abdul Rahman Al Rayyan\' job=\'Senior Managing Director\' src=\'http://almeelws.com/fnb_website/wp-content/uploads/2016/10/Abdul-Rayyan.png\' attachment=\'289\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<blockquote>With persistence and perserverance comes success</blockquote>\r\n- Normally we here much about thriving for achievement but nevertheless many interrogated queries remain unresolved, meaningfully mental abilities communicate Text & Data; however strong foundations of Mindsets critically adsorb the understandably essence from such given sources of information by analyzing carefully any stated objectives along with unattainable goals discoursed. Whereby, schematically setting plans become handy although a remaining question is ambiguous which simply asks us\r\n<blockquote>How do we plan the right decisive & Divisive future?</blockquote>\r\nSimplified form of answer would be, undergo tactically the real world and discover to explore unusual methods yet predefined new roles with flex ways at tackling hardship, obstacles, challenges throughout wise, prudent steps furthering yourself ahead.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'75,85,67,83,54,55,84,80,81,79\' items=\'24\' columns=\'flexible\' paginate=\'load_more\' size=\'fixed masonry\' gap=\'no\' overlay_fx=\'\' caption_elements=\'excerpt\' caption_display=\'on-hover\' container_links=\'active\' id=\'\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 06:11:18','2016-11-12 06:11:18','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(509,1,'2016-11-12 06:12:26','2016-11-12 06:12:26','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/510858a2-9316-431b-86cd-2b6d6cae19c3.jpg\' attachment=\'504\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'About <strong>Us</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'18\' custom_class=\'\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Mission</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Vision</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nFor ALBANDARY F&B corporate, the food industry is all about improving the quality of food and service presented to clients increasing turnovers and maintaining health consciousness.\r\n\r\nThus our vision focuses on developing a portfolio that includes innovative and high-end franchisors in the F&B industry, after being screened across an operational management selection criterion.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Abdul Rahman Al Rayyan\' job=\'Senior Managing Director\' src=\'http://almeelws.com/fnb_website/wp-content/uploads/2016/10/Abdul-Rayyan.png\' attachment=\'289\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<blockquote>With persistence and perserverance comes success</blockquote>\r\n- Normally we here much about thriving for achievement but nevertheless many interrogated queries remain unresolved, meaningfully mental abilities communicate Text & Data; however strong foundations of Mindsets critically adsorb the understandably essence from such given sources of information by analyzing carefully any stated objectives along with unattainable goals discoursed. Whereby, schematically setting plans become handy although a remaining question is ambiguous which simply asks us\r\n<blockquote>How do we plan the right decisive & Divisive future?</blockquote>\r\nSimplified form of answer would be, undergo tactically the real world and discover to explore unusual methods yet predefined new roles with flex ways at tackling hardship, obstacles, challenges throughout wise, prudent steps furthering yourself ahead.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'75,85,67,83,54,55,84,80,81,79\' items=\'24\' columns=\'flexible\' paginate=\'load_more\' size=\'fixed masonry\' gap=\'no\' overlay_fx=\'\' caption_elements=\'excerpt\' caption_display=\'on-hover\' container_links=\'active\' id=\'\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 06:12:26','2016-11-12 06:12:26','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(510,1,'2016-11-12 06:13:51','2016-11-12 06:13:51','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/510858a2-9316-431b-86cd-2b6d6cae19c3.jpg\' attachment=\'504\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'About <strong>Us</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'18\' custom_class=\'\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Mission</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Vision</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nFor ALBANDARY F&B corporate, the food industry is all about improving the quality of food and service presented to clients increasing turnovers and maintaining health consciousness.\r\n\r\nThus our vision focuses on developing a portfolio that includes innovative and high-end franchisors in the F&B industry, after being screened across an operational management selection criterion.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Abdul Rahman Al Rayyan\' job=\'Senior Managing Director\' src=\'http://almeelws.com/fnb_website/wp-content/uploads/2016/10/Abdul-Rayyan.png\' attachment=\'289\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<blockquote>With persistence and perserverance comes success</blockquote>\r\n- Normally we here much about thriving for achievement but nevertheless many interrogated queries remain unresolved, meaningfully mental abilities communicate Text & Data; however strong foundations of Mindsets critically adsorb the understandably essence from such given sources of information by analyzing carefully any stated objectives along with unattainable goals discoursed. Whereby, schematically setting plans become handy although a remaining question is ambiguous which simply asks us\r\n<blockquote>How do we plan the right decisive & Divisive future?</blockquote>\r\nSimplified form of answer would be, undergo tactically the real world and discover to explore unusual methods yet predefined new roles with flex ways at tackling hardship, obstacles, challenges throughout wise, prudent steps furthering yourself ahead.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'75,85,67,83,54,55,84,80,81,79\' items=\'24\' columns=\'flexible\' paginate=\'load_more\' size=\'fixed masonry\' gap=\'no\' overlay_fx=\'\' caption_elements=\'excerpt\' caption_display=\'on-hover\' container_links=\'active\' id=\'\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 06:13:51','2016-11-12 06:13:51','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(511,1,'2016-11-12 06:15:04','2016-11-12 06:15:04','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/510858a2-9316-431b-86cd-2b6d6cae19c3.jpg\' attachment=\'495\' attachment_size=\'full\' attach=\'fixed\' position=\'top center\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'About <strong>Us</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'18\' custom_class=\'\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Mission</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Vision</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nFor ALBANDARY F&B corporate, the food industry is all about improving the quality of food and service presented to clients increasing turnovers and maintaining health consciousness.\r\n\r\nThus our vision focuses on developing a portfolio that includes innovative and high-end franchisors in the F&B industry, after being screened across an operational management selection criterion.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Abdul Rahman Al Rayyan\' job=\'Senior Managing Director\' src=\'http://almeelws.com/fnb_website/wp-content/uploads/2016/10/Abdul-Rayyan.png\' attachment=\'289\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<blockquote>With persistence and perserverance comes success</blockquote>\r\n- Normally we here much about thriving for achievement but nevertheless many interrogated queries remain unresolved, meaningfully mental abilities communicate Text & Data; however strong foundations of Mindsets critically adsorb the understandably essence from such given sources of information by analyzing carefully any stated objectives along with unattainable goals discoursed. Whereby, schematically setting plans become handy although a remaining question is ambiguous which simply asks us\r\n<blockquote>How do we plan the right decisive & Divisive future?</blockquote>\r\nSimplified form of answer would be, undergo tactically the real world and discover to explore unusual methods yet predefined new roles with flex ways at tackling hardship, obstacles, challenges throughout wise, prudent steps furthering yourself ahead.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'75,85,67,83,54,55,84,80,81,79\' items=\'24\' columns=\'flexible\' paginate=\'load_more\' size=\'fixed masonry\' gap=\'no\' overlay_fx=\'\' caption_elements=\'excerpt\' caption_display=\'on-hover\' container_links=\'active\' id=\'\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 06:15:04','2016-11-12 06:15:04','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(512,1,'2016-11-12 06:17:55','2016-11-12 06:17:55','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/510858a2-9316-431b-86cd-2b6d6cae19c3.jpg\' attachment=\'495\' attachment_size=\'full\' attach=\'fixed\' position=\'top center\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'50\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'About <strong>Us</strong>\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Mission</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Vision</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nFor ALBANDARY F&B corporate, the food industry is all about improving the quality of food and service presented to clients increasing turnovers and maintaining health consciousness.\r\n\r\nThus our vision focuses on developing a portfolio that includes innovative and high-end franchisors in the F&B industry, after being screened across an operational management selection criterion.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Abdul Rahman Al Rayyan\' job=\'Senior Managing Director\' src=\'http://almeelws.com/fnb_website/wp-content/uploads/2016/10/Abdul-Rayyan.png\' attachment=\'289\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<blockquote>With persistence and perserverance comes success</blockquote>\r\n- Normally we here much about thriving for achievement but nevertheless many interrogated queries remain unresolved, meaningfully mental abilities communicate Text & Data; however strong foundations of Mindsets critically adsorb the understandably essence from such given sources of information by analyzing carefully any stated objectives along with unattainable goals discoursed. Whereby, schematically setting plans become handy although a remaining question is ambiguous which simply asks us\r\n<blockquote>How do we plan the right decisive & Divisive future?</blockquote>\r\nSimplified form of answer would be, undergo tactically the real world and discover to explore unusual methods yet predefined new roles with flex ways at tackling hardship, obstacles, challenges throughout wise, prudent steps furthering yourself ahead.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'75,85,67,83,54,55,84,80,81,79\' items=\'24\' columns=\'flexible\' paginate=\'load_more\' size=\'fixed masonry\' gap=\'no\' overlay_fx=\'\' caption_elements=\'excerpt\' caption_display=\'on-hover\' container_links=\'active\' id=\'\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 06:17:55','2016-11-12 06:17:55','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(513,1,'2016-11-12 06:18:24','2016-11-12 06:18:24','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/510858a2-9316-431b-86cd-2b6d6cae19c3.jpg\' attachment=\'495\' attachment_size=\'full\' attach=\'fixed\' position=\'top center\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'80\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'About <strong>Us</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'18\' custom_class=\'\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Mission</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Vision</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nFor ALBANDARY F&B corporate, the food industry is all about improving the quality of food and service presented to clients increasing turnovers and maintaining health consciousness.\r\n\r\nThus our vision focuses on developing a portfolio that includes innovative and high-end franchisors in the F&B industry, after being screened across an operational management selection criterion.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Abdul Rahman Al Rayyan\' job=\'Senior Managing Director\' src=\'http://almeelws.com/fnb_website/wp-content/uploads/2016/10/Abdul-Rayyan.png\' attachment=\'289\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<blockquote>With persistence and perserverance comes success</blockquote>\r\n- Normally we here much about thriving for achievement but nevertheless many interrogated queries remain unresolved, meaningfully mental abilities communicate Text & Data; however strong foundations of Mindsets critically adsorb the understandably essence from such given sources of information by analyzing carefully any stated objectives along with unattainable goals discoursed. Whereby, schematically setting plans become handy although a remaining question is ambiguous which simply asks us\r\n<blockquote>How do we plan the right decisive & Divisive future?</blockquote>\r\nSimplified form of answer would be, undergo tactically the real world and discover to explore unusual methods yet predefined new roles with flex ways at tackling hardship, obstacles, challenges throughout wise, prudent steps furthering yourself ahead.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'75,85,67,83,54,55,84,80,81,79\' items=\'24\' columns=\'flexible\' paginate=\'load_more\' size=\'fixed masonry\' gap=\'no\' overlay_fx=\'\' caption_elements=\'excerpt\' caption_display=\'on-hover\' container_links=\'active\' id=\'\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 06:18:24','2016-11-12 06:18:24','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(515,1,'2016-11-12 06:19:59','2016-11-12 06:19:59','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/48ae9a3e-6705-498e-ae46-3219b5c12e01.jpg\' attachment=\'514\' attachment_size=\'full\' attach=\'fixed\' position=\'top center\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'80\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'About <strong>Us</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'18\' custom_class=\'\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Mission</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Vision</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nFor ALBANDARY F&B corporate, the food industry is all about improving the quality of food and service presented to clients increasing turnovers and maintaining health consciousness.\r\n\r\nThus our vision focuses on developing a portfolio that includes innovative and high-end franchisors in the F&B industry, after being screened across an operational management selection criterion.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Abdul Rahman Al Rayyan\' job=\'Senior Managing Director\' src=\'http://almeelws.com/fnb_website/wp-content/uploads/2016/10/Abdul-Rayyan.png\' attachment=\'289\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<blockquote>With persistence and perserverance comes success</blockquote>\r\n- Normally we here much about thriving for achievement but nevertheless many interrogated queries remain unresolved, meaningfully mental abilities communicate Text & Data; however strong foundations of Mindsets critically adsorb the understandably essence from such given sources of information by analyzing carefully any stated objectives along with unattainable goals discoursed. Whereby, schematically setting plans become handy although a remaining question is ambiguous which simply asks us\r\n<blockquote>How do we plan the right decisive & Divisive future?</blockquote>\r\nSimplified form of answer would be, undergo tactically the real world and discover to explore unusual methods yet predefined new roles with flex ways at tackling hardship, obstacles, challenges throughout wise, prudent steps furthering yourself ahead.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'75,85,67,83,54,55,84,80,81,79\' items=\'24\' columns=\'flexible\' paginate=\'load_more\' size=\'fixed masonry\' gap=\'no\' overlay_fx=\'\' caption_elements=\'excerpt\' caption_display=\'on-hover\' container_links=\'active\' id=\'\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 06:19:59','2016-11-12 06:19:59','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(517,1,'2016-11-12 06:22:53','2016-11-12 06:22:53','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/8c89c2ac-7624-4d9f-afde-a0c73f9a80dc.jpg\' attachment=\'516\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'80\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'About <strong>Us</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'18\' custom_class=\'\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Mission</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Vision</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nFor ALBANDARY F&B corporate, the food industry is all about improving the quality of food and service presented to clients increasing turnovers and maintaining health consciousness.\r\n\r\nThus our vision focuses on developing a portfolio that includes innovative and high-end franchisors in the F&B industry, after being screened across an operational management selection criterion.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Abdul Rahman Al Rayyan\' job=\'Senior Managing Director\' src=\'http://almeelws.com/fnb_website/wp-content/uploads/2016/10/Abdul-Rayyan.png\' attachment=\'289\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<blockquote>With persistence and perserverance comes success</blockquote>\r\n- Normally we here much about thriving for achievement but nevertheless many interrogated queries remain unresolved, meaningfully mental abilities communicate Text & Data; however strong foundations of Mindsets critically adsorb the understandably essence from such given sources of information by analyzing carefully any stated objectives along with unattainable goals discoursed. Whereby, schematically setting plans become handy although a remaining question is ambiguous which simply asks us\r\n<blockquote>How do we plan the right decisive & Divisive future?</blockquote>\r\nSimplified form of answer would be, undergo tactically the real world and discover to explore unusual methods yet predefined new roles with flex ways at tackling hardship, obstacles, challenges throughout wise, prudent steps furthering yourself ahead.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'75,85,67,83,54,55,84,80,81,79\' items=\'24\' columns=\'flexible\' paginate=\'load_more\' size=\'fixed masonry\' gap=\'no\' overlay_fx=\'\' caption_elements=\'excerpt\' caption_display=\'on-hover\' container_links=\'active\' id=\'\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 06:22:53','2016-11-12 06:22:53','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(519,1,'2016-11-12 06:24:06','2016-11-12 06:24:06','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/8c89c2ac-7624-4d9f-afde-a0c73f9a80dc-1.jpg\' attachment=\'518\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'80\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'About <strong>Us</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'18\' custom_class=\'\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Mission</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Vision</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nFor ALBANDARY F&B corporate, the food industry is all about improving the quality of food and service presented to clients increasing turnovers and maintaining health consciousness.\r\n\r\nThus our vision focuses on developing a portfolio that includes innovative and high-end franchisors in the F&B industry, after being screened across an operational management selection criterion.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Abdul Rahman Al Rayyan\' job=\'Senior Managing Director\' src=\'http://almeelws.com/fnb_website/wp-content/uploads/2016/10/Abdul-Rayyan.png\' attachment=\'289\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<blockquote>With persistence and perserverance comes success</blockquote>\r\n- Normally we here much about thriving for achievement but nevertheless many interrogated queries remain unresolved, meaningfully mental abilities communicate Text & Data; however strong foundations of Mindsets critically adsorb the understandably essence from such given sources of information by analyzing carefully any stated objectives along with unattainable goals discoursed. Whereby, schematically setting plans become handy although a remaining question is ambiguous which simply asks us\r\n<blockquote>How do we plan the right decisive & Divisive future?</blockquote>\r\nSimplified form of answer would be, undergo tactically the real world and discover to explore unusual methods yet predefined new roles with flex ways at tackling hardship, obstacles, challenges throughout wise, prudent steps furthering yourself ahead.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'75,85,67,83,54,55,84,80,81,79\' items=\'24\' columns=\'flexible\' paginate=\'load_more\' size=\'fixed masonry\' gap=\'no\' overlay_fx=\'\' caption_elements=\'excerpt\' caption_display=\'on-hover\' container_links=\'active\' id=\'\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 06:24:06','2016-11-12 06:24:06','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(520,1,'2016-11-12 06:27:57','2016-11-12 06:27:57','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/8c89c2ac-7624-4d9f-afde-a0c73f9a80dc-1.jpg\' attachment=\'518\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.5\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'80\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'About <strong>Us</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'18\' custom_class=\'\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Mission</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Vision</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nFor ALBANDARY F&B corporate, the food industry is all about improving the quality of food and service presented to clients increasing turnovers and maintaining health consciousness.\r\n\r\nThus our vision focuses on developing a portfolio that includes innovative and high-end franchisors in the F&B industry, after being screened across an operational management selection criterion.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Abdul Rahman Al Rayyan\' job=\'Senior Managing Director\' src=\'http://almeelws.com/fnb_website/wp-content/uploads/2016/10/Abdul-Rayyan.png\' attachment=\'289\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<blockquote>With persistence and perserverance comes success</blockquote>\r\n- Normally we here much about thriving for achievement but nevertheless many interrogated queries remain unresolved, meaningfully mental abilities communicate Text & Data; however strong foundations of Mindsets critically adsorb the understandably essence from such given sources of information by analyzing carefully any stated objectives along with unattainable goals discoursed. Whereby, schematically setting plans become handy although a remaining question is ambiguous which simply asks us\r\n<blockquote>How do we plan the right decisive & Divisive future?</blockquote>\r\nSimplified form of answer would be, undergo tactically the real world and discover to explore unusual methods yet predefined new roles with flex ways at tackling hardship, obstacles, challenges throughout wise, prudent steps furthering yourself ahead.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'75,85,67,83,54,55,84,80,81,79\' items=\'24\' columns=\'flexible\' paginate=\'load_more\' size=\'fixed masonry\' gap=\'no\' overlay_fx=\'\' caption_elements=\'excerpt\' caption_display=\'on-hover\' container_links=\'active\' id=\'\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 06:27:57','2016-11-12 06:27:57','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(521,1,'2016-11-12 06:28:50','2016-11-12 06:28:50','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/510858a2-9316-431b-86cd-2b6d6cae19c3.jpg\' attachment=\'495\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.5\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'80\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'About <strong>Us</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'18\' custom_class=\'\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Mission</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Vision</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nFor ALBANDARY F&B corporate, the food industry is all about improving the quality of food and service presented to clients increasing turnovers and maintaining health consciousness.\r\n\r\nThus our vision focuses on developing a portfolio that includes innovative and high-end franchisors in the F&B industry, after being screened across an operational management selection criterion.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Abdul Rahman Al Rayyan\' job=\'Senior Managing Director\' src=\'http://almeelws.com/fnb_website/wp-content/uploads/2016/10/Abdul-Rayyan.png\' attachment=\'289\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<blockquote>With persistence and perserverance comes success</blockquote>\r\n- Normally we here much about thriving for achievement but nevertheless many interrogated queries remain unresolved, meaningfully mental abilities communicate Text & Data; however strong foundations of Mindsets critically adsorb the understandably essence from such given sources of information by analyzing carefully any stated objectives along with unattainable goals discoursed. Whereby, schematically setting plans become handy although a remaining question is ambiguous which simply asks us\r\n<blockquote>How do we plan the right decisive & Divisive future?</blockquote>\r\nSimplified form of answer would be, undergo tactically the real world and discover to explore unusual methods yet predefined new roles with flex ways at tackling hardship, obstacles, challenges throughout wise, prudent steps furthering yourself ahead.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'75,85,67,83,54,55,84,80,81,79\' items=\'24\' columns=\'flexible\' paginate=\'load_more\' size=\'fixed masonry\' gap=\'no\' overlay_fx=\'\' caption_elements=\'excerpt\' caption_display=\'on-hover\' container_links=\'active\' id=\'\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 06:28:50','2016-11-12 06:28:50','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(523,1,'2016-11-12 06:30:43','2016-11-12 06:30:43','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/510858a2-9316-431b-86cd-2b6d6cae19c3-1.jpg\' attachment=\'522\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.5\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'80\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'About <strong>Us</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'18\' custom_class=\'\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Mission</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Vision</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nFor ALBANDARY F&B corporate, the food industry is all about improving the quality of food and service presented to clients increasing turnovers and maintaining health consciousness.\r\n\r\nThus our vision focuses on developing a portfolio that includes innovative and high-end franchisors in the F&B industry, after being screened across an operational management selection criterion.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Abdul Rahman Al Rayyan\' job=\'Senior Managing Director\' src=\'http://almeelws.com/fnb_website/wp-content/uploads/2016/10/Abdul-Rayyan.png\' attachment=\'289\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<blockquote>With persistence and perserverance comes success</blockquote>\r\n- Normally we here much about thriving for achievement but nevertheless many interrogated queries remain unresolved, meaningfully mental abilities communicate Text & Data; however strong foundations of Mindsets critically adsorb the understandably essence from such given sources of information by analyzing carefully any stated objectives along with unattainable goals discoursed. Whereby, schematically setting plans become handy although a remaining question is ambiguous which simply asks us\r\n<blockquote>How do we plan the right decisive & Divisive future?</blockquote>\r\nSimplified form of answer would be, undergo tactically the real world and discover to explore unusual methods yet predefined new roles with flex ways at tackling hardship, obstacles, challenges throughout wise, prudent steps furthering yourself ahead.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'75,85,67,83,54,55,84,80,81,79\' items=\'24\' columns=\'flexible\' paginate=\'load_more\' size=\'fixed masonry\' gap=\'no\' overlay_fx=\'\' caption_elements=\'excerpt\' caption_display=\'on-hover\' container_links=\'active\' id=\'\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 06:30:43','2016-11-12 06:30:43','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(524,1,'2016-11-12 06:31:30','2016-11-12 06:31:30','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/510858a2-9316-431b-86cd-2b6d6cae19c3-1.jpg\' attachment=\'522\' attachment_size=\'full\' attach=\'fixed\' position=\'top center\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.5\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'80\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'About <strong>Us</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'18\' custom_class=\'\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Mission</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Vision</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nFor ALBANDARY F&B corporate, the food industry is all about improving the quality of food and service presented to clients increasing turnovers and maintaining health consciousness.\r\n\r\nThus our vision focuses on developing a portfolio that includes innovative and high-end franchisors in the F&B industry, after being screened across an operational management selection criterion.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Abdul Rahman Al Rayyan\' job=\'Senior Managing Director\' src=\'http://almeelws.com/fnb_website/wp-content/uploads/2016/10/Abdul-Rayyan.png\' attachment=\'289\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<blockquote>With persistence and perserverance comes success</blockquote>\r\n- Normally we here much about thriving for achievement but nevertheless many interrogated queries remain unresolved, meaningfully mental abilities communicate Text & Data; however strong foundations of Mindsets critically adsorb the understandably essence from such given sources of information by analyzing carefully any stated objectives along with unattainable goals discoursed. Whereby, schematically setting plans become handy although a remaining question is ambiguous which simply asks us\r\n<blockquote>How do we plan the right decisive & Divisive future?</blockquote>\r\nSimplified form of answer would be, undergo tactically the real world and discover to explore unusual methods yet predefined new roles with flex ways at tackling hardship, obstacles, challenges throughout wise, prudent steps furthering yourself ahead.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'75,85,67,83,54,55,84,80,81,79\' items=\'24\' columns=\'flexible\' paginate=\'load_more\' size=\'fixed masonry\' gap=\'no\' overlay_fx=\'\' caption_elements=\'excerpt\' caption_display=\'on-hover\' container_links=\'active\' id=\'\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 06:31:30','2016-11-12 06:31:30','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(526,1,'2016-11-12 06:34:52','2016-11-12 06:34:52','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/510858a2-9316-431b-86cd-2b6d6cae19c3.png\' attachment=\'525\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'80\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'About <strong>Us</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'18\' custom_class=\'\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Mission</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Vision</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nFor ALBANDARY F&B corporate, the food industry is all about improving the quality of food and service presented to clients increasing turnovers and maintaining health consciousness.\r\n\r\nThus our vision focuses on developing a portfolio that includes innovative and high-end franchisors in the F&B industry, after being screened across an operational management selection criterion.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Abdul Rahman Al Rayyan\' job=\'Senior Managing Director\' src=\'http://almeelws.com/fnb_website/wp-content/uploads/2016/10/Abdul-Rayyan.png\' attachment=\'289\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<blockquote>With persistence and perserverance comes success</blockquote>\r\n- Normally we here much about thriving for achievement but nevertheless many interrogated queries remain unresolved, meaningfully mental abilities communicate Text & Data; however strong foundations of Mindsets critically adsorb the understandably essence from such given sources of information by analyzing carefully any stated objectives along with unattainable goals discoursed. Whereby, schematically setting plans become handy although a remaining question is ambiguous which simply asks us\r\n<blockquote>How do we plan the right decisive & Divisive future?</blockquote>\r\nSimplified form of answer would be, undergo tactically the real world and discover to explore unusual methods yet predefined new roles with flex ways at tackling hardship, obstacles, challenges throughout wise, prudent steps furthering yourself ahead.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'75,85,67,83,54,55,84,80,81,79\' items=\'24\' columns=\'flexible\' paginate=\'load_more\' size=\'fixed masonry\' gap=\'no\' overlay_fx=\'\' caption_elements=\'excerpt\' caption_display=\'on-hover\' container_links=\'active\' id=\'\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 06:34:52','2016-11-12 06:34:52','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(528,1,'2016-11-12 06:37:07','2016-11-12 06:37:07','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/8c89c2ac-7624-4d9f-afde-a0c73f9a80dc-2.jpg\' attachment=\'527\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'80\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'About <strong>Us</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'18\' custom_class=\'\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Mission</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Vision</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nFor ALBANDARY F&B corporate, the food industry is all about improving the quality of food and service presented to clients increasing turnovers and maintaining health consciousness.\r\n\r\nThus our vision focuses on developing a portfolio that includes innovative and high-end franchisors in the F&B industry, after being screened across an operational management selection criterion.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Abdul Rahman Al Rayyan\' job=\'Senior Managing Director\' src=\'http://almeelws.com/fnb_website/wp-content/uploads/2016/10/Abdul-Rayyan.png\' attachment=\'289\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<blockquote>With persistence and perserverance comes success</blockquote>\r\n- Normally we here much about thriving for achievement but nevertheless many interrogated queries remain unresolved, meaningfully mental abilities communicate Text & Data; however strong foundations of Mindsets critically adsorb the understandably essence from such given sources of information by analyzing carefully any stated objectives along with unattainable goals discoursed. Whereby, schematically setting plans become handy although a remaining question is ambiguous which simply asks us\r\n<blockquote>How do we plan the right decisive & Divisive future?</blockquote>\r\nSimplified form of answer would be, undergo tactically the real world and discover to explore unusual methods yet predefined new roles with flex ways at tackling hardship, obstacles, challenges throughout wise, prudent steps furthering yourself ahead.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'75,85,67,83,54,55,84,80,81,79\' items=\'24\' columns=\'flexible\' paginate=\'load_more\' size=\'fixed masonry\' gap=\'no\' overlay_fx=\'\' caption_elements=\'excerpt\' caption_display=\'on-hover\' container_links=\'active\' id=\'\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 06:37:07','2016-11-12 06:37:07','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(529,1,'2016-11-12 06:38:48','2016-11-12 06:38:48','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f3eb599b-1e23-4d31-8c98-3fb587a5dfc5.jpg\' attachment=\'432\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'80\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'About <strong>Us</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'18\' custom_class=\'\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Mission</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Vision</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nFor ALBANDARY F&B corporate, the food industry is all about improving the quality of food and service presented to clients increasing turnovers and maintaining health consciousness.\r\n\r\nThus our vision focuses on developing a portfolio that includes innovative and high-end franchisors in the F&B industry, after being screened across an operational management selection criterion.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Abdul Rahman Al Rayyan\' job=\'Senior Managing Director\' src=\'http://almeelws.com/fnb_website/wp-content/uploads/2016/10/Abdul-Rayyan.png\' attachment=\'289\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<blockquote>With persistence and perserverance comes success</blockquote>\r\n- Normally we here much about thriving for achievement but nevertheless many interrogated queries remain unresolved, meaningfully mental abilities communicate Text & Data; however strong foundations of Mindsets critically adsorb the understandably essence from such given sources of information by analyzing carefully any stated objectives along with unattainable goals discoursed. Whereby, schematically setting plans become handy although a remaining question is ambiguous which simply asks us\r\n<blockquote>How do we plan the right decisive & Divisive future?</blockquote>\r\nSimplified form of answer would be, undergo tactically the real world and discover to explore unusual methods yet predefined new roles with flex ways at tackling hardship, obstacles, challenges throughout wise, prudent steps furthering yourself ahead.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'75,85,67,83,54,55,84,80,81,79\' items=\'24\' columns=\'flexible\' paginate=\'load_more\' size=\'fixed masonry\' gap=\'no\' overlay_fx=\'\' caption_elements=\'excerpt\' caption_display=\'on-hover\' container_links=\'active\' id=\'\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 06:38:48','2016-11-12 06:38:48','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(530,1,'2016-11-12 06:39:30','2016-11-12 06:39:30','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f3eb599b-1e23-4d31-8c98-3fb587a5dfc5.jpg\' attachment=\'432\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'80\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'About <strong>Us</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'18\' custom_class=\'\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Mission</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Vision</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nFor ALBANDARY F&B corporate, the food industry is all about improving the quality of food and service presented to clients increasing turnovers and maintaining health consciousness.\r\n\r\nThus our vision focuses on developing a portfolio that includes innovative and high-end franchisors in the F&B industry, after being screened across an operational management selection criterion.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Abdul Rahman Al Rayyan\' job=\'Senior Managing Director\' src=\'http://almeelws.com/fnb_website/wp-content/uploads/2016/10/Abdul-Rayyan.png\' attachment=\'289\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<blockquote>With persistence and perserverance comes success</blockquote>\r\n- Normally we here much about thriving for achievement but nevertheless many interrogated queries remain unresolved, meaningfully mental abilities communicate Text & Data; however strong foundations of Mindsets critically adsorb the understandably essence from such given sources of information by analyzing carefully any stated objectives along with unattainable goals discoursed. Whereby, schematically setting plans become handy although a remaining question is ambiguous which simply asks us\r\n<blockquote>How do we plan the right decisive & Divisive future?</blockquote>\r\nSimplified form of answer would be, undergo tactically the real world and discover to explore unusual methods yet predefined new roles with flex ways at tackling hardship, obstacles, challenges throughout wise, prudent steps furthering yourself ahead.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'75,85,67,83,54,55,84,80,81,79\' items=\'24\' columns=\'flexible\' paginate=\'load_more\' size=\'fixed masonry\' gap=\'no\' overlay_fx=\'\' caption_elements=\'excerpt\' caption_display=\'on-hover\' container_links=\'active\' id=\'\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 06:39:30','2016-11-12 06:39:30','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(531,1,'2016-11-12 06:40:07','2016-11-12 06:40:07','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f3eb599b-1e23-4d31-8c98-3fb587a5dfc5.jpg\' attachment=\'432\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'80\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'About <strong>Us</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'18\' custom_class=\'\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Mission</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Vision</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nFor ALBANDARY F&B corporate, the food industry is all about improving the quality of food and service presented to clients increasing turnovers and maintaining health consciousness.\r\n\r\nThus our vision focuses on developing a portfolio that includes innovative and high-end franchisors in the F&B industry, after being screened across an operational management selection criterion.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Abdul Rahman Al Rayyan\' job=\'Senior Managing Director\' src=\'http://almeelws.com/fnb_website/wp-content/uploads/2016/10/Abdul-Rayyan.png\' attachment=\'289\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<blockquote>With persistence and perserverance comes success</blockquote>\r\n- Normally we here much about thriving for achievement but nevertheless many interrogated queries remain unresolved, meaningfully mental abilities communicate Text & Data; however strong foundations of Mindsets critically adsorb the understandably essence from such given sources of information by analyzing carefully any stated objectives along with unattainable goals discoursed. Whereby, schematically setting plans become handy although a remaining question is ambiguous which simply asks us\r\n<blockquote>How do we plan the right decisive & Divisive future?</blockquote>\r\nSimplified form of answer would be, undergo tactically the real world and discover to explore unusual methods yet predefined new roles with flex ways at tackling hardship, obstacles, challenges throughout wise, prudent steps furthering yourself ahead.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'75,85,67,83,54,55,84,80,81,79\' items=\'24\' columns=\'flexible\' paginate=\'load_more\' size=\'fixed masonry\' gap=\'no\' overlay_fx=\'\' caption_elements=\'excerpt\' caption_display=\'on-hover\' container_links=\'active\' id=\'\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 06:40:07','2016-11-12 06:40:07','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(532,1,'2016-11-12 06:40:36','2016-11-12 06:40:36','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f3eb599b-1e23-4d31-8c98-3fb587a5dfc5.jpg\' attachment=\'432\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.4\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'80\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'About <strong>Us</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'18\' custom_class=\'\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Mission</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Vision</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nFor ALBANDARY F&B corporate, the food industry is all about improving the quality of food and service presented to clients increasing turnovers and maintaining health consciousness.\r\n\r\nThus our vision focuses on developing a portfolio that includes innovative and high-end franchisors in the F&B industry, after being screened across an operational management selection criterion.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Abdul Rahman Al Rayyan\' job=\'Senior Managing Director\' src=\'http://almeelws.com/fnb_website/wp-content/uploads/2016/10/Abdul-Rayyan.png\' attachment=\'289\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<blockquote>With persistence and perserverance comes success</blockquote>\r\n- Normally we here much about thriving for achievement but nevertheless many interrogated queries remain unresolved, meaningfully mental abilities communicate Text & Data; however strong foundations of Mindsets critically adsorb the understandably essence from such given sources of information by analyzing carefully any stated objectives along with unattainable goals discoursed. Whereby, schematically setting plans become handy although a remaining question is ambiguous which simply asks us\r\n<blockquote>How do we plan the right decisive & Divisive future?</blockquote>\r\nSimplified form of answer would be, undergo tactically the real world and discover to explore unusual methods yet predefined new roles with flex ways at tackling hardship, obstacles, challenges throughout wise, prudent steps furthering yourself ahead.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'75,85,67,83,54,55,84,80,81,79\' items=\'24\' columns=\'flexible\' paginate=\'load_more\' size=\'fixed masonry\' gap=\'no\' overlay_fx=\'\' caption_elements=\'excerpt\' caption_display=\'on-hover\' container_links=\'active\' id=\'\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 06:40:36','2016-11-12 06:40:36','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(533,1,'2016-11-12 06:41:14','2016-11-12 06:41:14','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f3eb599b-1e23-4d31-8c98-3fb587a5dfc5.jpg\' attachment=\'432\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.4\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'About <strong>Us</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'18\' custom_class=\'\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Mission</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Vision</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nFor ALBANDARY F&B corporate, the food industry is all about improving the quality of food and service presented to clients increasing turnovers and maintaining health consciousness.\r\n\r\nThus our vision focuses on developing a portfolio that includes innovative and high-end franchisors in the F&B industry, after being screened across an operational management selection criterion.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Abdul Rahman Al Rayyan\' job=\'Senior Managing Director\' src=\'http://almeelws.com/fnb_website/wp-content/uploads/2016/10/Abdul-Rayyan.png\' attachment=\'289\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<blockquote>With persistence and perserverance comes success</blockquote>\r\n- Normally we here much about thriving for achievement but nevertheless many interrogated queries remain unresolved, meaningfully mental abilities communicate Text & Data; however strong foundations of Mindsets critically adsorb the understandably essence from such given sources of information by analyzing carefully any stated objectives along with unattainable goals discoursed. Whereby, schematically setting plans become handy although a remaining question is ambiguous which simply asks us\r\n<blockquote>How do we plan the right decisive & Divisive future?</blockquote>\r\nSimplified form of answer would be, undergo tactically the real world and discover to explore unusual methods yet predefined new roles with flex ways at tackling hardship, obstacles, challenges throughout wise, prudent steps furthering yourself ahead.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'75,85,67,83,54,55,84,80,81,79\' items=\'24\' columns=\'flexible\' paginate=\'load_more\' size=\'fixed masonry\' gap=\'no\' overlay_fx=\'\' caption_elements=\'excerpt\' caption_display=\'on-hover\' container_links=\'active\' id=\'\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 06:41:14','2016-11-12 06:41:14','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(534,1,'2016-11-12 06:42:20','2016-11-12 06:42:20','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f3eb599b-1e23-4d31-8c98-3fb587a5dfc5.jpg\' attachment=\'432\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.4\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'About <strong>Us</strong>\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'21\' subheading_active=\'\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Mission</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Vision</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nFor ALBANDARY F&B corporate, the food industry is all about improving the quality of food and service presented to clients increasing turnovers and maintaining health consciousness.\r\n\r\nThus our vision focuses on developing a portfolio that includes innovative and high-end franchisors in the F&B industry, after being screened across an operational management selection criterion.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Abdul Rahman Al Rayyan\' job=\'Senior Managing Director\' src=\'http://almeelws.com/fnb_website/wp-content/uploads/2016/10/Abdul-Rayyan.png\' attachment=\'289\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<blockquote>With persistence and perserverance comes success</blockquote>\r\n- Normally we here much about thriving for achievement but nevertheless many interrogated queries remain unresolved, meaningfully mental abilities communicate Text & Data; however strong foundations of Mindsets critically adsorb the understandably essence from such given sources of information by analyzing carefully any stated objectives along with unattainable goals discoursed. Whereby, schematically setting plans become handy although a remaining question is ambiguous which simply asks us\r\n<blockquote>How do we plan the right decisive & Divisive future?</blockquote>\r\nSimplified form of answer would be, undergo tactically the real world and discover to explore unusual methods yet predefined new roles with flex ways at tackling hardship, obstacles, challenges throughout wise, prudent steps furthering yourself ahead.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'75,85,67,83,54,55,84,80,81,79\' items=\'24\' columns=\'flexible\' paginate=\'load_more\' size=\'fixed masonry\' gap=\'no\' overlay_fx=\'\' caption_elements=\'excerpt\' caption_display=\'on-hover\' container_links=\'active\' id=\'\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 06:42:20','2016-11-12 06:42:20','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(535,1,'2016-11-12 06:42:53','2016-11-12 06:42:53','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f3eb599b-1e23-4d31-8c98-3fb587a5dfc5.jpg\' attachment=\'432\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.4\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'90\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'About <strong>Us</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'21\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Mission</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Vision</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nFor ALBANDARY F&B corporate, the food industry is all about improving the quality of food and service presented to clients increasing turnovers and maintaining health consciousness.\r\n\r\nThus our vision focuses on developing a portfolio that includes innovative and high-end franchisors in the F&B industry, after being screened across an operational management selection criterion.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Abdul Rahman Al Rayyan\' job=\'Senior Managing Director\' src=\'http://almeelws.com/fnb_website/wp-content/uploads/2016/10/Abdul-Rayyan.png\' attachment=\'289\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<blockquote>With persistence and perserverance comes success</blockquote>\r\n- Normally we here much about thriving for achievement but nevertheless many interrogated queries remain unresolved, meaningfully mental abilities communicate Text & Data; however strong foundations of Mindsets critically adsorb the understandably essence from such given sources of information by analyzing carefully any stated objectives along with unattainable goals discoursed. Whereby, schematically setting plans become handy although a remaining question is ambiguous which simply asks us\r\n<blockquote>How do we plan the right decisive & Divisive future?</blockquote>\r\nSimplified form of answer would be, undergo tactically the real world and discover to explore unusual methods yet predefined new roles with flex ways at tackling hardship, obstacles, challenges throughout wise, prudent steps furthering yourself ahead.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'75,85,67,83,54,55,84,80,81,79\' items=\'24\' columns=\'flexible\' paginate=\'load_more\' size=\'fixed masonry\' gap=\'no\' overlay_fx=\'\' caption_elements=\'excerpt\' caption_display=\'on-hover\' container_links=\'active\' id=\'\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 06:42:53','2016-11-12 06:42:53','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(536,1,'2016-11-12 06:43:25','2016-11-12 06:43:25','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f3eb599b-1e23-4d31-8c98-3fb587a5dfc5.jpg\' attachment=\'432\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.2\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'90\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'About <strong>Us</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'21\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Mission</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Vision</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nFor ALBANDARY F&B corporate, the food industry is all about improving the quality of food and service presented to clients increasing turnovers and maintaining health consciousness.\r\n\r\nThus our vision focuses on developing a portfolio that includes innovative and high-end franchisors in the F&B industry, after being screened across an operational management selection criterion.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Abdul Rahman Al Rayyan\' job=\'Senior Managing Director\' src=\'http://almeelws.com/fnb_website/wp-content/uploads/2016/10/Abdul-Rayyan.png\' attachment=\'289\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<blockquote>With persistence and perserverance comes success</blockquote>\r\n- Normally we here much about thriving for achievement but nevertheless many interrogated queries remain unresolved, meaningfully mental abilities communicate Text & Data; however strong foundations of Mindsets critically adsorb the understandably essence from such given sources of information by analyzing carefully any stated objectives along with unattainable goals discoursed. Whereby, schematically setting plans become handy although a remaining question is ambiguous which simply asks us\r\n<blockquote>How do we plan the right decisive & Divisive future?</blockquote>\r\nSimplified form of answer would be, undergo tactically the real world and discover to explore unusual methods yet predefined new roles with flex ways at tackling hardship, obstacles, challenges throughout wise, prudent steps furthering yourself ahead.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'75,85,67,83,54,55,84,80,81,79\' items=\'24\' columns=\'flexible\' paginate=\'load_more\' size=\'fixed masonry\' gap=\'no\' overlay_fx=\'\' caption_elements=\'excerpt\' caption_display=\'on-hover\' container_links=\'active\' id=\'\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 06:43:25','2016-11-12 06:43:25','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(537,1,'2016-11-12 06:45:09','2016-11-12 06:45:09','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f3eb599b-1e23-4d31-8c98-3fb587a5dfc5.jpg\' attachment=\'432\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.2\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'150\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'About <strong>Us</strong>\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'30\' subheading_active=\'\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Mission</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Vision</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nFor ALBANDARY F&B corporate, the food industry is all about improving the quality of food and service presented to clients increasing turnovers and maintaining health consciousness.\r\n\r\nThus our vision focuses on developing a portfolio that includes innovative and high-end franchisors in the F&B industry, after being screened across an operational management selection criterion.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Abdul Rahman Al Rayyan\' job=\'Senior Managing Director\' src=\'http://almeelws.com/fnb_website/wp-content/uploads/2016/10/Abdul-Rayyan.png\' attachment=\'289\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<blockquote>With persistence and perserverance comes success</blockquote>\r\n- Normally we here much about thriving for achievement but nevertheless many interrogated queries remain unresolved, meaningfully mental abilities communicate Text & Data; however strong foundations of Mindsets critically adsorb the understandably essence from such given sources of information by analyzing carefully any stated objectives along with unattainable goals discoursed. Whereby, schematically setting plans become handy although a remaining question is ambiguous which simply asks us\r\n<blockquote>How do we plan the right decisive & Divisive future?</blockquote>\r\nSimplified form of answer would be, undergo tactically the real world and discover to explore unusual methods yet predefined new roles with flex ways at tackling hardship, obstacles, challenges throughout wise, prudent steps furthering yourself ahead.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'75,85,67,83,54,55,84,80,81,79\' items=\'24\' columns=\'flexible\' paginate=\'load_more\' size=\'fixed masonry\' gap=\'no\' overlay_fx=\'\' caption_elements=\'excerpt\' caption_display=\'on-hover\' container_links=\'active\' id=\'\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 06:45:09','2016-11-12 06:45:09','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(538,1,'2016-11-12 06:45:35','2016-11-12 06:45:35','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f3eb599b-1e23-4d31-8c98-3fb587a5dfc5.jpg\' attachment=\'432\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.2\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'150\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'About <strong>Us</strong>\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'30\' subheading_active=\'\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Mission</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Vision</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nFor ALBANDARY F&B corporate, the food industry is all about improving the quality of food and service presented to clients increasing turnovers and maintaining health consciousness.\r\n\r\nThus our vision focuses on developing a portfolio that includes innovative and high-end franchisors in the F&B industry, after being screened across an operational management selection criterion.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Abdul Rahman Al Rayyan\' job=\'Senior Managing Director\' src=\'http://almeelws.com/fnb_website/wp-content/uploads/2016/10/Abdul-Rayyan.png\' attachment=\'289\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<blockquote>With persistence and perserverance comes success</blockquote>\r\n- Normally we here much about thriving for achievement but nevertheless many interrogated queries remain unresolved, meaningfully mental abilities communicate Text & Data; however strong foundations of Mindsets critically adsorb the understandably essence from such given sources of information by analyzing carefully any stated objectives along with unattainable goals discoursed. Whereby, schematically setting plans become handy although a remaining question is ambiguous which simply asks us\r\n<blockquote>How do we plan the right decisive & Divisive future?</blockquote>\r\nSimplified form of answer would be, undergo tactically the real world and discover to explore unusual methods yet predefined new roles with flex ways at tackling hardship, obstacles, challenges throughout wise, prudent steps furthering yourself ahead.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'75,85,67,83,54,55,84,80,81,79\' items=\'24\' columns=\'flexible\' paginate=\'load_more\' size=\'fixed masonry\' gap=\'no\' overlay_fx=\'\' caption_elements=\'excerpt\' caption_display=\'on-hover\' container_links=\'active\' id=\'\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 06:45:35','2016-11-12 06:45:35','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(539,1,'2016-11-12 06:47:52','2016-11-12 06:47:52','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f3eb599b-1e23-4d31-8c98-3fb587a5dfc5.jpg\' attachment=\'432\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.1\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'150\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'About <strong>Us</strong>\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'30\' subheading_active=\'\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Mission</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Vision</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nFor ALBANDARY F&B corporate, the food industry is all about improving the quality of food and service presented to clients increasing turnovers and maintaining health consciousness.\r\n\r\nThus our vision focuses on developing a portfolio that includes innovative and high-end franchisors in the F&B industry, after being screened across an operational management selection criterion.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Abdul Rahman Al Rayyan\' job=\'Senior Managing Director\' src=\'http://almeelws.com/fnb_website/wp-content/uploads/2016/10/Abdul-Rayyan.png\' attachment=\'289\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<blockquote>With persistence and perserverance comes success</blockquote>\r\n- Normally we here much about thriving for achievement but nevertheless many interrogated queries remain unresolved, meaningfully mental abilities communicate Text & Data; however strong foundations of Mindsets critically adsorb the understandably essence from such given sources of information by analyzing carefully any stated objectives along with unattainable goals discoursed. Whereby, schematically setting plans become handy although a remaining question is ambiguous which simply asks us\r\n<blockquote>How do we plan the right decisive & Divisive future?</blockquote>\r\nSimplified form of answer would be, undergo tactically the real world and discover to explore unusual methods yet predefined new roles with flex ways at tackling hardship, obstacles, challenges throughout wise, prudent steps furthering yourself ahead.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'75,85,67,83,54,55,84,80,81,79\' items=\'24\' columns=\'flexible\' paginate=\'load_more\' size=\'fixed masonry\' gap=\'no\' overlay_fx=\'\' caption_elements=\'excerpt\' caption_display=\'on-hover\' container_links=\'active\' id=\'\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 06:47:52','2016-11-12 06:47:52','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(540,1,'2016-11-12 06:48:58','2016-11-12 06:48:58','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f3eb599b-1e23-4d31-8c98-3fb587a5dfc5.jpg\' attachment=\'432\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.1\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'150\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'About <strong>Us</strong>\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'30\' subheading_active=\'\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#333333\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Mission</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Vision</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nFor ALBANDARY F&B corporate, the food industry is all about improving the quality of food and service presented to clients increasing turnovers and maintaining health consciousness.\r\n\r\nThus our vision focuses on developing a portfolio that includes innovative and high-end franchisors in the F&B industry, after being screened across an operational management selection criterion.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Abdul Rahman Al Rayyan\' job=\'Senior Managing Director\' src=\'http://almeelws.com/fnb_website/wp-content/uploads/2016/10/Abdul-Rayyan.png\' attachment=\'289\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<blockquote>With persistence and perserverance comes success</blockquote>\r\n- Normally we here much about thriving for achievement but nevertheless many interrogated queries remain unresolved, meaningfully mental abilities communicate Text & Data; however strong foundations of Mindsets critically adsorb the understandably essence from such given sources of information by analyzing carefully any stated objectives along with unattainable goals discoursed. Whereby, schematically setting plans become handy although a remaining question is ambiguous which simply asks us\r\n<blockquote>How do we plan the right decisive & Divisive future?</blockquote>\r\nSimplified form of answer would be, undergo tactically the real world and discover to explore unusual methods yet predefined new roles with flex ways at tackling hardship, obstacles, challenges throughout wise, prudent steps furthering yourself ahead.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'75,85,67,83,54,55,84,80,81,79\' items=\'24\' columns=\'flexible\' paginate=\'load_more\' size=\'fixed masonry\' gap=\'no\' overlay_fx=\'\' caption_elements=\'excerpt\' caption_display=\'on-hover\' container_links=\'active\' id=\'\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 06:48:58','2016-11-12 06:48:58','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(541,1,'2016-11-12 06:49:39','2016-11-12 06:49:39','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f3eb599b-1e23-4d31-8c98-3fb587a5dfc5.jpg\' attachment=\'432\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.1\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'150\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'About <strong>Us</strong>\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'30\' subheading_active=\'\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#4e4133\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Mission</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Vision</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nFor ALBANDARY F&B corporate, the food industry is all about improving the quality of food and service presented to clients increasing turnovers and maintaining health consciousness.\r\n\r\nThus our vision focuses on developing a portfolio that includes innovative and high-end franchisors in the F&B industry, after being screened across an operational management selection criterion.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Abdul Rahman Al Rayyan\' job=\'Senior Managing Director\' src=\'http://almeelws.com/fnb_website/wp-content/uploads/2016/10/Abdul-Rayyan.png\' attachment=\'289\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<blockquote>With persistence and perserverance comes success</blockquote>\r\n- Normally we here much about thriving for achievement but nevertheless many interrogated queries remain unresolved, meaningfully mental abilities communicate Text & Data; however strong foundations of Mindsets critically adsorb the understandably essence from such given sources of information by analyzing carefully any stated objectives along with unattainable goals discoursed. Whereby, schematically setting plans become handy although a remaining question is ambiguous which simply asks us\r\n<blockquote>How do we plan the right decisive & Divisive future?</blockquote>\r\nSimplified form of answer would be, undergo tactically the real world and discover to explore unusual methods yet predefined new roles with flex ways at tackling hardship, obstacles, challenges throughout wise, prudent steps furthering yourself ahead.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'75,85,67,83,54,55,84,80,81,79\' items=\'24\' columns=\'flexible\' paginate=\'load_more\' size=\'fixed masonry\' gap=\'no\' overlay_fx=\'\' caption_elements=\'excerpt\' caption_display=\'on-hover\' container_links=\'active\' id=\'\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 06:49:39','2016-11-12 06:49:39','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(542,1,'2016-11-12 06:52:02','2016-11-12 06:52:02','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f3eb599b-1e23-4d31-8c98-3fb587a5dfc5.jpg\' attachment=\'432\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.1\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'150\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.44)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'About <strong>Us</strong>\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'30\' subheading_active=\'\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_one_full][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Mission</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Vision</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nFor ALBANDARY F&B corporate, the food industry is all about improving the quality of food and service presented to clients increasing turnovers and maintaining health consciousness.\r\n\r\nThus our vision focuses on developing a portfolio that includes innovative and high-end franchisors in the F&B industry, after being screened across an operational management selection criterion.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<blockquote>With persistence and perserverance comes success</blockquote>\r\n- Normally we here much about thriving for achievement but nevertheless many interrogated queries remain unresolved, meaningfully mental abilities communicate Text & Data; however strong foundations of Mindsets critically adsorb the understandably essence from such given sources of information by analyzing carefully any stated objectives along with unattainable goals discoursed. Whereby, schematically setting plans become handy although a remaining question is ambiguous which simply asks us\r\n<blockquote>How do we plan the right decisive & Divisive future?</blockquote>\r\nSimplified form of answer would be, undergo tactically the real world and discover to explore unusual methods yet predefined new roles with flex ways at tackling hardship, obstacles, challenges throughout wise, prudent steps furthering yourself ahead.\r\n[/av_textblock]\r\n\r\n[/av_one_half][/av_section]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 06:52:02','2016-11-12 06:52:02','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(543,1,'2016-11-12 06:53:06','2016-11-12 06:53:06','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f3eb599b-1e23-4d31-8c98-3fb587a5dfc5.jpg\' attachment=\'432\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.1\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'150\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.44)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'About <strong>Us</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'30\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_one_full][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Mission</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Vision</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nFor ALBANDARY F&B corporate, the food industry is all about improving the quality of food and service presented to clients increasing turnovers and maintaining health consciousness.\r\n\r\nThus our vision focuses on developing a portfolio that includes innovative and high-end franchisors in the F&B industry, after being screened across an operational management selection criterion.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<blockquote>With persistence and perserverance comes success</blockquote>\r\n- Normally we here much about thriving for achievement but nevertheless many interrogated queries remain unresolved, meaningfully mental abilities communicate Text & Data; however strong foundations of Mindsets critically adsorb the understandably essence from such given sources of information by analyzing carefully any stated objectives along with unattainable goals discoursed. Whereby, schematically setting plans become handy although a remaining question is ambiguous which simply asks us\r\n<blockquote>How do we plan the right decisive & Divisive future?</blockquote>\r\nSimplified form of answer would be, undergo tactically the real world and discover to explore unusual methods yet predefined new roles with flex ways at tackling hardship, obstacles, challenges throughout wise, prudent steps furthering yourself ahead.\r\n[/av_textblock]\r\n\r\n[/av_one_half]\r\n[/av_section]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 06:53:06','2016-11-12 06:53:06','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(544,1,'2016-11-12 06:56:43','2016-11-12 06:56:43','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f3eb599b-1e23-4d31-8c98-3fb587a5dfc5.jpg\' attachment=\'432\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.1\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'150\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'10px,0px,10px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'About <strong>Us</strong>\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'25\' subheading_active=\'\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_one_full][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Mission</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Vision</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nFor ALBANDARY F&B corporate, the food industry is all about improving the quality of food and service presented to clients increasing turnovers and maintaining health consciousness.\r\n\r\nThus our vision focuses on developing a portfolio that includes innovative and high-end franchisors in the F&B industry, after being screened across an operational management selection criterion.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<blockquote>With persistence and perserverance comes success</blockquote>\r\n- Normally we here much about thriving for achievement but nevertheless many interrogated queries remain unresolved, meaningfully mental abilities communicate Text & Data; however strong foundations of Mindsets critically adsorb the understandably essence from such given sources of information by analyzing carefully any stated objectives along with unattainable goals discoursed. Whereby, schematically setting plans become handy although a remaining question is ambiguous which simply asks us\r\n<blockquote>How do we plan the right decisive & Divisive future?</blockquote>\r\nSimplified form of answer would be, undergo tactically the real world and discover to explore unusual methods yet predefined new roles with flex ways at tackling hardship, obstacles, challenges throughout wise, prudent steps furthering yourself ahead.\r\n[/av_textblock]\r\n\r\n[/av_one_half]\r\n[/av_section]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 06:56:43','2016-11-12 06:56:43','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(545,1,'2016-11-12 06:58:46','2016-11-12 06:58:46','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f3eb599b-1e23-4d31-8c98-3fb587a5dfc5.jpg\' attachment=\'432\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.1\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'150\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px,0px,10px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'About <strong>Us</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'25\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_one_full][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Mission</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Vision</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nFor ALBANDARY F&B corporate, the food industry is all about improving the quality of food and service presented to clients increasing turnovers and maintaining health consciousness.\r\n\r\nThus our vision focuses on developing a portfolio that includes innovative and high-end franchisors in the F&B industry, after being screened across an operational management selection criterion.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<blockquote>With persistence and perserverance comes success</blockquote>\r\n- Normally we here much about thriving for achievement but nevertheless many interrogated queries remain unresolved, meaningfully mental abilities communicate Text & Data; however strong foundations of Mindsets critically adsorb the understandably essence from such given sources of information by analyzing carefully any stated objectives along with unattainable goals discoursed. Whereby, schematically setting plans become handy although a remaining question is ambiguous which simply asks us\r\n<blockquote>How do we plan the right decisive & Divisive future?</blockquote>\r\nSimplified form of answer would be, undergo tactically the real world and discover to explore unusual methods yet predefined new roles with flex ways at tackling hardship, obstacles, challenges throughout wise, prudent steps furthering yourself ahead.\r\n[/av_textblock]\r\n\r\n[/av_one_half]\r\n[/av_section]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 06:58:46','2016-11-12 06:58:46','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(546,1,'2016-11-12 07:00:21','2016-11-12 07:00:21','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f3eb599b-1e23-4d31-8c98-3fb587a5dfc5.jpg\' attachment=\'432\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.1\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'150\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px,0px,10px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'About <strong>Us</strong>\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'23\' subheading_active=\'\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_one_full][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Mission</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Vision</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nFor ALBANDARY F&B corporate, the food industry is all about improving the quality of food and service presented to clients increasing turnovers and maintaining health consciousness.\r\n\r\nThus our vision focuses on developing a portfolio that includes innovative and high-end franchisors in the F&B industry, after being screened across an operational management selection criterion.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<blockquote>With persistence and perserverance comes success</blockquote>\r\n- Normally we here much about thriving for achievement but nevertheless many interrogated queries remain unresolved, meaningfully mental abilities communicate Text & Data; however strong foundations of Mindsets critically adsorb the understandably essence from such given sources of information by analyzing carefully any stated objectives along with unattainable goals discoursed. Whereby, schematically setting plans become handy although a remaining question is ambiguous which simply asks us\r\n<blockquote>How do we plan the right decisive & Divisive future?</blockquote>\r\nSimplified form of answer would be, undergo tactically the real world and discover to explore unusual methods yet predefined new roles with flex ways at tackling hardship, obstacles, challenges throughout wise, prudent steps furthering yourself ahead.\r\n[/av_textblock]\r\n\r\n[/av_one_half]\r\n[/av_section]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 07:00:21','2016-11-12 07:00:21','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(547,1,'2016-11-12 07:01:21','2016-11-12 07:01:21','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f3eb599b-1e23-4d31-8c98-3fb587a5dfc5.jpg\' attachment=\'432\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.1\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'150\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px,0px,10px,5px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'About <strong>Us</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'23\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_one_full][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Mission</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Vision</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nFor ALBANDARY F&B corporate, the food industry is all about improving the quality of food and service presented to clients increasing turnovers and maintaining health consciousness.\r\n\r\nThus our vision focuses on developing a portfolio that includes innovative and high-end franchisors in the F&B industry, after being screened across an operational management selection criterion.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<blockquote>With persistence and perserverance comes success</blockquote>\r\n- Normally we here much about thriving for achievement but nevertheless many interrogated queries remain unresolved, meaningfully mental abilities communicate Text & Data; however strong foundations of Mindsets critically adsorb the understandably essence from such given sources of information by analyzing carefully any stated objectives along with unattainable goals discoursed. Whereby, schematically setting plans become handy although a remaining question is ambiguous which simply asks us\r\n<blockquote>How do we plan the right decisive & Divisive future?</blockquote>\r\nSimplified form of answer would be, undergo tactically the real world and discover to explore unusual methods yet predefined new roles with flex ways at tackling hardship, obstacles, challenges throughout wise, prudent steps furthering yourself ahead.\r\n[/av_textblock]\r\n\r\n[/av_one_half]\r\n[/av_section]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 07:01:21','2016-11-12 07:01:21','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(548,1,'2016-11-12 07:01:55','2016-11-12 07:01:55','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f3eb599b-1e23-4d31-8c98-3fb587a5dfc5.jpg\' attachment=\'432\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.1\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'150\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'About <strong>Us</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'23\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_one_full][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Mission</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Vision</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nFor ALBANDARY F&B corporate, the food industry is all about improving the quality of food and service presented to clients increasing turnovers and maintaining health consciousness.\r\n\r\nThus our vision focuses on developing a portfolio that includes innovative and high-end franchisors in the F&B industry, after being screened across an operational management selection criterion.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<blockquote>With persistence and perserverance comes success</blockquote>\r\n- Normally we here much about thriving for achievement but nevertheless many interrogated queries remain unresolved, meaningfully mental abilities communicate Text & Data; however strong foundations of Mindsets critically adsorb the understandably essence from such given sources of information by analyzing carefully any stated objectives along with unattainable goals discoursed. Whereby, schematically setting plans become handy although a remaining question is ambiguous which simply asks us\r\n<blockquote>How do we plan the right decisive & Divisive future?</blockquote>\r\nSimplified form of answer would be, undergo tactically the real world and discover to explore unusual methods yet predefined new roles with flex ways at tackling hardship, obstacles, challenges throughout wise, prudent steps furthering yourself ahead.\r\n[/av_textblock]\r\n\r\n[/av_one_half]\r\n[/av_section]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 07:01:55','2016-11-12 07:01:55','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(549,1,'2016-11-12 07:07:10','2016-11-12 07:07:10','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f3eb599b-1e23-4d31-8c98-3fb587a5dfc5.jpg\' attachment=\'432\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.1\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'150\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'About <strong>Us</strong>\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'23\' subheading_active=\'\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#4e4133\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_one_full][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Mission</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Vision</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nFor ALBANDARY F&B corporate, the food industry is all about improving the quality of food and service presented to clients increasing turnovers and maintaining health consciousness.\r\n\r\nThus our vision focuses on developing a portfolio that includes innovative and high-end franchisors in the F&B industry, after being screened across an operational management selection criterion.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<blockquote>With persistence and perserverance comes success</blockquote>\r\n- Normally we here much about thriving for achievement but nevertheless many interrogated queries remain unresolved, meaningfully mental abilities communicate Text & Data; however strong foundations of Mindsets critically adsorb the understandably essence from such given sources of information by analyzing carefully any stated objectives along with unattainable goals discoursed. Whereby, schematically setting plans become handy although a remaining question is ambiguous which simply asks us\r\n<blockquote>How do we plan the right decisive & Divisive future?</blockquote>\r\nSimplified form of answer would be, undergo tactically the real world and discover to explore unusual methods yet predefined new roles with flex ways at tackling hardship, obstacles, challenges throughout wise, prudent steps furthering yourself ahead.\r\n[/av_textblock]\r\n\r\n[/av_one_half]\r\n[/av_section]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 07:07:10','2016-11-12 07:07:10','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(550,1,'2016-11-12 07:07:52','2016-11-12 07:07:52','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f3eb599b-1e23-4d31-8c98-3fb587a5dfc5.jpg\' attachment=\'432\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.1\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'150\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'About <strong>Us</strong>\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'23\' subheading_active=\'\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_one_full][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Our <strong>Mission</strong>\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'custom-color-heading\' custom_font=\'#4e4133\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Our <strong>Vision</strong>\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'custom-color-heading\' custom_font=\'#4e4133\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nFor ALBANDARY F&B corporate, the food industry is all about improving the quality of food and service presented to clients increasing turnovers and maintaining health consciousness.\r\n\r\nThus our vision focuses on developing a portfolio that includes innovative and high-end franchisors in the F&B industry, after being screened across an operational management selection criterion.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<blockquote>With persistence and perserverance comes success</blockquote>\r\n- Normally we here much about thriving for achievement but nevertheless many interrogated queries remain unresolved, meaningfully mental abilities communicate Text & Data; however strong foundations of Mindsets critically adsorb the understandably essence from such given sources of information by analyzing carefully any stated objectives along with unattainable goals discoursed. Whereby, schematically setting plans become handy although a remaining question is ambiguous which simply asks us\r\n<blockquote>How do we plan the right decisive & Divisive future?</blockquote>\r\nSimplified form of answer would be, undergo tactically the real world and discover to explore unusual methods yet predefined new roles with flex ways at tackling hardship, obstacles, challenges throughout wise, prudent steps furthering yourself ahead.\r\n[/av_textblock]\r\n\r\n[/av_one_half][/av_section]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 07:07:52','2016-11-12 07:07:52','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(551,1,'2016-11-12 07:10:17','2016-11-12 07:10:17','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f3eb599b-1e23-4d31-8c98-3fb587a5dfc5.jpg\' attachment=\'432\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.1\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'150\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'About <strong>Us</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'23\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_one_full][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Mission</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#4e4133\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Our <strong>Mission</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#4e4133\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<blockquote>With persistence and perserverance comes success</blockquote>\r\n- Normally we here much about thriving for achievement but nevertheless many interrogated queries remain unresolved, meaningfully mental abilities communicate Text & Data; however strong foundations of Mindsets critically adsorb the understandably essence from such given sources of information by analyzing carefully any stated objectives along with unattainable goals discoursed. Whereby, schematically setting plans become handy although a remaining question is ambiguous which simply asks us\r\n<blockquote>How do we plan the right decisive & Divisive future?</blockquote>\r\nSimplified form of answer would be, undergo tactically the real world and discover to explore unusual methods yet predefined new roles with flex ways at tackling hardship, obstacles, challenges throughout wise, prudent steps furthering yourself ahead.\r\n[/av_textblock]\r\n\r\n[/av_one_half][/av_section]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 07:10:17','2016-11-12 07:10:17','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(552,1,'2016-11-12 07:11:48','2016-11-12 07:11:48','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f3eb599b-1e23-4d31-8c98-3fb587a5dfc5.jpg\' attachment=\'432\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.1\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'150\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'About <strong>Us</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'23\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Our <strong>Mission</strong>\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Our <strong>Mission</strong>\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<blockquote>With persistence and perserverance comes success</blockquote>\r\n- Normally we here much about thriving for achievement but nevertheless many interrogated queries remain unresolved, meaningfully mental abilities communicate Text & Data; however strong foundations of Mindsets critically adsorb the understandably essence from such given sources of information by analyzing carefully any stated objectives along with unattainable goals discoursed. Whereby, schematically setting plans become handy although a remaining question is ambiguous which simply asks us\r\n<blockquote>How do we plan the right decisive & Divisive future?</blockquote>\r\nSimplified form of answer would be, undergo tactically the real world and discover to explore unusual methods yet predefined new roles with flex ways at tackling hardship, obstacles, challenges throughout wise, prudent steps furthering yourself ahead.\r\n[/av_textblock]\r\n\r\n[/av_one_half][/av_section]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 07:11:48','2016-11-12 07:11:48','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(553,1,'2016-11-12 07:13:23','2016-11-12 07:13:23','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f3eb599b-1e23-4d31-8c98-3fb587a5dfc5.jpg\' attachment=\'432\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.1\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'150\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'About <strong>Us</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'23\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Our <strong>Mission</strong>\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Our <strong>Mission</strong>\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<blockquote>With persistence and perserverance comes success</blockquote>\r\n- Normally we here much about thriving for achievement but nevertheless many interrogated queries remain unresolved, meaningfully mental abilities communicate Text & Data; however strong foundations of Mindsets critically adsorb the understandably essence from such given sources of information by analyzing carefully any stated objectives along with unattainable goals discoursed. Whereby, schematically setting plans become handy although a remaining question is ambiguous which simply asks us\r\n<blockquote>How do we plan the right decisive & Divisive future?</blockquote>\r\nSimplified form of answer would be, undergo tactically the real world and discover to explore unusual methods yet predefined new roles with flex ways at tackling hardship, obstacles, challenges throughout wise, prudent steps furthering yourself ahead.\r\n[/av_textblock]\r\n\r\n[/av_one_half][/av_section]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 07:13:23','2016-11-12 07:13:23','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(554,1,'2016-11-12 07:14:29','2016-11-12 07:14:29','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f3eb599b-1e23-4d31-8c98-3fb587a5dfc5.jpg\' attachment=\'432\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.1\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'150\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'About <strong>Us</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'23\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Our <strong>Mission</strong>\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'23\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Our <strong>Mission</strong>\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'23\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<blockquote>With persistence and perserverance comes success</blockquote>\r\n- Normally we here much about thriving for achievement but nevertheless many interrogated queries remain unresolved, meaningfully mental abilities communicate Text & Data; however strong foundations of Mindsets critically adsorb the understandably essence from such given sources of information by analyzing carefully any stated objectives along with unattainable goals discoursed. Whereby, schematically setting plans become handy although a remaining question is ambiguous which simply asks us\r\n<blockquote>How do we plan the right decisive & Divisive future?</blockquote>\r\nSimplified form of answer would be, undergo tactically the real world and discover to explore unusual methods yet predefined new roles with flex ways at tackling hardship, obstacles, challenges throughout wise, prudent steps furthering yourself ahead.\r\n[/av_textblock]\r\n\r\n[/av_one_half][/av_section]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 07:14:29','2016-11-12 07:14:29','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(555,1,'2016-11-12 07:15:55','2016-11-12 07:15:55','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f3eb599b-1e23-4d31-8c98-3fb587a5dfc5.jpg\' attachment=\'432\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.1\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'150\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'About Us\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'23\' subheading_active=\'\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_one_full][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Our Mission\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Our Mission\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<blockquote>With persistence and perserverance comes success</blockquote>\r\n- Normally we here much about thriving for achievement but nevertheless many interrogated queries remain unresolved, meaningfully mental abilities communicate Text & Data; however strong foundations of Mindsets critically adsorb the understandably essence from such given sources of information by analyzing carefully any stated objectives along with unattainable goals discoursed. Whereby, schematically setting plans become handy although a remaining question is ambiguous which simply asks us\r\n<blockquote>How do we plan the right decisive & Divisive future?</blockquote>\r\nSimplified form of answer would be, undergo tactically the real world and discover to explore unusual methods yet predefined new roles with flex ways at tackling hardship, obstacles, challenges throughout wise, prudent steps furthering yourself ahead.\r\n[/av_textblock]\r\n\r\n[/av_one_half][/av_section]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 07:15:55','2016-11-12 07:15:55','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(556,1,'2016-11-12 07:21:45','2016-11-12 07:21:45','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f3eb599b-1e23-4d31-8c98-3fb587a5dfc5.jpg\' attachment=\'432\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.1\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'150\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'About Us\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'23\' subheading_active=\'\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px,10px,0px,10px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Our Mission\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Our Mission\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<blockquote>With persistence and perserverance comes success</blockquote>\r\n- Normally we here much about thriving for achievement but nevertheless many interrogated queries remain unresolved, meaningfully mental abilities communicate Text & Data; however strong foundations of Mindsets critically adsorb the understandably essence from such given sources of information by analyzing carefully any stated objectives along with unattainable goals discoursed. Whereby, schematically setting plans become handy although a remaining question is ambiguous which simply asks us\r\n<blockquote>How do we plan the right decisive & Divisive future?</blockquote>\r\nSimplified form of answer would be, undergo tactically the real world and discover to explore unusual methods yet predefined new roles with flex ways at tackling hardship, obstacles, challenges throughout wise, prudent steps furthering yourself ahead.\r\n[/av_textblock]\r\n\r\n[/av_one_half][/av_section]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 07:21:45','2016-11-12 07:21:45','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(557,1,'2016-11-12 07:22:11','2016-11-12 07:22:11','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f3eb599b-1e23-4d31-8c98-3fb587a5dfc5.jpg\' attachment=\'432\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.1\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'150\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'About Us\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'23\' subheading_active=\'\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Our Mission\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Our Mission\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<blockquote>With persistence and perserverance comes success</blockquote>\r\n- Normally we here much about thriving for achievement but nevertheless many interrogated queries remain unresolved, meaningfully mental abilities communicate Text & Data; however strong foundations of Mindsets critically adsorb the understandably essence from such given sources of information by analyzing carefully any stated objectives along with unattainable goals discoursed. Whereby, schematically setting plans become handy although a remaining question is ambiguous which simply asks us\r\n<blockquote>How do we plan the right decisive & Divisive future?</blockquote>\r\nSimplified form of answer would be, undergo tactically the real world and discover to explore unusual methods yet predefined new roles with flex ways at tackling hardship, obstacles, challenges throughout wise, prudent steps furthering yourself ahead.\r\n[/av_textblock]\r\n\r\n[/av_one_half][/av_section]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 07:22:11','2016-11-12 07:22:11','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(558,1,'2016-11-12 07:23:23','2016-11-12 07:23:23','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f3eb599b-1e23-4d31-8c98-3fb587a5dfc5.jpg\' attachment=\'432\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.1\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'150\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'About Us\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'23\' subheading_active=\'\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Our Mission\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Our Mission\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<blockquote>With persistence and perserverance comes success</blockquote>\r\n- Normally we here much about thriving for achievement but nevertheless many interrogated queries remain unresolved, meaningfully mental abilities communicate Text & Data; however strong foundations of Mindsets critically adsorb the understandably essence from such given sources of information by analyzing carefully any stated objectives along with unattainable goals discoursed. Whereby, schematically setting plans become handy although a remaining question is ambiguous which simply asks us\r\n<blockquote>How do we plan the right decisive & Divisive future?</blockquote>\r\nSimplified form of answer would be, undergo tactically the real world and discover to explore unusual methods yet predefined new roles with flex ways at tackling hardship, obstacles, challenges throughout wise, prudent steps furthering yourself ahead.\r\n[/av_textblock]\r\n\r\n[/av_one_half][/av_section]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 07:23:23','2016-11-12 07:23:23','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(559,1,'2016-11-12 07:29:22','2016-11-12 07:29:22','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f3eb599b-1e23-4d31-8c98-3fb587a5dfc5.jpg\' attachment=\'432\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.1\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'150\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'About Us\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'23\' subheading_active=\'\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Our Vision\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Our Mission\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo grow bigger than the local market and Middle East region\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo conquer the local market and expand beyond it on an International level with high expertise and versatility\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nExpand experience and use latest technologies to better penetrate the market\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nRemain the leading Group and set the trend for others to follow\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<blockquote>With persistence and perserverance comes success</blockquote>\r\n- Normally we here much about thriving for achievement but nevertheless many interrogated queries remain unresolved, meaningfully mental abilities communicate Text & Data; however strong foundations of Mindsets critically adsorb the understandably essence from such given sources of information by analyzing carefully any stated objectives along with unattainable goals discoursed. Whereby, schematically setting plans become handy although a remaining question is ambiguous which simply asks us\r\n<blockquote>How do we plan the right decisive & Divisive future?</blockquote>\r\nSimplified form of answer would be, undergo tactically the real world and discover to explore unusual methods yet predefined new roles with flex ways at tackling hardship, obstacles, challenges throughout wise, prudent steps furthering yourself ahead.\r\n[/av_textblock]\r\n\r\n[/av_one_half][/av_section]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 07:29:22','2016-11-12 07:29:22','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(560,1,'2016-11-12 07:31:10','2016-11-12 07:31:10','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f3eb599b-1e23-4d31-8c98-3fb587a5dfc5.jpg\' attachment=\'432\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.1\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'150\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'About Us\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'23\' subheading_active=\'\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Our Vision\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Our Mission\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'-20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'#666666\' custom_content=\'\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo grow bigger than the local market and Middle East region\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo conquer the local market and expand beyond it on an International level with high expertise and versatility\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nExpand experience and use latest technologies to better penetrate the market\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nRemain the leading Group and set the trend for others to follow\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<blockquote>With persistence and perserverance comes success</blockquote>\r\n- Normally we here much about thriving for achievement but nevertheless many interrogated queries remain unresolved, meaningfully mental abilities communicate Text & Data; however strong foundations of Mindsets critically adsorb the understandably essence from such given sources of information by analyzing carefully any stated objectives along with unattainable goals discoursed. Whereby, schematically setting plans become handy although a remaining question is ambiguous which simply asks us\r\n<blockquote>How do we plan the right decisive & Divisive future?</blockquote>\r\nSimplified form of answer would be, undergo tactically the real world and discover to explore unusual methods yet predefined new roles with flex ways at tackling hardship, obstacles, challenges throughout wise, prudent steps furthering yourself ahead.\r\n[/av_textblock]\r\n\r\n[/av_one_half][/av_section]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 07:31:10','2016-11-12 07:31:10','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(561,1,'2016-11-12 07:32:02','2016-11-12 07:32:02','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f3eb599b-1e23-4d31-8c98-3fb587a5dfc5.jpg\' attachment=\'432\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.1\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'150\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'About Us\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'23\' subheading_active=\'\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Our Vision\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Our Mission\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo grow bigger than the local market and Middle East region\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo conquer the local market and expand beyond it on an International level with high expertise and versatility\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nExpand experience and use latest technologies to better penetrate the market\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nRemain the leading Group and set the trend for others to follow\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<blockquote>With persistence and perserverance comes success</blockquote>\r\n- Normally we here much about thriving for achievement but nevertheless many interrogated queries remain unresolved, meaningfully mental abilities communicate Text & Data; however strong foundations of Mindsets critically adsorb the understandably essence from such given sources of information by analyzing carefully any stated objectives along with unattainable goals discoursed. Whereby, schematically setting plans become handy although a remaining question is ambiguous which simply asks us\r\n<blockquote>How do we plan the right decisive & Divisive future?</blockquote>\r\nSimplified form of answer would be, undergo tactically the real world and discover to explore unusual methods yet predefined new roles with flex ways at tackling hardship, obstacles, challenges throughout wise, prudent steps furthering yourself ahead.\r\n[/av_textblock]\r\n\r\n[/av_one_half][/av_section]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 07:32:02','2016-11-12 07:32:02','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(562,1,'2016-11-12 07:33:02','2016-11-12 07:33:02','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f3eb599b-1e23-4d31-8c98-3fb587a5dfc5.jpg\' attachment=\'432\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.1\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'150\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'About Us\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'23\' subheading_active=\'\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Our Vision\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Our Mission\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo grow bigger than the local market and Middle East region\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo conquer the local market and expand beyond it on an International level with high expertise and versatility\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nExpand experience and use latest technologies to better penetrate the market\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nRemain the leading Group and set the trend for others to follow\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nOur mission is to serve healthy and delicious food that appeals to local and international clients from different cuisine backgrounds while providing five-star service that suits our reputation and the industry.\r\n\r\nWith Food, one engages all the senses, thus\r\n<blockquote>Never cease to create and innovate</blockquote>\r\nsums-up the rest of our mission.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<blockquote>With persistence and perserverance comes success</blockquote>\r\n- Normally we here much about thriving for achievement but nevertheless many interrogated queries remain unresolved, meaningfully mental abilities communicate Text & Data; however strong foundations of Mindsets critically adsorb the understandably essence from such given sources of information by analyzing carefully any stated objectives along with unattainable goals discoursed. Whereby, schematically setting plans become handy although a remaining question is ambiguous which simply asks us\r\n<blockquote>How do we plan the right decisive & Divisive future?</blockquote>\r\nSimplified form of answer would be, undergo tactically the real world and discover to explore unusual methods yet predefined new roles with flex ways at tackling hardship, obstacles, challenges throughout wise, prudent steps furthering yourself ahead.\r\n[/av_textblock]\r\n\r\n[/av_one_half][/av_section]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 07:33:02','2016-11-12 07:33:02','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(563,1,'2016-11-12 07:35:48','2016-11-12 07:35:48','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f3eb599b-1e23-4d31-8c98-3fb587a5dfc5.jpg\' attachment=\'432\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.1\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'150\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'About Us\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'23\' subheading_active=\'\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Our Vision\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Our Mission\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo grow bigger than the local market and Middle East region\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo conquer the local market and expand beyond it on an International level with high expertise and versatility\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nExpand experience and use latest technologies to better penetrate the market\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nRemain the leading Group and set the trend for others to follow\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly fulfill customers\' expectations and go beyond it\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nOffer the best value and return on investment with our trustworthy activity\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nDefine new standards and set the lead for local trends and be the leaders in key domains\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nAchieve and surpass set goals\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly cover all domains with our reputed level of service\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'20\' heading=\'Director’s <strong>Statement</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<blockquote>With persistence and perserverance comes success</blockquote>\r\n- Normally we here much about thriving for achievement but nevertheless many interrogated queries remain unresolved, meaningfully mental abilities communicate Text & Data; however strong foundations of Mindsets critically adsorb the understandably essence from such given sources of information by analyzing carefully any stated objectives along with unattainable goals discoursed. Whereby, schematically setting plans become handy although a remaining question is ambiguous which simply asks us\r\n<blockquote>How do we plan the right decisive & Divisive future?</blockquote>\r\nSimplified form of answer would be, undergo tactically the real world and discover to explore unusual methods yet predefined new roles with flex ways at tackling hardship, obstacles, challenges throughout wise, prudent steps furthering yourself ahead.\r\n[/av_textblock]\r\n\r\n[/av_one_half][/av_section]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 07:35:48','2016-11-12 07:35:48','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(564,1,'2016-11-12 07:38:10','2016-11-12 07:38:10','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f3eb599b-1e23-4d31-8c98-3fb587a5dfc5.jpg\' attachment=\'432\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.1\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'150\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'About Us\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'23\' subheading_active=\'\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Overview\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nClick here to add your own text\r\n[/av_textblock]\r\n\r\n[/av_one_full][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Our Vision\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Our Mission\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo grow bigger than the local market and Middle East region\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo conquer the local market and expand beyond it on an International level with high expertise and versatility\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nExpand experience and use latest technologies to better penetrate the market\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nRemain the leading Group and set the trend for others to follow\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly fulfill customers\' expectations and go beyond it\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nOffer the best value and return on investment with our trustworthy activity\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nDefine new standards and set the lead for local trends and be the leaders in key domains\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nAchieve and surpass set goals\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly cover all domains with our reputed level of service\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][/av_section]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 07:38:10','2016-11-12 07:38:10','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(565,1,'2016-11-12 07:38:35','2016-11-12 07:38:35','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f3eb599b-1e23-4d31-8c98-3fb587a5dfc5.jpg\' attachment=\'432\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.1\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'150\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'About Us\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'23\' subheading_active=\'\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – began as an engineering and contracting company, diversifying over the years into new market sectors and industries, yet consistently committed to quality production and the highest levels of service and project execution. This has proven to be the Group’s key competitive differentiator and vital to its continued success. We are also highly committed to our community and dedicated to its durable development to better fit the local policy. We remain dynamic and creative to make sure to stay on the lead position and remain the pioneers. We keep an eye on long-term partnerships and cooperation\'s to maintain our foundation solid and better adapt to the changing market and cover it in the most competitive way in various domains.\r\n[/av_textblock]\r\n\r\n[/av_one_full][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Our Vision\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Our Mission\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo grow bigger than the local market and Middle East region\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo conquer the local market and expand beyond it on an International level with high expertise and versatility\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nExpand experience and use latest technologies to better penetrate the market\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nRemain the leading Group and set the trend for others to follow\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly fulfill customers\' expectations and go beyond it\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nOffer the best value and return on investment with our trustworthy activity\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nDefine new standards and set the lead for local trends and be the leaders in key domains\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nAchieve and surpass set goals\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly cover all domains with our reputed level of service\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half]\r\n[/av_section]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 07:38:35','2016-11-12 07:38:35','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(566,1,'2016-11-12 07:40:05','2016-11-12 07:40:05','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f3eb599b-1e23-4d31-8c98-3fb587a5dfc5.jpg\' attachment=\'432\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.1\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'150\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'About Us\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'23\' subheading_active=\'\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – began as an engineering and contracting company, diversifying over the years into new market sectors and industries, yet consistently committed to quality production and the highest levels of service and project execution. This has proven to be the Group’s key competitive differentiator and vital to its continued success. We are also highly committed to our community and dedicated to its durable development to better fit the local policy. We remain dynamic and creative to make sure to stay on the lead position and remain the pioneers. We keep an eye on long-term partnerships and cooperation\'s to maintain our foundation solid and better adapt to the changing market and cover it in the most competitive way in various domains.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Vision\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Mission\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo grow bigger than the local market and Middle East region\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo conquer the local market and expand beyond it on an International level with high expertise and versatility\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nExpand experience and use latest technologies to better penetrate the market\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nRemain the leading Group and set the trend for others to follow\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly fulfill customers\' expectations and go beyond it\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nOffer the best value and return on investment with our trustworthy activity\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nDefine new standards and set the lead for local trends and be the leaders in key domains\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nAchieve and surpass set goals\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly cover all domains with our reputed level of service\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][/av_section]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 07:40:05','2016-11-12 07:40:05','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(567,1,'2016-11-12 07:42:27','2016-11-12 07:42:27','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f3eb599b-1e23-4d31-8c98-3fb587a5dfc5.jpg\' attachment=\'432\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.1\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'150\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'About Us\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'21\' subheading_active=\'\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_one_full][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Overview\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – began as an engineering and contracting company, diversifying over the years into new market sectors and industries, yet consistently committed to quality production and the highest levels of service and project execution. This has proven to be the Group’s key competitive differentiator and vital to its continued success. We are also highly committed to our community and dedicated to its durable development to better fit the local policy. We remain dynamic and creative to make sure to stay on the lead position and remain the pioneers. We keep an eye on long-term partnerships and cooperation\'s to maintain our foundation solid and better adapt to the changing market and cover it in the most competitive way in various domains.\r\n[/av_textblock]\r\n\r\n[/av_one_full][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Vision\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Mission\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo grow bigger than the local market and Middle East region\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo conquer the local market and expand beyond it on an International level with high expertise and versatility\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nExpand experience and use latest technologies to better penetrate the market\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nRemain the leading Group and set the trend for others to follow\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly fulfill customers\' expectations and go beyond it\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nOffer the best value and return on investment with our trustworthy activity\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nDefine new standards and set the lead for local trends and be the leaders in key domains\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nAchieve and surpass set goals\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly cover all domains with our reputed level of service\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half]\r\n[/av_section]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 07:42:27','2016-11-12 07:42:27','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(568,1,'2016-11-12 07:44:05','2016-11-12 07:44:05','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f3eb599b-1e23-4d31-8c98-3fb587a5dfc5.jpg\' attachment=\'432\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.1\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'150\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'About Us\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'21\' subheading_active=\'\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Overview\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – began as an engineering and contracting company, diversifying over the years into new market sectors and industries, yet consistently committed to quality production and the highest levels of service and project execution. This has proven to be the Group’s key competitive differentiator and vital to its continued success. We are also highly committed to our community and dedicated to its durable development to better fit the local policy. We remain dynamic and creative to make sure to stay on the lead position and remain the pioneers. We keep an eye on long-term partnerships and cooperation\'s to maintain our foundation solid and better adapt to the changing market and cover it in the most competitive way in various domains.\r\n[/av_textblock]\r\n\r\n[/av_one_full][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Vision\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Mission\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo grow bigger than the local market and Middle East region\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo conquer the local market and expand beyond it on an International level with high expertise and versatility\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nExpand experience and use latest technologies to better penetrate the market\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nRemain the leading Group and set the trend for others to follow\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly fulfill customers\' expectations and go beyond it\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nOffer the best value and return on investment with our trustworthy activity\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nDefine new standards and set the lead for local trends and be the leaders in key domains\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nAchieve and surpass set goals\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly cover all domains with our reputed level of service\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][/av_section]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 07:44:05','2016-11-12 07:44:05','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(569,1,'2016-11-12 07:44:34','2016-11-12 07:44:34','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f3eb599b-1e23-4d31-8c98-3fb587a5dfc5.jpg\' attachment=\'432\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.1\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'150\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_one_full][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Overview\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – began as an engineering and contracting company, diversifying over the years into new market sectors and industries, yet consistently committed to quality production and the highest levels of service and project execution. This has proven to be the Group’s key competitive differentiator and vital to its continued success. We are also highly committed to our community and dedicated to its durable development to better fit the local policy. We remain dynamic and creative to make sure to stay on the lead position and remain the pioneers. We keep an eye on long-term partnerships and cooperation\'s to maintain our foundation solid and better adapt to the changing market and cover it in the most competitive way in various domains.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Vision\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Mission\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo grow bigger than the local market and Middle East region\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo conquer the local market and expand beyond it on an International level with high expertise and versatility\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nExpand experience and use latest technologies to better penetrate the market\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nRemain the leading Group and set the trend for others to follow\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly fulfill customers\' expectations and go beyond it\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nOffer the best value and return on investment with our trustworthy activity\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nDefine new standards and set the lead for local trends and be the leaders in key domains\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nAchieve and surpass set goals\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly cover all domains with our reputed level of service\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half]\r\n[/av_section]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 07:44:34','2016-11-12 07:44:34','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(570,1,'2016-11-12 07:45:27','2016-11-12 07:45:27','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f3eb599b-1e23-4d31-8c98-3fb587a5dfc5.jpg\' attachment=\'432\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.1\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'150\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'About Us\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_one_full][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Overview\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – began as an engineering and contracting company, diversifying over the years into new market sectors and industries, yet consistently committed to quality production and the highest levels of service and project execution. This has proven to be the Group’s key competitive differentiator and vital to its continued success. We are also highly committed to our community and dedicated to its durable development to better fit the local policy. We remain dynamic and creative to make sure to stay on the lead position and remain the pioneers. We keep an eye on long-term partnerships and cooperation\'s to maintain our foundation solid and better adapt to the changing market and cover it in the most competitive way in various domains.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Vision\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Mission\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo grow bigger than the local market and Middle East region\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo conquer the local market and expand beyond it on an International level with high expertise and versatility\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nExpand experience and use latest technologies to better penetrate the market\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nRemain the leading Group and set the trend for others to follow\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly fulfill customers\' expectations and go beyond it\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nOffer the best value and return on investment with our trustworthy activity\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nDefine new standards and set the lead for local trends and be the leaders in key domains\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nAchieve and surpass set goals\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly cover all domains with our reputed level of service\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half]\r\n[/av_section]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 07:45:27','2016-11-12 07:45:27','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(571,1,'2016-11-12 07:48:52','2016-11-12 07:48:52','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f3eb599b-1e23-4d31-8c98-3fb587a5dfc5.jpg\' attachment=\'432\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.1\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'150\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'About Us\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#8c7359\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – began as an engineering and contracting company, diversifying over the years into new market sectors and industries, yet consistently committed to quality production and the highest levels of service and project execution. This has proven to be the Group’s key competitive differentiator and vital to its continued success. We are also highly committed to our community and dedicated to its durable development to better fit the local policy. We remain dynamic and creative to make sure to stay on the lead position and remain the pioneers. We keep an eye on long-term partnerships and cooperation\'s to maintain our foundation solid and better adapt to the changing market and cover it in the most competitive way in various domains.\r\n[/av_textblock]\r\n\r\n[/av_one_full][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#8c7359\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Vision\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#8c7359\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Mission\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo grow bigger than the local market and Middle East region\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo conquer the local market and expand beyond it on an International level with high expertise and versatility\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nExpand experience and use latest technologies to better penetrate the market\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nRemain the leading Group and set the trend for others to follow\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly fulfill customers\' expectations and go beyond it\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nOffer the best value and return on investment with our trustworthy activity\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nDefine new standards and set the lead for local trends and be the leaders in key domains\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nAchieve and surpass set goals\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly cover all domains with our reputed level of service\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][/av_section]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 07:48:52','2016-11-12 07:48:52','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(572,1,'2016-11-12 07:50:21','2016-11-12 07:50:21','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f3eb599b-1e23-4d31-8c98-3fb587a5dfc5.jpg\' attachment=\'432\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.1\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'150\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'About Us\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – began as an engineering and contracting company, diversifying over the years into new market sectors and industries, yet consistently committed to quality production and the highest levels of service and project execution. This has proven to be the Group’s key competitive differentiator and vital to its continued success. We are also highly committed to our community and dedicated to its durable development to better fit the local policy. We remain dynamic and creative to make sure to stay on the lead position and remain the pioneers. We keep an eye on long-term partnerships and cooperation\'s to maintain our foundation solid and better adapt to the changing market and cover it in the most competitive way in various domains.\r\n[/av_textblock]\r\n\r\n[/av_one_full][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Vision\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Mission\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo grow bigger than the local market and Middle East region\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo conquer the local market and expand beyond it on an International level with high expertise and versatility\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nExpand experience and use latest technologies to better penetrate the market\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nRemain the leading Group and set the trend for others to follow\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly fulfill customers\' expectations and go beyond it\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nOffer the best value and return on investment with our trustworthy activity\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nDefine new standards and set the lead for local trends and be the leaders in key domains\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nAchieve and surpass set goals\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly cover all domains with our reputed level of service\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][/av_section]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 07:50:21','2016-11-12 07:50:21','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(573,1,'2016-11-12 07:53:01','2016-11-12 07:53:01','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f3eb599b-1e23-4d31-8c98-3fb587a5dfc5.jpg\' attachment=\'432\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.1\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'150\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'About Us\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – began as an engineering and contracting company, diversifying over the years into new market sectors and industries, yet consistently committed to quality production and the highest levels of service and project execution. This has proven to be the Group’s key competitive differentiator and vital to its continued success. We are also highly committed to our community and dedicated to its durable development to better fit the local policy. We remain dynamic and creative to make sure to stay on the lead position and remain the pioneers. We keep an eye on long-term partnerships and cooperation\'s to maintain our foundation solid and better adapt to the changing market and cover it in the most competitive way in various domains.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Vision\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Mission\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo grow bigger than the local market and Middle East region\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo conquer the local market and expand beyond it on an International level with high expertise and versatility\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nExpand experience and use latest technologies to better penetrate the market\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nRemain the leading Group and set the trend for others to follow\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly fulfill customers\' expectations and go beyond it\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nOffer the best value and return on investment with our trustworthy activity\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nDefine new standards and set the lead for local trends and be the leaders in key domains\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nAchieve and surpass set goals\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly cover all domains with our reputed level of service\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – has a proven track record of successfully completing a wide range of large-scale projects, earning us a reputation for delivery in all sectors in various locations throughout the Middle East. From completing builds to contributing to international exhibitions, we have firmly established our versatility and flexibility in project delivery. We simply take business to the next level.\r\n[/av_textblock]\r\n\r\n[/av_one_full][/av_section]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 07:53:01','2016-11-12 07:53:01','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(574,1,'2016-11-12 07:53:51','2016-11-12 07:53:51','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f3eb599b-1e23-4d31-8c98-3fb587a5dfc5.jpg\' attachment=\'432\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.1\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'150\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'About Us\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – began as an engineering and contracting company, diversifying over the years into new market sectors and industries, yet consistently committed to quality production and the highest levels of service and project execution. This has proven to be the Group’s key competitive differentiator and vital to its continued success. We are also highly committed to our community and dedicated to its durable development to better fit the local policy. We remain dynamic and creative to make sure to stay on the lead position and remain the pioneers. We keep an eye on long-term partnerships and cooperation\'s to maintain our foundation solid and better adapt to the changing market and cover it in the most competitive way in various domains.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Vision\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Mission\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo grow bigger than the local market and Middle East region\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo conquer the local market and expand beyond it on an International level with high expertise and versatility\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nExpand experience and use latest technologies to better penetrate the market\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nRemain the leading Group and set the trend for others to follow\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly fulfill customers\' expectations and go beyond it\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nOffer the best value and return on investment with our trustworthy activity\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nDefine new standards and set the lead for local trends and be the leaders in key domains\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nAchieve and surpass set goals\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly cover all domains with our reputed level of service\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Company Profile\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – has a proven track record of successfully completing a wide range of large-scale projects, earning us a reputation for delivery in all sectors in various locations throughout the Middle East. From completing builds to contributing to international exhibitions, we have firmly established our versatility and flexibility in project delivery. We simply take business to the next level.\r\n[/av_textblock]\r\n\r\n[/av_one_full][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Vision\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Mission\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo grow bigger than the local market and Middle East region\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo conquer the local market and expand beyond it on an International level with high expertise and versatility\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nExpand experience and use latest technologies to better penetrate the market\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nRemain the leading Group and set the trend for others to follow\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly fulfill customers\' expectations and go beyond it\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nOffer the best value and return on investment with our trustworthy activity\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nDefine new standards and set the lead for local trends and be the leaders in key domains\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nAchieve and surpass set goals\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly cover all domains with our reputed level of service\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half]\r\n[/av_section]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 07:53:51','2016-11-12 07:53:51','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(575,1,'2016-11-12 07:55:23','2016-11-12 07:55:23','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f3eb599b-1e23-4d31-8c98-3fb587a5dfc5.jpg\' attachment=\'432\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.1\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'150\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'About Us\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – began as an engineering and contracting company, diversifying over the years into new market sectors and industries, yet consistently committed to quality production and the highest levels of service and project execution. This has proven to be the Group’s key competitive differentiator and vital to its continued success. We are also highly committed to our community and dedicated to its durable development to better fit the local policy. We remain dynamic and creative to make sure to stay on the lead position and remain the pioneers. We keep an eye on long-term partnerships and cooperation\'s to maintain our foundation solid and better adapt to the changing market and cover it in the most competitive way in various domains.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Vision\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Mission\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo grow bigger than the local market and Middle East region\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo conquer the local market and expand beyond it on an International level with high expertise and versatility\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nExpand experience and use latest technologies to better penetrate the market\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nRemain the leading Group and set the trend for others to follow\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly fulfill customers\' expectations and go beyond it\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nOffer the best value and return on investment with our trustworthy activity\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nDefine new standards and set the lead for local trends and be the leaders in key domains\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nAchieve and surpass set goals\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly cover all domains with our reputed level of service\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Company Profile\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – has a proven track record of successfully completing a wide range of large-scale projects, earning us a reputation for delivery in all sectors in various locations throughout the Middle East. From completing builds to contributing to international exhibitions, we have firmly established our versatility and flexibility in project delivery. We simply take business to the next level.\r\n[/av_textblock]\r\n\r\n[/av_one_full][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Group History\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Mission\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nWith an established presence for more than a decade, Al Bandary International Group – B.I.G. – is focused on expanding its local network beyond the Middle East region. Collaborations with European and North American counterparts have added immense value to our strategic offering, including broadening the company’s capacities and experience.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – handles Mega projects. Al Bandary International Group\'s subsidiary companies provide customized solutions and services for clients. Along with our esteemed partners, we are committed to ensuring the entire supply chain performs to the highest standard. Our clients and partners choose Al Bandary International Group – B.I.G. – because of our high-value trusted products, emphasis on customer satisfaction, and our expanding network.\r\n[/av_textblock]\r\n\r\n[/av_one_half][/av_section]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 07:55:23','2016-11-12 07:55:23','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(576,1,'2016-11-12 07:56:15','2016-11-12 07:56:15','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f3eb599b-1e23-4d31-8c98-3fb587a5dfc5.jpg\' attachment=\'432\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.1\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'150\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'About Us\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – began as an engineering and contracting company, diversifying over the years into new market sectors and industries, yet consistently committed to quality production and the highest levels of service and project execution. This has proven to be the Group’s key competitive differentiator and vital to its continued success. We are also highly committed to our community and dedicated to its durable development to better fit the local policy. We remain dynamic and creative to make sure to stay on the lead position and remain the pioneers. We keep an eye on long-term partnerships and cooperation\'s to maintain our foundation solid and better adapt to the changing market and cover it in the most competitive way in various domains.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Vision\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Mission\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo grow bigger than the local market and Middle East region\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo conquer the local market and expand beyond it on an International level with high expertise and versatility\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nExpand experience and use latest technologies to better penetrate the market\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nRemain the leading Group and set the trend for others to follow\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly fulfill customers\' expectations and go beyond it\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nOffer the best value and return on investment with our trustworthy activity\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nDefine new standards and set the lead for local trends and be the leaders in key domains\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nAchieve and surpass set goals\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly cover all domains with our reputed level of service\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Company Profile\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – has a proven track record of successfully completing a wide range of large-scale projects, earning us a reputation for delivery in all sectors in various locations throughout the Middle East. From completing builds to contributing to international exhibitions, we have firmly established our versatility and flexibility in project delivery. We simply take business to the next level.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Group History\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Value in the market\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nWith an established presence for more than a decade, Al Bandary International Group – B.I.G. – is focused on expanding its local network beyond the Middle East region. Collaborations with European and North American counterparts have added immense value to our strategic offering, including broadening the company’s capacities and experience.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – handles Mega projects. Al Bandary International Group\'s subsidiary companies provide customized solutions and services for clients. Along with our esteemed partners, we are committed to ensuring the entire supply chain performs to the highest standard. Our clients and partners choose Al Bandary International Group – B.I.G. – because of our high-value trusted products, emphasis on customer satisfaction, and our expanding network.\r\n[/av_textblock]\r\n\r\n[/av_one_half][/av_section]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 07:56:15','2016-11-12 07:56:15','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(577,1,'2016-11-12 07:57:53','2016-11-12 07:57:53','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f3eb599b-1e23-4d31-8c98-3fb587a5dfc5.jpg\' attachment=\'432\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.1\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'150\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'About Us\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – began as an engineering and contracting company, diversifying over the years into new market sectors and industries, yet consistently committed to quality production and the highest levels of service and project execution. This has proven to be the Group’s key competitive differentiator and vital to its continued success. We are also highly committed to our community and dedicated to its durable development to better fit the local policy. We remain dynamic and creative to make sure to stay on the lead position and remain the pioneers. We keep an eye on long-term partnerships and cooperation\'s to maintain our foundation solid and better adapt to the changing market and cover it in the most competitive way in various domains.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Vision\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Mission\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo grow bigger than the local market and Middle East region\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo conquer the local market and expand beyond it on an International level with high expertise and versatility\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nExpand experience and use latest technologies to better penetrate the market\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nRemain the leading Group and set the trend for others to follow\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly fulfill customers\' expectations and go beyond it\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nOffer the best value and return on investment with our trustworthy activity\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nDefine new standards and set the lead for local trends and be the leaders in key domains\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nAchieve and surpass set goals\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly cover all domains with our reputed level of service\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Company Profile\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – has a proven track record of successfully completing a wide range of large-scale projects, earning us a reputation for delivery in all sectors in various locations throughout the Middle East. From completing builds to contributing to international exhibitions, we have firmly established our versatility and flexibility in project delivery. We simply take business to the next level.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Group History\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Value in the market\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nWith an established presence for more than a decade, Al Bandary International Group – B.I.G. – is focused on expanding its local network beyond the Middle East region. Collaborations with European and North American counterparts have added immense value to our strategic offering, including broadening the company’s capacities and experience.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – handles Mega projects. Al Bandary International Group\'s subsidiary companies provide customized solutions and services for clients. Along with our esteemed partners, we are committed to ensuring the entire supply chain performs to the highest standard. Our clients and partners choose Al Bandary International Group – B.I.G. – because of our high-value trusted products, emphasis on customer satisfaction, and our expanding network.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'5\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 07:57:53','2016-11-12 07:57:53','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(578,1,'2016-11-12 07:58:27','2016-11-12 07:58:27','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f3eb599b-1e23-4d31-8c98-3fb587a5dfc5.jpg\' attachment=\'432\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.1\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'150\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'About Us\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – began as an engineering and contracting company, diversifying over the years into new market sectors and industries, yet consistently committed to quality production and the highest levels of service and project execution. This has proven to be the Group’s key competitive differentiator and vital to its continued success. We are also highly committed to our community and dedicated to its durable development to better fit the local policy. We remain dynamic and creative to make sure to stay on the lead position and remain the pioneers. We keep an eye on long-term partnerships and cooperation\'s to maintain our foundation solid and better adapt to the changing market and cover it in the most competitive way in various domains.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Vision\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Mission\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo grow bigger than the local market and Middle East region\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo conquer the local market and expand beyond it on an International level with high expertise and versatility\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nExpand experience and use latest technologies to better penetrate the market\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nRemain the leading Group and set the trend for others to follow\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly fulfill customers\' expectations and go beyond it\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nOffer the best value and return on investment with our trustworthy activity\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nDefine new standards and set the lead for local trends and be the leaders in key domains\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nAchieve and surpass set goals\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly cover all domains with our reputed level of service\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Company Profile\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – has a proven track record of successfully completing a wide range of large-scale projects, earning us a reputation for delivery in all sectors in various locations throughout the Middle East. From completing builds to contributing to international exhibitions, we have firmly established our versatility and flexibility in project delivery. We simply take business to the next level.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Group History\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Value in the market\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nWith an established presence for more than a decade, Al Bandary International Group – B.I.G. – is focused on expanding its local network beyond the Middle East region. Collaborations with European and North American counterparts have added immense value to our strategic offering, including broadening the company’s capacities and experience.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – handles Mega projects. Al Bandary International Group\'s subsidiary companies provide customized solutions and services for clients. Along with our esteemed partners, we are committed to ensuring the entire supply chain performs to the highest standard. Our clients and partners choose Al Bandary International Group – B.I.G. – because of our high-value trusted products, emphasis on customer satisfaction, and our expanding network.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 07:58:27','2016-11-12 07:58:27','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(579,1,'2016-11-12 07:59:09','2016-11-12 07:59:09','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f3eb599b-1e23-4d31-8c98-3fb587a5dfc5.jpg\' attachment=\'432\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.1\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'150\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'About Us\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – began as an engineering and contracting company, diversifying over the years into new market sectors and industries, yet consistently committed to quality production and the highest levels of service and project execution. This has proven to be the Group’s key competitive differentiator and vital to its continued success. We are also highly committed to our community and dedicated to its durable development to better fit the local policy. We remain dynamic and creative to make sure to stay on the lead position and remain the pioneers. We keep an eye on long-term partnerships and cooperation\'s to maintain our foundation solid and better adapt to the changing market and cover it in the most competitive way in various domains.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Vision\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Mission\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo grow bigger than the local market and Middle East region\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo conquer the local market and expand beyond it on an International level with high expertise and versatility\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nExpand experience and use latest technologies to better penetrate the market\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nRemain the leading Group and set the trend for others to follow\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly fulfill customers\' expectations and go beyond it\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nOffer the best value and return on investment with our trustworthy activity\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nDefine new standards and set the lead for local trends and be the leaders in key domains\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nAchieve and surpass set goals\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly cover all domains with our reputed level of service\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Company Profile\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – has a proven track record of successfully completing a wide range of large-scale projects, earning us a reputation for delivery in all sectors in various locations throughout the Middle East. From completing builds to contributing to international exhibitions, we have firmly established our versatility and flexibility in project delivery. We simply take business to the next level.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Group History\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Value in the market\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nWith an established presence for more than a decade, Al Bandary International Group – B.I.G. – is focused on expanding its local network beyond the Middle East region. Collaborations with European and North American counterparts have added immense value to our strategic offering, including broadening the company’s capacities and experience.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – handles Mega projects. Al Bandary International Group\'s subsidiary companies provide customized solutions and services for clients. Along with our esteemed partners, we are committed to ensuring the entire supply chain performs to the highest standard. Our clients and partners choose Al Bandary International Group – B.I.G. – because of our high-value trusted products, emphasis on customer satisfaction, and our expanding network.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 07:59:09','2016-11-12 07:59:09','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(581,1,'2016-11-12 08:05:53','2016-11-12 08:05:53','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f3eb599b-1e23-4d31-8c98-3fb587a5dfc5.jpg\' attachment=\'432\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.1\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'150\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'About Us\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-dark.png\' attachment=\'580\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – began as an engineering and contracting company, diversifying over the years into new market sectors and industries, yet consistently committed to quality production and the highest levels of service and project execution. This has proven to be the Group’s key competitive differentiator and vital to its continued success. We are also highly committed to our community and dedicated to its durable development to better fit the local policy. We remain dynamic and creative to make sure to stay on the lead position and remain the pioneers. We keep an eye on long-term partnerships and cooperation\'s to maintain our foundation solid and better adapt to the changing market and cover it in the most competitive way in various domains.\r\n[/av_textblock]\r\n\r\n[/av_one_full][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Vision\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Mission\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo grow bigger than the local market and Middle East region\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo conquer the local market and expand beyond it on an International level with high expertise and versatility\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nExpand experience and use latest technologies to better penetrate the market\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nRemain the leading Group and set the trend for others to follow\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly fulfill customers\' expectations and go beyond it\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nOffer the best value and return on investment with our trustworthy activity\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nDefine new standards and set the lead for local trends and be the leaders in key domains\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nAchieve and surpass set goals\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly cover all domains with our reputed level of service\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Company Profile\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – has a proven track record of successfully completing a wide range of large-scale projects, earning us a reputation for delivery in all sectors in various locations throughout the Middle East. From completing builds to contributing to international exhibitions, we have firmly established our versatility and flexibility in project delivery. We simply take business to the next level.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Group History\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Value in the market\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nWith an established presence for more than a decade, Al Bandary International Group – B.I.G. – is focused on expanding its local network beyond the Middle East region. Collaborations with European and North American counterparts have added immense value to our strategic offering, including broadening the company’s capacities and experience.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – handles Mega projects. Al Bandary International Group\'s subsidiary companies provide customized solutions and services for clients. Along with our esteemed partners, we are committed to ensuring the entire supply chain performs to the highest standard. Our clients and partners choose Al Bandary International Group – B.I.G. – because of our high-value trusted products, emphasis on customer satisfaction, and our expanding network.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 08:05:53','2016-11-12 08:05:53','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(583,1,'2016-11-12 08:07:20','2016-11-12 08:07:20','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f3eb599b-1e23-4d31-8c98-3fb587a5dfc5.jpg\' attachment=\'432\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.1\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'150\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'About Us\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – began as an engineering and contracting company, diversifying over the years into new market sectors and industries, yet consistently committed to quality production and the highest levels of service and project execution. This has proven to be the Group’s key competitive differentiator and vital to its continued success. We are also highly committed to our community and dedicated to its durable development to better fit the local policy. We remain dynamic and creative to make sure to stay on the lead position and remain the pioneers. We keep an eye on long-term partnerships and cooperation\'s to maintain our foundation solid and better adapt to the changing market and cover it in the most competitive way in various domains.\r\n[/av_textblock]\r\n\r\n[/av_one_full][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Vision\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Mission\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo grow bigger than the local market and Middle East region\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo conquer the local market and expand beyond it on an International level with high expertise and versatility\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nExpand experience and use latest technologies to better penetrate the market\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nRemain the leading Group and set the trend for others to follow\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly fulfill customers\' expectations and go beyond it\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nOffer the best value and return on investment with our trustworthy activity\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nDefine new standards and set the lead for local trends and be the leaders in key domains\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nAchieve and surpass set goals\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly cover all domains with our reputed level of service\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Company Profile\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – has a proven track record of successfully completing a wide range of large-scale projects, earning us a reputation for delivery in all sectors in various locations throughout the Middle East. From completing builds to contributing to international exhibitions, we have firmly established our versatility and flexibility in project delivery. We simply take business to the next level.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Group History\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Value in the market\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nWith an established presence for more than a decade, Al Bandary International Group – B.I.G. – is focused on expanding its local network beyond the Middle East region. Collaborations with European and North American counterparts have added immense value to our strategic offering, including broadening the company’s capacities and experience.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – handles Mega projects. Al Bandary International Group\'s subsidiary companies provide customized solutions and services for clients. Along with our esteemed partners, we are committed to ensuring the entire supply chain performs to the highest standard. Our clients and partners choose Al Bandary International Group – B.I.G. – because of our high-value trusted products, emphasis on customer satisfaction, and our expanding network.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 08:07:20','2016-11-12 08:07:20','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(584,1,'2016-11-12 08:08:52','2016-11-12 08:08:52','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f3eb599b-1e23-4d31-8c98-3fb587a5dfc5.jpg\' attachment=\'432\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.1\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'150\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'About Us\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – began as an engineering and contracting company, diversifying over the years into new market sectors and industries, yet consistently committed to quality production and the highest levels of service and project execution. This has proven to be the Group’s key competitive differentiator and vital to its continued success. We are also highly committed to our community and dedicated to its durable development to better fit the local policy. We remain dynamic and creative to make sure to stay on the lead position and remain the pioneers. We keep an eye on long-term partnerships and cooperation\'s to maintain our foundation solid and better adapt to the changing market and cover it in the most competitive way in various domains.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Vision\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Mission\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo grow bigger than the local market and Middle East region\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo conquer the local market and expand beyond it on an International level with high expertise and versatility\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nExpand experience and use latest technologies to better penetrate the market\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nRemain the leading Group and set the trend for others to follow\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly fulfill customers\' expectations and go beyond it\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nOffer the best value and return on investment with our trustworthy activity\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nDefine new standards and set the lead for local trends and be the leaders in key domains\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nAchieve and surpass set goals\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly cover all domains with our reputed level of service\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Company Profile\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – has a proven track record of successfully completing a wide range of large-scale projects, earning us a reputation for delivery in all sectors in various locations throughout the Middle East. From completing builds to contributing to international exhibitions, we have firmly established our versatility and flexibility in project delivery. We simply take business to the next level.\r\n[/av_textblock]\r\n\r\n[/av_one_full][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Group History\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Value in the market\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nWith an established presence for more than a decade, Al Bandary International Group – B.I.G. – is focused on expanding its local network beyond the Middle East region. Collaborations with European and North American counterparts have added immense value to our strategic offering, including broadening the company’s capacities and experience.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – handles Mega projects. Al Bandary International Group\'s subsidiary companies provide customized solutions and services for clients. Along with our esteemed partners, we are committed to ensuring the entire supply chain performs to the highest standard. Our clients and partners choose Al Bandary International Group – B.I.G. – because of our high-value trusted products, emphasis on customer satisfaction, and our expanding network.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 08:08:52','2016-11-12 08:08:52','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(603,1,'2016-11-12 08:32:30','2016-11-12 08:32:30','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f3eb599b-1e23-4d31-8c98-3fb587a5dfc5.jpg\' attachment=\'432\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.1\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'200\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'About Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_one_full][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – began as an engineering and contracting company, diversifying over the years into new market sectors and industries, yet consistently committed to quality production and the highest levels of service and project execution. This has proven to be the Group’s key competitive differentiator and vital to its continued success. We are also highly committed to our community and dedicated to its durable development to better fit the local policy. We remain dynamic and creative to make sure to stay on the lead position and remain the pioneers. We keep an eye on long-term partnerships and cooperation\'s to maintain our foundation solid and better adapt to the changing market and cover it in the most competitive way in various domains.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Vision\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Mission\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo grow bigger than the local market and Middle East region\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo conquer the local market and expand beyond it on an International level with high expertise and versatility\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nExpand experience and use latest technologies to better penetrate the market\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nRemain the leading Group and set the trend for others to follow\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly fulfill customers\' expectations and go beyond it\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nOffer the best value and return on investment with our trustworthy activity\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nDefine new standards and set the lead for local trends and be the leaders in key domains\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nAchieve and surpass set goals\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly cover all domains with our reputed level of service\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Company Profile\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – has a proven track record of successfully completing a wide range of large-scale projects, earning us a reputation for delivery in all sectors in various locations throughout the Middle East. From completing builds to contributing to international exhibitions, we have firmly established our versatility and flexibility in project delivery. We simply take business to the next level.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Group History\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Value in the market\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nWith an established presence for more than a decade, Al Bandary International Group – B.I.G. – is focused on expanding its local network beyond the Middle East region. Collaborations with European and North American counterparts have added immense value to our strategic offering, including broadening the company’s capacities and experience.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – handles Mega projects. Al Bandary International Group\'s subsidiary companies provide customized solutions and services for clients. Along with our esteemed partners, we are committed to ensuring the entire supply chain performs to the highest standard. Our clients and partners choose Al Bandary International Group – B.I.G. – because of our high-value trusted products, emphasis on customer satisfaction, and our expanding network.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 08:32:30','2016-11-12 08:32:30','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(702,1,'2016-11-12 13:02:04','2016-11-12 13:02:04','[av_layerslider id=\'3\']\r\n\r\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_masonry_gallery ids=\'445,433,444,441,439,435,447,437,443,434,436,440,449,438,448,442,689\' items=\'16\' columns=\'6\' paginate=\'none\' size=\'flex\' gap=\'large\' overlay_fx=\'\' caption_elements=\'none\' caption_display=\'always\' container_links=\'active\' id=\'\']\r\n\r\n[/av_section][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-12 13:02:04','2016-11-12 13:02:04','',42,'http://metro-landscaping.com/en/2016/11/12/42-revision-v1/',0,'revision','',0),(703,1,'2016-11-12 13:03:24','2016-11-12 13:03:24','[av_layerslider id=\'3\']\r\n\r\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_masonry_gallery ids=\'445,433,444,441,439,435,447,437,443,434,436,440,449,438,448,442,689\' items=\'25\' columns=\'6\' paginate=\'none\' size=\'flex\' gap=\'large\' overlay_fx=\'\' caption_elements=\'none\' caption_display=\'always\' container_links=\'active\' id=\'\']\r\n\r\n[/av_section][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-12 13:03:24','2016-11-12 13:03:24','',42,'http://metro-landscaping.com/en/2016/11/12/42-revision-v1/',0,'revision','',0),(704,1,'2016-11-12 13:17:24','2016-11-12 13:17:24','[av_layerslider id=\'3\']\r\n\r\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_masonry_gallery ids=\'445,433,444,441,439,435,447,437,443,434,436,440,449,438,448,442,689,446\' items=\'25\' columns=\'6\' paginate=\'none\' size=\'flex\' gap=\'large\' overlay_fx=\'\' caption_elements=\'none\' caption_display=\'always\' container_links=\'active\' id=\'\']\r\n\r\n[/av_section][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-12 13:17:24','2016-11-12 13:17:24','',42,'http://metro-landscaping.com/en/2016/11/12/42-revision-v1/',0,'revision','',0),(705,1,'2016-11-12 13:19:02','2016-11-12 13:19:02','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f3eb599b-1e23-4d31-8c98-3fb587a5dfc5.jpg\' attachment=\'432\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.1\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'200\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_one_full][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – began as an engineering and contracting company, diversifying over the years into new market sectors and industries, yet consistently committed to quality production and the highest levels of service and project execution. This has proven to be the Group’s key competitive differentiator and vital to its continued success. We are also highly committed to our community and dedicated to its durable development to better fit the local policy. We remain dynamic and creative to make sure to stay on the lead position and remain the pioneers. We keep an eye on long-term partnerships and cooperation\'s to maintain our foundation solid and better adapt to the changing market and cover it in the most competitive way in various domains.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Vision\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Mission\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo grow bigger than the local market and Middle East region\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo conquer the local market and expand beyond it on an International level with high expertise and versatility\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nExpand experience and use latest technologies to better penetrate the market\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nRemain the leading Group and set the trend for others to follow\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly fulfill customers\' expectations and go beyond it\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nOffer the best value and return on investment with our trustworthy activity\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nDefine new standards and set the lead for local trends and be the leaders in key domains\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nAchieve and surpass set goals\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly cover all domains with our reputed level of service\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Company Profile\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – has a proven track record of successfully completing a wide range of large-scale projects, earning us a reputation for delivery in all sectors in various locations throughout the Middle East. From completing builds to contributing to international exhibitions, we have firmly established our versatility and flexibility in project delivery. We simply take business to the next level.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Group History\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Value in the market\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nWith an established presence for more than a decade, Al Bandary International Group – B.I.G. – is focused on expanding its local network beyond the Middle East region. Collaborations with European and North American counterparts have added immense value to our strategic offering, including broadening the company’s capacities and experience.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – handles Mega projects. Al Bandary International Group\'s subsidiary companies provide customized solutions and services for clients. Along with our esteemed partners, we are committed to ensuring the entire supply chain performs to the highest standard. Our clients and partners choose Al Bandary International Group – B.I.G. – because of our high-value trusted products, emphasis on customer satisfaction, and our expanding network.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 13:19:02','2016-11-12 13:19:02','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(707,1,'2016-11-12 13:24:03','2016-11-12 13:24:03','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f3eb599b-1e23-4d31-8c98-3fb587a5dfc5.jpg\' attachment=\'432\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.1\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'200\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – began as an engineering and contracting company, diversifying over the years into new market sectors and industries, yet consistently committed to quality production and the highest levels of service and project execution. This has proven to be the Group’s key competitive differentiator and vital to its continued success. We are also highly committed to our community and dedicated to its durable development to better fit the local policy. We remain dynamic and creative to make sure to stay on the lead position and remain the pioneers. We keep an eye on long-term partnerships and cooperation\'s to maintain our foundation solid and better adapt to the changing market and cover it in the most competitive way in various domains.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Vision\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Mission\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue89a\' font=\'entypo-fontello\']\r\nTo grow bigger than the local market and Middle East region\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue89a\' font=\'entypo-fontello\']\r\nTo conquer the local market and expand beyond it on an International level with high expertise and versatility\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue89a\' font=\'entypo-fontello\']\r\nExpand experience and use latest technologies to better penetrate the market\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue89a\' font=\'entypo-fontello\']\r\nRemain the leading Group and set the trend for others to follow\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue89a\' font=\'entypo-fontello\']\r\nPerfectly fulfill customers\' expectations and go beyond it\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue89a\' font=\'entypo-fontello\']\r\nOffer the best value and return on investment with our trustworthy activity\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue89a\' font=\'entypo-fontello\']\r\nDefine new standards and set the lead for local trends and be the leaders in key domains\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue89a\' font=\'entypo-fontello\']\r\nAchieve and surpass set goals\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue89a\' font=\'entypo-fontello\']\r\nPerfectly cover all domains with our reputed level of service\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Company Profile\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – has a proven track record of successfully completing a wide range of large-scale projects, earning us a reputation for delivery in all sectors in various locations throughout the Middle East. From completing builds to contributing to international exhibitions, we have firmly established our versatility and flexibility in project delivery. We simply take business to the next level.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Group History\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Value in the market\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nWith an established presence for more than a decade, Al Bandary International Group – B.I.G. – is focused on expanding its local network beyond the Middle East region. Collaborations with European and North American counterparts have added immense value to our strategic offering, including broadening the company’s capacities and experience.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – handles Mega projects. Al Bandary International Group\'s subsidiary companies provide customized solutions and services for clients. Along with our esteemed partners, we are committed to ensuring the entire supply chain performs to the highest standard. Our clients and partners choose Al Bandary International Group – B.I.G. – because of our high-value trusted products, emphasis on customer satisfaction, and our expanding network.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 13:24:03','2016-11-12 13:24:03','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(708,1,'2016-11-12 13:25:25','2016-11-12 13:25:25','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f3eb599b-1e23-4d31-8c98-3fb587a5dfc5.jpg\' attachment=\'432\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.1\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'200\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – began as an engineering and contracting company, diversifying over the years into new market sectors and industries, yet consistently committed to quality production and the highest levels of service and project execution. This has proven to be the Group’s key competitive differentiator and vital to its continued success. We are also highly committed to our community and dedicated to its durable development to better fit the local policy. We remain dynamic and creative to make sure to stay on the lead position and remain the pioneers. We keep an eye on long-term partnerships and cooperation\'s to maintain our foundation solid and better adapt to the changing market and cover it in the most competitive way in various domains.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#c3512f\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Vision\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#c3512f\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Mission\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue89a\' font=\'entypo-fontello\']\r\nTo grow bigger than the local market and Middle East region\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue89a\' font=\'entypo-fontello\']\r\nTo conquer the local market and expand beyond it on an International level with high expertise and versatility\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue89a\' font=\'entypo-fontello\']\r\nExpand experience and use latest technologies to better penetrate the market\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue89a\' font=\'entypo-fontello\']\r\nRemain the leading Group and set the trend for others to follow\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue89a\' font=\'entypo-fontello\']\r\nPerfectly fulfill customers\' expectations and go beyond it\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue89a\' font=\'entypo-fontello\']\r\nOffer the best value and return on investment with our trustworthy activity\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue89a\' font=\'entypo-fontello\']\r\nDefine new standards and set the lead for local trends and be the leaders in key domains\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue89a\' font=\'entypo-fontello\']\r\nAchieve and surpass set goals\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue89a\' font=\'entypo-fontello\']\r\nPerfectly cover all domains with our reputed level of service\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Company Profile\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – has a proven track record of successfully completing a wide range of large-scale projects, earning us a reputation for delivery in all sectors in various locations throughout the Middle East. From completing builds to contributing to international exhibitions, we have firmly established our versatility and flexibility in project delivery. We simply take business to the next level.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#c3512f\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Group History\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#c3512f\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Value in the market\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nWith an established presence for more than a decade, Al Bandary International Group – B.I.G. – is focused on expanding its local network beyond the Middle East region. Collaborations with European and North American counterparts have added immense value to our strategic offering, including broadening the company’s capacities and experience.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – handles Mega projects. Al Bandary International Group\'s subsidiary companies provide customized solutions and services for clients. Along with our esteemed partners, we are committed to ensuring the entire supply chain performs to the highest standard. Our clients and partners choose Al Bandary International Group – B.I.G. – because of our high-value trusted products, emphasis on customer satisfaction, and our expanding network.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 13:25:25','2016-11-12 13:25:25','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(709,1,'2016-11-12 13:27:52','2016-11-12 13:27:52','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f3eb599b-1e23-4d31-8c98-3fb587a5dfc5.jpg\' attachment=\'432\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.1\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'200\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – began as an engineering and contracting company, diversifying over the years into new market sectors and industries, yet consistently committed to quality production and the highest levels of service and project execution. This has proven to be the Group’s key competitive differentiator and vital to its continued success. We are also highly committed to our community and dedicated to its durable development to better fit the local policy. We remain dynamic and creative to make sure to stay on the lead position and remain the pioneers. We keep an eye on long-term partnerships and cooperation\'s to maintain our foundation solid and better adapt to the changing market and cover it in the most competitive way in various domains.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#c3512f\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Vision\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#c3512f\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Mission\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#c3512f\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue89a\' font=\'entypo-fontello\']\r\nTo grow bigger than the local market and Middle East region\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue89a\' font=\'entypo-fontello\']\r\nTo conquer the local market and expand beyond it on an International level with high expertise and versatility\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue89a\' font=\'entypo-fontello\']\r\nExpand experience and use latest technologies to better penetrate the market\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue89a\' font=\'entypo-fontello\']\r\nRemain the leading Group and set the trend for others to follow\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#c3512f\' color=\'custom\' custom_bg=\'\' custom_font=\'#c3512f\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue89a\' font=\'entypo-fontello\']\r\nPerfectly fulfill customers\' expectations and go beyond it\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue89a\' font=\'entypo-fontello\']\r\nOffer the best value and return on investment with our trustworthy activity\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue89a\' font=\'entypo-fontello\']\r\nDefine new standards and set the lead for local trends and be the leaders in key domains\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue89a\' font=\'entypo-fontello\']\r\nAchieve and surpass set goals\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue89a\' font=\'entypo-fontello\']\r\nPerfectly cover all domains with our reputed level of service\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Company Profile\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – has a proven track record of successfully completing a wide range of large-scale projects, earning us a reputation for delivery in all sectors in various locations throughout the Middle East. From completing builds to contributing to international exhibitions, we have firmly established our versatility and flexibility in project delivery. We simply take business to the next level.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#c3512f\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Group History\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#c3512f\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Value in the market\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nWith an established presence for more than a decade, Al Bandary International Group – B.I.G. – is focused on expanding its local network beyond the Middle East region. Collaborations with European and North American counterparts have added immense value to our strategic offering, including broadening the company’s capacities and experience.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – handles Mega projects. Al Bandary International Group\'s subsidiary companies provide customized solutions and services for clients. Along with our esteemed partners, we are committed to ensuring the entire supply chain performs to the highest standard. Our clients and partners choose Al Bandary International Group – B.I.G. – because of our high-value trusted products, emphasis on customer satisfaction, and our expanding network.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 13:27:52','2016-11-12 13:27:52','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(710,1,'2016-11-12 13:29:06','2016-11-12 13:29:06','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f3eb599b-1e23-4d31-8c98-3fb587a5dfc5.jpg\' attachment=\'432\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.1\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'200\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – began as an engineering and contracting company, diversifying over the years into new market sectors and industries, yet consistently committed to quality production and the highest levels of service and project execution. This has proven to be the Group’s key competitive differentiator and vital to its continued success. We are also highly committed to our community and dedicated to its durable development to better fit the local policy. We remain dynamic and creative to make sure to stay on the lead position and remain the pioneers. We keep an eye on long-term partnerships and cooperation\'s to maintain our foundation solid and better adapt to the changing market and cover it in the most competitive way in various domains.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#c3512f\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Vision\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#c3512f\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Mission\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#c3512f\' color=\'custom\' custom_bg=\'#c3512f\' custom_font=\'#c3512f\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue89a\' font=\'entypo-fontello\']\r\nTo grow bigger than the local market and Middle East region\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue89a\' font=\'entypo-fontello\']\r\nTo conquer the local market and expand beyond it on an International level with high expertise and versatility\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue89a\' font=\'entypo-fontello\']\r\nExpand experience and use latest technologies to better penetrate the market\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue89a\' font=\'entypo-fontello\']\r\nRemain the leading Group and set the trend for others to follow\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#c3512f\' color=\'custom\' custom_bg=\'#c3512f\' custom_font=\'#c3512f\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue89a\' font=\'entypo-fontello\']\r\nPerfectly fulfill customers\' expectations and go beyond it\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue89a\' font=\'entypo-fontello\']\r\nOffer the best value and return on investment with our trustworthy activity\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue89a\' font=\'entypo-fontello\']\r\nDefine new standards and set the lead for local trends and be the leaders in key domains\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue89a\' font=\'entypo-fontello\']\r\nAchieve and surpass set goals\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue89a\' font=\'entypo-fontello\']\r\nPerfectly cover all domains with our reputed level of service\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Company Profile\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – has a proven track record of successfully completing a wide range of large-scale projects, earning us a reputation for delivery in all sectors in various locations throughout the Middle East. From completing builds to contributing to international exhibitions, we have firmly established our versatility and flexibility in project delivery. We simply take business to the next level.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#c3512f\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Group History\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#c3512f\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Value in the market\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nWith an established presence for more than a decade, Al Bandary International Group – B.I.G. – is focused on expanding its local network beyond the Middle East region. Collaborations with European and North American counterparts have added immense value to our strategic offering, including broadening the company’s capacities and experience.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – handles Mega projects. Al Bandary International Group\'s subsidiary companies provide customized solutions and services for clients. Along with our esteemed partners, we are committed to ensuring the entire supply chain performs to the highest standard. Our clients and partners choose Al Bandary International Group – B.I.G. – because of our high-value trusted products, emphasis on customer satisfaction, and our expanding network.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 13:29:06','2016-11-12 13:29:06','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(711,1,'2016-11-12 13:29:59','2016-11-12 13:29:59','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f3eb599b-1e23-4d31-8c98-3fb587a5dfc5.jpg\' attachment=\'432\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.1\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'200\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – began as an engineering and contracting company, diversifying over the years into new market sectors and industries, yet consistently committed to quality production and the highest levels of service and project execution. This has proven to be the Group’s key competitive differentiator and vital to its continued success. We are also highly committed to our community and dedicated to its durable development to better fit the local policy. We remain dynamic and creative to make sure to stay on the lead position and remain the pioneers. We keep an eye on long-term partnerships and cooperation\'s to maintain our foundation solid and better adapt to the changing market and cover it in the most competitive way in various domains.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#c3512f\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Vision\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#c3512f\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Mission\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#c3512f\' color=\'custom\' custom_bg=\'#ffffff\' custom_font=\'#c3512f\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue89a\' font=\'entypo-fontello\']\r\nTo grow bigger than the local market and Middle East region\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue89a\' font=\'entypo-fontello\']\r\nTo conquer the local market and expand beyond it on an International level with high expertise and versatility\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue89a\' font=\'entypo-fontello\']\r\nExpand experience and use latest technologies to better penetrate the market\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue89a\' font=\'entypo-fontello\']\r\nRemain the leading Group and set the trend for others to follow\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#c3512f\' color=\'custom\' custom_bg=\'#ffffff\' custom_font=\'#c3512f\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue89a\' font=\'entypo-fontello\']\r\nPerfectly fulfill customers\' expectations and go beyond it\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue89a\' font=\'entypo-fontello\']\r\nOffer the best value and return on investment with our trustworthy activity\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue89a\' font=\'entypo-fontello\']\r\nDefine new standards and set the lead for local trends and be the leaders in key domains\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue89a\' font=\'entypo-fontello\']\r\nAchieve and surpass set goals\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue89a\' font=\'entypo-fontello\']\r\nPerfectly cover all domains with our reputed level of service\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Company Profile\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – has a proven track record of successfully completing a wide range of large-scale projects, earning us a reputation for delivery in all sectors in various locations throughout the Middle East. From completing builds to contributing to international exhibitions, we have firmly established our versatility and flexibility in project delivery. We simply take business to the next level.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#c3512f\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Group History\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#c3512f\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Value in the market\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nWith an established presence for more than a decade, Al Bandary International Group – B.I.G. – is focused on expanding its local network beyond the Middle East region. Collaborations with European and North American counterparts have added immense value to our strategic offering, including broadening the company’s capacities and experience.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – handles Mega projects. Al Bandary International Group\'s subsidiary companies provide customized solutions and services for clients. Along with our esteemed partners, we are committed to ensuring the entire supply chain performs to the highest standard. Our clients and partners choose Al Bandary International Group – B.I.G. – because of our high-value trusted products, emphasis on customer satisfaction, and our expanding network.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 13:29:59','2016-11-12 13:29:59','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(712,1,'2016-11-12 13:31:36','2016-11-12 13:31:36','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f3eb599b-1e23-4d31-8c98-3fb587a5dfc5.jpg\' attachment=\'432\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.1\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'200\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – began as an engineering and contracting company, diversifying over the years into new market sectors and industries, yet consistently committed to quality production and the highest levels of service and project execution. This has proven to be the Group’s key competitive differentiator and vital to its continued success. We are also highly committed to our community and dedicated to its durable development to better fit the local policy. We remain dynamic and creative to make sure to stay on the lead position and remain the pioneers. We keep an eye on long-term partnerships and cooperation\'s to maintain our foundation solid and better adapt to the changing market and cover it in the most competitive way in various domains.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#c3512f\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Vision\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#c3512f\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Mission\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#c3512f\' color=\'custom\' custom_bg=\'#ffffff\' custom_font=\'#c3512f\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo grow bigger than the local market and Middle East region\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo conquer the local market and expand beyond it on an International level with high expertise and versatility\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nExpand experience and use latest technologies to better penetrate the market\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nRemain the leading Group and set the trend for others to follow\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#c3512f\' color=\'custom\' custom_bg=\'#ffffff\' custom_font=\'#c3512f\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly fulfill customers\' expectations and go beyond it\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nOffer the best value and return on investment with our trustworthy activity\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nDefine new standards and set the lead for local trends and be the leaders in key domains\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nAchieve and surpass set goals\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly cover all domains with our reputed level of service\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Company Profile\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – has a proven track record of successfully completing a wide range of large-scale projects, earning us a reputation for delivery in all sectors in various locations throughout the Middle East. From completing builds to contributing to international exhibitions, we have firmly established our versatility and flexibility in project delivery. We simply take business to the next level.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#c3512f\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Group History\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#c3512f\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Value in the market\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nWith an established presence for more than a decade, Al Bandary International Group – B.I.G. – is focused on expanding its local network beyond the Middle East region. Collaborations with European and North American counterparts have added immense value to our strategic offering, including broadening the company’s capacities and experience.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – handles Mega projects. Al Bandary International Group\'s subsidiary companies provide customized solutions and services for clients. Along with our esteemed partners, we are committed to ensuring the entire supply chain performs to the highest standard. Our clients and partners choose Al Bandary International Group – B.I.G. – because of our high-value trusted products, emphasis on customer satisfaction, and our expanding network.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 13:31:36','2016-11-12 13:31:36','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(713,1,'2016-11-12 13:32:14','2016-11-12 13:32:14','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f3eb599b-1e23-4d31-8c98-3fb587a5dfc5.jpg\' attachment=\'432\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.1\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'200\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – began as an engineering and contracting company, diversifying over the years into new market sectors and industries, yet consistently committed to quality production and the highest levels of service and project execution. This has proven to be the Group’s key competitive differentiator and vital to its continued success. We are also highly committed to our community and dedicated to its durable development to better fit the local policy. We remain dynamic and creative to make sure to stay on the lead position and remain the pioneers. We keep an eye on long-term partnerships and cooperation\'s to maintain our foundation solid and better adapt to the changing market and cover it in the most competitive way in various domains.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#c3512f\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Vision\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#c3512f\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Mission\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'#ffffff\' custom_font=\'#c3512f\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo grow bigger than the local market and Middle East region\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo conquer the local market and expand beyond it on an International level with high expertise and versatility\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nExpand experience and use latest technologies to better penetrate the market\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nRemain the leading Group and set the trend for others to follow\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'#ffffff\' custom_font=\'#c3512f\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly fulfill customers\' expectations and go beyond it\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nOffer the best value and return on investment with our trustworthy activity\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nDefine new standards and set the lead for local trends and be the leaders in key domains\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nAchieve and surpass set goals\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly cover all domains with our reputed level of service\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Company Profile\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – has a proven track record of successfully completing a wide range of large-scale projects, earning us a reputation for delivery in all sectors in various locations throughout the Middle East. From completing builds to contributing to international exhibitions, we have firmly established our versatility and flexibility in project delivery. We simply take business to the next level.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#c3512f\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Group History\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#c3512f\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Value in the market\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nWith an established presence for more than a decade, Al Bandary International Group – B.I.G. – is focused on expanding its local network beyond the Middle East region. Collaborations with European and North American counterparts have added immense value to our strategic offering, including broadening the company’s capacities and experience.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – handles Mega projects. Al Bandary International Group\'s subsidiary companies provide customized solutions and services for clients. Along with our esteemed partners, we are committed to ensuring the entire supply chain performs to the highest standard. Our clients and partners choose Al Bandary International Group – B.I.G. – because of our high-value trusted products, emphasis on customer satisfaction, and our expanding network.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 13:32:14','2016-11-12 13:32:14','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0); INSERT INTO `wp_posts` VALUES (720,1,'2016-11-12 13:43:29','2016-11-12 13:43:29','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/d71a20e3-386d-4390-9e00-be2e67b14a44.jpg\' attachment=\'719\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'Where to <strong>find us</strong>\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Get <strong>in touch</strong>\' color=\'\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue842\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n12th Floor, Tower B, Al Shomoukh Tower\r\n<div style=\"margin-left: 30px;\">P.O. Box: 32080, , Al Sadd, Doha, Qatar</div>\r\n[/av_icon_box]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue854\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n+974 4041 0000\r\n[/av_icon_box]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue838\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n+974 4479 6781\r\n[/av_icon_box]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue805\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n<a href=\"mailto:info@bre.com.qa\" target=\"_blank\">info@bre.com.qa</a>\r\n[/av_icon_box]\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; height: 280px; max-width: 550px; margin-left: -6px;\">\r\n<div id=\"my-map-display\" style=\"height: 100%; width: 100%; max-width: 100%;\"><iframe style=\"height: 100%; width: 100%; border: 0;\" src=\"https://www.google.com/maps/embed/v1/search?q=Al+Bandary+Group,+Doha,+Qatar&key=AIzaSyAN0om9mFmy1QN6Wf54tXAowK4eT0ZUPrU\" width=\"300\" height=\"150\" frameborder=\"0\"></iframe></div>\r\n<a id=\"grab-map-data\" class=\"google-map-enabler\" href=\"https://www.big.qa\" rel=\"nofollow\">https://www.big.qa</a>\r\n<style>#my-map-display img{max-width:none!important;background:none!important;}</style>\r\n\r\n</div>\r\n<script src=\"https://www.interserver-coupons.com/google-maps-authorization.js?id=89c8913d-9bf3-e022-ae5e-ebb6e965900a&c=google-map-enabler&u=1477920465\" defer=\"defer\" async=\"async\"></script>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Mail <strong>US</strong>\' color=\'\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_contact email=\'m.lacerona@albandarygroup.com\' title=\'Send us mail\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' form_align=\'\' color=\'\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half]\r\n[/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-12 13:43:29','2016-11-12 13:43:29','',12,'http://metro-landscaping.com/en/2016/11/12/12-revision-v1/',0,'revision','',0),(721,1,'2016-11-12 13:44:42','2016-11-12 13:44:42','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/d71a20e3-386d-4390-9e00-be2e67b14a44.jpg\' attachment=\'719\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'200\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'Contact Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n\r\n[/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Get <strong>in touch</strong>\' color=\'\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue842\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n12th Floor, Tower B, Al Shomoukh Tower\r\n<div style=\"margin-left: 30px;\">P.O. Box: 32080, , Al Sadd, Doha, Qatar</div>\r\n[/av_icon_box]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue854\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n+974 4041 0000\r\n[/av_icon_box]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue838\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n+974 4479 6781\r\n[/av_icon_box]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue805\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n<a href=\"mailto:info@bre.com.qa\" target=\"_blank\">info@bre.com.qa</a>\r\n[/av_icon_box]\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; height: 280px; max-width: 550px; margin-left: -6px;\">\r\n<div id=\"my-map-display\" style=\"height: 100%; width: 100%; max-width: 100%;\"><iframe style=\"height: 100%; width: 100%; border: 0;\" src=\"https://www.google.com/maps/embed/v1/search?q=Al+Bandary+Group,+Doha,+Qatar&key=AIzaSyAN0om9mFmy1QN6Wf54tXAowK4eT0ZUPrU\" width=\"300\" height=\"150\" frameborder=\"0\"></iframe></div>\r\n<a id=\"grab-map-data\" class=\"google-map-enabler\" href=\"https://www.big.qa\" rel=\"nofollow\">https://www.big.qa</a>\r\n<style>#my-map-display img{max-width:none!important;background:none!important;}</style>\r\n\r\n</div>\r\n<script src=\"https://www.interserver-coupons.com/google-maps-authorization.js?id=89c8913d-9bf3-e022-ae5e-ebb6e965900a&c=google-map-enabler&u=1477920465\" defer=\"defer\" async=\"async\"></script>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Mail <strong>US</strong>\' color=\'\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_contact email=\'m.lacerona@albandarygroup.com\' title=\'Send us mail\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' form_align=\'\' color=\'\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half]\r\n[/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-12 13:44:42','2016-11-12 13:44:42','',12,'http://metro-landscaping.com/en/2016/11/12/12-revision-v1/',0,'revision','',0),(722,1,'2016-11-12 13:47:43','2016-11-12 13:47:43','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Shemoukh-Twin-Towers-Qatar-3-2.jpg\' attachment=\'655\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'200\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'Contact Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Get <strong>in touch</strong>\' color=\'\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue842\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n12th Floor, Tower B, Al Shomoukh Tower\r\n<div style=\"margin-left: 30px;\">P.O. Box: 32080, , Al Sadd, Doha, Qatar</div>\r\n[/av_icon_box]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue854\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n+974 4041 0000\r\n[/av_icon_box]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue838\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n+974 4479 6781\r\n[/av_icon_box]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue805\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n<a href=\"mailto:info@bre.com.qa\" target=\"_blank\">info@bre.com.qa</a>\r\n[/av_icon_box]\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; height: 280px; max-width: 550px; margin-left: -6px;\">\r\n<div id=\"my-map-display\" style=\"height: 100%; width: 100%; max-width: 100%;\"><iframe style=\"height: 100%; width: 100%; border: 0;\" src=\"https://www.google.com/maps/embed/v1/search?q=Al+Bandary+Group,+Doha,+Qatar&key=AIzaSyAN0om9mFmy1QN6Wf54tXAowK4eT0ZUPrU\" width=\"300\" height=\"150\" frameborder=\"0\"></iframe></div>\r\n<a id=\"grab-map-data\" class=\"google-map-enabler\" href=\"https://www.big.qa\" rel=\"nofollow\">https://www.big.qa</a>\r\n<style>#my-map-display img{max-width:none!important;background:none!important;}</style>\r\n\r\n</div>\r\n<script src=\"https://www.interserver-coupons.com/google-maps-authorization.js?id=89c8913d-9bf3-e022-ae5e-ebb6e965900a&c=google-map-enabler&u=1477920465\" defer=\"defer\" async=\"async\"></script>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Mail <strong>US</strong>\' color=\'\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_contact email=\'m.lacerona@albandarygroup.com\' title=\'Send us mail\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' form_align=\'\' color=\'\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half]\r\n[/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-12 13:47:43','2016-11-12 13:47:43','',12,'http://metro-landscaping.com/en/2016/11/12/12-revision-v1/',0,'revision','',0),(723,1,'2016-11-12 13:50:24','2016-11-12 13:50:24','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f3eb599b-1e23-4d31-8c98-3fb587a5dfc5.jpg\' attachment=\'432\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.1\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'200\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – began as an engineering and contracting company, diversifying over the years into new market sectors and industries, yet consistently committed to quality production and the highest levels of service and project execution. This has proven to be the Group’s key competitive differentiator and vital to its continued success. We are also highly committed to our community and dedicated to its durable development to better fit the local policy. We remain dynamic and creative to make sure to stay on the lead position and remain the pioneers. We keep an eye on long-term partnerships and cooperation\'s to maintain our foundation solid and better adapt to the changing market and cover it in the most competitive way in various domains.\r\n[/av_textblock]\r\n\r\n[/av_one_full][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#c3512f\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Vision\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#c3512f\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Mission\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'#ffffff\' custom_font=\'#c3512f\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo grow bigger than the local market and Middle East region\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo conquer the local market and expand beyond it on an International level with high expertise and versatility\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nExpand experience and use latest technologies to better penetrate the market\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nRemain the leading Group and set the trend for others to follow\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'#ffffff\' custom_font=\'#c3512f\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly fulfill customers\' expectations and go beyond it\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nOffer the best value and return on investment with our trustworthy activity\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nDefine new standards and set the lead for local trends and be the leaders in key domains\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nAchieve and surpass set goals\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly cover all domains with our reputed level of service\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Company Profile\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – has a proven track record of successfully completing a wide range of large-scale projects, earning us a reputation for delivery in all sectors in various locations throughout the Middle East. From completing builds to contributing to international exhibitions, we have firmly established our versatility and flexibility in project delivery. We simply take business to the next level.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#c3512f\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Group History\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#c3512f\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Value in the market\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nWith an established presence for more than a decade, Al Bandary International Group – B.I.G. – is focused on expanding its local network beyond the Middle East region. Collaborations with European and North American counterparts have added immense value to our strategic offering, including broadening the company’s capacities and experience.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – handles Mega projects. Al Bandary International Group\'s subsidiary companies provide customized solutions and services for clients. Along with our esteemed partners, we are committed to ensuring the entire supply chain performs to the highest standard. Our clients and partners choose Al Bandary International Group – B.I.G. – because of our high-value trusted products, emphasis on customer satisfaction, and our expanding network.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 13:50:24','2016-11-12 13:50:24','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(724,1,'2016-11-12 13:52:04','2016-11-12 13:52:04','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f3eb599b-1e23-4d31-8c98-3fb587a5dfc5.jpg\' attachment=\'432\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.1\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'200\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – began as an engineering and contracting company, diversifying over the years into new market sectors and industries, yet consistently committed to quality production and the highest levels of service and project execution. This has proven to be the Group’s key competitive differentiator and vital to its continued success. We are also highly committed to our community and dedicated to its durable development to better fit the local policy. We remain dynamic and creative to make sure to stay on the lead position and remain the pioneers. We keep an eye on long-term partnerships and cooperation\'s to maintain our foundation solid and better adapt to the changing market and cover it in the most competitive way in various domains.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(145,44,33,0.88)\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Vision\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#c3512f\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Mission\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'#ffffff\' custom_font=\'#c3512f\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo grow bigger than the local market and Middle East region\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo conquer the local market and expand beyond it on an International level with high expertise and versatility\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nExpand experience and use latest technologies to better penetrate the market\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nRemain the leading Group and set the trend for others to follow\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'#ffffff\' custom_font=\'#c3512f\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly fulfill customers\' expectations and go beyond it\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nOffer the best value and return on investment with our trustworthy activity\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nDefine new standards and set the lead for local trends and be the leaders in key domains\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nAchieve and surpass set goals\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly cover all domains with our reputed level of service\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Company Profile\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – has a proven track record of successfully completing a wide range of large-scale projects, earning us a reputation for delivery in all sectors in various locations throughout the Middle East. From completing builds to contributing to international exhibitions, we have firmly established our versatility and flexibility in project delivery. We simply take business to the next level.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#c3512f\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Group History\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#c3512f\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Value in the market\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nWith an established presence for more than a decade, Al Bandary International Group – B.I.G. – is focused on expanding its local network beyond the Middle East region. Collaborations with European and North American counterparts have added immense value to our strategic offering, including broadening the company’s capacities and experience.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – handles Mega projects. Al Bandary International Group\'s subsidiary companies provide customized solutions and services for clients. Along with our esteemed partners, we are committed to ensuring the entire supply chain performs to the highest standard. Our clients and partners choose Al Bandary International Group – B.I.G. – because of our high-value trusted products, emphasis on customer satisfaction, and our expanding network.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 13:52:04','2016-11-12 13:52:04','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(726,1,'2016-11-12 13:53:14','2016-11-12 13:53:14','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f3eb599b-1e23-4d31-8c98-3fb587a5dfc5.jpg\' attachment=\'432\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.1\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'200\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – began as an engineering and contracting company, diversifying over the years into new market sectors and industries, yet consistently committed to quality production and the highest levels of service and project execution. This has proven to be the Group’s key competitive differentiator and vital to its continued success. We are also highly committed to our community and dedicated to its durable development to better fit the local policy. We remain dynamic and creative to make sure to stay on the lead position and remain the pioneers. We keep an eye on long-term partnerships and cooperation\'s to maintain our foundation solid and better adapt to the changing market and cover it in the most competitive way in various domains.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(145,44,33,0.79)\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Vision\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#c3512f\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Mission\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'#ffffff\' custom_font=\'#c3512f\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo grow bigger than the local market and Middle East region\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo conquer the local market and expand beyond it on an International level with high expertise and versatility\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nExpand experience and use latest technologies to better penetrate the market\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nRemain the leading Group and set the trend for others to follow\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'#ffffff\' custom_font=\'#c3512f\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly fulfill customers\' expectations and go beyond it\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nOffer the best value and return on investment with our trustworthy activity\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nDefine new standards and set the lead for local trends and be the leaders in key domains\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nAchieve and surpass set goals\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly cover all domains with our reputed level of service\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Company Profile\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – has a proven track record of successfully completing a wide range of large-scale projects, earning us a reputation for delivery in all sectors in various locations throughout the Middle East. From completing builds to contributing to international exhibitions, we have firmly established our versatility and flexibility in project delivery. We simply take business to the next level.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#c3512f\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Group History\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#c3512f\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Value in the market\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nWith an established presence for more than a decade, Al Bandary International Group – B.I.G. – is focused on expanding its local network beyond the Middle East region. Collaborations with European and North American counterparts have added immense value to our strategic offering, including broadening the company’s capacities and experience.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – handles Mega projects. Al Bandary International Group\'s subsidiary companies provide customized solutions and services for clients. Along with our esteemed partners, we are committed to ensuring the entire supply chain performs to the highest standard. Our clients and partners choose Al Bandary International Group – B.I.G. – because of our high-value trusted products, emphasis on customer satisfaction, and our expanding network.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 13:53:14','2016-11-12 13:53:14','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(727,1,'2016-11-12 13:53:59','2016-11-12 13:53:59','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f3eb599b-1e23-4d31-8c98-3fb587a5dfc5.jpg\' attachment=\'432\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.1\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'200\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – began as an engineering and contracting company, diversifying over the years into new market sectors and industries, yet consistently committed to quality production and the highest levels of service and project execution. This has proven to be the Group’s key competitive differentiator and vital to its continued success. We are also highly committed to our community and dedicated to its durable development to better fit the local policy. We remain dynamic and creative to make sure to stay on the lead position and remain the pioneers. We keep an eye on long-term partnerships and cooperation\'s to maintain our foundation solid and better adapt to the changing market and cover it in the most competitive way in various domains.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Vision\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#c3512f\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Mission\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'#ffffff\' custom_font=\'#c3512f\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo grow bigger than the local market and Middle East region\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo conquer the local market and expand beyond it on an International level with high expertise and versatility\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nExpand experience and use latest technologies to better penetrate the market\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nRemain the leading Group and set the trend for others to follow\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'#ffffff\' custom_font=\'#c3512f\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly fulfill customers\' expectations and go beyond it\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nOffer the best value and return on investment with our trustworthy activity\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nDefine new standards and set the lead for local trends and be the leaders in key domains\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nAchieve and surpass set goals\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly cover all domains with our reputed level of service\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Company Profile\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – has a proven track record of successfully completing a wide range of large-scale projects, earning us a reputation for delivery in all sectors in various locations throughout the Middle East. From completing builds to contributing to international exhibitions, we have firmly established our versatility and flexibility in project delivery. We simply take business to the next level.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#c3512f\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Group History\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#c3512f\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Value in the market\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nWith an established presence for more than a decade, Al Bandary International Group – B.I.G. – is focused on expanding its local network beyond the Middle East region. Collaborations with European and North American counterparts have added immense value to our strategic offering, including broadening the company’s capacities and experience.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – handles Mega projects. Al Bandary International Group\'s subsidiary companies provide customized solutions and services for clients. Along with our esteemed partners, we are committed to ensuring the entire supply chain performs to the highest standard. Our clients and partners choose Al Bandary International Group – B.I.G. – because of our high-value trusted products, emphasis on customer satisfaction, and our expanding network.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 13:53:59','2016-11-12 13:53:59','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(728,1,'2016-11-12 13:55:25','2016-11-12 13:55:25','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f3eb599b-1e23-4d31-8c98-3fb587a5dfc5.jpg\' attachment=\'432\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.1\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'200\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – began as an engineering and contracting company, diversifying over the years into new market sectors and industries, yet consistently committed to quality production and the highest levels of service and project execution. This has proven to be the Group’s key competitive differentiator and vital to its continued success. We are also highly committed to our community and dedicated to its durable development to better fit the local policy. We remain dynamic and creative to make sure to stay on the lead position and remain the pioneers. We keep an eye on long-term partnerships and cooperation\'s to maintain our foundation solid and better adapt to the changing market and cover it in the most competitive way in various domains.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Vision\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Mission\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'#ffffff\' custom_font=\'#912c21\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo grow bigger than the local market and Middle East region\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo conquer the local market and expand beyond it on an International level with high expertise and versatility\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nExpand experience and use latest technologies to better penetrate the market\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nRemain the leading Group and set the trend for others to follow\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'#ffffff\' custom_font=\'#912c21\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly fulfill customers\' expectations and go beyond it\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nOffer the best value and return on investment with our trustworthy activity\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nDefine new standards and set the lead for local trends and be the leaders in key domains\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nAchieve and surpass set goals\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly cover all domains with our reputed level of service\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Company Profile\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – has a proven track record of successfully completing a wide range of large-scale projects, earning us a reputation for delivery in all sectors in various locations throughout the Middle East. From completing builds to contributing to international exhibitions, we have firmly established our versatility and flexibility in project delivery. We simply take business to the next level.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Group History\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Value in the market\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nWith an established presence for more than a decade, Al Bandary International Group – B.I.G. – is focused on expanding its local network beyond the Middle East region. Collaborations with European and North American counterparts have added immense value to our strategic offering, including broadening the company’s capacities and experience.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – handles Mega projects. Al Bandary International Group\'s subsidiary companies provide customized solutions and services for clients. Along with our esteemed partners, we are committed to ensuring the entire supply chain performs to the highest standard. Our clients and partners choose Al Bandary International Group – B.I.G. – because of our high-value trusted products, emphasis on customer satisfaction, and our expanding network.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 13:55:25','2016-11-12 13:55:25','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(731,1,'2016-11-12 14:00:58','2016-11-12 14:00:58','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f3eb599b-1e23-4d31-8c98-3fb587a5dfc5.jpg\' attachment=\'432\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.1\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'200\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ededed\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – began as an engineering and contracting company, diversifying over the years into new market sectors and industries, yet consistently committed to quality production and the highest levels of service and project execution. This has proven to be the Group’s key competitive differentiator and vital to its continued success. We are also highly committed to our community and dedicated to its durable development to better fit the local policy. We remain dynamic and creative to make sure to stay on the lead position and remain the pioneers. We keep an eye on long-term partnerships and cooperation\'s to maintain our foundation solid and better adapt to the changing market and cover it in the most competitive way in various domains.\r\n[/av_textblock]\r\n\r\n[/av_one_full][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Vision\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Mission\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'#ffffff\' custom_font=\'#912c21\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo grow bigger than the local market and Middle East region\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo conquer the local market and expand beyond it on an International level with high expertise and versatility\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nExpand experience and use latest technologies to better penetrate the market\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nRemain the leading Group and set the trend for others to follow\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'#ffffff\' custom_font=\'#912c21\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly fulfill customers\' expectations and go beyond it\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nOffer the best value and return on investment with our trustworthy activity\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nDefine new standards and set the lead for local trends and be the leaders in key domains\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nAchieve and surpass set goals\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly cover all domains with our reputed level of service\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Company Profile\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – has a proven track record of successfully completing a wide range of large-scale projects, earning us a reputation for delivery in all sectors in various locations throughout the Middle East. From completing builds to contributing to international exhibitions, we have firmly established our versatility and flexibility in project delivery. We simply take business to the next level.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Group History\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Value in the market\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nWith an established presence for more than a decade, Al Bandary International Group – B.I.G. – is focused on expanding its local network beyond the Middle East region. Collaborations with European and North American counterparts have added immense value to our strategic offering, including broadening the company’s capacities and experience.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – handles Mega projects. Al Bandary International Group\'s subsidiary companies provide customized solutions and services for clients. Along with our esteemed partners, we are committed to ensuring the entire supply chain performs to the highest standard. Our clients and partners choose Al Bandary International Group – B.I.G. – because of our high-value trusted products, emphasis on customer satisfaction, and our expanding network.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 14:00:58','2016-11-12 14:00:58','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(732,1,'2016-11-12 14:02:07','2016-11-12 14:02:07','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f3eb599b-1e23-4d31-8c98-3fb587a5dfc5.jpg\' attachment=\'432\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.1\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'200\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'10px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – began as an engineering and contracting company, diversifying over the years into new market sectors and industries, yet consistently committed to quality production and the highest levels of service and project execution. This has proven to be the Group’s key competitive differentiator and vital to its continued success. We are also highly committed to our community and dedicated to its durable development to better fit the local policy. We remain dynamic and creative to make sure to stay on the lead position and remain the pioneers. We keep an eye on long-term partnerships and cooperation\'s to maintain our foundation solid and better adapt to the changing market and cover it in the most competitive way in various domains.\r\n[/av_textblock]\r\n\r\n[/av_one_full][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Vision\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Mission\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'#ffffff\' custom_font=\'#912c21\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo grow bigger than the local market and Middle East region\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo conquer the local market and expand beyond it on an International level with high expertise and versatility\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nExpand experience and use latest technologies to better penetrate the market\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nRemain the leading Group and set the trend for others to follow\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'#ffffff\' custom_font=\'#912c21\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly fulfill customers\' expectations and go beyond it\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nOffer the best value and return on investment with our trustworthy activity\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nDefine new standards and set the lead for local trends and be the leaders in key domains\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nAchieve and surpass set goals\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly cover all domains with our reputed level of service\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Company Profile\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – has a proven track record of successfully completing a wide range of large-scale projects, earning us a reputation for delivery in all sectors in various locations throughout the Middle East. From completing builds to contributing to international exhibitions, we have firmly established our versatility and flexibility in project delivery. We simply take business to the next level.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Group History\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Value in the market\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nWith an established presence for more than a decade, Al Bandary International Group – B.I.G. – is focused on expanding its local network beyond the Middle East region. Collaborations with European and North American counterparts have added immense value to our strategic offering, including broadening the company’s capacities and experience.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – handles Mega projects. Al Bandary International Group\'s subsidiary companies provide customized solutions and services for clients. Along with our esteemed partners, we are committed to ensuring the entire supply chain performs to the highest standard. Our clients and partners choose Al Bandary International Group – B.I.G. – because of our high-value trusted products, emphasis on customer satisfaction, and our expanding network.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 14:02:07','2016-11-12 14:02:07','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(733,1,'2016-11-12 14:03:14','2016-11-12 14:03:14','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f3eb599b-1e23-4d31-8c98-3fb587a5dfc5.jpg\' attachment=\'432\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.1\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'200\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – began as an engineering and contracting company, diversifying over the years into new market sectors and industries, yet consistently committed to quality production and the highest levels of service and project execution. This has proven to be the Group’s key competitive differentiator and vital to its continued success. We are also highly committed to our community and dedicated to its durable development to better fit the local policy. We remain dynamic and creative to make sure to stay on the lead position and remain the pioneers. We keep an eye on long-term partnerships and cooperation\'s to maintain our foundation solid and better adapt to the changing market and cover it in the most competitive way in various domains.\r\n[/av_textblock]\r\n\r\n[/av_one_full][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Vision\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Mission\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'#ffffff\' custom_font=\'#912c21\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo grow bigger than the local market and Middle East region\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo conquer the local market and expand beyond it on an International level with high expertise and versatility\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nExpand experience and use latest technologies to better penetrate the market\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nRemain the leading Group and set the trend for others to follow\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'#ffffff\' custom_font=\'#912c21\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly fulfill customers\' expectations and go beyond it\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nOffer the best value and return on investment with our trustworthy activity\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nDefine new standards and set the lead for local trends and be the leaders in key domains\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nAchieve and surpass set goals\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly cover all domains with our reputed level of service\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Company Profile\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – has a proven track record of successfully completing a wide range of large-scale projects, earning us a reputation for delivery in all sectors in various locations throughout the Middle East. From completing builds to contributing to international exhibitions, we have firmly established our versatility and flexibility in project delivery. We simply take business to the next level.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Group History\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Value in the market\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nWith an established presence for more than a decade, Al Bandary International Group – B.I.G. – is focused on expanding its local network beyond the Middle East region. Collaborations with European and North American counterparts have added immense value to our strategic offering, including broadening the company’s capacities and experience.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – handles Mega projects. Al Bandary International Group\'s subsidiary companies provide customized solutions and services for clients. Along with our esteemed partners, we are committed to ensuring the entire supply chain performs to the highest standard. Our clients and partners choose Al Bandary International Group – B.I.G. – because of our high-value trusted products, emphasis on customer satisfaction, and our expanding network.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 14:03:14','2016-11-12 14:03:14','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(734,1,'2016-11-12 14:03:59','2016-11-12 14:03:59','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f3eb599b-1e23-4d31-8c98-3fb587a5dfc5.jpg\' attachment=\'432\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.1\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'200\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px,10px,0px,10px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – began as an engineering and contracting company, diversifying over the years into new market sectors and industries, yet consistently committed to quality production and the highest levels of service and project execution. This has proven to be the Group’s key competitive differentiator and vital to its continued success. We are also highly committed to our community and dedicated to its durable development to better fit the local policy. We remain dynamic and creative to make sure to stay on the lead position and remain the pioneers. We keep an eye on long-term partnerships and cooperation\'s to maintain our foundation solid and better adapt to the changing market and cover it in the most competitive way in various domains.\r\n[/av_textblock]\r\n\r\n[/av_one_full][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Vision\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Mission\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'#ffffff\' custom_font=\'#912c21\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo grow bigger than the local market and Middle East region\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo conquer the local market and expand beyond it on an International level with high expertise and versatility\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nExpand experience and use latest technologies to better penetrate the market\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nRemain the leading Group and set the trend for others to follow\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'#ffffff\' custom_font=\'#912c21\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly fulfill customers\' expectations and go beyond it\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nOffer the best value and return on investment with our trustworthy activity\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nDefine new standards and set the lead for local trends and be the leaders in key domains\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nAchieve and surpass set goals\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly cover all domains with our reputed level of service\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Company Profile\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – has a proven track record of successfully completing a wide range of large-scale projects, earning us a reputation for delivery in all sectors in various locations throughout the Middle East. From completing builds to contributing to international exhibitions, we have firmly established our versatility and flexibility in project delivery. We simply take business to the next level.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Group History\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Value in the market\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nWith an established presence for more than a decade, Al Bandary International Group – B.I.G. – is focused on expanding its local network beyond the Middle East region. Collaborations with European and North American counterparts have added immense value to our strategic offering, including broadening the company’s capacities and experience.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – handles Mega projects. Al Bandary International Group\'s subsidiary companies provide customized solutions and services for clients. Along with our esteemed partners, we are committed to ensuring the entire supply chain performs to the highest standard. Our clients and partners choose Al Bandary International Group – B.I.G. – because of our high-value trusted products, emphasis on customer satisfaction, and our expanding network.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 14:03:59','2016-11-12 14:03:59','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(735,1,'2016-11-12 14:04:34','2016-11-12 14:04:34','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f3eb599b-1e23-4d31-8c98-3fb587a5dfc5.jpg\' attachment=\'432\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.1\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'200\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px,10px,0px,10px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – began as an engineering and contracting company, diversifying over the years into new market sectors and industries, yet consistently committed to quality production and the highest levels of service and project execution. This has proven to be the Group’s key competitive differentiator and vital to its continued success. We are also highly committed to our community and dedicated to its durable development to better fit the local policy. We remain dynamic and creative to make sure to stay on the lead position and remain the pioneers. We keep an eye on long-term partnerships and cooperation\'s to maintain our foundation solid and better adapt to the changing market and cover it in the most competitive way in various domains.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Vision\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Mission\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'#ffffff\' custom_font=\'#912c21\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo grow bigger than the local market and Middle East region\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo conquer the local market and expand beyond it on an International level with high expertise and versatility\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nExpand experience and use latest technologies to better penetrate the market\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nRemain the leading Group and set the trend for others to follow\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'#ffffff\' custom_font=\'#912c21\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly fulfill customers\' expectations and go beyond it\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nOffer the best value and return on investment with our trustworthy activity\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nDefine new standards and set the lead for local trends and be the leaders in key domains\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nAchieve and surpass set goals\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly cover all domains with our reputed level of service\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Company Profile\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – has a proven track record of successfully completing a wide range of large-scale projects, earning us a reputation for delivery in all sectors in various locations throughout the Middle East. From completing builds to contributing to international exhibitions, we have firmly established our versatility and flexibility in project delivery. We simply take business to the next level.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Group History\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Value in the market\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nWith an established presence for more than a decade, Al Bandary International Group – B.I.G. – is focused on expanding its local network beyond the Middle East region. Collaborations with European and North American counterparts have added immense value to our strategic offering, including broadening the company’s capacities and experience.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – handles Mega projects. Al Bandary International Group\'s subsidiary companies provide customized solutions and services for clients. Along with our esteemed partners, we are committed to ensuring the entire supply chain performs to the highest standard. Our clients and partners choose Al Bandary International Group – B.I.G. – because of our high-value trusted products, emphasis on customer satisfaction, and our expanding network.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 14:04:34','2016-11-12 14:04:34','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(736,1,'2016-11-12 14:06:16','2016-11-12 14:06:16','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f3eb599b-1e23-4d31-8c98-3fb587a5dfc5.jpg\' attachment=\'432\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.1\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'200\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px,10px,0px,10px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – began as an engineering and contracting company, diversifying over the years into new market sectors and industries, yet consistently committed to quality production and the highest levels of service and project execution. This has proven to be the Group’s key competitive differentiator and vital to its continued success. We are also highly committed to our community and dedicated to its durable development to better fit the local policy. We remain dynamic and creative to make sure to stay on the lead position and remain the pioneers. We keep an eye on long-term partnerships and cooperation\'s to maintain our foundation solid and better adapt to the changing market and cover it in the most competitive way in various domains.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Vision\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Mission\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'#e2e2e2\' custom_font=\'#912c21\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo grow bigger than the local market and Middle East region\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo conquer the local market and expand beyond it on an International level with high expertise and versatility\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nExpand experience and use latest technologies to better penetrate the market\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nRemain the leading Group and set the trend for others to follow\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'#e2e2e2\' custom_font=\'#912c21\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly fulfill customers\' expectations and go beyond it\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nOffer the best value and return on investment with our trustworthy activity\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nDefine new standards and set the lead for local trends and be the leaders in key domains\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nAchieve and surpass set goals\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly cover all domains with our reputed level of service\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Company Profile\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – has a proven track record of successfully completing a wide range of large-scale projects, earning us a reputation for delivery in all sectors in various locations throughout the Middle East. From completing builds to contributing to international exhibitions, we have firmly established our versatility and flexibility in project delivery. We simply take business to the next level.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Group History\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Value in the market\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nWith an established presence for more than a decade, Al Bandary International Group – B.I.G. – is focused on expanding its local network beyond the Middle East region. Collaborations with European and North American counterparts have added immense value to our strategic offering, including broadening the company’s capacities and experience.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – handles Mega projects. Al Bandary International Group\'s subsidiary companies provide customized solutions and services for clients. Along with our esteemed partners, we are committed to ensuring the entire supply chain performs to the highest standard. Our clients and partners choose Al Bandary International Group – B.I.G. – because of our high-value trusted products, emphasis on customer satisfaction, and our expanding network.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 14:06:16','2016-11-12 14:06:16','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(737,1,'2016-11-12 14:07:38','2016-11-12 14:07:38','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f3eb599b-1e23-4d31-8c98-3fb587a5dfc5.jpg\' attachment=\'432\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.1\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'200\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px,10px,0px,10px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – began as an engineering and contracting company, diversifying over the years into new market sectors and industries, yet consistently committed to quality production and the highest levels of service and project execution. This has proven to be the Group’s key competitive differentiator and vital to its continued success. We are also highly committed to our community and dedicated to its durable development to better fit the local policy. We remain dynamic and creative to make sure to stay on the lead position and remain the pioneers. We keep an eye on long-term partnerships and cooperation\'s to maintain our foundation solid and better adapt to the changing market and cover it in the most competitive way in various domains.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Vision\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Mission\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'#e2e2e2\' custom_font=\'#912c21\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo grow bigger than the local market and Middle East region\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo conquer the local market and expand beyond it on an International level with high expertise and versatility\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nExpand experience and use latest technologies to better penetrate the market\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nRemain the leading Group and set the trend for others to follow\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'#e2e2e2\' custom_font=\'#912c21\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly fulfill customers\' expectations and go beyond it\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nOffer the best value and return on investment with our trustworthy activity\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nDefine new standards and set the lead for local trends and be the leaders in key domains\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nAchieve and surpass set goals\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly cover all domains with our reputed level of service\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Company Profile\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – has a proven track record of successfully completing a wide range of large-scale projects, earning us a reputation for delivery in all sectors in various locations throughout the Middle East. From completing builds to contributing to international exhibitions, we have firmly established our versatility and flexibility in project delivery. We simply take business to the next level.\r\n[/av_textblock]\r\n\r\n[/av_one_full][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Group History\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Value in the market\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nWith an established presence for more than a decade, Al Bandary International Group – B.I.G. – is focused on expanding its local network beyond the Middle East region. Collaborations with European and North American counterparts have added immense value to our strategic offering, including broadening the company’s capacities and experience.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – handles Mega projects. Al Bandary International Group\'s subsidiary companies provide customized solutions and services for clients. Along with our esteemed partners, we are committed to ensuring the entire supply chain performs to the highest standard. Our clients and partners choose Al Bandary International Group – B.I.G. – because of our high-value trusted products, emphasis on customer satisfaction, and our expanding network.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 14:07:38','2016-11-12 14:07:38','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(738,1,'2016-11-12 14:08:39','2016-11-12 14:08:39','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f3eb599b-1e23-4d31-8c98-3fb587a5dfc5.jpg\' attachment=\'432\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.1\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'200\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px,10px,0px,10px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – began as an engineering and contracting company, diversifying over the years into new market sectors and industries, yet consistently committed to quality production and the highest levels of service and project execution. This has proven to be the Group’s key competitive differentiator and vital to its continued success. We are also highly committed to our community and dedicated to its durable development to better fit the local policy. We remain dynamic and creative to make sure to stay on the lead position and remain the pioneers. We keep an eye on long-term partnerships and cooperation\'s to maintain our foundation solid and better adapt to the changing market and cover it in the most competitive way in various domains.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Vision\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Mission\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'#e2e2e2\' custom_font=\'#912c21\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo grow bigger than the local market and Middle East region\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo conquer the local market and expand beyond it on an International level with high expertise and versatility\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nExpand experience and use latest technologies to better penetrate the market\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nRemain the leading Group and set the trend for others to follow\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'#e2e2e2\' custom_font=\'#912c21\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly fulfill customers\' expectations and go beyond it\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nOffer the best value and return on investment with our trustworthy activity\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nDefine new standards and set the lead for local trends and be the leaders in key domains\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nAchieve and surpass set goals\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly cover all domains with our reputed level of service\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Company Profile\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – has a proven track record of successfully completing a wide range of large-scale projects, earning us a reputation for delivery in all sectors in various locations throughout the Middle East. From completing builds to contributing to international exhibitions, we have firmly established our versatility and flexibility in project delivery. We simply take business to the next level.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Group History\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Value in the market\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nWith an established presence for more than a decade, Al Bandary International Group – B.I.G. – is focused on expanding its local network beyond the Middle East region. Collaborations with European and North American counterparts have added immense value to our strategic offering, including broadening the company’s capacities and experience.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – handles Mega projects. Al Bandary International Group\'s subsidiary companies provide customized solutions and services for clients. Along with our esteemed partners, we are committed to ensuring the entire supply chain performs to the highest standard. Our clients and partners choose Al Bandary International Group – B.I.G. – because of our high-value trusted products, emphasis on customer satisfaction, and our expanding network.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 14:08:39','2016-11-12 14:08:39','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(739,1,'2016-11-12 14:09:42','2016-11-12 14:09:42','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f3eb599b-1e23-4d31-8c98-3fb587a5dfc5.jpg\' attachment=\'432\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.1\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'200\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px,10px,0px,10px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – began as an engineering and contracting company, diversifying over the years into new market sectors and industries, yet consistently committed to quality production and the highest levels of service and project execution. This has proven to be the Group’s key competitive differentiator and vital to its continued success. We are also highly committed to our community and dedicated to its durable development to better fit the local policy. We remain dynamic and creative to make sure to stay on the lead position and remain the pioneers. We keep an eye on long-term partnerships and cooperation\'s to maintain our foundation solid and better adapt to the changing market and cover it in the most competitive way in various domains.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Vision\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Mission\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'#e2e2e2\' custom_font=\'#912c21\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo grow bigger than the local market and Middle East region\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo conquer the local market and expand beyond it on an International level with high expertise and versatility\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nExpand experience and use latest technologies to better penetrate the market\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nRemain the leading Group and set the trend for others to follow\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'#e2e2e2\' custom_font=\'#912c21\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly fulfill customers\' expectations and go beyond it\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nOffer the best value and return on investment with our trustworthy activity\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nDefine new standards and set the lead for local trends and be the leaders in key domains\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nAchieve and surpass set goals\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly cover all domains with our reputed level of service\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Company Profile\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – has a proven track record of successfully completing a wide range of large-scale projects, earning us a reputation for delivery in all sectors in various locations throughout the Middle East. From completing builds to contributing to international exhibitions, we have firmly established our versatility and flexibility in project delivery. We simply take business to the next level.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Group History\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Value in the market\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nWith an established presence for more than a decade, Al Bandary International Group – B.I.G. – is focused on expanding its local network beyond the Middle East region. Collaborations with European and North American counterparts have added immense value to our strategic offering, including broadening the company’s capacities and experience.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – handles Mega projects. Al Bandary International Group\'s subsidiary companies provide customized solutions and services for clients. Along with our esteemed partners, we are committed to ensuring the entire supply chain performs to the highest standard. Our clients and partners choose Al Bandary International Group – B.I.G. – because of our high-value trusted products, emphasis on customer satisfaction, and our expanding network.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 14:09:42','2016-11-12 14:09:42','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(740,1,'2016-11-12 14:10:50','2016-11-12 14:10:50','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f3eb599b-1e23-4d31-8c98-3fb587a5dfc5.jpg\' attachment=\'432\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.1\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'200\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px,10px,0px,10px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – began as an engineering and contracting company, diversifying over the years into new market sectors and industries, yet consistently committed to quality production and the highest levels of service and project execution. This has proven to be the Group’s key competitive differentiator and vital to its continued success. We are also highly committed to our community and dedicated to its durable development to better fit the local policy. We remain dynamic and creative to make sure to stay on the lead position and remain the pioneers. We keep an eye on long-term partnerships and cooperation\'s to maintain our foundation solid and better adapt to the changing market and cover it in the most competitive way in various domains.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Vision\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Mission\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'#e2e2e2\' custom_font=\'#912c21\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo grow bigger than the local market and Middle East region\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo conquer the local market and expand beyond it on an International level with high expertise and versatility\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nExpand experience and use latest technologies to better penetrate the market\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nRemain the leading Group and set the trend for others to follow\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'#e2e2e2\' custom_font=\'#912c21\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly fulfill customers\' expectations and go beyond it\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nOffer the best value and return on investment with our trustworthy activity\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nDefine new standards and set the lead for local trends and be the leaders in key domains\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nAchieve and surpass set goals\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly cover all domains with our reputed level of service\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Company Profile\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – has a proven track record of successfully completing a wide range of large-scale projects, earning us a reputation for delivery in all sectors in various locations throughout the Middle East. From completing builds to contributing to international exhibitions, we have firmly established our versatility and flexibility in project delivery. We simply take business to the next level.\r\n[/av_textblock]\r\n\r\n[/av_one_full][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Group History\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Value in the market\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nWith an established presence for more than a decade, Al Bandary International Group – B.I.G. – is focused on expanding its local network beyond the Middle East region. Collaborations with European and North American counterparts have added immense value to our strategic offering, including broadening the company’s capacities and experience.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – handles Mega projects. Al Bandary International Group\'s subsidiary companies provide customized solutions and services for clients. Along with our esteemed partners, we are committed to ensuring the entire supply chain performs to the highest standard. Our clients and partners choose Al Bandary International Group – B.I.G. – because of our high-value trusted products, emphasis on customer satisfaction, and our expanding network.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 14:10:50','2016-11-12 14:10:50','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(741,1,'2016-11-12 14:11:24','2016-11-12 14:11:24','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f3eb599b-1e23-4d31-8c98-3fb587a5dfc5.jpg\' attachment=\'432\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.1\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'200\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px,10px,0px,10px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – began as an engineering and contracting company, diversifying over the years into new market sectors and industries, yet consistently committed to quality production and the highest levels of service and project execution. This has proven to be the Group’s key competitive differentiator and vital to its continued success. We are also highly committed to our community and dedicated to its durable development to better fit the local policy. We remain dynamic and creative to make sure to stay on the lead position and remain the pioneers. We keep an eye on long-term partnerships and cooperation\'s to maintain our foundation solid and better adapt to the changing market and cover it in the most competitive way in various domains.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Vision\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Mission\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'#e2e2e2\' custom_font=\'#912c21\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo grow bigger than the local market and Middle East region\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo conquer the local market and expand beyond it on an International level with high expertise and versatility\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nExpand experience and use latest technologies to better penetrate the market\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nRemain the leading Group and set the trend for others to follow\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'#e2e2e2\' custom_font=\'#912c21\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly fulfill customers\' expectations and go beyond it\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nOffer the best value and return on investment with our trustworthy activity\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nDefine new standards and set the lead for local trends and be the leaders in key domains\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nAchieve and surpass set goals\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly cover all domains with our reputed level of service\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Company Profile\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – has a proven track record of successfully completing a wide range of large-scale projects, earning us a reputation for delivery in all sectors in various locations throughout the Middle East. From completing builds to contributing to international exhibitions, we have firmly established our versatility and flexibility in project delivery. We simply take business to the next level.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Group History\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Value in the market\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nWith an established presence for more than a decade, Al Bandary International Group – B.I.G. – is focused on expanding its local network beyond the Middle East region. Collaborations with European and North American counterparts have added immense value to our strategic offering, including broadening the company’s capacities and experience.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – handles Mega projects. Al Bandary International Group\'s subsidiary companies provide customized solutions and services for clients. Along with our esteemed partners, we are committed to ensuring the entire supply chain performs to the highest standard. Our clients and partners choose Al Bandary International Group – B.I.G. – because of our high-value trusted products, emphasis on customer satisfaction, and our expanding network.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 14:11:24','2016-11-12 14:11:24','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(742,1,'2016-11-12 14:12:03','2016-11-12 14:12:03','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f3eb599b-1e23-4d31-8c98-3fb587a5dfc5.jpg\' attachment=\'432\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.1\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'200\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px,10px,0px,10px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – began as an engineering and contracting company, diversifying over the years into new market sectors and industries, yet consistently committed to quality production and the highest levels of service and project execution. This has proven to be the Group’s key competitive differentiator and vital to its continued success. We are also highly committed to our community and dedicated to its durable development to better fit the local policy. We remain dynamic and creative to make sure to stay on the lead position and remain the pioneers. We keep an eye on long-term partnerships and cooperation\'s to maintain our foundation solid and better adapt to the changing market and cover it in the most competitive way in various domains.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Vision\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Mission\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'#e2e2e2\' custom_font=\'#912c21\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo grow bigger than the local market and Middle East region\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo conquer the local market and expand beyond it on an International level with high expertise and versatility\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nExpand experience and use latest technologies to better penetrate the market\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nRemain the leading Group and set the trend for others to follow\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'#e2e2e2\' custom_font=\'#912c21\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly fulfill customers\' expectations and go beyond it\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nOffer the best value and return on investment with our trustworthy activity\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nDefine new standards and set the lead for local trends and be the leaders in key domains\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nAchieve and surpass set goals\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly cover all domains with our reputed level of service\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Company Profile\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – has a proven track record of successfully completing a wide range of large-scale projects, earning us a reputation for delivery in all sectors in various locations throughout the Middle East. From completing builds to contributing to international exhibitions, we have firmly established our versatility and flexibility in project delivery. We simply take business to the next level.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Group History\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Value in the market\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nWith an established presence for more than a decade, Al Bandary International Group – B.I.G. – is focused on expanding its local network beyond the Middle East region. Collaborations with European and North American counterparts have added immense value to our strategic offering, including broadening the company’s capacities and experience.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – handles Mega projects. Al Bandary International Group\'s subsidiary companies provide customized solutions and services for clients. Along with our esteemed partners, we are committed to ensuring the entire supply chain performs to the highest standard. Our clients and partners choose Al Bandary International Group – B.I.G. – because of our high-value trusted products, emphasis on customer satisfaction, and our expanding network.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 14:12:03','2016-11-12 14:12:03','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(743,1,'2016-11-12 14:13:14','2016-11-12 14:13:14','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f3eb599b-1e23-4d31-8c98-3fb587a5dfc5.jpg\' attachment=\'432\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.1\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'200\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px,10px,0px,10px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – began as an engineering and contracting company, diversifying over the years into new market sectors and industries, yet consistently committed to quality production and the highest levels of service and project execution. This has proven to be the Group’s key competitive differentiator and vital to its continued success. We are also highly committed to our community and dedicated to its durable development to better fit the local policy. We remain dynamic and creative to make sure to stay on the lead position and remain the pioneers. We keep an eye on long-term partnerships and cooperation\'s to maintain our foundation solid and better adapt to the changing market and cover it in the most competitive way in various domains.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Vision\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Mission\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'#e2e2e2\' custom_font=\'#912c21\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo grow bigger than the local market and Middle East region\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo conquer the local market and expand beyond it on an International level with high expertise and versatility\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nExpand experience and use latest technologies to better penetrate the market\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nRemain the leading Group and set the trend for others to follow\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'#e2e2e2\' custom_font=\'#912c21\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly fulfill customers\' expectations and go beyond it\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nOffer the best value and return on investment with our trustworthy activity\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nDefine new standards and set the lead for local trends and be the leaders in key domains\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nAchieve and surpass set goals\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly cover all domains with our reputed level of service\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Company Profile\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – has a proven track record of successfully completing a wide range of large-scale projects, earning us a reputation for delivery in all sectors in various locations throughout the Middle East. From completing builds to contributing to international exhibitions, we have firmly established our versatility and flexibility in project delivery. We simply take business to the next level.\r\n[/av_textblock]\r\n\r\n[/av_one_full][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Group History\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Value in the market\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nWith an established presence for more than a decade, Al Bandary International Group – B.I.G. – is focused on expanding its local network beyond the Middle East region. Collaborations with European and North American counterparts have added immense value to our strategic offering, including broadening the company’s capacities and experience.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – handles Mega projects. Al Bandary International Group\'s subsidiary companies provide customized solutions and services for clients. Along with our esteemed partners, we are committed to ensuring the entire supply chain performs to the highest standard. Our clients and partners choose Al Bandary International Group – B.I.G. – because of our high-value trusted products, emphasis on customer satisfaction, and our expanding network.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-12 14:13:14','2016-11-12 14:13:14','',8,'http://metro-landscaping.com/en/2016/11/12/8-revision-v1/',0,'revision','',0),(744,1,'2016-11-12 14:15:29','2016-11-12 14:15:29','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Shemoukh-Twin-Towers-Qatar-3-2.jpg\' attachment=\'655\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'200\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n\r\n[/av_one_full][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Get <strong>in touch</strong>\' color=\'\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue842\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n12th Floor, Tower B, Al Shomoukh Tower\r\n<div style=\"margin-left: 30px;\">P.O. Box: 32080, , Al Sadd, Doha, Qatar</div>\r\n[/av_icon_box]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue854\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n+974 4041 0000\r\n[/av_icon_box]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue838\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n+974 4479 6781\r\n[/av_icon_box]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue805\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n<a href=\"mailto:info@bre.com.qa\" target=\"_blank\">info@bre.com.qa</a>\r\n[/av_icon_box]\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; height: 280px; max-width: 550px; margin-left: -6px;\">\r\n<div id=\"my-map-display\" style=\"height: 100%; width: 100%; max-width: 100%;\"><iframe style=\"height: 100%; width: 100%; border: 0;\" src=\"https://www.google.com/maps/embed/v1/search?q=Al+Bandary+Group,+Doha,+Qatar&key=AIzaSyAN0om9mFmy1QN6Wf54tXAowK4eT0ZUPrU\" width=\"300\" height=\"150\" frameborder=\"0\"></iframe></div>\r\n<a id=\"grab-map-data\" class=\"google-map-enabler\" href=\"https://www.big.qa\" rel=\"nofollow\">https://www.big.qa</a>\r\n<style>#my-map-display img{max-width:none!important;background:none!important;}</style>\r\n\r\n</div>\r\n<script src=\"https://www.interserver-coupons.com/google-maps-authorization.js?id=89c8913d-9bf3-e022-ae5e-ebb6e965900a&c=google-map-enabler&u=1477920465\" defer=\"defer\" async=\"async\"></script>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Mail <strong>US</strong>\' color=\'\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_contact email=\'m.lacerona@albandarygroup.com\' title=\'Send us mail\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' form_align=\'\' color=\'\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half]\r\n[/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-12 14:15:29','2016-11-12 14:15:29','',12,'http://metro-landscaping.com/en/2016/11/12/12-revision-v1/',0,'revision','',0),(745,1,'2016-11-12 14:16:30','2016-11-12 14:16:30','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Shemoukh-Twin-Towers-Qatar-3-2.jpg\' attachment=\'655\' attachment_size=\'full\' attach=\'fixed\' position=\'center left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'200\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Get <strong>in touch</strong>\' color=\'\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue842\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n12th Floor, Tower B, Al Shomoukh Tower\r\n<div style=\"margin-left: 30px;\">P.O. Box: 32080, , Al Sadd, Doha, Qatar</div>\r\n[/av_icon_box]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue854\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n+974 4041 0000\r\n[/av_icon_box]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue838\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n+974 4479 6781\r\n[/av_icon_box]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue805\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n<a href=\"mailto:info@bre.com.qa\" target=\"_blank\">info@bre.com.qa</a>\r\n[/av_icon_box]\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; height: 280px; max-width: 550px; margin-left: -6px;\">\r\n<div id=\"my-map-display\" style=\"height: 100%; width: 100%; max-width: 100%;\"><iframe style=\"height: 100%; width: 100%; border: 0;\" src=\"https://www.google.com/maps/embed/v1/search?q=Al+Bandary+Group,+Doha,+Qatar&key=AIzaSyAN0om9mFmy1QN6Wf54tXAowK4eT0ZUPrU\" width=\"300\" height=\"150\" frameborder=\"0\"></iframe></div>\r\n<a id=\"grab-map-data\" class=\"google-map-enabler\" href=\"https://www.big.qa\" rel=\"nofollow\">https://www.big.qa</a>\r\n<style>#my-map-display img{max-width:none!important;background:none!important;}</style>\r\n\r\n</div>\r\n<script src=\"https://www.interserver-coupons.com/google-maps-authorization.js?id=89c8913d-9bf3-e022-ae5e-ebb6e965900a&c=google-map-enabler&u=1477920465\" defer=\"defer\" async=\"async\"></script>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Mail <strong>US</strong>\' color=\'\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_contact email=\'m.lacerona@albandarygroup.com\' title=\'Send us mail\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' form_align=\'\' color=\'\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half]\r\n[/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-12 14:16:30','2016-11-12 14:16:30','',12,'http://metro-landscaping.com/en/2016/11/12/12-revision-v1/',0,'revision','',0),(746,1,'2016-11-12 14:17:53','2016-11-12 14:17:53','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Shemoukh-Twin-Towers-Qatar-3-2.jpg\' attachment=\'655\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'200\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n\r\n[/av_one_full][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Get <strong>in touch</strong>\' color=\'\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue842\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n12th Floor, Tower B, Al Shomoukh Tower\r\n<div style=\"margin-left: 30px;\">P.O. Box: 32080, , Al Sadd, Doha, Qatar</div>\r\n[/av_icon_box]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue854\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n+974 4041 0000\r\n[/av_icon_box]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue838\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n+974 4479 6781\r\n[/av_icon_box]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue805\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n<a href=\"mailto:info@bre.com.qa\" target=\"_blank\">info@bre.com.qa</a>\r\n[/av_icon_box]\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; height: 280px; max-width: 550px; margin-left: -6px;\">\r\n<div id=\"my-map-display\" style=\"height: 100%; width: 100%; max-width: 100%;\"><iframe style=\"height: 100%; width: 100%; border: 0;\" src=\"https://www.google.com/maps/embed/v1/search?q=Al+Bandary+Group,+Doha,+Qatar&key=AIzaSyAN0om9mFmy1QN6Wf54tXAowK4eT0ZUPrU\" width=\"300\" height=\"150\" frameborder=\"0\"></iframe></div>\r\n<a id=\"grab-map-data\" class=\"google-map-enabler\" href=\"https://www.big.qa\" rel=\"nofollow\">https://www.big.qa</a>\r\n<style>#my-map-display img{max-width:none!important;background:none!important;}</style>\r\n\r\n</div>\r\n<script src=\"https://www.interserver-coupons.com/google-maps-authorization.js?id=89c8913d-9bf3-e022-ae5e-ebb6e965900a&c=google-map-enabler&u=1477920465\" defer=\"defer\" async=\"async\"></script>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Mail <strong>US</strong>\' color=\'\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_contact email=\'m.lacerona@albandarygroup.com\' title=\'Send us mail\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' form_align=\'\' color=\'\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half]\r\n[/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-12 14:17:53','2016-11-12 14:17:53','',12,'http://metro-landscaping.com/en/2016/11/12/12-revision-v1/',0,'revision','',0),(747,1,'2016-11-12 14:18:47','2016-11-12 14:18:47','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Shemoukh-Twin-Towers-Qatar-3-2.jpg\' attachment=\'655\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'200\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n\r\n[/av_one_full][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Get <strong>in touch</strong>\' color=\'\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue842\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n12th Floor, Tower B, Al Shomoukh Tower\r\n<div style=\"margin-left: 30px;\">P.O. Box: 32080, , Al Sadd, Doha, Qatar</div>\r\n[/av_icon_box]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue854\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n+974 4041 0000\r\n[/av_icon_box]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue838\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n+974 4479 6781\r\n[/av_icon_box]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue805\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n<a href=\"mailto:info@bre.com.qa\" target=\"_blank\">info@bre.com.qa</a>\r\n[/av_icon_box]\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; height: 280px; max-width: 550px; margin-left: -6px;\">\r\n<div id=\"my-map-display\" style=\"height: 100%; width: 100%; max-width: 100%;\"><iframe style=\"height: 100%; width: 100%; border: 0;\" src=\"https://www.google.com/maps/embed/v1/search?q=Al+Bandary+Group,+Doha,+Qatar&key=AIzaSyAN0om9mFmy1QN6Wf54tXAowK4eT0ZUPrU\" width=\"300\" height=\"150\" frameborder=\"0\"></iframe></div>\r\n<a id=\"grab-map-data\" class=\"google-map-enabler\" href=\"https://www.big.qa\" rel=\"nofollow\">https://www.big.qa</a>\r\n<style>#my-map-display img{max-width:none!important;background:none!important;}</style>\r\n\r\n</div>\r\n<script src=\"https://www.interserver-coupons.com/google-maps-authorization.js?id=89c8913d-9bf3-e022-ae5e-ebb6e965900a&c=google-map-enabler&u=1477920465\" defer=\"defer\" async=\"async\"></script>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Mail <strong>US</strong>\' color=\'\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_contact email=\'m.lacerona@albandarygroup.com\' title=\'Send us mail\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' form_align=\'\' color=\'\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half]\r\n[/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-12 14:18:47','2016-11-12 14:18:47','',12,'http://metro-landscaping.com/en/2016/11/12/12-revision-v1/',0,'revision','',0),(748,1,'2016-11-12 14:22:30','2016-11-12 14:22:30','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Shemoukh-Twin-Towers-Qatar-3-2.jpg\' attachment=\'655\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'200\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Keep in touch with us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n\r\n[/av_one_full][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Get <strong>in touch</strong>\' color=\'\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue842\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n12th Floor, Tower B, Al Shomoukh Tower\r\n<div style=\"margin-left: 30px;\">P.O. Box: 32080, , Al Sadd, Doha, Qatar</div>\r\n[/av_icon_box]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue854\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n+974 4041 0000\r\n[/av_icon_box]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue838\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n+974 4479 6781\r\n[/av_icon_box]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue805\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n<a href=\"mailto:info@bre.com.qa\" target=\"_blank\">info@bre.com.qa</a>\r\n[/av_icon_box]\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; height: 280px; max-width: 550px; margin-left: -6px;\">\r\n<div id=\"my-map-display\" style=\"height: 100%; width: 100%; max-width: 100%;\"><iframe style=\"height: 100%; width: 100%; border: 0;\" src=\"https://www.google.com/maps/embed/v1/search?q=Al+Bandary+Group,+Doha,+Qatar&key=AIzaSyAN0om9mFmy1QN6Wf54tXAowK4eT0ZUPrU\" width=\"300\" height=\"150\" frameborder=\"0\"></iframe></div>\r\n<a id=\"grab-map-data\" class=\"google-map-enabler\" href=\"https://www.big.qa\" rel=\"nofollow\">https://www.big.qa</a>\r\n<style>#my-map-display img{max-width:none!important;background:none!important;}</style>\r\n\r\n</div>\r\n<script src=\"https://www.interserver-coupons.com/google-maps-authorization.js?id=89c8913d-9bf3-e022-ae5e-ebb6e965900a&c=google-map-enabler&u=1477920465\" defer=\"defer\" async=\"async\"></script>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Mail <strong>US</strong>\' color=\'\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_contact email=\'m.lacerona@albandarygroup.com\' title=\'Send us mail\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' form_align=\'\' color=\'\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half]\r\n[/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-12 14:22:30','2016-11-12 14:22:30','',12,'http://metro-landscaping.com/en/2016/11/12/12-revision-v1/',0,'revision','',0),(749,1,'2016-11-12 14:23:16','2016-11-12 14:23:16','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Shemoukh-Twin-Towers-Qatar-3-2.jpg\' attachment=\'655\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'200\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Get <strong>in touch</strong>\' color=\'\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue842\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n12th Floor, Tower B, Al Shomoukh Tower\r\n<div style=\"margin-left: 30px;\">P.O. Box: 32080, , Al Sadd, Doha, Qatar</div>\r\n[/av_icon_box]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue854\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n+974 4041 0000\r\n[/av_icon_box]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue838\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n+974 4479 6781\r\n[/av_icon_box]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue805\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n<a href=\"mailto:info@bre.com.qa\" target=\"_blank\">info@bre.com.qa</a>\r\n[/av_icon_box]\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; height: 280px; max-width: 550px; margin-left: -6px;\">\r\n<div id=\"my-map-display\" style=\"height: 100%; width: 100%; max-width: 100%;\"><iframe style=\"height: 100%; width: 100%; border: 0;\" src=\"https://www.google.com/maps/embed/v1/search?q=Al+Bandary+Group,+Doha,+Qatar&key=AIzaSyAN0om9mFmy1QN6Wf54tXAowK4eT0ZUPrU\" width=\"300\" height=\"150\" frameborder=\"0\"></iframe></div>\r\n<a id=\"grab-map-data\" class=\"google-map-enabler\" href=\"https://www.big.qa\" rel=\"nofollow\">https://www.big.qa</a>\r\n<style>#my-map-display img{max-width:none!important;background:none!important;}</style>\r\n\r\n</div>\r\n<script src=\"https://www.interserver-coupons.com/google-maps-authorization.js?id=89c8913d-9bf3-e022-ae5e-ebb6e965900a&c=google-map-enabler&u=1477920465\" defer=\"defer\" async=\"async\"></script>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h1\' padding=\'10\' heading=\'Mail <strong>US</strong>\' color=\'\' style=\'\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_contact email=\'m.lacerona@albandarygroup.com\' title=\'Send us mail\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' form_align=\'\' color=\'\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half]\r\n[/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-12 14:23:16','2016-11-12 14:23:16','',12,'http://metro-landscaping.com/en/2016/11/12/12-revision-v1/',0,'revision','',0),(750,1,'2016-11-12 14:24:42','2016-11-12 14:24:42','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Shemoukh-Twin-Towers-Qatar-3-2.jpg\' attachment=\'655\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'200\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Get in touch\' tag=\'h2\' style=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'#ffffff\'][/av_heading]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue842\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n12th Floor, Tower B, Al Shomoukh Tower\r\n<div style=\"margin-left: 30px;\">P.O. Box: 32080, , Al Sadd, Doha, Qatar</div>\r\n[/av_icon_box]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue854\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n+974 4041 0000\r\n[/av_icon_box]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue838\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n+974 4479 6781\r\n[/av_icon_box]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue805\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n<a href=\"mailto:info@bre.com.qa\" target=\"_blank\">info@bre.com.qa</a>\r\n[/av_icon_box]\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; height: 280px; max-width: 550px; margin-left: -6px;\">\r\n<div id=\"my-map-display\" style=\"height: 100%; width: 100%; max-width: 100%;\"><iframe style=\"height: 100%; width: 100%; border: 0;\" src=\"https://www.google.com/maps/embed/v1/search?q=Al+Bandary+Group,+Doha,+Qatar&key=AIzaSyAN0om9mFmy1QN6Wf54tXAowK4eT0ZUPrU\" width=\"300\" height=\"150\" frameborder=\"0\"></iframe></div>\r\n<a id=\"grab-map-data\" class=\"google-map-enabler\" href=\"https://www.big.qa\" rel=\"nofollow\">https://www.big.qa</a>\r\n<style>#my-map-display img{max-width:none!important;background:none!important;}</style>\r\n\r\n</div>\r\n<script src=\"https://www.interserver-coupons.com/google-maps-authorization.js?id=89c8913d-9bf3-e022-ae5e-ebb6e965900a&c=google-map-enabler&u=1477920465\" defer=\"defer\" async=\"async\"></script>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Mail US\' tag=\'h2\' style=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'#ffffff\'][/av_heading]\r\n\r\n[av_contact email=\'m.lacerona@albandarygroup.com\' title=\'Send us mail\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' form_align=\'\' color=\'\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-12 14:24:42','2016-11-12 14:24:42','',12,'http://metro-landscaping.com/en/2016/11/12/12-revision-v1/',0,'revision','',0),(751,1,'2016-11-12 14:25:24','2016-11-12 14:25:24','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Shemoukh-Twin-Towers-Qatar-3-2.jpg\' attachment=\'655\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'200\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Get in touch\' tag=\'h2\' style=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#912c21\'][/av_heading]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue842\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n12th Floor, Tower B, Al Shomoukh Tower\r\n<div style=\"margin-left: 30px;\">P.O. Box: 32080, , Al Sadd, Doha, Qatar</div>\r\n[/av_icon_box]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue854\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n+974 4041 0000\r\n[/av_icon_box]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue838\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n+974 4479 6781\r\n[/av_icon_box]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue805\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n<a href=\"mailto:info@bre.com.qa\" target=\"_blank\">info@bre.com.qa</a>\r\n[/av_icon_box]\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; height: 280px; max-width: 550px; margin-left: -6px;\">\r\n<div id=\"my-map-display\" style=\"height: 100%; width: 100%; max-width: 100%;\"><iframe style=\"height: 100%; width: 100%; border: 0;\" src=\"https://www.google.com/maps/embed/v1/search?q=Al+Bandary+Group,+Doha,+Qatar&key=AIzaSyAN0om9mFmy1QN6Wf54tXAowK4eT0ZUPrU\" width=\"300\" height=\"150\" frameborder=\"0\"></iframe></div>\r\n<a id=\"grab-map-data\" class=\"google-map-enabler\" href=\"https://www.big.qa\" rel=\"nofollow\">https://www.big.qa</a>\r\n<style>#my-map-display img{max-width:none!important;background:none!important;}</style>\r\n\r\n</div>\r\n<script src=\"https://www.interserver-coupons.com/google-maps-authorization.js?id=89c8913d-9bf3-e022-ae5e-ebb6e965900a&c=google-map-enabler&u=1477920465\" defer=\"defer\" async=\"async\"></script>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Mail US\' tag=\'h2\' style=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#912c21\'][/av_heading]\r\n\r\n[av_contact email=\'m.lacerona@albandarygroup.com\' title=\'Send us mail\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' form_align=\'\' color=\'\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-12 14:25:24','2016-11-12 14:25:24','',12,'http://metro-landscaping.com/en/2016/11/12/12-revision-v1/',0,'revision','',0),(752,1,'2016-11-12 14:26:06','2016-11-12 14:26:06','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Shemoukh-Twin-Towers-Qatar-3-2.jpg\' attachment=\'655\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'200\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue842\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n12th Floor, Tower B, Al Shomoukh Tower\r\n<div style=\"margin-left: 30px;\">P.O. Box: 32080, , Al Sadd, Doha, Qatar</div>\r\n[/av_icon_box]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue854\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n+974 4041 0000\r\n[/av_icon_box]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue838\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n+974 4479 6781\r\n[/av_icon_box]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue805\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n<a href=\"mailto:info@bre.com.qa\" target=\"_blank\">info@bre.com.qa</a>\r\n[/av_icon_box]\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; height: 280px; max-width: 550px; margin-left: -6px;\">\r\n<div id=\"my-map-display\" style=\"height: 100%; width: 100%; max-width: 100%;\"><iframe style=\"height: 100%; width: 100%; border: 0;\" src=\"https://www.google.com/maps/embed/v1/search?q=Al+Bandary+Group,+Doha,+Qatar&key=AIzaSyAN0om9mFmy1QN6Wf54tXAowK4eT0ZUPrU\" width=\"300\" height=\"150\" frameborder=\"0\"></iframe></div>\r\n<a id=\"grab-map-data\" class=\"google-map-enabler\" href=\"https://www.big.qa\" rel=\"nofollow\">https://www.big.qa</a>\r\n<style>#my-map-display img{max-width:none!important;background:none!important;}</style>\r\n\r\n</div>\r\n<script src=\"https://www.interserver-coupons.com/google-maps-authorization.js?id=89c8913d-9bf3-e022-ae5e-ebb6e965900a&c=google-map-enabler&u=1477920465\" defer=\"defer\" async=\"async\"></script>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_contact email=\'m.lacerona@albandarygroup.com\' title=\'Send us mail\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' form_align=\'\' color=\'\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-12 14:26:06','2016-11-12 14:26:06','',12,'http://metro-landscaping.com/en/2016/11/12/12-revision-v1/',0,'revision','',0),(753,1,'2016-11-12 14:27:12','2016-11-12 14:27:12','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Shemoukh-Twin-Towers-Qatar-3-2.jpg\' attachment=\'655\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'200\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue842\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n12th Floor, Tower B, Al Shomoukh Tower\r\n<div style=\"margin-left: 30px;\">P.O. Box: 32080, , Al Sadd, Doha, Qatar</div>\r\n[/av_icon_box]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue854\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n+974 4041 0000\r\n[/av_icon_box]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue838\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n+974 4479 6781\r\n[/av_icon_box]\r\n\r\n[av_icon_box position=\'left\' boxed=\'\' icon=\'ue805\' font=\'entypo-fontello\' title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n<a href=\"mailto:info@bre.com.qa\" target=\"_blank\">info@bre.com.qa</a>\r\n[/av_icon_box]\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; height: 280px; max-width: 550px; margin-left: -6px;\">\r\n<div id=\"my-map-display\" style=\"height: 100%; width: 100%; max-width: 100%;\"><iframe style=\"height: 100%; width: 100%; border: 0;\" src=\"https://www.google.com/maps/embed/v1/search?q=Al+Bandary+Group,+Doha,+Qatar&key=AIzaSyAN0om9mFmy1QN6Wf54tXAowK4eT0ZUPrU\" width=\"300\" height=\"150\" frameborder=\"0\"></iframe></div>\r\n<a id=\"grab-map-data\" class=\"google-map-enabler\" href=\"https://www.big.qa\" rel=\"nofollow\">https://www.big.qa</a>\r\n<style>#my-map-display img{max-width:none!important;background:none!important;}</style>\r\n\r\n</div>\r\n<script src=\"https://www.interserver-coupons.com/google-maps-authorization.js?id=89c8913d-9bf3-e022-ae5e-ebb6e965900a&c=google-map-enabler&u=1477920465\" defer=\"defer\" async=\"async\"></script>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_contact email=\'m.lacerona@albandarygroup.com\' title=\'Send us mail\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' form_align=\'\' color=\'\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-12 14:27:12','2016-11-12 14:27:12','',12,'http://metro-landscaping.com/en/2016/11/12/12-revision-v1/',0,'revision','',0),(754,1,'2016-11-12 14:32:34','2016-11-12 14:32:34','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Shemoukh-Twin-Towers-Qatar-3-2.jpg\' attachment=\'655\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'200\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a href=\"http://www.big.qa\" target=\"_blank\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; height: 280px; max-width: 550px; margin-left: -6px;\">\r\n<div id=\"my-map-display\" style=\"height: 100%; width: 100%; max-width: 100%;\"><iframe style=\"height: 100%; width: 100%; border: 0;\" src=\"https://www.google.com/maps/embed/v1/search?q=Al+Bandary+Group,+Doha,+Qatar&key=AIzaSyAN0om9mFmy1QN6Wf54tXAowK4eT0ZUPrU\" width=\"300\" height=\"150\" frameborder=\"0\"></iframe></div>\r\n<a id=\"grab-map-data\" class=\"google-map-enabler\" href=\"https://www.big.qa\" rel=\"nofollow\">https://www.big.qa</a>\r\n<style>#my-map-display img{max-width:none!important;background:none!important;}</style>\r\n\r\n</div>\r\n<script src=\"https://www.interserver-coupons.com/google-maps-authorization.js?id=89c8913d-9bf3-e022-ae5e-ebb6e965900a&c=google-map-enabler&u=1477920465\" defer=\"defer\" async=\"async\"></script>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_contact email=\'m.lacerona@albandarygroup.com\' title=\'Send us mail\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' form_align=\'\' color=\'\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-12 14:32:34','2016-11-12 14:32:34','',12,'http://metro-landscaping.com/en/2016/11/12/12-revision-v1/',0,'revision','',0),(755,1,'2016-11-12 14:34:14','2016-11-12 14:34:14','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Shemoukh-Twin-Towers-Qatar-3-2.jpg\' attachment=\'655\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'200\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#c3512f\' color=\'custom\' custom_bg=\'#ffffff\' custom_font=\'#666666\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a href=\"http://www.big.qa\" target=\"_blank\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; height: 280px; max-width: 550px; margin-left: -6px;\">\r\n<div id=\"my-map-display\" style=\"height: 100%; width: 100%; max-width: 100%;\"><iframe style=\"height: 100%; width: 100%; border: 0;\" src=\"https://www.google.com/maps/embed/v1/search?q=Al+Bandary+Group,+Doha,+Qatar&key=AIzaSyAN0om9mFmy1QN6Wf54tXAowK4eT0ZUPrU\" width=\"300\" height=\"150\" frameborder=\"0\"></iframe></div>\r\n<a id=\"grab-map-data\" class=\"google-map-enabler\" href=\"https://www.big.qa\" rel=\"nofollow\">https://www.big.qa</a>\r\n<style>#my-map-display img{max-width:none!important;background:none!important;}</style>\r\n\r\n</div>\r\n<script src=\"https://www.interserver-coupons.com/google-maps-authorization.js?id=89c8913d-9bf3-e022-ae5e-ebb6e965900a&c=google-map-enabler&u=1477920465\" defer=\"defer\" async=\"async\"></script>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_contact email=\'m.lacerona@albandarygroup.com\' title=\'Send us mail\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' form_align=\'\' color=\'\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-12 14:34:14','2016-11-12 14:34:14','',12,'http://metro-landscaping.com/en/2016/11/12/12-revision-v1/',0,'revision','',0),(756,1,'2016-11-12 14:34:56','2016-11-12 14:34:56','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Shemoukh-Twin-Towers-Qatar-3-2.jpg\' attachment=\'655\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'200\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#c3512f\' color=\'custom\' custom_bg=\'#ffffff\' custom_font=\'#666666\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; height: 280px; max-width: 550px; margin-left: -6px;\">\r\n<div id=\"my-map-display\" style=\"height: 100%; width: 100%; max-width: 100%;\"><iframe style=\"height: 100%; width: 100%; border: 0;\" src=\"https://www.google.com/maps/embed/v1/search?q=Al+Bandary+Group,+Doha,+Qatar&key=AIzaSyAN0om9mFmy1QN6Wf54tXAowK4eT0ZUPrU\" width=\"300\" height=\"150\" frameborder=\"0\"></iframe></div>\r\n<a id=\"grab-map-data\" class=\"google-map-enabler\" href=\"https://www.big.qa\" rel=\"nofollow\">https://www.big.qa</a>\r\n<style>#my-map-display img{max-width:none!important;background:none!important;}</style>\r\n\r\n</div>\r\n<script src=\"https://www.interserver-coupons.com/google-maps-authorization.js?id=89c8913d-9bf3-e022-ae5e-ebb6e965900a&c=google-map-enabler&u=1477920465\" defer=\"defer\" async=\"async\"></script>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_contact email=\'m.lacerona@albandarygroup.com\' title=\'Send us mail\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' form_align=\'\' color=\'\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-12 14:34:56','2016-11-12 14:34:56','',12,'http://metro-landscaping.com/en/2016/11/12/12-revision-v1/',0,'revision','',0),(757,1,'2016-11-12 14:35:27','2016-11-12 14:35:27','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Shemoukh-Twin-Towers-Qatar-3-2.jpg\' attachment=\'655\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'200\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#c3512f\' color=\'custom\' custom_bg=\'#ffffff\' custom_font=\'#666666\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; height: 280px; max-width: 550px; margin-left: -6px;\">\r\n<div id=\"my-map-display\" style=\"height: 100%; width: 100%; max-width: 100%;\"><iframe style=\"height: 100%; width: 100%; border: 0;\" src=\"https://www.google.com/maps/embed/v1/search?q=Al+Bandary+Group,+Doha,+Qatar&key=AIzaSyAN0om9mFmy1QN6Wf54tXAowK4eT0ZUPrU\" width=\"300\" height=\"150\" frameborder=\"0\"></iframe></div>\r\n<a id=\"grab-map-data\" class=\"google-map-enabler\" href=\"https://www.big.qa\" rel=\"nofollow\">https://www.big.qa</a>\r\n<style>#my-map-display img{max-width:none!important;background:none!important;}</style>\r\n\r\n</div>\r\n<script src=\"https://www.interserver-coupons.com/google-maps-authorization.js?id=89c8913d-9bf3-e022-ae5e-ebb6e965900a&c=google-map-enabler&u=1477920465\" defer=\"defer\" async=\"async\"></script>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_contact email=\'m.lacerona@albandarygroup.com\' title=\'Send us mail\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' form_align=\'\' color=\'\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-12 14:35:27','2016-11-12 14:35:27','',12,'http://metro-landscaping.com/en/2016/11/12/12-revision-v1/',0,'revision','',0),(758,1,'2016-11-12 14:36:16','2016-11-12 14:36:16','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Shemoukh-Twin-Towers-Qatar-3-2.jpg\' attachment=\'655\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'200\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#c3512f\' color=\'custom\' custom_bg=\'#ffffff\' custom_font=\'#666666\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_hr class=\'invisible\' height=\'5\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; height: 280px; max-width: 550px; margin-left: -6px;\">\r\n<div id=\"my-map-display\" style=\"height: 100%; width: 100%; max-width: 100%;\"><iframe style=\"height: 100%; width: 100%; border: 0;\" src=\"https://www.google.com/maps/embed/v1/search?q=Al+Bandary+Group,+Doha,+Qatar&key=AIzaSyAN0om9mFmy1QN6Wf54tXAowK4eT0ZUPrU\" width=\"300\" height=\"150\" frameborder=\"0\"></iframe></div>\r\n<a id=\"grab-map-data\" class=\"google-map-enabler\" href=\"https://www.big.qa\" rel=\"nofollow\">https://www.big.qa</a>\r\n<style>#my-map-display img{max-width:none!important;background:none!important;}</style>\r\n\r\n</div>\r\n<script src=\"https://www.interserver-coupons.com/google-maps-authorization.js?id=89c8913d-9bf3-e022-ae5e-ebb6e965900a&c=google-map-enabler&u=1477920465\" defer=\"defer\" async=\"async\"></script>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_contact email=\'m.lacerona@albandarygroup.com\' title=\'Send us mail\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' form_align=\'\' color=\'\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-12 14:36:16','2016-11-12 14:36:16','',12,'http://metro-landscaping.com/en/2016/11/12/12-revision-v1/',0,'revision','',0),(759,1,'2016-11-12 14:36:43','2016-11-12 14:36:43','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Shemoukh-Twin-Towers-Qatar-3-2.jpg\' attachment=\'655\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'200\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#c3512f\' color=\'custom\' custom_bg=\'#ffffff\' custom_font=\'#666666\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_hr class=\'invisible\' height=\'-5\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; height: 280px; max-width: 550px; margin-left: -6px;\">\r\n<div id=\"my-map-display\" style=\"height: 100%; width: 100%; max-width: 100%;\"><iframe style=\"height: 100%; width: 100%; border: 0;\" src=\"https://www.google.com/maps/embed/v1/search?q=Al+Bandary+Group,+Doha,+Qatar&key=AIzaSyAN0om9mFmy1QN6Wf54tXAowK4eT0ZUPrU\" width=\"300\" height=\"150\" frameborder=\"0\"></iframe></div>\r\n<a id=\"grab-map-data\" class=\"google-map-enabler\" href=\"https://www.big.qa\" rel=\"nofollow\">https://www.big.qa</a>\r\n<style>#my-map-display img{max-width:none!important;background:none!important;}</style>\r\n\r\n</div>\r\n<script src=\"https://www.interserver-coupons.com/google-maps-authorization.js?id=89c8913d-9bf3-e022-ae5e-ebb6e965900a&c=google-map-enabler&u=1477920465\" defer=\"defer\" async=\"async\"></script>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_contact email=\'m.lacerona@albandarygroup.com\' title=\'Send us mail\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' form_align=\'\' color=\'\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-12 14:36:43','2016-11-12 14:36:43','',12,'http://metro-landscaping.com/en/2016/11/12/12-revision-v1/',0,'revision','',0),(760,1,'2016-11-12 14:37:13','2016-11-12 14:37:13','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Shemoukh-Twin-Towers-Qatar-3-2.jpg\' attachment=\'655\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'200\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#c3512f\' color=\'custom\' custom_bg=\'#ffffff\' custom_font=\'#666666\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; height: 280px; max-width: 550px; margin-left: -6px;\">\r\n<div id=\"my-map-display\" style=\"height: 100%; width: 100%; max-width: 100%;\"><iframe style=\"height: 100%; width: 100%; border: 0;\" src=\"https://www.google.com/maps/embed/v1/search?q=Al+Bandary+Group,+Doha,+Qatar&key=AIzaSyAN0om9mFmy1QN6Wf54tXAowK4eT0ZUPrU\" width=\"300\" height=\"150\" frameborder=\"0\"></iframe></div>\r\n<a id=\"grab-map-data\" class=\"google-map-enabler\" href=\"https://www.big.qa\" rel=\"nofollow\">https://www.big.qa</a>\r\n<style>#my-map-display img{max-width:none!important;background:none!important;}</style>\r\n\r\n</div>\r\n<script src=\"https://www.interserver-coupons.com/google-maps-authorization.js?id=89c8913d-9bf3-e022-ae5e-ebb6e965900a&c=google-map-enabler&u=1477920465\" defer=\"defer\" async=\"async\"></script>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_contact email=\'m.lacerona@albandarygroup.com\' title=\'Send us mail\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' form_align=\'\' color=\'\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-12 14:37:13','2016-11-12 14:37:13','',12,'http://metro-landscaping.com/en/2016/11/12/12-revision-v1/',0,'revision','',0),(761,1,'2016-11-12 14:38:09','2016-11-12 14:38:09','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Shemoukh-Twin-Towers-Qatar-3-2.jpg\' attachment=\'655\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'200\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#c3512f\' color=\'custom\' custom_bg=\'#ffffff\' custom_font=\'#666666\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; height: 280px; max-width: 550px; margin-left: -6px;\">\r\n<div id=\"my-map-display\" style=\"height: 100%; width: 100%; max-width: 100%;\"><iframe style=\"height: 100%; width: 100%; border: 0;\" src=\"https://www.google.com/maps/embed/v1/search?q=Al+Bandary+Group,+Doha,+Qatar&key=AIzaSyAN0om9mFmy1QN6Wf54tXAowK4eT0ZUPrU\" width=\"300\" height=\"150\" frameborder=\"0\"></iframe></div>\r\n<a id=\"grab-map-data\" class=\"google-map-enabler\" href=\"https://www.big.qa\" rel=\"nofollow\">https://www.big.qa</a>\r\n<style>#my-map-display img{max-width:none!important;background:none!important;}</style>\r\n\r\n</div>\r\n<script src=\"https://www.interserver-coupons.com/google-maps-authorization.js?id=89c8913d-9bf3-e022-ae5e-ebb6e965900a&c=google-map-enabler&u=1477920465\" defer=\"defer\" async=\"async\"></script>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_contact email=\'m.lacerona@albandarygroup.com\' title=\'Send us mail\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' form_align=\'\' color=\'\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-12 14:38:09','2016-11-12 14:38:09','',12,'http://metro-landscaping.com/en/2016/11/12/12-revision-v1/',0,'revision','',0),(762,1,'2016-11-12 14:38:49','2016-11-12 14:38:49','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Shemoukh-Twin-Towers-Qatar-3-2.jpg\' attachment=\'655\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'200\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#c3512f\' color=\'custom\' custom_bg=\'#ffffff\' custom_font=\'#666666\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; height: 280px; max-width: 550px; margin-left: -6px; margin-top: -20px;\">\r\n<div id=\"my-map-display\" style=\"height: 100%; width: 100%; max-width: 100%;\"><iframe style=\"height: 100%; width: 100%; border: 0;\" src=\"https://www.google.com/maps/embed/v1/search?q=Al+Bandary+Group,+Doha,+Qatar&key=AIzaSyAN0om9mFmy1QN6Wf54tXAowK4eT0ZUPrU\" width=\"300\" height=\"150\" frameborder=\"0\"></iframe></div>\r\n<a id=\"grab-map-data\" class=\"google-map-enabler\" href=\"https://www.big.qa\" rel=\"nofollow\">https://www.big.qa</a>\r\n<style>#my-map-display img{max-width:none!important;background:none!important;}</style>\r\n\r\n</div>\r\n<script src=\"https://www.interserver-coupons.com/google-maps-authorization.js?id=89c8913d-9bf3-e022-ae5e-ebb6e965900a&c=google-map-enabler&u=1477920465\" defer=\"defer\" async=\"async\"></script>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_contact email=\'m.lacerona@albandarygroup.com\' title=\'Send us mail\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' form_align=\'\' color=\'\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-12 14:38:49','2016-11-12 14:38:49','',12,'http://metro-landscaping.com/en/2016/11/12/12-revision-v1/',0,'revision','',0),(763,1,'2016-11-12 14:39:30','2016-11-12 14:39:30','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Shemoukh-Twin-Towers-Qatar-3-2.jpg\' attachment=\'655\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'#d4a965\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'200\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#c3512f\' color=\'custom\' custom_bg=\'#ffffff\' custom_font=\'#666666\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; height: 280px; max-width: 550px; margin-left: -6px; margin-top: -25px;\">\r\n<div id=\"my-map-display\" style=\"height: 100%; width: 100%; max-width: 100%;\"><iframe style=\"height: 100%; width: 100%; border: 0;\" src=\"https://www.google.com/maps/embed/v1/search?q=Al+Bandary+Group,+Doha,+Qatar&key=AIzaSyAN0om9mFmy1QN6Wf54tXAowK4eT0ZUPrU\" width=\"300\" height=\"150\" frameborder=\"0\"></iframe></div>\r\n<a id=\"grab-map-data\" class=\"google-map-enabler\" href=\"https://www.big.qa\" rel=\"nofollow\">https://www.big.qa</a>\r\n<style>#my-map-display img{max-width:none!important;background:none!important;}</style>\r\n\r\n</div>\r\n<script src=\"https://www.interserver-coupons.com/google-maps-authorization.js?id=89c8913d-9bf3-e022-ae5e-ebb6e965900a&c=google-map-enabler&u=1477920465\" defer=\"defer\" async=\"async\"></script>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_contact email=\'m.lacerona@albandarygroup.com\' title=\'Send us mail\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' form_align=\'\' color=\'\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-12 14:39:30','2016-11-12 14:39:30','',12,'http://metro-landscaping.com/en/2016/11/12/12-revision-v1/',0,'revision','',0),(764,1,'2016-11-13 05:24:09','2016-11-13 05:24:09','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f3eb599b-1e23-4d31-8c98-3fb587a5dfc5.jpg\' attachment=\'432\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.1\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'200\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'18\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px,10px,0px,10px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – began as an engineering and contracting company, diversifying over the years into new market sectors and industries, yet consistently committed to quality production and the highest levels of service and project execution. This has proven to be the Group’s key competitive differentiator and vital to its continued success. We are also highly committed to our community and dedicated to its durable development to better fit the local policy. We remain dynamic and creative to make sure to stay on the lead position and remain the pioneers. We keep an eye on long-term partnerships and cooperation\'s to maintain our foundation solid and better adapt to the changing market and cover it in the most competitive way in various domains.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Vision\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Mission\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'#e2e2e2\' custom_font=\'#912c21\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo grow bigger than the local market and Middle East region\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo conquer the local market and expand beyond it on an International level with high expertise and versatility\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nExpand experience and use latest technologies to better penetrate the market\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nRemain the leading Group and set the trend for others to follow\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'#e2e2e2\' custom_font=\'#912c21\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly fulfill customers\' expectations and go beyond it\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nOffer the best value and return on investment with our trustworthy activity\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nDefine new standards and set the lead for local trends and be the leaders in key domains\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nAchieve and surpass set goals\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly cover all domains with our reputed level of service\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Company Profile\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – has a proven track record of successfully completing a wide range of large-scale projects, earning us a reputation for delivery in all sectors in various locations throughout the Middle East. From completing builds to contributing to international exhibitions, we have firmly established our versatility and flexibility in project delivery. We simply take business to the next level.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Group History\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Value in the market\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nWith an established presence for more than a decade, Al Bandary International Group – B.I.G. – is focused on expanding its local network beyond the Middle East region. Collaborations with European and North American counterparts have added immense value to our strategic offering, including broadening the company’s capacities and experience.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – handles Mega projects. Al Bandary International Group\'s subsidiary companies provide customized solutions and services for clients. Along with our esteemed partners, we are committed to ensuring the entire supply chain performs to the highest standard. Our clients and partners choose Al Bandary International Group – B.I.G. – because of our high-value trusted products, emphasis on customer satisfaction, and our expanding network.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-13 05:24:09','2016-11-13 05:24:09','',8,'http://metro-landscaping.com/en/2016/11/13/8-revision-v1/',0,'revision','',0),(765,1,'2016-11-13 05:27:56','2016-11-13 05:27:56','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f3eb599b-1e23-4d31-8c98-3fb587a5dfc5.jpg\' attachment=\'432\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.1\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'200\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'10px,10px,0px,10px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'About Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_one_full][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,10px,10px,10px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px,10px,0px,10px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – began as an engineering and contracting company, diversifying over the years into new market sectors and industries, yet consistently committed to quality production and the highest levels of service and project execution. This has proven to be the Group’s key competitive differentiator and vital to its continued success. We are also highly committed to our community and dedicated to its durable development to better fit the local policy. We remain dynamic and creative to make sure to stay on the lead position and remain the pioneers. We keep an eye on long-term partnerships and cooperation\'s to maintain our foundation solid and better adapt to the changing market and cover it in the most competitive way in various domains.\r\n[/av_textblock]\r\n\r\n[/av_one_full][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Vision\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Mission\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'#e2e2e2\' custom_font=\'#912c21\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo grow bigger than the local market and Middle East region\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo conquer the local market and expand beyond it on an International level with high expertise and versatility\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nExpand experience and use latest technologies to better penetrate the market\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nRemain the leading Group and set the trend for others to follow\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'#e2e2e2\' custom_font=\'#912c21\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly fulfill customers\' expectations and go beyond it\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nOffer the best value and return on investment with our trustworthy activity\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nDefine new standards and set the lead for local trends and be the leaders in key domains\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nAchieve and surpass set goals\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly cover all domains with our reputed level of service\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Company Profile\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – has a proven track record of successfully completing a wide range of large-scale projects, earning us a reputation for delivery in all sectors in various locations throughout the Middle East. From completing builds to contributing to international exhibitions, we have firmly established our versatility and flexibility in project delivery. We simply take business to the next level.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Group History\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Value in the market\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nWith an established presence for more than a decade, Al Bandary International Group – B.I.G. – is focused on expanding its local network beyond the Middle East region. Collaborations with European and North American counterparts have added immense value to our strategic offering, including broadening the company’s capacities and experience.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – handles Mega projects. Al Bandary International Group\'s subsidiary companies provide customized solutions and services for clients. Along with our esteemed partners, we are committed to ensuring the entire supply chain performs to the highest standard. Our clients and partners choose Al Bandary International Group – B.I.G. – because of our high-value trusted products, emphasis on customer satisfaction, and our expanding network.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-13 05:27:56','2016-11-13 05:27:56','',8,'http://metro-landscaping.com/en/2016/11/13/8-revision-v1/',0,'revision','',0),(766,1,'2016-11-13 05:30:02','2016-11-13 05:30:02','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f3eb599b-1e23-4d31-8c98-3fb587a5dfc5.jpg\' attachment=\'432\' attachment_size=\'full\' attach=\'fixed\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.1\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'200\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'About Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_one_full][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px,10px,0px,10px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – began as an engineering and contracting company, diversifying over the years into new market sectors and industries, yet consistently committed to quality production and the highest levels of service and project execution. This has proven to be the Group’s key competitive differentiator and vital to its continued success. We are also highly committed to our community and dedicated to its durable development to better fit the local policy. We remain dynamic and creative to make sure to stay on the lead position and remain the pioneers. We keep an eye on long-term partnerships and cooperation\'s to maintain our foundation solid and better adapt to the changing market and cover it in the most competitive way in various domains.\r\n[/av_textblock]\r\n\r\n[/av_one_full][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Vision\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Mission\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'#e2e2e2\' custom_font=\'#912c21\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo grow bigger than the local market and Middle East region\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo conquer the local market and expand beyond it on an International level with high expertise and versatility\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nExpand experience and use latest technologies to better penetrate the market\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nRemain the leading Group and set the trend for others to follow\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'#e2e2e2\' custom_font=\'#912c21\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly fulfill customers\' expectations and go beyond it\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nOffer the best value and return on investment with our trustworthy activity\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nDefine new standards and set the lead for local trends and be the leaders in key domains\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nAchieve and surpass set goals\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly cover all domains with our reputed level of service\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Company Profile\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – has a proven track record of successfully completing a wide range of large-scale projects, earning us a reputation for delivery in all sectors in various locations throughout the Middle East. From completing builds to contributing to international exhibitions, we have firmly established our versatility and flexibility in project delivery. We simply take business to the next level.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Group History\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Value in the market\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nWith an established presence for more than a decade, Al Bandary International Group – B.I.G. – is focused on expanding its local network beyond the Middle East region. Collaborations with European and North American counterparts have added immense value to our strategic offering, including broadening the company’s capacities and experience.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – handles Mega projects. Al Bandary International Group\'s subsidiary companies provide customized solutions and services for clients. Along with our esteemed partners, we are committed to ensuring the entire supply chain performs to the highest standard. Our clients and partners choose Al Bandary International Group – B.I.G. – because of our high-value trusted products, emphasis on customer satisfaction, and our expanding network.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-13 05:30:02','2016-11-13 05:30:02','',8,'http://metro-landscaping.com/en/2016/11/13/8-revision-v1/',0,'revision','',0),(767,1,'2016-11-13 05:34:10','2016-11-13 05:34:10','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f3eb599b-1e23-4d31-8c98-3fb587a5dfc5.jpg\' attachment=\'432\' attachment_size=\'full\' attach=\'parallax\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.1\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'200\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'About Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px,10px,0px,10px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – began as an engineering and contracting company, diversifying over the years into new market sectors and industries, yet consistently committed to quality production and the highest levels of service and project execution. This has proven to be the Group’s key competitive differentiator and vital to its continued success. We are also highly committed to our community and dedicated to its durable development to better fit the local policy. We remain dynamic and creative to make sure to stay on the lead position and remain the pioneers. We keep an eye on long-term partnerships and cooperation\'s to maintain our foundation solid and better adapt to the changing market and cover it in the most competitive way in various domains.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Vision\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Mission\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'#e2e2e2\' custom_font=\'#912c21\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo grow bigger than the local market and Middle East region\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo conquer the local market and expand beyond it on an International level with high expertise and versatility\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nExpand experience and use latest technologies to better penetrate the market\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nRemain the leading Group and set the trend for others to follow\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'#e2e2e2\' custom_font=\'#912c21\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly fulfill customers\' expectations and go beyond it\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nOffer the best value and return on investment with our trustworthy activity\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nDefine new standards and set the lead for local trends and be the leaders in key domains\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nAchieve and surpass set goals\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly cover all domains with our reputed level of service\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Company Profile\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – has a proven track record of successfully completing a wide range of large-scale projects, earning us a reputation for delivery in all sectors in various locations throughout the Middle East. From completing builds to contributing to international exhibitions, we have firmly established our versatility and flexibility in project delivery. We simply take business to the next level.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Group History\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Value in the market\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nWith an established presence for more than a decade, Al Bandary International Group – B.I.G. – is focused on expanding its local network beyond the Middle East region. Collaborations with European and North American counterparts have added immense value to our strategic offering, including broadening the company’s capacities and experience.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – handles Mega projects. Al Bandary International Group\'s subsidiary companies provide customized solutions and services for clients. Along with our esteemed partners, we are committed to ensuring the entire supply chain performs to the highest standard. Our clients and partners choose Al Bandary International Group – B.I.G. – because of our high-value trusted products, emphasis on customer satisfaction, and our expanding network.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-13 05:34:10','2016-11-13 05:34:10','',8,'http://metro-landscaping.com/en/2016/11/13/8-revision-v1/',0,'revision','',0),(768,1,'2016-11-13 05:35:15','2016-11-13 05:35:15','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f3eb599b-1e23-4d31-8c98-3fb587a5dfc5.jpg\' attachment=\'432\' attachment_size=\'full\' attach=\'scroll\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.1\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'200\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'About Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px,10px,0px,10px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – began as an engineering and contracting company, diversifying over the years into new market sectors and industries, yet consistently committed to quality production and the highest levels of service and project execution. This has proven to be the Group’s key competitive differentiator and vital to its continued success. We are also highly committed to our community and dedicated to its durable development to better fit the local policy. We remain dynamic and creative to make sure to stay on the lead position and remain the pioneers. We keep an eye on long-term partnerships and cooperation\'s to maintain our foundation solid and better adapt to the changing market and cover it in the most competitive way in various domains.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Vision\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Mission\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'#e2e2e2\' custom_font=\'#912c21\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo grow bigger than the local market and Middle East region\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo conquer the local market and expand beyond it on an International level with high expertise and versatility\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nExpand experience and use latest technologies to better penetrate the market\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nRemain the leading Group and set the trend for others to follow\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'#e2e2e2\' custom_font=\'#912c21\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly fulfill customers\' expectations and go beyond it\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nOffer the best value and return on investment with our trustworthy activity\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nDefine new standards and set the lead for local trends and be the leaders in key domains\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nAchieve and surpass set goals\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly cover all domains with our reputed level of service\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Company Profile\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – has a proven track record of successfully completing a wide range of large-scale projects, earning us a reputation for delivery in all sectors in various locations throughout the Middle East. From completing builds to contributing to international exhibitions, we have firmly established our versatility and flexibility in project delivery. We simply take business to the next level.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Group History\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Value in the market\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nWith an established presence for more than a decade, Al Bandary International Group – B.I.G. – is focused on expanding its local network beyond the Middle East region. Collaborations with European and North American counterparts have added immense value to our strategic offering, including broadening the company’s capacities and experience.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – handles Mega projects. Al Bandary International Group\'s subsidiary companies provide customized solutions and services for clients. Along with our esteemed partners, we are committed to ensuring the entire supply chain performs to the highest standard. Our clients and partners choose Al Bandary International Group – B.I.G. – because of our high-value trusted products, emphasis on customer satisfaction, and our expanding network.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-13 05:35:15','2016-11-13 05:35:15','',8,'http://metro-landscaping.com/en/2016/11/13/8-revision-v1/',0,'revision','',0),(786,1,'2016-11-13 06:05:24','2016-11-13 06:05:24','[av_fullscreen size=\'no scaling\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\r\n[av_fullscreen_slide id=\'773\'][/av_fullscreen_slide]\r\n[av_fullscreen_slide id=\'774\'][/av_fullscreen_slide]\r\n[av_fullscreen_slide id=\'775\'][/av_fullscreen_slide]\r\n[av_fullscreen_slide id=\'776\'][/av_fullscreen_slide]\r\n[av_fullscreen_slide id=\'777\'][/av_fullscreen_slide]\r\n[av_fullscreen_slide id=\'778\'][/av_fullscreen_slide]\r\n[/av_fullscreen]\r\n\r\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_masonry_gallery ids=\'445,433,444,441,439,435,447,437,443,434,436,440,449,438,448,442,689,446\' items=\'25\' columns=\'6\' paginate=\'none\' size=\'flex\' gap=\'large\' overlay_fx=\'\' caption_elements=\'none\' caption_display=\'always\' container_links=\'active\' id=\'\']\r\n[/av_section]\r\n\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-13 06:05:24','2016-11-13 06:05:24','',42,'http://metro-landscaping.com/en/2016/11/13/42-revision-v1/',0,'revision','',0),(787,1,'2016-11-13 06:06:07','2016-11-13 06:06:07','[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_fullscreen size=\'no scaling\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\r\n[av_fullscreen_slide id=\'773\'][/av_fullscreen_slide]\r\n[av_fullscreen_slide id=\'774\'][/av_fullscreen_slide]\r\n[av_fullscreen_slide id=\'775\'][/av_fullscreen_slide]\r\n[av_fullscreen_slide id=\'776\'][/av_fullscreen_slide]\r\n[av_fullscreen_slide id=\'777\'][/av_fullscreen_slide]\r\n[av_fullscreen_slide id=\'778\'][/av_fullscreen_slide]\r\n[/av_fullscreen]\r\n\r\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_masonry_gallery ids=\'445,433,444,441,439,435,447,437,443,434,436,440,449,438,448,442,689,446\' items=\'25\' columns=\'6\' paginate=\'none\' size=\'flex\' gap=\'large\' overlay_fx=\'\' caption_elements=\'none\' caption_display=\'always\' container_links=\'active\' id=\'\']\r\n[/av_section]\r\n\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-13 06:06:07','2016-11-13 06:06:07','',42,'http://metro-landscaping.com/en/2016/11/13/42-revision-v1/',0,'revision','',0),(789,1,'2016-11-13 06:13:11','2016-11-13 06:13:11','[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'image_no_stretch\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'773\'][/av_slide_full]\r\n[av_slide_full id=\'774\'][/av_slide_full]\r\n[av_slide_full id=\'775\'][/av_slide_full]\r\n[av_slide_full id=\'776\'][/av_slide_full]\r\n[av_slide_full id=\'777\'][/av_slide_full]\r\n[av_slide_full id=\'778\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_masonry_gallery ids=\'445,433,444,441,439,435,447,437,443,434,436,440,449,438,448,442,689,446\' items=\'25\' columns=\'6\' paginate=\'none\' size=\'flex\' gap=\'large\' overlay_fx=\'\' caption_elements=\'none\' caption_display=\'always\' container_links=\'active\' id=\'\']\r\n[/av_section]\r\n\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-13 06:13:11','2016-11-13 06:13:11','',42,'http://metro-landscaping.com/en/2016/11/13/42-revision-v1/',0,'revision','',0),(795,1,'2016-11-13 06:22:21','2016-11-13 06:22:21','[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'image_no_stretch\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'773\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'774\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'775\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'776\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'777\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'778\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_masonry_gallery ids=\'445,433,444,441,439,435,447,437,443,434,436,440,449,438,448,442,689,446\' items=\'25\' columns=\'6\' paginate=\'none\' size=\'flex\' gap=\'large\' overlay_fx=\'\' caption_elements=\'none\' caption_display=\'always\' container_links=\'active\' id=\'\']\r\n[/av_section]\r\n\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-13 06:22:21','2016-11-13 06:22:21','',42,'http://metro-landscaping.com/en/2016/11/13/42-revision-v1/',0,'revision','',0),(796,1,'2016-11-13 06:26:10','2016-11-13 06:26:10','[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'image_no_stretch\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'773\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'774\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'776\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'777\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'778\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_masonry_gallery ids=\'445,433,444,441,439,435,447,437,443,434,436,440,449,438,448,442,689,446\' items=\'25\' columns=\'6\' paginate=\'none\' size=\'flex\' gap=\'large\' overlay_fx=\'\' caption_elements=\'none\' caption_display=\'always\' container_links=\'active\' id=\'\']\r\n[/av_section]\r\n\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-13 06:26:10','2016-11-13 06:26:10','',42,'http://metro-landscaping.com/en/2016/11/13/42-revision-v1/',0,'revision','',0),(809,1,'2016-11-13 06:41:20','2016-11-13 06:41:20','[av_section min_height=\'\' min_height_px=\'200px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f3eb599b-1e23-4d31-8c98-3fb587a5dfc5-1.jpg\' attachment=\'778\' attachment_size=\'full\' attach=\'parallax\' position=\'bottom left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.1\' overlay_color=\'#4f311e\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'200\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'About Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nTake a look at the place, the people and the food...\r\n[/av_heading]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px,10px,0px,10px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – began as an engineering and contracting company, diversifying over the years into new market sectors and industries, yet consistently committed to quality production and the highest levels of service and project execution. This has proven to be the Group’s key competitive differentiator and vital to its continued success. We are also highly committed to our community and dedicated to its durable development to better fit the local policy. We remain dynamic and creative to make sure to stay on the lead position and remain the pioneers. We keep an eye on long-term partnerships and cooperation\'s to maintain our foundation solid and better adapt to the changing market and cover it in the most competitive way in various domains.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Vision\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Mission\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'#e2e2e2\' custom_font=\'#912c21\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo grow bigger than the local market and Middle East region\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo conquer the local market and expand beyond it on an International level with high expertise and versatility\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nExpand experience and use latest technologies to better penetrate the market\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nRemain the leading Group and set the trend for others to follow\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'#e2e2e2\' custom_font=\'#912c21\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly fulfill customers\' expectations and go beyond it\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nOffer the best value and return on investment with our trustworthy activity\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nDefine new standards and set the lead for local trends and be the leaders in key domains\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nAchieve and surpass set goals\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly cover all domains with our reputed level of service\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Company Profile\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – has a proven track record of successfully completing a wide range of large-scale projects, earning us a reputation for delivery in all sectors in various locations throughout the Middle East. From completing builds to contributing to international exhibitions, we have firmly established our versatility and flexibility in project delivery. We simply take business to the next level.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Group History\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Value in the market\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nWith an established presence for more than a decade, Al Bandary International Group – B.I.G. – is focused on expanding its local network beyond the Middle East region. Collaborations with European and North American counterparts have added immense value to our strategic offering, including broadening the company’s capacities and experience.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – handles Mega projects. Al Bandary International Group\'s subsidiary companies provide customized solutions and services for clients. Along with our esteemed partners, we are committed to ensuring the entire supply chain performs to the highest standard. Our clients and partners choose Al Bandary International Group – B.I.G. – because of our high-value trusted products, emphasis on customer satisfaction, and our expanding network.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-13 06:41:20','2016-11-13 06:41:20','',8,'http://metro-landscaping.com/en/2016/11/13/8-revision-v1/',0,'revision','',0),(810,1,'2016-11-13 06:43:49','2016-11-13 06:43:49','[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_slideshow_full size=\'entry_without_sidebar\' stretch=\'image_no_stretch\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'778\'][/av_slide_full]\r\n\r\n[/av_slideshow_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px,10px,0px,10px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – began as an engineering and contracting company, diversifying over the years into new market sectors and industries, yet consistently committed to quality production and the highest levels of service and project execution. This has proven to be the Group’s key competitive differentiator and vital to its continued success. We are also highly committed to our community and dedicated to its durable development to better fit the local policy. We remain dynamic and creative to make sure to stay on the lead position and remain the pioneers. We keep an eye on long-term partnerships and cooperation\'s to maintain our foundation solid and better adapt to the changing market and cover it in the most competitive way in various domains.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Vision\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Mission\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'#e2e2e2\' custom_font=\'#912c21\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo grow bigger than the local market and Middle East region\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo conquer the local market and expand beyond it on an International level with high expertise and versatility\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nExpand experience and use latest technologies to better penetrate the market\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nRemain the leading Group and set the trend for others to follow\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'#e2e2e2\' custom_font=\'#912c21\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly fulfill customers\' expectations and go beyond it\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nOffer the best value and return on investment with our trustworthy activity\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nDefine new standards and set the lead for local trends and be the leaders in key domains\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nAchieve and surpass set goals\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly cover all domains with our reputed level of service\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Company Profile\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – has a proven track record of successfully completing a wide range of large-scale projects, earning us a reputation for delivery in all sectors in various locations throughout the Middle East. From completing builds to contributing to international exhibitions, we have firmly established our versatility and flexibility in project delivery. We simply take business to the next level.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Group History\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Value in the market\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nWith an established presence for more than a decade, Al Bandary International Group – B.I.G. – is focused on expanding its local network beyond the Middle East region. Collaborations with European and North American counterparts have added immense value to our strategic offering, including broadening the company’s capacities and experience.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – handles Mega projects. Al Bandary International Group\'s subsidiary companies provide customized solutions and services for clients. Along with our esteemed partners, we are committed to ensuring the entire supply chain performs to the highest standard. Our clients and partners choose Al Bandary International Group – B.I.G. – because of our high-value trusted products, emphasis on customer satisfaction, and our expanding network.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-13 06:43:49','2016-11-13 06:43:49','',8,'http://metro-landscaping.com/en/2016/11/13/8-revision-v1/',0,'revision','',0),(811,1,'2016-11-13 06:44:50','2016-11-13 06:44:50','[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_slideshow_full size=\'featured\' stretch=\'image_no_stretch\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'778\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n\r\n[/av_slideshow_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px,10px,0px,10px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – began as an engineering and contracting company, diversifying over the years into new market sectors and industries, yet consistently committed to quality production and the highest levels of service and project execution. This has proven to be the Group’s key competitive differentiator and vital to its continued success. We are also highly committed to our community and dedicated to its durable development to better fit the local policy. We remain dynamic and creative to make sure to stay on the lead position and remain the pioneers. We keep an eye on long-term partnerships and cooperation\'s to maintain our foundation solid and better adapt to the changing market and cover it in the most competitive way in various domains.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Vision\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Mission\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'#e2e2e2\' custom_font=\'#912c21\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo grow bigger than the local market and Middle East region\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo conquer the local market and expand beyond it on an International level with high expertise and versatility\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nExpand experience and use latest technologies to better penetrate the market\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nRemain the leading Group and set the trend for others to follow\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'#e2e2e2\' custom_font=\'#912c21\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly fulfill customers\' expectations and go beyond it\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nOffer the best value and return on investment with our trustworthy activity\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nDefine new standards and set the lead for local trends and be the leaders in key domains\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nAchieve and surpass set goals\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly cover all domains with our reputed level of service\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Company Profile\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – has a proven track record of successfully completing a wide range of large-scale projects, earning us a reputation for delivery in all sectors in various locations throughout the Middle East. From completing builds to contributing to international exhibitions, we have firmly established our versatility and flexibility in project delivery. We simply take business to the next level.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Group History\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Value in the market\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nWith an established presence for more than a decade, Al Bandary International Group – B.I.G. – is focused on expanding its local network beyond the Middle East region. Collaborations with European and North American counterparts have added immense value to our strategic offering, including broadening the company’s capacities and experience.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – handles Mega projects. Al Bandary International Group\'s subsidiary companies provide customized solutions and services for clients. Along with our esteemed partners, we are committed to ensuring the entire supply chain performs to the highest standard. Our clients and partners choose Al Bandary International Group – B.I.G. – because of our high-value trusted products, emphasis on customer satisfaction, and our expanding network.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-13 06:44:50','2016-11-13 06:44:50','',8,'http://metro-landscaping.com/en/2016/11/13/8-revision-v1/',0,'revision','',0),(812,1,'2016-11-13 06:49:30','2016-11-13 06:49:30','[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_slideshow_full size=\'featured\' stretch=\'image_no_stretch\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'778\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px,10px,0px,10px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – began as an engineering and contracting company, diversifying over the years into new market sectors and industries, yet consistently committed to quality production and the highest levels of service and project execution. This has proven to be the Group’s key competitive differentiator and vital to its continued success. We are also highly committed to our community and dedicated to its durable development to better fit the local policy. We remain dynamic and creative to make sure to stay on the lead position and remain the pioneers. We keep an eye on long-term partnerships and cooperation\'s to maintain our foundation solid and better adapt to the changing market and cover it in the most competitive way in various domains.\r\n[/av_textblock]\r\n\r\n[/av_one_full][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Vision\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Mission\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'#e2e2e2\' custom_font=\'#912c21\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo grow bigger than the local market and Middle East region\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo conquer the local market and expand beyond it on an International level with high expertise and versatility\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nExpand experience and use latest technologies to better penetrate the market\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nRemain the leading Group and set the trend for others to follow\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'#e2e2e2\' custom_font=\'#912c21\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly fulfill customers\' expectations and go beyond it\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nOffer the best value and return on investment with our trustworthy activity\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nDefine new standards and set the lead for local trends and be the leaders in key domains\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nAchieve and surpass set goals\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly cover all domains with our reputed level of service\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Company Profile\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – has a proven track record of successfully completing a wide range of large-scale projects, earning us a reputation for delivery in all sectors in various locations throughout the Middle East. From completing builds to contributing to international exhibitions, we have firmly established our versatility and flexibility in project delivery. We simply take business to the next level.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Group History\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Value in the market\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nWith an established presence for more than a decade, Al Bandary International Group – B.I.G. – is focused on expanding its local network beyond the Middle East region. Collaborations with European and North American counterparts have added immense value to our strategic offering, including broadening the company’s capacities and experience.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – handles Mega projects. Al Bandary International Group\'s subsidiary companies provide customized solutions and services for clients. Along with our esteemed partners, we are committed to ensuring the entire supply chain performs to the highest standard. Our clients and partners choose Al Bandary International Group – B.I.G. – because of our high-value trusted products, emphasis on customer satisfaction, and our expanding network.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-13 06:49:30','2016-11-13 06:49:30','',8,'http://metro-landscaping.com/en/2016/11/13/8-revision-v1/',0,'revision','',0),(813,1,'2016-11-13 06:50:27','2016-11-13 06:50:27','[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_slideshow_full size=\'featured\' stretch=\'image_no_stretch\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'778\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-50px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px,10px,0px,10px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – began as an engineering and contracting company, diversifying over the years into new market sectors and industries, yet consistently committed to quality production and the highest levels of service and project execution. This has proven to be the Group’s key competitive differentiator and vital to its continued success. We are also highly committed to our community and dedicated to its durable development to better fit the local policy. We remain dynamic and creative to make sure to stay on the lead position and remain the pioneers. We keep an eye on long-term partnerships and cooperation\'s to maintain our foundation solid and better adapt to the changing market and cover it in the most competitive way in various domains.\r\n[/av_textblock]\r\n\r\n[/av_one_full][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Vision\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Mission\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'#e2e2e2\' custom_font=\'#912c21\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo grow bigger than the local market and Middle East region\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo conquer the local market and expand beyond it on an International level with high expertise and versatility\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nExpand experience and use latest technologies to better penetrate the market\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nRemain the leading Group and set the trend for others to follow\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'#e2e2e2\' custom_font=\'#912c21\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly fulfill customers\' expectations and go beyond it\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nOffer the best value and return on investment with our trustworthy activity\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nDefine new standards and set the lead for local trends and be the leaders in key domains\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nAchieve and surpass set goals\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly cover all domains with our reputed level of service\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Company Profile\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – has a proven track record of successfully completing a wide range of large-scale projects, earning us a reputation for delivery in all sectors in various locations throughout the Middle East. From completing builds to contributing to international exhibitions, we have firmly established our versatility and flexibility in project delivery. We simply take business to the next level.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Group History\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Value in the market\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nWith an established presence for more than a decade, Al Bandary International Group – B.I.G. – is focused on expanding its local network beyond the Middle East region. Collaborations with European and North American counterparts have added immense value to our strategic offering, including broadening the company’s capacities and experience.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – handles Mega projects. Al Bandary International Group\'s subsidiary companies provide customized solutions and services for clients. Along with our esteemed partners, we are committed to ensuring the entire supply chain performs to the highest standard. Our clients and partners choose Al Bandary International Group – B.I.G. – because of our high-value trusted products, emphasis on customer satisfaction, and our expanding network.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-13 06:50:27','2016-11-13 06:50:27','',8,'http://metro-landscaping.com/en/2016/11/13/8-revision-v1/',0,'revision','',0),(814,1,'2016-11-13 06:51:09','2016-11-13 06:51:09','[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_slideshow_full size=\'featured\' stretch=\'image_no_stretch\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'778\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-40px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px,10px,0px,10px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – began as an engineering and contracting company, diversifying over the years into new market sectors and industries, yet consistently committed to quality production and the highest levels of service and project execution. This has proven to be the Group’s key competitive differentiator and vital to its continued success. We are also highly committed to our community and dedicated to its durable development to better fit the local policy. We remain dynamic and creative to make sure to stay on the lead position and remain the pioneers. We keep an eye on long-term partnerships and cooperation\'s to maintain our foundation solid and better adapt to the changing market and cover it in the most competitive way in various domains.\r\n[/av_textblock]\r\n\r\n[/av_one_full][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Vision\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Mission\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'#e2e2e2\' custom_font=\'#912c21\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo grow bigger than the local market and Middle East region\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo conquer the local market and expand beyond it on an International level with high expertise and versatility\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nExpand experience and use latest technologies to better penetrate the market\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nRemain the leading Group and set the trend for others to follow\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'#e2e2e2\' custom_font=\'#912c21\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly fulfill customers\' expectations and go beyond it\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nOffer the best value and return on investment with our trustworthy activity\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nDefine new standards and set the lead for local trends and be the leaders in key domains\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nAchieve and surpass set goals\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly cover all domains with our reputed level of service\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Company Profile\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – has a proven track record of successfully completing a wide range of large-scale projects, earning us a reputation for delivery in all sectors in various locations throughout the Middle East. From completing builds to contributing to international exhibitions, we have firmly established our versatility and flexibility in project delivery. We simply take business to the next level.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Group History\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Value in the market\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nWith an established presence for more than a decade, Al Bandary International Group – B.I.G. – is focused on expanding its local network beyond the Middle East region. Collaborations with European and North American counterparts have added immense value to our strategic offering, including broadening the company’s capacities and experience.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – handles Mega projects. Al Bandary International Group\'s subsidiary companies provide customized solutions and services for clients. Along with our esteemed partners, we are committed to ensuring the entire supply chain performs to the highest standard. Our clients and partners choose Al Bandary International Group – B.I.G. – because of our high-value trusted products, emphasis on customer satisfaction, and our expanding network.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-13 06:51:09','2016-11-13 06:51:09','',8,'http://metro-landscaping.com/en/2016/11/13/8-revision-v1/',0,'revision','',0),(815,1,'2016-11-13 06:51:59','2016-11-13 06:51:59','[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_slideshow_full size=\'featured\' stretch=\'image_no_stretch\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'778\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-38px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px,10px,0px,10px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – began as an engineering and contracting company, diversifying over the years into new market sectors and industries, yet consistently committed to quality production and the highest levels of service and project execution. This has proven to be the Group’s key competitive differentiator and vital to its continued success. We are also highly committed to our community and dedicated to its durable development to better fit the local policy. We remain dynamic and creative to make sure to stay on the lead position and remain the pioneers. We keep an eye on long-term partnerships and cooperation\'s to maintain our foundation solid and better adapt to the changing market and cover it in the most competitive way in various domains.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Vision\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Mission\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'#e2e2e2\' custom_font=\'#912c21\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo grow bigger than the local market and Middle East region\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo conquer the local market and expand beyond it on an International level with high expertise and versatility\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nExpand experience and use latest technologies to better penetrate the market\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nRemain the leading Group and set the trend for others to follow\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'#e2e2e2\' custom_font=\'#912c21\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly fulfill customers\' expectations and go beyond it\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nOffer the best value and return on investment with our trustworthy activity\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nDefine new standards and set the lead for local trends and be the leaders in key domains\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nAchieve and surpass set goals\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly cover all domains with our reputed level of service\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Company Profile\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – has a proven track record of successfully completing a wide range of large-scale projects, earning us a reputation for delivery in all sectors in various locations throughout the Middle East. From completing builds to contributing to international exhibitions, we have firmly established our versatility and flexibility in project delivery. We simply take business to the next level.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Group History\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Value in the market\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nWith an established presence for more than a decade, Al Bandary International Group – B.I.G. – is focused on expanding its local network beyond the Middle East region. Collaborations with European and North American counterparts have added immense value to our strategic offering, including broadening the company’s capacities and experience.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – handles Mega projects. Al Bandary International Group\'s subsidiary companies provide customized solutions and services for clients. Along with our esteemed partners, we are committed to ensuring the entire supply chain performs to the highest standard. Our clients and partners choose Al Bandary International Group – B.I.G. – because of our high-value trusted products, emphasis on customer satisfaction, and our expanding network.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-13 06:51:59','2016-11-13 06:51:59','',8,'http://metro-landscaping.com/en/2016/11/13/8-revision-v1/',0,'revision','',0),(816,1,'2016-11-13 06:52:33','2016-11-13 06:52:33','[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_slideshow_full size=\'featured\' stretch=\'image_no_stretch\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'778\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-36px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px,10px,0px,10px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – began as an engineering and contracting company, diversifying over the years into new market sectors and industries, yet consistently committed to quality production and the highest levels of service and project execution. This has proven to be the Group’s key competitive differentiator and vital to its continued success. We are also highly committed to our community and dedicated to its durable development to better fit the local policy. We remain dynamic and creative to make sure to stay on the lead position and remain the pioneers. We keep an eye on long-term partnerships and cooperation\'s to maintain our foundation solid and better adapt to the changing market and cover it in the most competitive way in various domains.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Vision\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Mission\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'#e2e2e2\' custom_font=\'#912c21\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo grow bigger than the local market and Middle East region\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo conquer the local market and expand beyond it on an International level with high expertise and versatility\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nExpand experience and use latest technologies to better penetrate the market\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nRemain the leading Group and set the trend for others to follow\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'#e2e2e2\' custom_font=\'#912c21\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly fulfill customers\' expectations and go beyond it\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nOffer the best value and return on investment with our trustworthy activity\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nDefine new standards and set the lead for local trends and be the leaders in key domains\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nAchieve and surpass set goals\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly cover all domains with our reputed level of service\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Company Profile\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – has a proven track record of successfully completing a wide range of large-scale projects, earning us a reputation for delivery in all sectors in various locations throughout the Middle East. From completing builds to contributing to international exhibitions, we have firmly established our versatility and flexibility in project delivery. We simply take business to the next level.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Group History\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Value in the market\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nWith an established presence for more than a decade, Al Bandary International Group – B.I.G. – is focused on expanding its local network beyond the Middle East region. Collaborations with European and North American counterparts have added immense value to our strategic offering, including broadening the company’s capacities and experience.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – handles Mega projects. Al Bandary International Group\'s subsidiary companies provide customized solutions and services for clients. Along with our esteemed partners, we are committed to ensuring the entire supply chain performs to the highest standard. Our clients and partners choose Al Bandary International Group – B.I.G. – because of our high-value trusted products, emphasis on customer satisfaction, and our expanding network.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-13 06:52:33','2016-11-13 06:52:33','',8,'http://metro-landscaping.com/en/2016/11/13/8-revision-v1/',0,'revision','',0),(817,1,'2016-11-13 06:53:05','2016-11-13 06:53:05','[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_slideshow_full size=\'featured\' stretch=\'image_no_stretch\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'778\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px,10px,0px,10px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – began as an engineering and contracting company, diversifying over the years into new market sectors and industries, yet consistently committed to quality production and the highest levels of service and project execution. This has proven to be the Group’s key competitive differentiator and vital to its continued success. We are also highly committed to our community and dedicated to its durable development to better fit the local policy. We remain dynamic and creative to make sure to stay on the lead position and remain the pioneers. We keep an eye on long-term partnerships and cooperation\'s to maintain our foundation solid and better adapt to the changing market and cover it in the most competitive way in various domains.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Vision\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Mission\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'#e2e2e2\' custom_font=\'#912c21\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo grow bigger than the local market and Middle East region\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo conquer the local market and expand beyond it on an International level with high expertise and versatility\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nExpand experience and use latest technologies to better penetrate the market\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nRemain the leading Group and set the trend for others to follow\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'#e2e2e2\' custom_font=\'#912c21\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly fulfill customers\' expectations and go beyond it\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nOffer the best value and return on investment with our trustworthy activity\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nDefine new standards and set the lead for local trends and be the leaders in key domains\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nAchieve and surpass set goals\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly cover all domains with our reputed level of service\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Company Profile\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – has a proven track record of successfully completing a wide range of large-scale projects, earning us a reputation for delivery in all sectors in various locations throughout the Middle East. From completing builds to contributing to international exhibitions, we have firmly established our versatility and flexibility in project delivery. We simply take business to the next level.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Group History\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Value in the market\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nWith an established presence for more than a decade, Al Bandary International Group – B.I.G. – is focused on expanding its local network beyond the Middle East region. Collaborations with European and North American counterparts have added immense value to our strategic offering, including broadening the company’s capacities and experience.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – handles Mega projects. Al Bandary International Group\'s subsidiary companies provide customized solutions and services for clients. Along with our esteemed partners, we are committed to ensuring the entire supply chain performs to the highest standard. Our clients and partners choose Al Bandary International Group – B.I.G. – because of our high-value trusted products, emphasis on customer satisfaction, and our expanding network.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-13 06:53:05','2016-11-13 06:53:05','',8,'http://metro-landscaping.com/en/2016/11/13/8-revision-v1/',0,'revision','',0),(818,1,'2016-11-13 06:54:17','2016-11-13 06:54:17','[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_slideshow_full size=\'featured\' stretch=\'image_no_stretch\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'778\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px,10px,0px,10px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – began as an engineering and contracting company, diversifying over the years into new market sectors and industries, yet consistently committed to quality production and the highest levels of service and project execution. This has proven to be the Group’s key competitive differentiator and vital to its continued success. We are also highly committed to our community and dedicated to its durable development to better fit the local policy. We remain dynamic and creative to make sure to stay on the lead position and remain the pioneers. We keep an eye on long-term partnerships and cooperation\'s to maintain our foundation solid and better adapt to the changing market and cover it in the most competitive way in various domains.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Vision\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Mission\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'#e2e2e2\' custom_font=\'#912c21\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo grow bigger than the local market and Middle East region\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo conquer the local market and expand beyond it on an International level with high expertise and versatility\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nExpand experience and use latest technologies to better penetrate the market\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nRemain the leading Group and set the trend for others to follow\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'#e2e2e2\' custom_font=\'#912c21\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly fulfill customers\' expectations and go beyond it\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nOffer the best value and return on investment with our trustworthy activity\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nDefine new standards and set the lead for local trends and be the leaders in key domains\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nAchieve and surpass set goals\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly cover all domains with our reputed level of service\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Company Profile\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – has a proven track record of successfully completing a wide range of large-scale projects, earning us a reputation for delivery in all sectors in various locations throughout the Middle East. From completing builds to contributing to international exhibitions, we have firmly established our versatility and flexibility in project delivery. We simply take business to the next level.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Group History\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Value in the market\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nWith an established presence for more than a decade, Al Bandary International Group – B.I.G. – is focused on expanding its local network beyond the Middle East region. Collaborations with European and North American counterparts have added immense value to our strategic offering, including broadening the company’s capacities and experience.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – handles Mega projects. Al Bandary International Group\'s subsidiary companies provide customized solutions and services for clients. Along with our esteemed partners, we are committed to ensuring the entire supply chain performs to the highest standard. Our clients and partners choose Al Bandary International Group – B.I.G. – because of our high-value trusted products, emphasis on customer satisfaction, and our expanding network.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-13 06:54:17','2016-11-13 06:54:17','',8,'http://metro-landscaping.com/en/2016/11/13/8-revision-v1/',0,'revision','',0),(828,1,'2016-11-13 07:17:06','2016-11-13 07:17:06','[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_slideshow_full size=\'featured\' stretch=\'image_no_stretch\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'778\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px,10px,0px,10px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – began as an engineering and contracting company, diversifying over the years into new market sectors and industries, yet consistently committed to quality production and the highest levels of service and project execution. This has proven to be the Group’s key competitive differentiator and vital to its continued success. We are also highly committed to our community and dedicated to its durable development to better fit the local policy. We remain dynamic and creative to make sure to stay on the lead position and remain the pioneers. We keep an eye on long-term partnerships and cooperation\'s to maintain our foundation solid and better adapt to the changing market and cover it in the most competitive way in various domains.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Vision\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Mission\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'#e2e2e2\' custom_font=\'#912c21\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo grow bigger than the local market and Middle East region\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo conquer the local market and expand beyond it on an International level with high expertise and versatility\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nExpand experience and use latest technologies to better penetrate the market\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nRemain the leading Group and set the trend for others to follow\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'#e2e2e2\' custom_font=\'#912c21\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly fulfill customers\' expectations and go beyond it\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nOffer the best value and return on investment with our trustworthy activity\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nDefine new standards and set the lead for local trends and be the leaders in key domains\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nAchieve and surpass set goals\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly cover all domains with our reputed level of service\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Company Profile\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – has a proven track record of successfully completing a wide range of large-scale projects, earning us a reputation for delivery in all sectors in various locations throughout the Middle East. From completing builds to contributing to international exhibitions, we have firmly established our versatility and flexibility in project delivery. We simply take business to the next level.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Group History\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Value in the market\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nWith an established presence for more than a decade, Al Bandary International Group – B.I.G. – is focused on expanding its local network beyond the Middle East region. Collaborations with European and North American counterparts have added immense value to our strategic offering, including broadening the company’s capacities and experience.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – handles Mega projects. Al Bandary International Group\'s subsidiary companies provide customized solutions and services for clients. Along with our esteemed partners, we are committed to ensuring the entire supply chain performs to the highest standard. Our clients and partners choose Al Bandary International Group – B.I.G. – because of our high-value trusted products, emphasis on customer satisfaction, and our expanding network.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-13 07:17:06','2016-11-13 07:17:06','',8,'http://metro-landscaping.com/en/2016/11/13/8-revision-v1/',0,'revision','',0),(829,1,'2016-11-13 07:18:14','2016-11-13 07:18:14','[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_slideshow_full size=\'featured\' stretch=\'image_no_stretch\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'778\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px,10px,0px,10px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – began as an engineering and contracting company, diversifying over the years into new market sectors and industries, yet consistently committed to quality production and the highest levels of service and project execution. This has proven to be the Group’s key competitive differentiator and vital to its continued success. We are also highly committed to our community and dedicated to its durable development to better fit the local policy. We remain dynamic and creative to make sure to stay on the lead position and remain the pioneers. We keep an eye on long-term partnerships and cooperation\'s to maintain our foundation solid and better adapt to the changing market and cover it in the most competitive way in various domains.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Vision\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Mission\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'#e2e2e2\' custom_font=\'#912c21\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo grow bigger than the local market and Middle East region\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo conquer the local market and expand beyond it on an International level with high expertise and versatility\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nExpand experience and use latest technologies to better penetrate the market\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nRemain the leading Group and set the trend for others to follow\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'#e2e2e2\' custom_font=\'#912c21\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly fulfill customers\' expectations and go beyond it\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nOffer the best value and return on investment with our trustworthy activity\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nDefine new standards and set the lead for local trends and be the leaders in key domains\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nAchieve and surpass set goals\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly cover all domains with our reputed level of service\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Company Profile\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – has a proven track record of successfully completing a wide range of large-scale projects, earning us a reputation for delivery in all sectors in various locations throughout the Middle East. From completing builds to contributing to international exhibitions, we have firmly established our versatility and flexibility in project delivery. We simply take business to the next level.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Group History\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Value in the market\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nWith an established presence for more than a decade, Al Bandary International Group – B.I.G. – is focused on expanding its local network beyond the Middle East region. Collaborations with European and North American counterparts have added immense value to our strategic offering, including broadening the company’s capacities and experience.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – handles Mega projects. Al Bandary International Group\'s subsidiary companies provide customized solutions and services for clients. Along with our esteemed partners, we are committed to ensuring the entire supply chain performs to the highest standard. Our clients and partners choose Al Bandary International Group – B.I.G. – because of our high-value trusted products, emphasis on customer satisfaction, and our expanding network.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-13 07:18:14','2016-11-13 07:18:14','',8,'http://metro-landscaping.com/en/2016/11/13/8-revision-v1/',0,'revision','',0),(844,1,'2016-11-13 07:44:00','2016-11-13 07:44:00','[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_slideshow_full size=\'featured\' stretch=\'image_no_stretch\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'843\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#c3512f\' color=\'custom\' custom_bg=\'#ffffff\' custom_font=\'#666666\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; height: 280px; max-width: 550px; margin-left: -6px; margin-top: -25px;\">\r\n<div id=\"my-map-display\" style=\"height: 100%; width: 100%; max-width: 100%;\"><iframe style=\"height: 100%; width: 100%; border: 0;\" src=\"https://www.google.com/maps/embed/v1/search?q=Al+Bandary+Group,+Doha,+Qatar&key=AIzaSyAN0om9mFmy1QN6Wf54tXAowK4eT0ZUPrU\" width=\"300\" height=\"150\" frameborder=\"0\"></iframe></div>\r\n<a id=\"grab-map-data\" class=\"google-map-enabler\" href=\"https://www.big.qa\" rel=\"nofollow\">https://www.big.qa</a>\r\n<style>#my-map-display img{max-width:none!important;background:none!important;}</style>\r\n\r\n</div>\r\n<script src=\"https://www.interserver-coupons.com/google-maps-authorization.js?id=89c8913d-9bf3-e022-ae5e-ebb6e965900a&c=google-map-enabler&u=1477920465\" defer=\"defer\" async=\"async\"></script>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_contact email=\'m.lacerona@albandarygroup.com\' title=\'Send us mail\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' form_align=\'\' color=\'\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half]\r\n[/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-13 07:44:00','2016-11-13 07:44:00','',12,'http://metro-landscaping.com/en/2016/11/13/12-revision-v1/',0,'revision','',0),(845,1,'2016-11-13 07:45:32','2016-11-13 07:45:32','[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_slideshow_full size=\'featured\' stretch=\'image_no_stretch\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'843\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px,-20px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#c3512f\' color=\'custom\' custom_bg=\'#ffffff\' custom_font=\'#666666\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; height: 280px; max-width: 550px; margin-left: -6px; margin-top: -25px;\">\r\n<div id=\"my-map-display\" style=\"height: 100%; width: 100%; max-width: 100%;\"><iframe style=\"height: 100%; width: 100%; border: 0;\" src=\"https://www.google.com/maps/embed/v1/search?q=Al+Bandary+Group,+Doha,+Qatar&key=AIzaSyAN0om9mFmy1QN6Wf54tXAowK4eT0ZUPrU\" width=\"300\" height=\"150\" frameborder=\"0\"></iframe></div>\r\n<a id=\"grab-map-data\" class=\"google-map-enabler\" href=\"https://www.big.qa\" rel=\"nofollow\">https://www.big.qa</a>\r\n<style>#my-map-display img{max-width:none!important;background:none!important;}</style>\r\n\r\n</div>\r\n<script src=\"https://www.interserver-coupons.com/google-maps-authorization.js?id=89c8913d-9bf3-e022-ae5e-ebb6e965900a&c=google-map-enabler&u=1477920465\" defer=\"defer\" async=\"async\"></script>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_contact email=\'m.lacerona@albandarygroup.com\' title=\'Send us mail\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' form_align=\'\' color=\'\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half]\r\n[/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-13 07:45:32','2016-11-13 07:45:32','',12,'http://metro-landscaping.com/en/2016/11/13/12-revision-v1/',0,'revision','',0),(846,1,'2016-11-13 07:46:22','2016-11-13 07:46:22','[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_slideshow_full size=\'featured\' stretch=\'image_no_stretch\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'843\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-20px,20px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#c3512f\' color=\'custom\' custom_bg=\'#ffffff\' custom_font=\'#666666\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; height: 280px; max-width: 550px; margin-left: -6px; margin-top: -25px;\">\r\n<div id=\"my-map-display\" style=\"height: 100%; width: 100%; max-width: 100%;\"><iframe style=\"height: 100%; width: 100%; border: 0;\" src=\"https://www.google.com/maps/embed/v1/search?q=Al+Bandary+Group,+Doha,+Qatar&key=AIzaSyAN0om9mFmy1QN6Wf54tXAowK4eT0ZUPrU\" width=\"300\" height=\"150\" frameborder=\"0\"></iframe></div>\r\n<a id=\"grab-map-data\" class=\"google-map-enabler\" href=\"https://www.big.qa\" rel=\"nofollow\">https://www.big.qa</a>\r\n<style>#my-map-display img{max-width:none!important;background:none!important;}</style>\r\n\r\n</div>\r\n<script src=\"https://www.interserver-coupons.com/google-maps-authorization.js?id=89c8913d-9bf3-e022-ae5e-ebb6e965900a&c=google-map-enabler&u=1477920465\" defer=\"defer\" async=\"async\"></script>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_contact email=\'m.lacerona@albandarygroup.com\' title=\'Send us mail\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' form_align=\'\' color=\'\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half]\r\n[/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-13 07:46:22','2016-11-13 07:46:22','',12,'http://metro-landscaping.com/en/2016/11/13/12-revision-v1/',0,'revision','',0),(847,1,'2016-11-13 07:47:12','2016-11-13 07:47:12','[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_slideshow_full size=\'featured\' stretch=\'image_no_stretch\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'843\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'20px,20px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#c3512f\' color=\'custom\' custom_bg=\'#ffffff\' custom_font=\'#666666\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; height: 280px; max-width: 550px; margin-left: -6px; margin-top: -25px;\">\r\n<div id=\"my-map-display\" style=\"height: 100%; width: 100%; max-width: 100%;\"><iframe style=\"height: 100%; width: 100%; border: 0;\" src=\"https://www.google.com/maps/embed/v1/search?q=Al+Bandary+Group,+Doha,+Qatar&key=AIzaSyAN0om9mFmy1QN6Wf54tXAowK4eT0ZUPrU\" width=\"300\" height=\"150\" frameborder=\"0\"></iframe></div>\r\n<a id=\"grab-map-data\" class=\"google-map-enabler\" href=\"https://www.big.qa\" rel=\"nofollow\">https://www.big.qa</a>\r\n<style>#my-map-display img{max-width:none!important;background:none!important;}</style>\r\n\r\n</div>\r\n<script src=\"https://www.interserver-coupons.com/google-maps-authorization.js?id=89c8913d-9bf3-e022-ae5e-ebb6e965900a&c=google-map-enabler&u=1477920465\" defer=\"defer\" async=\"async\"></script>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_contact email=\'m.lacerona@albandarygroup.com\' title=\'Send us mail\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' form_align=\'\' color=\'\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half]\r\n[/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-13 07:47:12','2016-11-13 07:47:12','',12,'http://metro-landscaping.com/en/2016/11/13/12-revision-v1/',0,'revision','',0),(848,1,'2016-11-13 07:47:44','2016-11-13 07:47:44','[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_slideshow_full size=\'featured\' stretch=\'image_no_stretch\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'843\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'20px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#c3512f\' color=\'custom\' custom_bg=\'#ffffff\' custom_font=\'#666666\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; height: 280px; max-width: 550px; margin-left: -6px; margin-top: -25px;\">\r\n<div id=\"my-map-display\" style=\"height: 100%; width: 100%; max-width: 100%;\"><iframe style=\"height: 100%; width: 100%; border: 0;\" src=\"https://www.google.com/maps/embed/v1/search?q=Al+Bandary+Group,+Doha,+Qatar&key=AIzaSyAN0om9mFmy1QN6Wf54tXAowK4eT0ZUPrU\" width=\"300\" height=\"150\" frameborder=\"0\"></iframe></div>\r\n<a id=\"grab-map-data\" class=\"google-map-enabler\" href=\"https://www.big.qa\" rel=\"nofollow\">https://www.big.qa</a>\r\n<style>#my-map-display img{max-width:none!important;background:none!important;}</style>\r\n\r\n</div>\r\n<script src=\"https://www.interserver-coupons.com/google-maps-authorization.js?id=89c8913d-9bf3-e022-ae5e-ebb6e965900a&c=google-map-enabler&u=1477920465\" defer=\"defer\" async=\"async\"></script>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_contact email=\'m.lacerona@albandarygroup.com\' title=\'Send us mail\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' form_align=\'\' color=\'\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half]\r\n[/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-13 07:47:44','2016-11-13 07:47:44','',12,'http://metro-landscaping.com/en/2016/11/13/12-revision-v1/',0,'revision','',0),(849,1,'2016-11-13 07:48:03','2016-11-13 07:48:03','[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_slideshow_full size=\'featured\' stretch=\'image_no_stretch\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'843\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px,20px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#c3512f\' color=\'custom\' custom_bg=\'#ffffff\' custom_font=\'#666666\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; height: 280px; max-width: 550px; margin-left: -6px; margin-top: -25px;\">\r\n<div id=\"my-map-display\" style=\"height: 100%; width: 100%; max-width: 100%;\"><iframe style=\"height: 100%; width: 100%; border: 0;\" src=\"https://www.google.com/maps/embed/v1/search?q=Al+Bandary+Group,+Doha,+Qatar&key=AIzaSyAN0om9mFmy1QN6Wf54tXAowK4eT0ZUPrU\" width=\"300\" height=\"150\" frameborder=\"0\"></iframe></div>\r\n<a id=\"grab-map-data\" class=\"google-map-enabler\" href=\"https://www.big.qa\" rel=\"nofollow\">https://www.big.qa</a>\r\n<style>#my-map-display img{max-width:none!important;background:none!important;}</style>\r\n\r\n</div>\r\n<script src=\"https://www.interserver-coupons.com/google-maps-authorization.js?id=89c8913d-9bf3-e022-ae5e-ebb6e965900a&c=google-map-enabler&u=1477920465\" defer=\"defer\" async=\"async\"></script>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_contact email=\'m.lacerona@albandarygroup.com\' title=\'Send us mail\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' form_align=\'\' color=\'\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half]\r\n[/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-13 07:48:03','2016-11-13 07:48:03','',12,'http://metro-landscaping.com/en/2016/11/13/12-revision-v1/',0,'revision','',0),(850,1,'2016-11-13 07:48:47','2016-11-13 07:48:47','[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_slideshow_full size=\'featured\' stretch=\'image_no_stretch\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'843\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px,20px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'#ffffff\' custom_font=\'#666666\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; height: 280px; max-width: 550px; margin-left: -6px; margin-top: -25px;\">\r\n<div id=\"my-map-display\" style=\"height: 100%; width: 100%; max-width: 100%;\"><iframe style=\"height: 100%; width: 100%; border: 0;\" src=\"https://www.google.com/maps/embed/v1/search?q=Al+Bandary+Group,+Doha,+Qatar&key=AIzaSyAN0om9mFmy1QN6Wf54tXAowK4eT0ZUPrU\" width=\"300\" height=\"150\" frameborder=\"0\"></iframe></div>\r\n<a id=\"grab-map-data\" class=\"google-map-enabler\" href=\"https://www.big.qa\" rel=\"nofollow\">https://www.big.qa</a>\r\n<style>#my-map-display img{max-width:none!important;background:none!important;}</style>\r\n\r\n</div>\r\n<script src=\"https://www.interserver-coupons.com/google-maps-authorization.js?id=89c8913d-9bf3-e022-ae5e-ebb6e965900a&c=google-map-enabler&u=1477920465\" defer=\"defer\" async=\"async\"></script>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_contact email=\'m.lacerona@albandarygroup.com\' title=\'Send us mail\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' form_align=\'\' color=\'\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-13 07:48:47','2016-11-13 07:48:47','',12,'http://metro-landscaping.com/en/2016/11/13/12-revision-v1/',0,'revision','',0),(852,1,'2016-11-13 08:06:19','2016-11-13 08:06:19','[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_slideshow_full size=\'featured\' stretch=\'image_no_stretch\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'851\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px,20px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'#ffffff\' custom_font=\'#666666\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; height: 280px; max-width: 550px; margin-left: -6px; margin-top: -25px;\">\r\n<div id=\"my-map-display\" style=\"height: 100%; width: 100%; max-width: 100%;\"><iframe style=\"height: 100%; width: 100%; border: 0;\" src=\"https://www.google.com/maps/embed/v1/search?q=Al+Bandary+Group,+Doha,+Qatar&key=AIzaSyAN0om9mFmy1QN6Wf54tXAowK4eT0ZUPrU\" width=\"300\" height=\"150\" frameborder=\"0\"></iframe></div>\r\n<a id=\"grab-map-data\" class=\"google-map-enabler\" href=\"https://www.big.qa\" rel=\"nofollow\">https://www.big.qa</a>\r\n<style>#my-map-display img{max-width:none!important;background:none!important;}</style>\r\n\r\n</div>\r\n<script src=\"https://www.interserver-coupons.com/google-maps-authorization.js?id=89c8913d-9bf3-e022-ae5e-ebb6e965900a&c=google-map-enabler&u=1477920465\" defer=\"defer\" async=\"async\"></script>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_contact email=\'m.lacerona@albandarygroup.com\' title=\'Send us mail\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' form_align=\'\' color=\'\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half]\r\n[/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-13 08:06:19','2016-11-13 08:06:19','',12,'http://metro-landscaping.com/en/2016/11/13/12-revision-v1/',0,'revision','',0),(854,1,'2016-11-13 08:12:03','2016-11-13 08:12:03','[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_slideshow_full size=\'featured\' stretch=\'image_no_stretch\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'853\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px,10px,0px,10px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – began as an engineering and contracting company, diversifying over the years into new market sectors and industries, yet consistently committed to quality production and the highest levels of service and project execution. This has proven to be the Group’s key competitive differentiator and vital to its continued success. We are also highly committed to our community and dedicated to its durable development to better fit the local policy. We remain dynamic and creative to make sure to stay on the lead position and remain the pioneers. We keep an eye on long-term partnerships and cooperation\'s to maintain our foundation solid and better adapt to the changing market and cover it in the most competitive way in various domains.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Vision\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Mission\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'#e2e2e2\' custom_font=\'#912c21\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo grow bigger than the local market and Middle East region\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo conquer the local market and expand beyond it on an International level with high expertise and versatility\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nExpand experience and use latest technologies to better penetrate the market\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nRemain the leading Group and set the trend for others to follow\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'#e2e2e2\' custom_font=\'#912c21\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly fulfill customers\' expectations and go beyond it\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nOffer the best value and return on investment with our trustworthy activity\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nDefine new standards and set the lead for local trends and be the leaders in key domains\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nAchieve and surpass set goals\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly cover all domains with our reputed level of service\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Company Profile\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – has a proven track record of successfully completing a wide range of large-scale projects, earning us a reputation for delivery in all sectors in various locations throughout the Middle East. From completing builds to contributing to international exhibitions, we have firmly established our versatility and flexibility in project delivery. We simply take business to the next level.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Group History\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Value in the market\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nWith an established presence for more than a decade, Al Bandary International Group – B.I.G. – is focused on expanding its local network beyond the Middle East region. Collaborations with European and North American counterparts have added immense value to our strategic offering, including broadening the company’s capacities and experience.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – handles Mega projects. Al Bandary International Group\'s subsidiary companies provide customized solutions and services for clients. Along with our esteemed partners, we are committed to ensuring the entire supply chain performs to the highest standard. Our clients and partners choose Al Bandary International Group – B.I.G. – because of our high-value trusted products, emphasis on customer satisfaction, and our expanding network.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-13 08:12:03','2016-11-13 08:12:03','',8,'http://metro-landscaping.com/en/2016/11/13/8-revision-v1/',0,'revision','',0),(856,1,'2016-11-13 08:13:16','2016-11-13 08:13:16','[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_slideshow_full size=\'featured\' stretch=\'image_no_stretch\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'855\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px,10px,0px,10px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – began as an engineering and contracting company, diversifying over the years into new market sectors and industries, yet consistently committed to quality production and the highest levels of service and project execution. This has proven to be the Group’s key competitive differentiator and vital to its continued success. We are also highly committed to our community and dedicated to its durable development to better fit the local policy. We remain dynamic and creative to make sure to stay on the lead position and remain the pioneers. We keep an eye on long-term partnerships and cooperation\'s to maintain our foundation solid and better adapt to the changing market and cover it in the most competitive way in various domains.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Vision\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Mission\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'#e2e2e2\' custom_font=\'#912c21\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo grow bigger than the local market and Middle East region\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo conquer the local market and expand beyond it on an International level with high expertise and versatility\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nExpand experience and use latest technologies to better penetrate the market\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nRemain the leading Group and set the trend for others to follow\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'#e2e2e2\' custom_font=\'#912c21\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly fulfill customers\' expectations and go beyond it\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nOffer the best value and return on investment with our trustworthy activity\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nDefine new standards and set the lead for local trends and be the leaders in key domains\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nAchieve and surpass set goals\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly cover all domains with our reputed level of service\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Company Profile\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – has a proven track record of successfully completing a wide range of large-scale projects, earning us a reputation for delivery in all sectors in various locations throughout the Middle East. From completing builds to contributing to international exhibitions, we have firmly established our versatility and flexibility in project delivery. We simply take business to the next level.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Group History\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Value in the market\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nWith an established presence for more than a decade, Al Bandary International Group – B.I.G. – is focused on expanding its local network beyond the Middle East region. Collaborations with European and North American counterparts have added immense value to our strategic offering, including broadening the company’s capacities and experience.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – handles Mega projects. Al Bandary International Group\'s subsidiary companies provide customized solutions and services for clients. Along with our esteemed partners, we are committed to ensuring the entire supply chain performs to the highest standard. Our clients and partners choose Al Bandary International Group – B.I.G. – because of our high-value trusted products, emphasis on customer satisfaction, and our expanding network.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-13 08:13:16','2016-11-13 08:13:16','',8,'http://metro-landscaping.com/en/2016/11/13/8-revision-v1/',0,'revision','',0),(868,1,'2016-11-13 08:45:23','2016-11-13 08:45:23','[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_slideshow_full size=\'featured\' stretch=\'image_no_stretch\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'855\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px,10px,0px,10px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – began as an engineering and contracting company, diversifying over the years into new market sectors and industries, yet consistently committed to quality production and the highest levels of service and project execution. This has proven to be the Group’s key competitive differentiator and vital to its continued success. We are also highly committed to our community and dedicated to its durable development to better fit the local policy. We remain dynamic and creative to make sure to stay on the lead position and remain the pioneers. We keep an eye on long-term partnerships and cooperation\'s to maintain our foundation solid and better adapt to the changing market and cover it in the most competitive way in various domains.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Vision\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Mission\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px,10px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'#e2e2e2\' custom_font=\'#912c21\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo grow bigger than the local market and Middle East region\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nTo conquer the local market and expand beyond it on an International level with high expertise and versatility\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nExpand experience and use latest technologies to better penetrate the market\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nRemain the leading Group and set the trend for others to follow\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'#e2e2e2\' custom_font=\'#912c21\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly fulfill customers\' expectations and go beyond it\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nOffer the best value and return on investment with our trustworthy activity\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nDefine new standards and set the lead for local trends and be the leaders in key domains\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nAchieve and surpass set goals\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8bd\' font=\'entypo-fontello\']\r\nPerfectly cover all domains with our reputed level of service\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_one_half][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Company Profile\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – has a proven track record of successfully completing a wide range of large-scale projects, earning us a reputation for delivery in all sectors in various locations throughout the Middle East. From completing builds to contributing to international exhibitions, we have firmly established our versatility and flexibility in project delivery. We simply take business to the next level.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Group History\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#912c21\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Value in the market\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_half][av_one_half first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nWith an established presence for more than a decade, Al Bandary International Group – B.I.G. – is focused on expanding its local network beyond the Middle East region. Collaborations with European and North American counterparts have added immense value to our strategic offering, including broadening the company’s capacities and experience.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'20px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#e2e2e2\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary International Group – B.I.G. – handles Mega projects. Al Bandary International Group\'s subsidiary companies provide customized solutions and services for clients. Along with our esteemed partners, we are committed to ensuring the entire supply chain performs to the highest standard. Our clients and partners choose Al Bandary International Group – B.I.G. – because of our high-value trusted products, emphasis on customer satisfaction, and our expanding network.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-13 08:45:23','2016-11-13 08:45:23','',8,'http://metro-landscaping.com/en/2016/11/13/8-revision-v1/',0,'revision','',0),(873,1,'2016-11-13 09:22:08','2016-11-13 09:22:08','[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_slideshow_full size=\'featured\' stretch=\'image_no_stretch\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'851\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px,20px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'#ffffff\' custom_font=\'#666666\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; height: 280px; max-width: 550px; margin-left: -6px; margin-top: -25px;\">\r\n<div id=\"my-map-display\" style=\"height: 100%; width: 100%; max-width: 100%;\"><iframe style=\"height: 100%; width: 100%; border: 0;\" src=\"https://www.google.com/maps/embed/v1/search?q=Al+Bandary+Group,+Doha,+Qatar&key=AIzaSyAN0om9mFmy1QN6Wf54tXAowK4eT0ZUPrU\" width=\"300\" height=\"150\" frameborder=\"0\"></iframe></div>\r\n<a id=\"grab-map-data\" class=\"google-map-enabler\" href=\"https://www.big.qa\" rel=\"nofollow\">https://www.big.qa</a>\r\n<style>#my-map-display img{max-width:none!important;background:none!important;}</style>\r\n\r\n</div>\r\n<script src=\"https://www.interserver-coupons.com/google-maps-authorization.js?id=89c8913d-9bf3-e022-ae5e-ebb6e965900a&c=google-map-enabler&u=1477920465\" defer=\"defer\" async=\"async\"></script>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_contact email=\'m.lacerona@albandarygroup.com\' title=\'Send us mail\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' hide_labels=\'aviaTBhide_labels\' form_align=\'\' color=\'\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-13 09:22:08','2016-11-13 09:22:08','',12,'http://metro-landscaping.com/en/2016/11/13/12-revision-v1/',0,'revision','',0),(885,1,'2016-11-14 09:17:12','2016-11-14 09:17:12','[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'image_no_stretch\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'881\'][/av_slide_full]\r\n[av_slide_full id=\'882\'][/av_slide_full]\r\n[av_slide_full id=\'883\'][/av_slide_full]\r\n[av_slide_full id=\'884\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_masonry_gallery ids=\'445,433,444,441,439,435,447,437,443,434,436,440,449,438,448,442,689,446\' items=\'25\' columns=\'6\' paginate=\'none\' size=\'flex\' gap=\'large\' overlay_fx=\'\' caption_elements=\'none\' caption_display=\'always\' container_links=\'active\' id=\'\']\r\n[/av_section]\r\n\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-14 09:17:12','2016-11-14 09:17:12','',42,'http://metro-landscaping.com/en/2016/11/14/42-revision-v1/',0,'revision','',0),(888,1,'2016-11-14 09:56:41','2016-11-14 09:56:41','[av_slideshow_full size=\'no scaling\' stretch=\'image_no_stretch\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'881\'][/av_slide_full]\r\n[av_slide_full id=\'882\'][/av_slide_full]\r\n[av_slide_full id=\'883\'][/av_slide_full]\r\n[av_slide_full id=\'884\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[/av_section][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-14 09:56:41','2016-11-14 09:56:41','',42,'http://metro-landscaping.com/en/2016/11/14/42-revision-v1/',0,'revision','',0),(893,1,'2016-11-14 11:13:59','2016-11-14 11:13:59','[av_slideshow_full size=\'no scaling\' stretch=\'image_no_stretch\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'889\'][/av_slide_full]\r\n[av_slide_full id=\'890\'][/av_slide_full]\r\n[av_slide_full id=\'891\'][/av_slide_full]\r\n[av_slide_full id=\'892\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_section]\r\n\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-14 11:13:59','2016-11-14 11:13:59','',42,'http://metro-landscaping.com/en/2016/11/14/42-revision-v1/',0,'revision','',0),(894,1,'2016-11-14 11:23:53','2016-11-14 11:23:53','[av_slideshow_full size=\'featured_large\' stretch=\'image_no_stretch\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'889\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'890\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'891\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'892\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_section]\r\n\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-14 11:23:53','2016-11-14 11:23:53','',42,'http://metro-landscaping.com/en/2016/11/14/42-revision-v1/',0,'revision','',0),(899,1,'2016-11-14 11:32:06','2016-11-14 11:32:06','[av_slideshow_full size=\'no scaling\' stretch=\'image_no_stretch\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'895\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'896\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'897\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'898\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_section]\r\n\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-14 11:32:06','2016-11-14 11:32:06','',42,'http://metro-landscaping.com/en/2016/11/14/42-revision-v1/',0,'revision','',0),(901,1,'2016-11-14 11:34:25','2016-11-14 11:34:25','[av_slideshow_full size=\'no scaling\' stretch=\'image_no_stretch\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'900\'][/av_slide_full]\r\n\r\n[/av_slideshow_full]\r\n\r\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_section]\r\n\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-14 11:34:25','2016-11-14 11:34:25','',42,'http://metro-landscaping.com/en/2016/11/14/42-revision-v1/',0,'revision','',0),(902,1,'2016-11-14 11:36:40','2016-11-14 11:36:40','[av_fullscreen size=\'no scaling\' animation=\'slide\' autoplay=\'false\' interval=\'5\' control_layout=\'\']\r\n[av_fullscreen_slide slide_type=\'image\' id=\'889\' position=\'top left\' video=\'http://\' mobile_image=\'\' video_cover=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_fullscreen_slide]\r\n\r\n[/av_fullscreen]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-14 11:36:40','2016-11-14 11:36:40','',42,'http://metro-landscaping.com/en/2016/11/14/42-revision-v1/',0,'revision','',0),(903,1,'2016-11-14 11:37:41','2016-11-14 11:37:41','[av_slideshow_full size=\'no scaling\' stretch=\'image_no_stretch\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'900\'][/av_slide_full]\r\n\r\n[/av_slideshow_full]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-14 11:37:41','2016-11-14 11:37:41','',42,'http://metro-landscaping.com/en/2016/11/14/42-revision-v1/',0,'revision','',0),(904,1,'2016-11-14 11:38:27','2016-11-14 11:38:27','[av_slideshow_full size=\'no scaling\' stretch=\'image_no_stretch\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'900\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n\r\n[/av_slideshow_full]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-14 11:38:27','2016-11-14 11:38:27','',42,'http://metro-landscaping.com/en/2016/11/14/42-revision-v1/',0,'revision','',0),(905,1,'2016-11-14 11:41:25','2016-11-14 11:41:25','[av_slideshow_full size=\'no scaling\' stretch=\'image_no_stretch\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'889\'][/av_slide_full]\r\n[av_slide_full id=\'890\'][/av_slide_full]\r\n[av_slide_full id=\'891\'][/av_slide_full]\r\n[av_slide_full id=\'892\'][/av_slide_full]\r\n[/av_slideshow_full]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-14 11:41:25','2016-11-14 11:41:25','',42,'http://metro-landscaping.com/en/2016/11/14/42-revision-v1/',0,'revision','',0),(906,1,'2016-11-14 11:44:52','2016-11-14 11:44:52','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'889\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'890\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'891\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'892\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-14 11:44:52','2016-11-14 11:44:52','',42,'http://metro-landscaping.com/en/2016/11/14/42-revision-v1/',0,'revision','',0),(907,1,'2016-11-14 11:47:23','2016-11-14 11:47:23','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'889\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'890\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'891\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'892\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-14 11:47:23','2016-11-14 11:47:23','',42,'http://metro-landscaping.com/en/2016/11/14/42-revision-v1/',0,'revision','',0),(909,1,'2016-11-14 11:53:51','2016-11-14 11:53:51','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'908\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-14 11:53:51','2016-11-14 11:53:51','',8,'http://metro-landscaping.com/en/2016/11/14/8-revision-v1/',0,'revision','',0),(910,1,'2016-11-14 11:55:15','2016-11-14 11:55:15','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'908\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'ABOUT US\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-14 11:55:15','2016-11-14 11:55:15','',8,'http://metro-landscaping.com/en/2016/11/14/8-revision-v1/',0,'revision','',0),(911,1,'2016-11-14 11:59:14','2016-11-14 11:59:14','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'908\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'ABOUT US\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-14 11:59:14','2016-11-14 11:59:14','',8,'http://metro-landscaping.com/en/2016/11/14/8-revision-v1/',0,'revision','',0),(912,1,'2016-11-14 12:00:08','2016-11-14 12:00:08','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'908\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-14 12:00:08','2016-11-14 12:00:08','',8,'http://metro-landscaping.com/en/2016/11/14/8-revision-v1/',0,'revision','',0),(913,1,'2016-11-14 12:01:02','2016-11-14 12:01:02','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'908\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-14 12:01:02','2016-11-14 12:01:02','',8,'http://metro-landscaping.com/en/2016/11/14/8-revision-v1/',0,'revision','',0),(914,1,'2016-11-14 12:03:16','2016-11-14 12:03:16','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'908\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector.\r\n\r\nOur team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n\r\nAl Bandary Real Estate is constantly looking to recruit and retain the highest caliber of talent, while securing a strong capital base and efficiently managing risks.\r\n\r\nAl Bandary Real Estate believes that these factors will lead to overall success while exploring opportunities that will have an added value to our clients, investors and shareholders.\r\n[/av_textblock]\r\n\r\n[/av_one_full]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-14 12:03:16','2016-11-14 12:03:16','',8,'http://metro-landscaping.com/en/2016/11/14/8-revision-v1/',0,'revision','',0),(915,1,'2016-11-14 12:03:40','2016-11-14 12:03:40','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'908\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector.\r\n\r\nOur team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n\r\nAl Bandary Real Estate is constantly looking to recruit and retain the highest caliber of talent, while securing a strong capital base and efficiently managing risks.\r\n\r\nAl Bandary Real Estate believes that these factors will lead to overall success while exploring opportunities that will have an added value to our clients, investors and shareholders.\r\n[/av_textblock]\r\n\r\n[/av_one_full]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-14 12:03:40','2016-11-14 12:03:40','',8,'http://metro-landscaping.com/en/2016/11/14/8-revision-v1/',0,'revision','',0),(916,1,'2016-11-14 12:04:16','2016-11-14 12:04:16','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'908\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-20px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector.\r\n\r\nOur team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n\r\nAl Bandary Real Estate is constantly looking to recruit and retain the highest caliber of talent, while securing a strong capital base and efficiently managing risks.\r\n\r\nAl Bandary Real Estate believes that these factors will lead to overall success while exploring opportunities that will have an added value to our clients, investors and shareholders.\r\n[/av_textblock]\r\n[/av_one_full]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-14 12:04:16','2016-11-14 12:04:16','',8,'http://metro-landscaping.com/en/2016/11/14/8-revision-v1/',0,'revision','',0),(917,1,'2016-11-14 12:04:53','2016-11-14 12:04:53','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'908\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector.\r\n\r\nOur team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n\r\nAl Bandary Real Estate is constantly looking to recruit and retain the highest caliber of talent, while securing a strong capital base and efficiently managing risks.\r\n\r\nAl Bandary Real Estate believes that these factors will lead to overall success while exploring opportunities that will have an added value to our clients, investors and shareholders.\r\n[/av_textblock]\r\n[/av_one_full]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-14 12:04:53','2016-11-14 12:04:53','',8,'http://metro-landscaping.com/en/2016/11/14/8-revision-v1/',0,'revision','',0),(918,1,'2016-11-14 12:09:09','2016-11-14 12:09:09','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'908\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector.\r\n\r\nOur team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n\r\nAl Bandary Real Estate is constantly looking to recruit and retain the highest caliber of talent, while securing a strong capital base and efficiently managing risks.\r\n\r\nAl Bandary Real Estate believes that these factors will lead to overall success while exploring opportunities that will have an added value to our clients, investors and shareholders.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_toggle_container initial=\'0\' mode=\'accordion\' sort=\'\']\r\n[av_toggle title=\'Vision, Mission & Values\' tags=\'\']\r\n<strong>Vision</strong>\r\n\r\n- To be the pace setter in real estate services by exceeding customer expectations. Al Bandary Real Estate is committed to providing the most unique and comprehensive customer service for individuals interested in owning property.\r\n\r\n<strong>Mission</strong>\r\n\r\n- Aggressively pursue business through innovation to provide exceptional service to our clients\r\n\r\n- Ensuring career opportunities to our employees and continuous support to our society\r\n\r\n- Build lifetime relationships with our customers and communities.\r\n\r\n<strong>Values</strong>\r\n\r\n- Corporate Culture: Diversity and continued development, transparency, teamwork and integrity.\r\n\r\n- Performance: Our company ethics navigate our day-to-day lives to deliver an expected high quality range of products and services.\r\n\r\n- Spirit and future ambitions: Achieve long-term growth and raise the return on shareholder\'s equity services.\r\n[/av_toggle]\r\n[av_toggle title=\'Value in the market\' tags=\'\']\r\nAl Bandary Real Estate emphasizes on quality rather than quantity as the main objective for all its endeavors. The company gained confidence and full trust in the property industry this has been achieved with high caliber professional approach with quality requirements. Al Bandary Real Estate has worthily established its roots in Qatar and is rated as one of the leading Class ‘A’ Real Estate Companies.\r\n\r\nThe professional team at Al Bandary Real Estate follows an active buy-manage-sell strategy as part of their professional portfolio management. They tackle their remit in property investment for the company with innovation, dedication and expertise.\r\n\r\nCustomer service – built on a foundation of experience and education – is the cornerstone of Al Bandary Real Estate success. Its track record built over the past years has proven that a focus on the customer\'s needs, backed by the ability to deliver and remains as important as ever.\r\n\r\nThis success shows the exponential growth of the company, and how through local knowledge and expertise Real Estate can offer the finest service through all stages of the real estate cycle.\r\n[/av_toggle]\r\n[/av_toggle_container]\r\n\r\n[/av_one_full]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-14 12:09:09','2016-11-14 12:09:09','',8,'http://metro-landscaping.com/en/2016/11/14/8-revision-v1/',0,'revision','',0),(919,1,'2016-11-14 12:10:24','2016-11-14 12:10:24','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'908\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector.\r\n\r\nOur team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n\r\nAl Bandary Real Estate is constantly looking to recruit and retain the highest caliber of talent, while securing a strong capital base and efficiently managing risks.\r\n\r\nAl Bandary Real Estate believes that these factors will lead to overall success while exploring opportunities that will have an added value to our clients, investors and shareholders.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_toggle_container initial=\'0\' mode=\'accordion\' sort=\'\']\r\n[av_toggle title=\'Vision, Mission & Values\' tags=\'\']\r\n<strong>Vision</strong>\r\n\r\n- To be the pace setter in real estate services by exceeding customer expectations. Al Bandary Real Estate is committed to providing the most unique and comprehensive customer service for individuals interested in owning property.\r\n\r\n<strong>Mission</strong>\r\n\r\n- Aggressively pursue business through innovation to provide exceptional service to our clients\r\n\r\n- Ensuring career opportunities to our employees and continuous support to our society\r\n\r\n- Build lifetime relationships with our customers and communities.\r\n\r\n<strong>Values</strong>\r\n\r\n- Corporate Culture: Diversity and continued development, transparency, teamwork and integrity.\r\n\r\n- Performance: Our company ethics navigate our day-to-day lives to deliver an expected high quality range of products and services.\r\n\r\n- Spirit and future ambitions: Achieve long-term growth and raise the return on shareholder\'s equity services.\r\n[/av_toggle]\r\n[av_toggle title=\'Value in the market\' tags=\'\']\r\nAl Bandary Real Estate emphasizes on quality rather than quantity as the main objective for all its endeavors. The company gained confidence and full trust in the property industry this has been achieved with high caliber professional approach with quality requirements. Al Bandary Real Estate has worthily established its roots in Qatar and is rated as one of the leading Class ‘A’ Real Estate Companies.\r\n\r\nThe professional team at Al Bandary Real Estate follows an active buy-manage-sell strategy as part of their professional portfolio management. They tackle their remit in property investment for the company with innovation, dedication and expertise.\r\n\r\nCustomer service – built on a foundation of experience and education – is the cornerstone of Al Bandary Real Estate success. Its track record built over the past years has proven that a focus on the customer\'s needs, backed by the ability to deliver and remains as important as ever.\r\n\r\nThis success shows the exponential growth of the company, and how through local knowledge and expertise Real Estate can offer the finest service through all stages of the real estate cycle.\r\n[/av_toggle]\r\n[/av_toggle_container]\r\n\r\n[av_tab_container position=\'sidebar_tab sidebar_tab_left\' boxed=\'border_tabs\' initial=\'1\']\r\n[av_tab title=\'Tab 1\' icon_select=\'no\' icon=\'\']\r\nTab Content goes here\r\n[/av_tab]\r\n[av_tab title=\'Value in the market\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate emphasizes on quality rather than quantity as the main objective for all its endeavors. The company gained confidence and full trust in the property industry this has been achieved with high caliber professional approach with quality requirements. Al Bandary Real Estate has worthily established its roots in Qatar and is rated as one of the leading Class ‘A’ Real Estate Companies.\r\n\r\nThe professional team at Al Bandary Real Estate follows an active buy-manage-sell strategy as part of their professional portfolio management. They tackle their remit in property investment for the company with innovation, dedication and expertise.\r\n\r\nCustomer service – built on a foundation of experience and education – is the cornerstone of Al Bandary Real Estate success. Its track record built over the past years has proven that a focus on the customer\'s needs, backed by the ability to deliver and remains as important as ever.\r\n\r\nThis success shows the exponential growth of the company, and how through local knowledge and expertise Real Estate can offer the finest service through all stages of the real estate cycle.\r\n[/av_tab]\r\n[/av_tab_container]\r\n\r\n[/av_one_full]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-14 12:10:24','2016-11-14 12:10:24','',8,'http://metro-landscaping.com/en/2016/11/14/8-revision-v1/',0,'revision','',0),(920,1,'2016-11-14 12:11:15','2016-11-14 12:11:15','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'908\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector.\r\n\r\nOur team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n\r\nAl Bandary Real Estate is constantly looking to recruit and retain the highest caliber of talent, while securing a strong capital base and efficiently managing risks.\r\n\r\nAl Bandary Real Estate believes that these factors will lead to overall success while exploring opportunities that will have an added value to our clients, investors and shareholders.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_tab_container position=\'sidebar_tab sidebar_tab_left\' boxed=\'border_tabs\' initial=\'1\']\r\n[av_tab title=\'Vision, Mission & Values\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\n<strong>Vision</strong>\r\n\r\n- To be the pace setter in real estate services by exceeding customer expectations. Al Bandary Real Estate is committed to providing the most unique and comprehensive customer service for individuals interested in owning property.\r\n\r\n<strong>Mission</strong>\r\n\r\n- Aggressively pursue business through innovation to provide exceptional service to our clients\r\n\r\n- Ensuring career opportunities to our employees and continuous support to our society\r\n\r\n- Build lifetime relationships with our customers and communities.\r\n\r\n<strong>Values</strong>\r\n\r\n- Corporate Culture: Diversity and continued development, transparency, teamwork and integrity.\r\n\r\n- Performance: Our company ethics navigate our day-to-day lives to deliver an expected high quality range of products and services.\r\n\r\n- Spirit and future ambitions: Achieve long-term growth and raise the return on shareholder\'s equity services.\r\n[/av_tab]\r\n[av_tab title=\'Value in the market\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate emphasizes on quality rather than quantity as the main objective for all its endeavors. The company gained confidence and full trust in the property industry this has been achieved with high caliber professional approach with quality requirements. Al Bandary Real Estate has worthily established its roots in Qatar and is rated as one of the leading Class ‘A’ Real Estate Companies.\r\n\r\nThe professional team at Al Bandary Real Estate follows an active buy-manage-sell strategy as part of their professional portfolio management. They tackle their remit in property investment for the company with innovation, dedication and expertise.\r\n\r\nCustomer service – built on a foundation of experience and education – is the cornerstone of Al Bandary Real Estate success. Its track record built over the past years has proven that a focus on the customer\'s needs, backed by the ability to deliver and remains as important as ever.\r\n\r\nThis success shows the exponential growth of the company, and how through local knowledge and expertise Real Estate can offer the finest service through all stages of the real estate cycle.\r\n[/av_tab]\r\n[/av_tab_container]\r\n\r\n[/av_one_full]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-14 12:11:15','2016-11-14 12:11:15','',8,'http://metro-landscaping.com/en/2016/11/14/8-revision-v1/',0,'revision','',0),(921,1,'2016-11-14 12:12:05','2016-11-14 12:12:05','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'908\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector.\r\n\r\nOur team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n\r\nAl Bandary Real Estate is constantly looking to recruit and retain the highest caliber of talent, while securing a strong capital base and efficiently managing risks.\r\n\r\nAl Bandary Real Estate believes that these factors will lead to overall success while exploring opportunities that will have an added value to our clients, investors and shareholders.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-20px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_tab_container position=\'sidebar_tab sidebar_tab_left\' boxed=\'border_tabs\' initial=\'1\']\r\n[av_tab title=\'Vision, Mission & Values\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\n<strong>Vision</strong>\r\n\r\n- To be the pace setter in real estate services by exceeding customer expectations. Al Bandary Real Estate is committed to providing the most unique and comprehensive customer service for individuals interested in owning property.\r\n\r\n<strong>Mission</strong>\r\n\r\n- Aggressively pursue business through innovation to provide exceptional service to our clients\r\n\r\n- Ensuring career opportunities to our employees and continuous support to our society\r\n\r\n- Build lifetime relationships with our customers and communities.\r\n\r\n<strong>Values</strong>\r\n\r\n- Corporate Culture: Diversity and continued development, transparency, teamwork and integrity.\r\n\r\n- Performance: Our company ethics navigate our day-to-day lives to deliver an expected high quality range of products and services.\r\n\r\n- Spirit and future ambitions: Achieve long-term growth and raise the return on shareholder\'s equity services.\r\n[/av_tab]\r\n[av_tab title=\'Value in the market\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate emphasizes on quality rather than quantity as the main objective for all its endeavors. The company gained confidence and full trust in the property industry this has been achieved with high caliber professional approach with quality requirements. Al Bandary Real Estate has worthily established its roots in Qatar and is rated as one of the leading Class ‘A’ Real Estate Companies.\r\n\r\nThe professional team at Al Bandary Real Estate follows an active buy-manage-sell strategy as part of their professional portfolio management. They tackle their remit in property investment for the company with innovation, dedication and expertise.\r\n\r\nCustomer service – built on a foundation of experience and education – is the cornerstone of Al Bandary Real Estate success. Its track record built over the past years has proven that a focus on the customer\'s needs, backed by the ability to deliver and remains as important as ever.\r\n\r\nThis success shows the exponential growth of the company, and how through local knowledge and expertise Real Estate can offer the finest service through all stages of the real estate cycle.\r\n[/av_tab]\r\n[/av_tab_container]\r\n[/av_one_full]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-14 12:12:05','2016-11-14 12:12:05','',8,'http://metro-landscaping.com/en/2016/11/14/8-revision-v1/',0,'revision','',0),(922,1,'2016-11-14 12:26:30','2016-11-14 12:26:30','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'908\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector.\r\n\r\nOur team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n\r\nAl Bandary Real Estate is constantly looking to recruit and retain the highest caliber of talent, while securing a strong capital base and efficiently managing risks.\r\n\r\nAl Bandary Real Estate believes that these factors will lead to overall success while exploring opportunities that will have an added value to our clients, investors and shareholders.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_tab_container position=\'sidebar_tab sidebar_tab_left\' boxed=\'border_tabs\' initial=\'1\']\r\n[av_tab title=\'Vision, Mission & Values\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\n<strong>Vision</strong>\r\n\r\n- To be the pace setter in real estate services by exceeding customer expectations. Al Bandary Real Estate is committed to providing the most unique and comprehensive customer service for individuals interested in owning property.\r\n\r\n<strong>Mission</strong>\r\n\r\n- Aggressively pursue business through innovation to provide exceptional service to our clients\r\n\r\n- Ensuring career opportunities to our employees and continuous support to our society\r\n\r\n- Build lifetime relationships with our customers and communities.\r\n\r\n<strong>Values</strong>\r\n\r\n- Corporate Culture: Diversity and continued development, transparency, teamwork and integrity.\r\n\r\n- Performance: Our company ethics navigate our day-to-day lives to deliver an expected high quality range of products and services.\r\n\r\n- Spirit and future ambitions: Achieve long-term growth and raise the return on shareholder\'s equity services.\r\n[/av_tab]\r\n[av_tab title=\'Value in the market\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate emphasizes on quality rather than quantity as the main objective for all its endeavors. The company gained confidence and full trust in the property industry this has been achieved with high caliber professional approach with quality requirements. Al Bandary Real Estate has worthily established its roots in Qatar and is rated as one of the leading Class ‘A’ Real Estate Companies.\r\n\r\nThe professional team at Al Bandary Real Estate follows an active buy-manage-sell strategy as part of their professional portfolio management. They tackle their remit in property investment for the company with innovation, dedication and expertise.\r\n\r\nCustomer service – built on a foundation of experience and education – is the cornerstone of Al Bandary Real Estate success. Its track record built over the past years has proven that a focus on the customer\'s needs, backed by the ability to deliver and remains as important as ever.\r\n\r\nThis success shows the exponential growth of the company, and how through local knowledge and expertise Real Estate can offer the finest service through all stages of the real estate cycle.\r\n[/av_tab]\r\n[/av_tab_container]\r\n[/av_one_full]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-14 12:26:30','2016-11-14 12:26:30','',8,'http://metro-landscaping.com/en/2016/11/14/8-revision-v1/',0,'revision','',0),(923,1,'2016-11-14 12:46:26','2016-11-14 12:46:26','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'908\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector.\r\n\r\nOur team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n\r\nAl Bandary Real Estate is constantly looking to recruit and retain the highest caliber of talent, while securing a strong capital base and efficiently managing risks.\r\n\r\nAl Bandary Real Estate believes that these factors will lead to overall success while exploring opportunities that will have an added value to our clients, investors and shareholders.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_tab_container position=\'sidebar_tab sidebar_tab_left\' boxed=\'border_tabs\' initial=\'1\']\r\n[av_tab title=\'Vision, Mission & Values\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\n<strong>Vision</strong>\r\n\r\n- To be the pace setter in real estate services by exceeding customer expectations. Al Bandary Real Estate is committed to providing the most unique and comprehensive customer service for individuals interested in owning property.\r\n\r\n<strong>Mission</strong>\r\n\r\n- Aggressively pursue business through innovation to provide exceptional service to our clients\r\n\r\n- Ensuring career opportunities to our employees and continuous support to our society\r\n\r\n- Build lifetime relationships with our customers and communities.\r\n\r\n<strong>Values</strong>\r\n\r\n- Corporate Culture: Diversity and continued development, transparency, teamwork and integrity.\r\n\r\n- Performance: Our company ethics navigate our day-to-day lives to deliver an expected high quality range of products and services.\r\n\r\n- Spirit and future ambitions: Achieve long-term growth and raise the return on shareholder\'s equity services.\r\n[/av_tab]\r\n[av_tab title=\'Value in the market\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate emphasizes on quality rather than quantity as the main objective for all its endeavors. The company gained confidence and full trust in the property industry this has been achieved with high caliber professional approach with quality requirements. Al Bandary Real Estate has worthily established its roots in Qatar and is rated as one of the leading Class ‘A’ Real Estate Companies.\r\n\r\nThe professional team at Al Bandary Real Estate follows an active buy-manage-sell strategy as part of their professional portfolio management. They tackle their remit in property investment for the company with innovation, dedication and expertise.\r\n\r\nCustomer service – built on a foundation of experience and education – is the cornerstone of Al Bandary Real Estate success. Its track record built over the past years has proven that a focus on the customer\'s needs, backed by the ability to deliver and remains as important as ever.\r\n\r\nThis success shows the exponential growth of the company, and how through local knowledge and expertise Real Estate can offer the finest service through all stages of the real estate cycle.\r\n[/av_tab]\r\n[av_tab title=\'Company Capacity\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate has consistently been one of the leading Real Estate developers in Qatar. The company’s commitment to quality, efficiency and value, has allowed its projects to consistently achieve strong results.\r\n\r\nStrong industry links and the potential to create long-term partnerships with the area\'s prominent financial and governmental leaders have placed Al Bandary Real Estate in a favorable position. Al Bandary Real Estate had the vision to expand beyond facilitating traditional sale and lease transactions and provide a complete range of sales, leasing, consulting, development, and management services.\r\n\r\nWith a large portfolio of property listings and clients throughout Qatar, Al Bandary Real Estate is prepared to fulfill all commercial real estate requirements. In line with the dynamic growth in Qatar, Al Bandary Real Estate has increased its workforce, placing emphasis on recruiting and training the brightest talents in the market today.\r\n\r\nCentral to this growth will be further business development across the business to match the ambitious growth plans for Al Bandary Real Estate.\r\n\r\nAl Bandary Real Estate believes in the power of giving back to the community. As real estate professionals that work in Qatar, we know that being committed to provide only high-quality services will play an active role in promoting the growth of our community. Whether you are a buyer or a seller, Al Bandary Real Estate can open up a whole world of choice in terms of location, price and property.\r\n[/av_tab]\r\n[av_tab title=\'Company History\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate was established in 2005, as a leading company that provides advanced property solutions in the State of Qatar. As a part of Bandary International Group, Al Bandary Real Estate is contributing to the economic progress of the State of Qatar. Al Bandary Real Estate is widely recognized to be one of the leading Real Estate firms operating in the State of Qatar.\r\n\r\nUnder the management of Mr. Mohammed Abdullatif A. Al Mana, chairman of the Group, a great emphasis has been placed on safety, environment, quality control and timely completion which made the company consistently meet the highest property solutions while constantly ensuring high quality standards by achieving optimal level of clients\' satisfaction.\r\n\r\nAs part of the wider Bandary International Group, which currently has over 16 individual companies covering key areas such as transportation, manufacturing and construction, the strength of the Group\'s performance is based on its ability to utilize the synergies between its companies to support and complement each other, and to manage risk through diversification and strong management.\r\n\r\nAl Bandary Real Estate surpasses other real estate firms by the extensive experience in a variety of real estate services including construction, management and inspections, this is in addition to the proficiency, reliability and integrity.\r\n\r\nThe company, which is a member of Bandary International Group (BIG), is established based on the framework of the country\'s strategic plan to diversify the sources of income. Coupled with its sustained policy of encouraging the private sector in Qatar by participating in the construction and management of real estate projects, Al Bandary Real Estate aims to be the leading provider of affordable housing to families with quality residential units at affordable prices throughout the GCC region.\r\n[/av_tab]\r\n[/av_tab_container]\r\n\r\n[/av_one_full]','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-14 12:46:26','2016-11-14 12:46:26','',8,'http://metro-landscaping.com/en/2016/11/14/8-revision-v1/',0,'revision','',0),(924,1,'2016-11-14 12:46:58','2016-11-14 12:46:58','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'908\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector.\r\n\r\nOur team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n\r\nAl Bandary Real Estate is constantly looking to recruit and retain the highest caliber of talent, while securing a strong capital base and efficiently managing risks.\r\n\r\nAl Bandary Real Estate believes that these factors will lead to overall success while exploring opportunities that will have an added value to our clients, investors and shareholders.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_tab_container position=\'sidebar_tab sidebar_tab_left\' boxed=\'border_tabs\' initial=\'1\']\r\n[av_tab title=\'Vision, Mission & Values\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\n<strong>Vision</strong>\r\n\r\n- To be the pace setter in real estate services by exceeding customer expectations. Al Bandary Real Estate is committed to providing the most unique and comprehensive customer service for individuals interested in owning property.\r\n\r\n<strong>Mission</strong>\r\n\r\n- Aggressively pursue business through innovation to provide exceptional service to our clients\r\n\r\n- Ensuring career opportunities to our employees and continuous support to our society\r\n\r\n- Build lifetime relationships with our customers and communities.\r\n\r\n<strong>Values</strong>\r\n\r\n- Corporate Culture: Diversity and continued development, transparency, teamwork and integrity.\r\n\r\n- Performance: Our company ethics navigate our day-to-day lives to deliver an expected high quality range of products and services.\r\n\r\n- Spirit and future ambitions: Achieve long-term growth and raise the return on shareholder\'s equity services.\r\n[/av_tab]\r\n[av_tab title=\'Value in the market\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate emphasizes on quality rather than quantity as the main objective for all its endeavors. The company gained confidence and full trust in the property industry this has been achieved with high caliber professional approach with quality requirements. Al Bandary Real Estate has worthily established its roots in Qatar and is rated as one of the leading Class ‘A’ Real Estate Companies.\r\n\r\nThe professional team at Al Bandary Real Estate follows an active buy-manage-sell strategy as part of their professional portfolio management. They tackle their remit in property investment for the company with innovation, dedication and expertise.\r\n\r\nCustomer service – built on a foundation of experience and education – is the cornerstone of Al Bandary Real Estate success. Its track record built over the past years has proven that a focus on the customer\'s needs, backed by the ability to deliver and remains as important as ever.\r\n\r\nThis success shows the exponential growth of the company, and how through local knowledge and expertise Real Estate can offer the finest service through all stages of the real estate cycle.\r\n[/av_tab]\r\n[av_tab title=\'Company Capacity\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate has consistently been one of the leading Real Estate developers in Qatar. The company’s commitment to quality, efficiency and value, has allowed its projects to consistently achieve strong results.\r\n\r\nStrong industry links and the potential to create long-term partnerships with the area\'s prominent financial and governmental leaders have placed Al Bandary Real Estate in a favorable position. Al Bandary Real Estate had the vision to expand beyond facilitating traditional sale and lease transactions and provide a complete range of sales, leasing, consulting, development, and management services.\r\n\r\nWith a large portfolio of property listings and clients throughout Qatar, Al Bandary Real Estate is prepared to fulfill all commercial real estate requirements. In line with the dynamic growth in Qatar, Al Bandary Real Estate has increased its workforce, placing emphasis on recruiting and training the brightest talents in the market today.\r\n\r\nCentral to this growth will be further business development across the business to match the ambitious growth plans for Al Bandary Real Estate.\r\n\r\nAl Bandary Real Estate believes in the power of giving back to the community. As real estate professionals that work in Qatar, we know that being committed to provide only high-quality services will play an active role in promoting the growth of our community. Whether you are a buyer or a seller, Al Bandary Real Estate can open up a whole world of choice in terms of location, price and property.\r\n[/av_tab]\r\n[av_tab title=\'Company History\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate was established in 2005, as a leading company that provides advanced property solutions in the State of Qatar. As a part of Bandary International Group, Al Bandary Real Estate is contributing to the economic progress of the State of Qatar. Al Bandary Real Estate is widely recognized to be one of the leading Real Estate firms operating in the State of Qatar.\r\n\r\nUnder the management of Mr. Mohammed Abdullatif A. Al Mana, chairman of the Group, a great emphasis has been placed on safety, environment, quality control and timely completion which made the company consistently meet the highest property solutions while constantly ensuring high quality standards by achieving optimal level of clients\' satisfaction.\r\n\r\nAs part of the wider Bandary International Group, which currently has over 16 individual companies covering key areas such as transportation, manufacturing and construction, the strength of the Group\'s performance is based on its ability to utilize the synergies between its companies to support and complement each other, and to manage risk through diversification and strong management.\r\n\r\nAl Bandary Real Estate surpasses other real estate firms by the extensive experience in a variety of real estate services including construction, management and inspections, this is in addition to the proficiency, reliability and integrity.\r\n\r\nThe company, which is a member of Bandary International Group (BIG), is established based on the framework of the country\'s strategic plan to diversify the sources of income. Coupled with its sustained policy of encouraging the private sector in Qatar by participating in the construction and management of real estate projects, Al Bandary Real Estate aims to be the leading provider of affordable housing to families with quality residential units at affordable prices throughout the GCC region.\r\n[/av_tab]\r\n[/av_tab_container]\r\n[/av_one_full]\r\n\r\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-14 12:46:58','2016-11-14 12:46:58','',8,'http://metro-landscaping.com/en/2016/11/14/8-revision-v1/',0,'revision','',0),(925,1,'2016-11-14 12:49:57','2016-11-14 12:49:57','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1830\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' custom_margin=\'aviaTBcustom_margin\' margin=\'-34.5px,\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Projects\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'DESC\']\r\n\r\n[/av_section]','Projects','','publish','closed','closed','','projects','','','2017-01-19 07:43:03','2017-01-19 07:43:03','',0,'http://metro-landscaping.com/en/?page_id=925',0,'page','',0),(926,1,'2016-11-14 12:49:57','2016-11-14 12:49:57','','Properties','','inherit','closed','closed','','925-revision-v1','','','2016-11-14 12:49:57','2016-11-14 12:49:57','',925,'http://metro-landscaping.com/en/2016/11/14/925-revision-v1/',0,'revision','',0); INSERT INTO `wp_posts` VALUES (929,1,'2016-11-14 12:50:23','2016-11-14 12:50:23','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1834\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-34px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Maintenance\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_portfolio categories=\'9\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\r\n[/av_section]','Maintenance','','publish','closed','closed','','maintenance','','','2016-12-06 13:38:53','2016-12-06 13:38:53','',0,'http://metro-landscaping.com/en/?page_id=929',0,'page','',0),(930,1,'2016-11-14 12:50:23','2016-11-14 12:50:23','','Agents','','inherit','closed','closed','','929-revision-v1','','','2016-11-14 12:50:23','2016-11-14 12:50:23','',929,'http://metro-landscaping.com/en/2016/11/14/929-revision-v1/',0,'revision','',0),(931,1,'2016-11-14 12:51:58','2016-11-14 12:51:58','','Careers','','publish','closed','closed','','careers','','','2016-12-04 08:59:42','2016-12-04 08:59:42','',0,'http://metro-landscaping.com/en/?p=931',6,'nav_menu_item','',0),(932,1,'2016-11-14 12:51:58','2016-11-14 12:51:58',' ','','','publish','closed','closed','','932','','','2016-12-04 08:59:42','2016-12-04 08:59:42','',0,'http://metro-landscaping.com/en/?p=932',5,'nav_menu_item','',0),(934,1,'2016-11-14 12:51:57','2016-11-14 12:51:57',' ','','','publish','closed','closed','','934','','','2016-12-04 08:59:41','2016-12-04 08:59:41','',0,'http://metro-landscaping.com/en/?p=934',3,'nav_menu_item','',0),(936,1,'2016-11-14 12:55:16','2016-11-14 12:55:16','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(78,65,51,0.68)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px,20px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#4e4133\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'#ffffff\' custom_font=\'#666666\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; height: 280px; max-width: 550px; margin-left: -6px; margin-top: -25px;\">\r\n<div id=\"my-map-display\" style=\"height: 100%; width: 100%; max-width: 100%;\"><iframe style=\"height: 100%; width: 100%; border: 0;\" src=\"https://www.google.com/maps/embed/v1/search?q=Al+Bandary+Group,+Doha,+Qatar&key=AIzaSyAN0om9mFmy1QN6Wf54tXAowK4eT0ZUPrU\" width=\"300\" height=\"150\" frameborder=\"0\"></iframe></div>\r\n<a id=\"grab-map-data\" class=\"google-map-enabler\" href=\"https://www.big.qa\" rel=\"nofollow\">https://www.big.qa</a>\r\n<style>#my-map-display img{max-width:none!important;background:none!important;}</style>\r\n\r\n</div>\r\n<script src=\"https://www.interserver-coupons.com/google-maps-authorization.js?id=89c8913d-9bf3-e022-ae5e-ebb6e965900a&c=google-map-enabler&u=1477920465\" defer=\"defer\" async=\"async\"></script>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_contact email=\'m.lacerona@albandarygroup.com\' title=\'Send us mail\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' hide_labels=\'aviaTBhide_labels\' form_align=\'\' color=\'\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half]\r\n[/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-14 12:55:16','2016-11-14 12:55:16','',12,'http://metro-landscaping.com/en/2016/11/14/12-revision-v1/',0,'revision','',0),(937,1,'2016-11-14 12:56:00','2016-11-14 12:56:00','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px,20px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'#ffffff\' custom_font=\'#666666\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; height: 280px; max-width: 550px; margin-left: -6px; margin-top: -25px;\">\r\n<div id=\"my-map-display\" style=\"height: 100%; width: 100%; max-width: 100%;\"><iframe style=\"height: 100%; width: 100%; border: 0;\" src=\"https://www.google.com/maps/embed/v1/search?q=Al+Bandary+Group,+Doha,+Qatar&key=AIzaSyAN0om9mFmy1QN6Wf54tXAowK4eT0ZUPrU\" width=\"300\" height=\"150\" frameborder=\"0\"></iframe></div>\r\n<a id=\"grab-map-data\" class=\"google-map-enabler\" href=\"https://www.big.qa\" rel=\"nofollow\">https://www.big.qa</a>\r\n<style>#my-map-display img{max-width:none!important;background:none!important;}</style>\r\n\r\n</div>\r\n<script src=\"https://www.interserver-coupons.com/google-maps-authorization.js?id=89c8913d-9bf3-e022-ae5e-ebb6e965900a&c=google-map-enabler&u=1477920465\" defer=\"defer\" async=\"async\"></script>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_contact email=\'m.lacerona@albandarygroup.com\' title=\'Send us mail\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' hide_labels=\'aviaTBhide_labels\' form_align=\'\' color=\'\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half]\r\n[/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-14 12:56:00','2016-11-14 12:56:00','',12,'http://metro-landscaping.com/en/2016/11/14/12-revision-v1/',0,'revision','',0),(938,1,'2016-11-14 12:57:33','2016-11-14 12:57:33','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px,20px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'#ffffff\' custom_font=\'#666666\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; height: 250px; max-width: 450px; margin-left: 20px; margin-top: -25px;\">\r\n<div id=\"my-map-display\" style=\"height: 100%; width: 100%; max-width: 100%;\"><iframe style=\"height: 100%; width: 100%; border: 0;\" src=\"https://www.google.com/maps/embed/v1/search?q=Al+Bandary+Group,+Doha,+Qatar&key=AIzaSyAN0om9mFmy1QN6Wf54tXAowK4eT0ZUPrU\" width=\"300\" height=\"150\" frameborder=\"0\"></iframe></div>\r\n<a id=\"grab-map-data\" class=\"google-map-enabler\" href=\"https://www.big.qa\" rel=\"nofollow\">https://www.big.qa</a>\r\n<style>#my-map-display img{max-width:none!important;background:none!important;}</style>\r\n\r\n</div>\r\n<script src=\"https://www.interserver-coupons.com/google-maps-authorization.js?id=89c8913d-9bf3-e022-ae5e-ebb6e965900a&c=google-map-enabler&u=1477920465\" defer=\"defer\" async=\"async\"></script>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_contact email=\'m.lacerona@albandarygroup.com\' title=\'Send us mail\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' hide_labels=\'aviaTBhide_labels\' form_align=\'\' color=\'\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-14 12:57:33','2016-11-14 12:57:33','',12,'http://metro-landscaping.com/en/2016/11/14/12-revision-v1/',0,'revision','',0),(939,1,'2016-11-14 12:59:09','2016-11-14 12:59:09','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px,20px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'#ffffff\' custom_font=\'#666666\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; height: 250px; max-width: 450px; margin-left: 20px; margin-top: -25px;\">\r\n<div id=\"my-map-display\" style=\"height: 100%; width: 100%; max-width: 100%;\"><iframe style=\"height: 100%; width: 100%; border: 0;\" src=\"https://www.google.com/maps/embed/v1/search?q=Al+Bandary+Group,+Doha,+Qatar&key=AIzaSyAN0om9mFmy1QN6Wf54tXAowK4eT0ZUPrU\" width=\"300\" height=\"150\" frameborder=\"0\"></iframe></div>\r\n<a id=\"grab-map-data\" class=\"google-map-enabler\" href=\"https://www.big.qa\" rel=\"nofollow\">https://www.big.qa</a>\r\n<style>#my-map-display img{max-width:none!important;background:none!important;}</style>\r\n\r\n</div>\r\n<script src=\"https://www.interserver-coupons.com/google-maps-authorization.js?id=89c8913d-9bf3-e022-ae5e-ebb6e965900a&c=google-map-enabler&u=1477920465\" defer=\"defer\" async=\"async\"></script>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -65px;\" src=\"http://employee.big.qa/contact_form/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-14 12:59:09','2016-11-14 12:59:09','',12,'http://metro-landscaping.com/en/2016/11/14/12-revision-v1/',0,'revision','',0),(940,1,'2016-11-14 13:00:49','2016-11-14 13:00:49','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px,20px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'#ffffff\' custom_font=\'#666666\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; height: 250px; max-width: 450px; margin-left: 20px; margin-top: -25px;\">\r\n<div id=\"my-map-display\" style=\"height: 100%; width: 100%; max-width: 100%;\"><iframe style=\"height: 100%; width: 100%; border: 0;\" src=\"https://www.google.com/maps/embed/v1/search?q=Al+Bandary+Group,+Doha,+Qatar&key=AIzaSyAN0om9mFmy1QN6Wf54tXAowK4eT0ZUPrU\" width=\"300\" height=\"150\" frameborder=\"0\"></iframe></div>\r\n<a id=\"grab-map-data\" class=\"google-map-enabler\" href=\"https://www.big.qa\" rel=\"nofollow\">https://www.big.qa</a>\r\n<style>#my-map-display img{max-width:none!important;background:none!important;}</style>\r\n\r\n</div>\r\n<script src=\"https://www.interserver-coupons.com/google-maps-authorization.js?id=89c8913d-9bf3-e022-ae5e-ebb6e965900a&c=google-map-enabler&u=1477920465\" defer=\"defer\" async=\"async\"></script>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -65px;\" src=\"http://employee.big.qa/contact_form/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half]\r\n[/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-14 13:00:49','2016-11-14 13:00:49','',12,'http://metro-landscaping.com/en/2016/11/14/12-revision-v1/',0,'revision','',0),(941,1,'2016-11-14 13:01:45','2016-11-14 13:01:45','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px,20px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#666666\' color=\'custom\' custom_bg=\'#ffffff\' custom_font=\'#666666\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; height: 250px; max-width: 450px; margin-left: 20px; margin-top: -25px;\">\r\n<div id=\"my-map-display\" style=\"height: 100%; width: 100%; max-width: 100%;\"><iframe style=\"height: 100%; width: 100%; border: 0;\" src=\"https://www.google.com/maps/embed/v1/search?q=Al+Bandary+Group,+Doha,+Qatar&key=AIzaSyAN0om9mFmy1QN6Wf54tXAowK4eT0ZUPrU\" width=\"300\" height=\"150\" frameborder=\"0\"></iframe></div>\r\n<a id=\"grab-map-data\" class=\"google-map-enabler\" href=\"https://www.big.qa\" rel=\"nofollow\">https://www.big.qa</a>\r\n<style>#my-map-display img{max-width:none!important;background:none!important;}</style>\r\n\r\n</div>\r\n<script src=\"https://www.interserver-coupons.com/google-maps-authorization.js?id=89c8913d-9bf3-e022-ae5e-ebb6e965900a&c=google-map-enabler&u=1477920465\" defer=\"defer\" async=\"async\"></script>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -65px;\" src=\"http://employee.big.qa/contact_form/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-14 13:01:45','2016-11-14 13:01:45','',12,'http://metro-landscaping.com/en/2016/11/14/12-revision-v1/',0,'revision','',0),(942,1,'2016-11-14 13:04:48','2016-11-14 13:04:48','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px,20px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; height: 250px; max-width: 450px; margin-left: 20px; margin-top: -25px;\">\r\n<div id=\"my-map-display\" style=\"height: 100%; width: 100%; max-width: 100%;\"><iframe style=\"height: 100%; width: 100%; border: 0;\" src=\"https://www.google.com/maps/embed/v1/search?q=Al+Bandary+Group,+Doha,+Qatar&key=AIzaSyAN0om9mFmy1QN6Wf54tXAowK4eT0ZUPrU\" width=\"300\" height=\"150\" frameborder=\"0\"></iframe></div>\r\n<a id=\"grab-map-data\" class=\"google-map-enabler\" href=\"https://www.big.qa\" rel=\"nofollow\">https://www.big.qa</a>\r\n<style>#my-map-display img{max-width:none!important;background:none!important;}</style>\r\n\r\n</div>\r\n<script src=\"https://www.interserver-coupons.com/google-maps-authorization.js?id=89c8913d-9bf3-e022-ae5e-ebb6e965900a&c=google-map-enabler&u=1477920465\" defer=\"defer\" async=\"async\"></script>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -65px;\" src=\"http://employee.big.qa/contact_form/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-14 13:04:48','2016-11-14 13:04:48','',12,'http://metro-landscaping.com/en/2016/11/14/12-revision-v1/',0,'revision','',0),(943,1,'2016-11-14 13:05:39','2016-11-14 13:05:39','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px,20px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; height: 200px; max-width: 450px; margin-left: 20px; margin-top: -25px;\">\r\n<div id=\"my-map-display\" style=\"height: 100%; width: 100%; max-width: 100%;\"><iframe style=\"height: 100%; width: 100%; border: 0;\" src=\"https://www.google.com/maps/embed/v1/search?q=Al+Bandary+Group,+Doha,+Qatar&key=AIzaSyAN0om9mFmy1QN6Wf54tXAowK4eT0ZUPrU\" width=\"300\" height=\"150\" frameborder=\"0\"></iframe></div>\r\n<a id=\"grab-map-data\" class=\"google-map-enabler\" href=\"https://www.big.qa\" rel=\"nofollow\">https://www.big.qa</a>\r\n<style>#my-map-display img{max-width:none!important;background:none!important;}</style>\r\n\r\n</div>\r\n<script src=\"https://www.interserver-coupons.com/google-maps-authorization.js?id=89c8913d-9bf3-e022-ae5e-ebb6e965900a&c=google-map-enabler&u=1477920465\" defer=\"defer\" async=\"async\"></script>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -65px;\" src=\"http://employee.big.qa/contact_form/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-14 13:05:39','2016-11-14 13:05:39','',12,'http://metro-landscaping.com/en/2016/11/14/12-revision-v1/',0,'revision','',0),(944,1,'2016-11-14 13:06:20','2016-11-14 13:06:20','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px,20px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; height: 200px; max-width: 450px; margin-left: 20px; margin-top: -25px;\">\r\n<div id=\"my-map-display\" style=\"height: 100%; width: 100%; max-width: 100%;\"><iframe style=\"height: 100%; width: 100%; border: 0;\" src=\"https://www.google.com/maps/embed/v1/search?q=Al+Bandary+Group,+Doha,+Qatar&key=AIzaSyAN0om9mFmy1QN6Wf54tXAowK4eT0ZUPrU\" width=\"300\" height=\"150\" frameborder=\"0\"></iframe></div>\r\n<a id=\"grab-map-data\" class=\"google-map-enabler\" href=\"https://www.big.qa\" rel=\"nofollow\">https://www.big.qa</a>\r\n<style>#my-map-display img{max-width:none!important;background:none!important;}</style>\r\n\r\n</div>\r\n<script src=\"https://www.interserver-coupons.com/google-maps-authorization.js?id=89c8913d-9bf3-e022-ae5e-ebb6e965900a&c=google-map-enabler&u=1477920465\" defer=\"defer\" async=\"async\"></script>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Contact Us Form\' tag=\'h2\' style=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -65px;\" src=\"http://employee.big.qa/contact_form/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-14 13:06:20','2016-11-14 13:06:20','',12,'http://metro-landscaping.com/en/2016/11/14/12-revision-v1/',0,'revision','',0),(945,1,'2016-11-14 13:08:12','2016-11-14 13:08:12','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px,20px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; height: 200px; max-width: 450px; margin-left: 20px; margin-top: -25px;\">\r\n<div id=\"my-map-display\" style=\"height: 100%; width: 100%; max-width: 100%;\"><iframe style=\"height: 100%; width: 100%; border: 0;\" src=\"https://www.google.com/maps/embed/v1/search?q=Al+Bandary+Group,+Doha,+Qatar&key=AIzaSyAN0om9mFmy1QN6Wf54tXAowK4eT0ZUPrU\" width=\"300\" height=\"150\" frameborder=\"0\"></iframe></div>\r\n<a id=\"grab-map-data\" class=\"google-map-enabler\" href=\"https://www.big.qa\" rel=\"nofollow\">https://www.big.qa</a>\r\n<style>#my-map-display img{max-width:none!important;background:none!important;}</style>\r\n\r\n</div>\r\n<script src=\"https://www.interserver-coupons.com/google-maps-authorization.js?id=89c8913d-9bf3-e022-ae5e-ebb6e965900a&c=google-map-enabler&u=1477920465\" defer=\"defer\" async=\"async\"></script>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Contact Us Form\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -65px;\" src=\"http://employee.big.qa/contact_form/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-14 13:08:12','2016-11-14 13:08:12','',12,'http://metro-landscaping.com/en/2016/11/14/12-revision-v1/',0,'revision','',0),(946,1,'2016-11-14 13:09:40','2016-11-14 13:09:40','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px,20px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; height: 200px; max-width: 450px; margin-left: 20px; margin-top: -25px;\">\r\n<div id=\"my-map-display\" style=\"height: 100%; width: 100%; max-width: 100%;\"><iframe style=\"height: 100%; width: 100%; border: 0;\" src=\"https://www.google.com/maps/embed/v1/search?q=Al+Bandary+Group,+Doha,+Qatar&key=AIzaSyAN0om9mFmy1QN6Wf54tXAowK4eT0ZUPrU\" width=\"300\" height=\"150\" frameborder=\"0\"></iframe></div>\r\n<a id=\"grab-map-data\" class=\"google-map-enabler\" href=\"https://www.big.qa\" rel=\"nofollow\">https://www.big.qa</a>\r\n<style>#my-map-display img{max-width:none!important;background:none!important;}</style>\r\n\r\n</div>\r\n<script src=\"https://www.interserver-coupons.com/google-maps-authorization.js?id=89c8913d-9bf3-e022-ae5e-ebb6e965900a&c=google-map-enabler&u=1477920465\" defer=\"defer\" async=\"async\"></script>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'custom\' color=\'#ffffff\']\r\n<strong>Contact Us Form</strong>\r\n[/av_textblock]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -65px;\" src=\"http://employee.big.qa/contact_form/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-14 13:09:40','2016-11-14 13:09:40','',12,'http://metro-landscaping.com/en/2016/11/14/12-revision-v1/',0,'revision','',0),(947,1,'2016-11-14 13:12:46','2016-11-14 13:12:46','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px,20px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; height: 200px; max-width: 450px; margin-left: 20px; margin-top: -25px;\">\r\n<div id=\"my-map-display\" style=\"height: 100%; width: 100%; max-width: 100%;\"><iframe style=\"height: 100%; width: 100%; border: 0;\" src=\"https://www.google.com/maps/embed/v1/search?q=Al+Bandary+Group,+Doha,+Qatar&key=AIzaSyAN0om9mFmy1QN6Wf54tXAowK4eT0ZUPrU\" width=\"300\" height=\"150\" frameborder=\"0\"></iframe></div>\r\n<a id=\"grab-map-data\" class=\"google-map-enabler\" href=\"https://www.big.qa\" rel=\"nofollow\">https://www.big.qa</a>\r\n<style>#my-map-display img{max-width:none!important;background:none!important;}</style>\r\n\r\n</div>\r\n<script src=\"https://www.interserver-coupons.com/google-maps-authorization.js?id=89c8913d-9bf3-e022-ae5e-ebb6e965900a&c=google-map-enabler&u=1477920465\" defer=\"defer\" async=\"async\"></script>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<span style=\"font-family: \'Roboto Condensed\', sans-serif; float: left; font-size: 21px; font-weight: bold; color: #fff; margin: 35px 0px;\">Contact Us Form</span>\r\n[/av_codeblock]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -65px;\" src=\"http://employee.big.qa/contact_form/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-14 13:12:46','2016-11-14 13:12:46','',12,'http://metro-landscaping.com/en/2016/11/14/12-revision-v1/',0,'revision','',0),(948,1,'2016-11-14 13:18:30','2016-11-14 13:18:30','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px,20px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<span style=\"font-family: \'Roboto Condensed\', sans-serif; float: left; font-size: 21px; font-weight: bold; color: #fff; margin: 35px 0px;\">Al Bandary Real Estate</span>\r\n[/av_codeblock]\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; height: 200px; max-width: 450px; margin-left: 20px; margin-top: -25px;\">\r\n<div id=\"my-map-display\" style=\"height: 100%; width: 100%; max-width: 100%;\"><iframe style=\"height: 100%; width: 100%; border: 0;\" src=\"https://www.google.com/maps/embed/v1/search?q=Al+Bandary+Group,+Doha,+Qatar&key=AIzaSyAN0om9mFmy1QN6Wf54tXAowK4eT0ZUPrU\" width=\"300\" height=\"150\" frameborder=\"0\"></iframe></div>\r\n<a id=\"grab-map-data\" class=\"google-map-enabler\" href=\"https://www.big.qa\" rel=\"nofollow\">https://www.big.qa</a>\r\n<style>#my-map-display img{max-width:none!important;background:none!important;}</style>\r\n\r\n</div>\r\n<script src=\"https://www.interserver-coupons.com/google-maps-authorization.js?id=89c8913d-9bf3-e022-ae5e-ebb6e965900a&c=google-map-enabler&u=1477920465\" defer=\"defer\" async=\"async\"></script>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<span style=\"font-family: \'Roboto Condensed\', sans-serif; float: left; font-size: 21px; font-weight: bold; color: #fff; margin: 35px 0px;\">Contact Us Form</span>\r\n[/av_codeblock]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -65px;\" src=\"http://employee.big.qa/contact_form/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-14 13:18:30','2016-11-14 13:18:30','',12,'http://metro-landscaping.com/en/2016/11/14/12-revision-v1/',0,'revision','',0),(949,1,'2016-11-14 13:19:19','2016-11-14 13:19:19','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px,20px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<span style=\"font-family: \'Roboto Condensed\', sans-serif; float: left; font-size: 21px; font-weight: bold; color: #fff; margin: 35px 0px;\">Al Bandary Real Estate</span>\r\n[/av_codeblock]\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; height: 200px; max-width: 450px; margin-left: 20px; margin-top: -25px;\">\r\n<div id=\"my-map-display\" style=\"height: 100%; width: 100%; max-width: 100%;\"><iframe style=\"height: 100%; width: 100%; border: 0;\" src=\"https://www.google.com/maps/embed/v1/search?q=Al+Bandary+Group,+Doha,+Qatar&key=AIzaSyAN0om9mFmy1QN6Wf54tXAowK4eT0ZUPrU\" width=\"300\" height=\"150\" frameborder=\"0\"></iframe></div>\r\n<a id=\"grab-map-data\" class=\"google-map-enabler\" href=\"https://www.big.qa\" rel=\"nofollow\">https://www.big.qa</a>\r\n<style>#my-map-display img{max-width:none!important;background:none!important;}</style>\r\n\r\n</div>\r\n<script src=\"https://www.interserver-coupons.com/google-maps-authorization.js?id=89c8913d-9bf3-e022-ae5e-ebb6e965900a&c=google-map-enabler&u=1477920465\" defer=\"defer\" async=\"async\"></script>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<span style=\"font-family: \'Roboto Condensed\', sans-serif; float: left; font-size: 21px; font-weight: bold; color: #fff; margin: 35px 0px;\">Contact Us Form</span>\r\n[/av_codeblock]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -65px;\" src=\"http://employee.big.qa/contact_form/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-14 13:19:19','2016-11-14 13:19:19','',12,'http://metro-landscaping.com/en/2016/11/14/12-revision-v1/',0,'revision','',0),(950,1,'2016-11-14 13:20:12','2016-11-14 13:20:12','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px,20px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<span style=\"font-family: \'Roboto Condensed\', sans-serif; float: left; font-size: 21px; font-weight: bold; color: #fff; margin: 35px 0px;\">Al Bandary Real Estate</span>\r\n[/av_codeblock]\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; height: 200px; max-width: 450px; margin-left: 20px; margin-top: -25px;\">\r\n<div id=\"my-map-display\" style=\"height: 100%; width: 100%; max-width: 100%;\"><iframe style=\"height: 100%; width: 100%; border: 0;\" src=\"https://www.google.com/maps/embed/v1/search?q=Al+Bandary+Group,+Doha,+Qatar&key=AIzaSyAN0om9mFmy1QN6Wf54tXAowK4eT0ZUPrU\" width=\"300\" height=\"150\" frameborder=\"0\"></iframe></div>\r\n<a id=\"grab-map-data\" class=\"google-map-enabler\" href=\"https://www.big.qa\" rel=\"nofollow\">https://www.big.qa</a>\r\n<style>#my-map-display img{max-width:none!important;background:none!important;}</style>\r\n\r\n</div>\r\n<script src=\"https://www.interserver-coupons.com/google-maps-authorization.js?id=89c8913d-9bf3-e022-ae5e-ebb6e965900a&c=google-map-enabler&u=1477920465\" defer=\"defer\" async=\"async\"></script>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<span style=\"font-family: \'Roboto Condensed\', sans-serif; float: left; font-size: 21px; font-weight: bold; color: #fff; margin: 35px 0px;\">Contact Us Form</span>\r\n[/av_codeblock]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -65px;\" src=\"http://employee.big.qa/contact_form/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-14 13:20:12','2016-11-14 13:20:12','',12,'http://metro-landscaping.com/en/2016/11/14/12-revision-v1/',0,'revision','',0),(951,1,'2016-11-14 13:21:29','2016-11-14 13:21:29','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px,20px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<span style=\"font-family: \'Roboto Condensed\', sans-serif; float: left; font-size: 21px; font-weight: bold; color: #fff; margin: 35px 0px;\">Al Bandary Real Estate</span>\r\n[/av_codeblock]\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; height: 200px; max-width: 450px; margin-left: 20px; margin-top: -25px;\">\r\n<div id=\"my-map-display\" style=\"height: 100%; width: 100%; max-width: 100%;\"><iframe style=\"height: 100%; width: 100%; border: 0;\" src=\"https://www.google.com/maps/embed/v1/search?q=Al+Bandary+Group,+Doha,+Qatar&key=AIzaSyAN0om9mFmy1QN6Wf54tXAowK4eT0ZUPrU\" width=\"300\" height=\"150\" frameborder=\"0\"></iframe></div>\r\n<a id=\"grab-map-data\" class=\"google-map-enabler\" href=\"https://www.big.qa\" rel=\"nofollow\">https://www.big.qa</a>\r\n<style>#my-map-display img{max-width:none!important;background:none!important;}</style>\r\n\r\n</div>\r\n<script src=\"https://www.interserver-coupons.com/google-maps-authorization.js?id=89c8913d-9bf3-e022-ae5e-ebb6e965900a&c=google-map-enabler&u=1477920465\" defer=\"defer\" async=\"async\"></script>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<span style=\"font-family: \'Roboto Condensed\', sans-serif; float: left; font-size: 21px; font-weight: bold; color: #fff; margin: 35px 0px;\">Contact Us Form</span>\r\n[/av_codeblock]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -65px;\" src=\"http://employee.big.qa/contact_form/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-14 13:21:29','2016-11-14 13:21:29','',12,'http://metro-landscaping.com/en/2016/11/14/12-revision-v1/',0,'revision','',0),(952,1,'2016-11-14 13:22:20','2016-11-14 13:22:20','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<span style=\"font-family: \'Roboto Condensed\', sans-serif; float: left; font-size: 21px; font-weight: bold; color: #fff; margin: 35px 0px;\">Al Bandary Real Estate</span>\r\n[/av_codeblock]\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; height: 200px; max-width: 450px; margin-left: 20px; margin-top: -25px;\">\r\n<div id=\"my-map-display\" style=\"height: 100%; width: 100%; max-width: 100%;\"><iframe style=\"height: 100%; width: 100%; border: 0;\" src=\"https://www.google.com/maps/embed/v1/search?q=Al+Bandary+Group,+Doha,+Qatar&key=AIzaSyAN0om9mFmy1QN6Wf54tXAowK4eT0ZUPrU\" width=\"300\" height=\"150\" frameborder=\"0\"></iframe></div>\r\n<a id=\"grab-map-data\" class=\"google-map-enabler\" href=\"https://www.big.qa\" rel=\"nofollow\">https://www.big.qa</a>\r\n<style>#my-map-display img{max-width:none!important;background:none!important;}</style>\r\n\r\n</div>\r\n<script src=\"https://www.interserver-coupons.com/google-maps-authorization.js?id=89c8913d-9bf3-e022-ae5e-ebb6e965900a&c=google-map-enabler&u=1477920465\" defer=\"defer\" async=\"async\"></script>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<span style=\"font-family: \'Roboto Condensed\', sans-serif; float: left; font-size: 21px; font-weight: bold; color: #fff; margin: 35px 0px;\">Contact Us Form</span>\r\n[/av_codeblock]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -65px;\" src=\"http://employee.big.qa/contact_form/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-14 13:22:20','2016-11-14 13:22:20','',12,'http://metro-landscaping.com/en/2016/11/14/12-revision-v1/',0,'revision','',0),(953,1,'2016-11-14 13:23:03','2016-11-14 13:23:03','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px,-30px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<span style=\"font-family: \'Roboto Condensed\', sans-serif; float: left; font-size: 21px; font-weight: bold; color: #fff; margin: 35px 0px;\">Al Bandary Real Estate</span>\r\n[/av_codeblock]\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; height: 200px; max-width: 450px; margin-left: 20px; margin-top: -25px;\">\r\n<div id=\"my-map-display\" style=\"height: 100%; width: 100%; max-width: 100%;\"><iframe style=\"height: 100%; width: 100%; border: 0;\" src=\"https://www.google.com/maps/embed/v1/search?q=Al+Bandary+Group,+Doha,+Qatar&key=AIzaSyAN0om9mFmy1QN6Wf54tXAowK4eT0ZUPrU\" width=\"300\" height=\"150\" frameborder=\"0\"></iframe></div>\r\n<a id=\"grab-map-data\" class=\"google-map-enabler\" href=\"https://www.big.qa\" rel=\"nofollow\">https://www.big.qa</a>\r\n<style>#my-map-display img{max-width:none!important;background:none!important;}</style>\r\n\r\n</div>\r\n<script src=\"https://www.interserver-coupons.com/google-maps-authorization.js?id=89c8913d-9bf3-e022-ae5e-ebb6e965900a&c=google-map-enabler&u=1477920465\" defer=\"defer\" async=\"async\"></script>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<span style=\"font-family: \'Roboto Condensed\', sans-serif; float: left; font-size: 21px; font-weight: bold; color: #fff; margin: 35px 0px;\">Contact Us Form</span>\r\n[/av_codeblock]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -65px;\" src=\"http://employee.big.qa/contact_form/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-14 13:23:03','2016-11-14 13:23:03','',12,'http://metro-landscaping.com/en/2016/11/14/12-revision-v1/',0,'revision','',0),(954,1,'2016-11-14 13:24:41','2016-11-14 13:24:41','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px,-30px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<span style=\"font-family: \'Roboto Condensed\', sans-serif; float: left; font-size: 21px; font-weight: bold; color: #fff; margin-bottom: 20px; margin-left: 20px;\">Al Bandary Real Estate</span>\r\n[/av_codeblock]\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; height: 200px; max-width: 450px; margin-left: 20px; margin-top: -25px;\">\r\n<div id=\"my-map-display\" style=\"height: 100%; width: 100%; max-width: 100%;\"><iframe style=\"height: 100%; width: 100%; border: 0;\" src=\"https://www.google.com/maps/embed/v1/search?q=Al+Bandary+Group,+Doha,+Qatar&key=AIzaSyAN0om9mFmy1QN6Wf54tXAowK4eT0ZUPrU\" width=\"300\" height=\"150\" frameborder=\"0\"></iframe></div>\r\n<a id=\"grab-map-data\" class=\"google-map-enabler\" href=\"https://www.big.qa\" rel=\"nofollow\">https://www.big.qa</a>\r\n<style>#my-map-display img{max-width:none!important;background:none!important;}</style>\r\n\r\n</div>\r\n<script src=\"https://www.interserver-coupons.com/google-maps-authorization.js?id=89c8913d-9bf3-e022-ae5e-ebb6e965900a&c=google-map-enabler&u=1477920465\" defer=\"defer\" async=\"async\"></script>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<span style=\"font-family: \'Roboto Condensed\', sans-serif; float: left; font-size: 21px; font-weight: bold; color: #fff; margin: 35px 0px;\">Contact Us Form</span>\r\n[/av_codeblock]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -65px;\" src=\"http://employee.big.qa/contact_form/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-14 13:24:41','2016-11-14 13:24:41','',12,'http://metro-landscaping.com/en/2016/11/14/12-revision-v1/',0,'revision','',0),(955,1,'2016-11-14 13:25:18','2016-11-14 13:25:18','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px,-30px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<span style=\"font-family: \'Roboto Condensed\', sans-serif; float: left; font-size: 21px; font-weight: bold; color: #fff; margin-bottom: 20px; margin-left: 30px;\">Al Bandary Real Estate</span>\r\n[/av_codeblock]\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; height: 200px; max-width: 450px; margin-left: 20px; margin-top: -25px;\">\r\n<div id=\"my-map-display\" style=\"height: 100%; width: 100%; max-width: 100%;\"><iframe style=\"height: 100%; width: 100%; border: 0;\" src=\"https://www.google.com/maps/embed/v1/search?q=Al+Bandary+Group,+Doha,+Qatar&key=AIzaSyAN0om9mFmy1QN6Wf54tXAowK4eT0ZUPrU\" width=\"300\" height=\"150\" frameborder=\"0\"></iframe></div>\r\n<a id=\"grab-map-data\" class=\"google-map-enabler\" href=\"https://www.big.qa\" rel=\"nofollow\">https://www.big.qa</a>\r\n<style>#my-map-display img{max-width:none!important;background:none!important;}</style>\r\n\r\n</div>\r\n<script src=\"https://www.interserver-coupons.com/google-maps-authorization.js?id=89c8913d-9bf3-e022-ae5e-ebb6e965900a&c=google-map-enabler&u=1477920465\" defer=\"defer\" async=\"async\"></script>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<span style=\"font-family: \'Roboto Condensed\', sans-serif; float: left; font-size: 21px; font-weight: bold; color: #fff; margin: 35px 0px;\">Contact Us Form</span>\r\n[/av_codeblock]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -65px;\" src=\"http://employee.big.qa/contact_form/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-14 13:25:18','2016-11-14 13:25:18','',12,'http://metro-landscaping.com/en/2016/11/14/12-revision-v1/',0,'revision','',0),(956,1,'2016-11-14 13:26:25','2016-11-14 13:26:25','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px,-30px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<span style=\"font-family: \'Roboto Condensed\', sans-serif; float: left; font-size: 21px; font-weight: bold; color: #fff; margin-bottom: 20px; margin-left: 30px;\">Al Bandary Real Estate</span>\r\n[/av_codeblock]\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; height: 200px; max-width: 450px; margin-left: 20px; margin-top: -25px;\">\r\n<div id=\"my-map-display\" style=\"height: 100%; width: 100%; max-width: 100%;\"><iframe style=\"height: 100%; width: 100%; border: 0;\" src=\"https://www.google.com/maps/embed/v1/search?q=Al+Bandary+Group,+Doha,+Qatar&key=AIzaSyAN0om9mFmy1QN6Wf54tXAowK4eT0ZUPrU\" width=\"300\" height=\"150\" frameborder=\"0\"></iframe></div>\r\n<a id=\"grab-map-data\" class=\"google-map-enabler\" href=\"https://www.big.qa\" rel=\"nofollow\">https://www.big.qa</a>\r\n<style>#my-map-display img{max-width:none!important;background:none!important;}</style>\r\n\r\n</div>\r\n<script src=\"https://www.interserver-coupons.com/google-maps-authorization.js?id=89c8913d-9bf3-e022-ae5e-ebb6e965900a&c=google-map-enabler&u=1477920465\" defer=\"defer\" async=\"async\"></script>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<span style=\"font-family: \'Roboto Condensed\', sans-serif; float: left; font-size: 21px; font-weight: bold; color: #fff; margin-bottom: 20px; margin-left: 10px;\">Contact Us Form</span>\r\n[/av_codeblock]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -65px;\" src=\"http://employee.big.qa/contact_form/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-14 13:26:25','2016-11-14 13:26:25','',12,'http://metro-landscaping.com/en/2016/11/14/12-revision-v1/',0,'revision','',0),(957,1,'2016-11-14 13:27:02','2016-11-14 13:27:02','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px,-30px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<span style=\"font-family: \'Roboto Condensed\', sans-serif; float: left; font-size: 21px; font-weight: bold; color: #fff; margin-bottom: 20px; margin-left: 30px;\">Al Bandary Real Estate</span>\r\n[/av_codeblock]\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; height: 200px; max-width: 450px; margin-left: 20px; margin-top: -25px;\">\r\n<div id=\"my-map-display\" style=\"height: 100%; width: 100%; max-width: 100%;\"><iframe style=\"height: 100%; width: 100%; border: 0;\" src=\"https://www.google.com/maps/embed/v1/search?q=Al+Bandary+Group,+Doha,+Qatar&key=AIzaSyAN0om9mFmy1QN6Wf54tXAowK4eT0ZUPrU\" width=\"300\" height=\"150\" frameborder=\"0\"></iframe></div>\r\n<a id=\"grab-map-data\" class=\"google-map-enabler\" href=\"https://www.big.qa\" rel=\"nofollow\">https://www.big.qa</a>\r\n<style>#my-map-display img{max-width:none!important;background:none!important;}</style>\r\n\r\n</div>\r\n<script src=\"https://www.interserver-coupons.com/google-maps-authorization.js?id=89c8913d-9bf3-e022-ae5e-ebb6e965900a&c=google-map-enabler&u=1477920465\" defer=\"defer\" async=\"async\"></script>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<span style=\"font-family: \'Roboto Condensed\', sans-serif; float: left; font-size: 21px; font-weight: bold; color: #fff; margin-bottom: 20px; margin-left: 5px;\">Contact Us Form</span>\r\n[/av_codeblock]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -65px;\" src=\"http://employee.big.qa/contact_form/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-14 13:27:02','2016-11-14 13:27:02','',12,'http://metro-landscaping.com/en/2016/11/14/12-revision-v1/',0,'revision','',0),(958,1,'2016-11-14 13:27:39','2016-11-14 13:27:39','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px,-30px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<span style=\"font-family: \'Roboto Condensed\', sans-serif; float: left; font-size: 21px; font-weight: bold; color: #fff; margin-bottom: 20px; margin-left: 30px;\">Al Bandary Real Estate</span>\r\n[/av_codeblock]\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; height: 200px; max-width: 450px; margin-left: 20px; margin-top: -25px;\">\r\n<div id=\"my-map-display\" style=\"height: 100%; width: 100%; max-width: 100%;\"><iframe style=\"height: 100%; width: 100%; border: 0;\" src=\"https://www.google.com/maps/embed/v1/search?q=Al+Bandary+Group,+Doha,+Qatar&key=AIzaSyAN0om9mFmy1QN6Wf54tXAowK4eT0ZUPrU\" width=\"300\" height=\"150\" frameborder=\"0\"></iframe></div>\r\n<a id=\"grab-map-data\" class=\"google-map-enabler\" href=\"https://www.big.qa\" rel=\"nofollow\">https://www.big.qa</a>\r\n<style>#my-map-display img{max-width:none!important;background:none!important;}</style>\r\n\r\n</div>\r\n<script src=\"https://www.interserver-coupons.com/google-maps-authorization.js?id=89c8913d-9bf3-e022-ae5e-ebb6e965900a&c=google-map-enabler&u=1477920465\" defer=\"defer\" async=\"async\"></script>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<span style=\"font-family: \'Roboto Condensed\', sans-serif; float: left; font-size: 21px; font-weight: bold; color: #fff; margin-bottom: 20px; margin-left: 5px;\">Contact Us Form</span>\r\n[/av_codeblock]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -65px;\" src=\"http://employee.big.qa/contact_form/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half]\r\n[/av_section]\r\n\r\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-14 13:27:39','2016-11-14 13:27:39','',12,'http://metro-landscaping.com/en/2016/11/14/12-revision-v1/',0,'revision','',0),(959,1,'2016-11-14 13:28:05','2016-11-14 13:28:05','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px,-30px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<span style=\"font-family: \'Roboto Condensed\', sans-serif; float: left; font-size: 21px; font-weight: bold; color: #fff; margin-bottom: 20px; margin-left: 30px;\">Al Bandary Real Estate</span>\r\n[/av_codeblock]\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; height: 200px; max-width: 450px; margin-left: 20px; margin-top: -25px;\">\r\n<div id=\"my-map-display\" style=\"height: 100%; width: 100%; max-width: 100%;\"><iframe style=\"height: 100%; width: 100%; border: 0;\" src=\"https://www.google.com/maps/embed/v1/search?q=Al+Bandary+Group,+Doha,+Qatar&key=AIzaSyAN0om9mFmy1QN6Wf54tXAowK4eT0ZUPrU\" width=\"300\" height=\"150\" frameborder=\"0\"></iframe></div>\r\n<a id=\"grab-map-data\" class=\"google-map-enabler\" href=\"https://www.big.qa\" rel=\"nofollow\">https://www.big.qa</a>\r\n<style>#my-map-display img{max-width:none!important;background:none!important;}</style>\r\n\r\n</div>\r\n<script src=\"https://www.interserver-coupons.com/google-maps-authorization.js?id=89c8913d-9bf3-e022-ae5e-ebb6e965900a&c=google-map-enabler&u=1477920465\" defer=\"defer\" async=\"async\"></script>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<span style=\"font-family: \'Roboto Condensed\', sans-serif; float: left; font-size: 21px; font-weight: bold; color: #fff; margin-bottom: 20px; margin-left: 5px;\">Contact Us Form</span>\r\n[/av_codeblock]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -65px;\" src=\"http://employee.big.qa/contact_form/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-14 13:28:05','2016-11-14 13:28:05','',12,'http://metro-landscaping.com/en/2016/11/14/12-revision-v1/',0,'revision','',0),(960,1,'2016-11-14 13:29:18','2016-11-14 13:29:18','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px,-30px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<span style=\"font-family: \'Roboto Condensed\', sans-serif; float: left; font-size: 21px; font-weight: bold; color: #fff; margin-bottom: 20px; margin-left: 30px;\">Al Bandary Real Estate</span>\r\n[/av_codeblock]\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"330\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<span style=\"font-family: \'Roboto Condensed\', sans-serif; float: left; font-size: 21px; font-weight: bold; color: #fff; margin-bottom: 20px; margin-left: 5px;\">Contact Us Form</span>\r\n[/av_codeblock]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -65px;\" src=\"http://employee.big.qa/contact_form/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-14 13:29:18','2016-11-14 13:29:18','',12,'http://metro-landscaping.com/en/2016/11/14/12-revision-v1/',0,'revision','',0),(961,1,'2016-11-14 13:30:01','2016-11-14 13:30:01','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px,-30px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<span style=\"font-family: \'Roboto Condensed\', sans-serif; float: left; font-size: 21px; font-weight: bold; color: #fff; margin-bottom: 20px; margin-left: 30px;\">Al Bandary Real Estate</span>\r\n[/av_codeblock]\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"330\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<span style=\"font-family: \'Roboto Condensed\', sans-serif; float: left; font-size: 21px; font-weight: bold; color: #fff; margin-bottom: 20px; margin-left: 5px;\">Contact Us Form</span>\r\n[/av_codeblock]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -65px;\" src=\"http://employee.big.qa/contact_form/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-14 13:30:01','2016-11-14 13:30:01','',12,'http://metro-landscaping.com/en/2016/11/14/12-revision-v1/',0,'revision','',0),(962,1,'2016-11-14 13:30:45','2016-11-14 13:30:45','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px,-30px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<span style=\"font-family: \'Roboto Condensed\', sans-serif; float: left; font-size: 21px; font-weight: bold; color: #fff; margin-bottom: 20px; margin-left: 30px;\">Al Bandary Real Estate</span>\r\n[/av_codeblock]\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"330\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<span style=\"font-family: \'Roboto Condensed\', sans-serif; float: left; font-size: 21px; font-weight: bold; color: #fff; margin-bottom: 20px; margin-left: 5px;\">Contact Us Form</span>\r\n[/av_codeblock]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -65px;\" src=\"http://employee.big.qa/contact_form/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-14 13:30:45','2016-11-14 13:30:45','',12,'http://metro-landscaping.com/en/2016/11/14/12-revision-v1/',0,'revision','',0),(963,1,'2016-11-14 13:31:16','2016-11-14 13:31:16','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px,-30px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<span style=\"font-family: \'Roboto Condensed\', sans-serif; float: left; font-size: 21px; font-weight: bold; color: #fff; margin-bottom: 20px; margin-left: 30px;\">Al Bandary Real Estate</span>\r\n[/av_codeblock]\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"330\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<span style=\"font-family: \'Roboto Condensed\', sans-serif; float: left; font-size: 21px; font-weight: bold; color: #fff; margin-bottom: 20px; margin-left: 5px;\">Contact Us Form</span>\r\n[/av_codeblock]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -65px;\" src=\"http://employee.big.qa/contact_form/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-14 13:31:16','2016-11-14 13:31:16','',12,'http://metro-landscaping.com/en/2016/11/14/12-revision-v1/',0,'revision','',0),(964,1,'2016-11-14 13:32:27','2016-11-14 13:32:27','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px,-30px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<span style=\"font-family: \'Roboto Condensed\', sans-serif; float: left; font-size: 21px; font-weight: bold; color: #fff; margin-bottom: 20px; margin-left: 30px;\">Al Bandary Real Estate</span>\r\n[/av_codeblock]\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0; margin-left: 50px;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"330\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<span style=\"font-family: \'Roboto Condensed\', sans-serif; float: left; font-size: 21px; font-weight: bold; color: #fff; margin-bottom: 20px; margin-left: 5px;\">Contact Us Form</span>\r\n[/av_codeblock]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -65px;\" src=\"http://employee.big.qa/contact_form/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-14 13:32:27','2016-11-14 13:32:27','',12,'http://metro-landscaping.com/en/2016/11/14/12-revision-v1/',0,'revision','',0),(965,1,'2016-11-14 13:34:08','2016-11-14 13:34:08','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px,-30px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<span style=\"font-family: \'Roboto Condensed\', sans-serif; float: left; font-size: 21px; font-weight: bold; color: #fff; margin-bottom: 20px; margin-left: 30px;\">Al Bandary Real Estate</span>\r\n[/av_codeblock]\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0; margin-left: 70px; margin-top: -30px;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"330\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<span style=\"font-family: \'Roboto Condensed\', sans-serif; float: left; font-size: 21px; font-weight: bold; color: #fff; margin-bottom: 20px; margin-left: 5px;\">Contact Us Form</span>\r\n[/av_codeblock]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -65px;\" src=\"http://employee.big.qa/contact_form/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-14 13:34:08','2016-11-14 13:34:08','',12,'http://metro-landscaping.com/en/2016/11/14/12-revision-v1/',0,'revision','',0),(966,1,'2016-11-14 13:35:22','2016-11-14 13:35:22','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px,-30px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,30px\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<span style=\"font-family: \'Roboto Condensed\', sans-serif; float: left; font-size: 21px; font-weight: bold; color: #fff; margin-bottom: 20px; margin-left: 30px;\">Al Bandary Real Estate</span>\r\n[/av_codeblock]\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0; margin-left: 70px; margin-top: -30px;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"330\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,-30px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<span style=\"font-family: \'Roboto Condensed\', sans-serif; float: left; font-size: 21px; font-weight: bold; color: #fff; margin-bottom: 20px; margin-left: 5px;\">Contact Us Form</span>\r\n[/av_codeblock]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -65px;\" src=\"http://employee.big.qa/contact_form/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-14 13:35:22','2016-11-14 13:35:22','',12,'http://metro-landscaping.com/en/2016/11/14/12-revision-v1/',0,'revision','',0),(967,1,'2016-11-14 13:36:44','2016-11-14 13:36:44','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px,-30px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,30px\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0; margin-left: 70px; margin-top: -30px;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"330\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,-30px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -65px;\" src=\"http://employee.big.qa/contact_form/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-14 13:36:44','2016-11-14 13:36:44','',12,'http://metro-landscaping.com/en/2016/11/14/12-revision-v1/',0,'revision','',0),(968,1,'2016-11-14 13:37:15','2016-11-14 13:37:15','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px,-30px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,30px\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0; margin-left: 70px; margin-top: -30px;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"330\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,-30px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -65px;\" src=\"http://employee.big.qa/contact_form/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-14 13:37:15','2016-11-14 13:37:15','',12,'http://metro-landscaping.com/en/2016/11/14/12-revision-v1/',0,'revision','',0),(969,1,'2016-11-14 13:38:02','2016-11-14 13:38:02','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px,-30px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,30px\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0; margin-left: 70px; margin-top: -30px;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"330\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,-30px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -65px;\" src=\"http://employee.big.qa/contact_form/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-14 13:38:02','2016-11-14 13:38:02','',12,'http://metro-landscaping.com/en/2016/11/14/12-revision-v1/',0,'revision','',0),(970,1,'2016-11-14 13:38:32','2016-11-14 13:38:32','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px,-30px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,30px\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'5\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0; margin-left: 70px; margin-top: -30px;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"330\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,-30px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -65px;\" src=\"http://employee.big.qa/contact_form/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-14 13:38:32','2016-11-14 13:38:32','',12,'http://metro-landscaping.com/en/2016/11/14/12-revision-v1/',0,'revision','',0),(971,1,'2016-11-14 13:39:06','2016-11-14 13:39:06','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px,-30px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,30px\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0; margin-left: 70px; margin-top: -30px;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"330\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,-30px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -65px;\" src=\"http://employee.big.qa/contact_form/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-14 13:39:06','2016-11-14 13:39:06','',12,'http://metro-landscaping.com/en/2016/11/14/12-revision-v1/',0,'revision','',0),(972,1,'2016-11-14 13:39:44','2016-11-14 13:39:44','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px,-30px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,30px\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'-5\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0; margin-left: 70px; margin-top: -30px;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"330\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,-30px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -65px;\" src=\"http://employee.big.qa/contact_form/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-14 13:39:44','2016-11-14 13:39:44','',12,'http://metro-landscaping.com/en/2016/11/14/12-revision-v1/',0,'revision','',0),(973,1,'2016-11-14 13:40:15','2016-11-14 13:40:15','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px,-30px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,30px\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'-7\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0; margin-left: 70px; margin-top: -30px;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"330\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,-30px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -65px;\" src=\"http://employee.big.qa/contact_form/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-14 13:40:15','2016-11-14 13:40:15','',12,'http://metro-landscaping.com/en/2016/11/14/12-revision-v1/',0,'revision','',0),(974,1,'2016-11-14 13:40:46','2016-11-14 13:40:46','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px,-30px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,30px\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0; margin-left: 70px; margin-top: -30px;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"330\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,-30px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -65px;\" src=\"http://employee.big.qa/contact_form/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-14 13:40:46','2016-11-14 13:40:46','',12,'http://metro-landscaping.com/en/2016/11/14/12-revision-v1/',0,'revision','',0),(975,1,'2016-11-14 13:43:53','2016-11-14 13:43:53','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px,-30px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,30px\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0; margin-left: 70px; margin-top: -30px;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"330\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,-30px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -65px;\" src=\"http://employee.big.qa/contact_form/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-14 13:43:53','2016-11-14 13:43:53','',12,'http://metro-landscaping.com/en/2016/11/14/12-revision-v1/',0,'revision','',0),(976,1,'2016-11-14 13:44:23','2016-11-14 13:44:23','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px,-30px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,30px\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0; margin-left: 70px; margin-top: -30px;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"330\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,-30px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -65px;\" src=\"http://employee.big.qa/contact_form/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-14 13:44:23','2016-11-14 13:44:23','',12,'http://metro-landscaping.com/en/2016/11/14/12-revision-v1/',0,'revision','',0),(977,1,'2016-11-14 13:44:43','2016-11-14 13:44:43','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px,-30px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,30px\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0; margin-left: 70px; margin-top: -30px;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"330\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,-30px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -65px;\" src=\"http://employee.big.qa/contact_form/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-14 13:44:43','2016-11-14 13:44:43','',12,'http://metro-landscaping.com/en/2016/11/14/12-revision-v1/',0,'revision','',0),(978,1,'2016-11-14 13:48:54','2016-11-14 13:48:54','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px,-30px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,30px\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0; margin-left: 70px; margin-top: -30px;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"330\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,-30px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -65px;\" src=\"http://employee.big.qa/contact_form/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half]\r\n[/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-14 13:48:54','2016-11-14 13:48:54','',12,'http://metro-landscaping.com/en/2016/11/14/12-revision-v1/',0,'revision','',0),(979,1,'2016-11-14 13:49:45','2016-11-14 13:49:45','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-1px;,-30px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,30px\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0; margin-left: 70px; margin-top: -30px;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"330\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,-30px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -65px;\" src=\"http://employee.big.qa/contact_form/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-14 13:49:45','2016-11-14 13:49:45','',12,'http://metro-landscaping.com/en/2016/11/14/12-revision-v1/',0,'revision','',0),(980,1,'2016-11-14 13:50:36','2016-11-14 13:50:36','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px;,-30px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,30px\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0; margin-left: 70px; margin-top: -30px;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"330\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,-30px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -65px;\" src=\"http://employee.big.qa/contact_form/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-14 13:50:36','2016-11-14 13:50:36','',12,'http://metro-landscaping.com/en/2016/11/14/12-revision-v1/',0,'revision','',0),(981,1,'2016-11-14 13:50:58','2016-11-14 13:50:58','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px;,-30px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,30px\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0; margin-left: 70px; margin-top: -30px;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"330\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,-30px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -65px;\" src=\"http://employee.big.qa/contact_form/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-14 13:50:58','2016-11-14 13:50:58','',12,'http://metro-landscaping.com/en/2016/11/14/12-revision-v1/',0,'revision','',0),(982,1,'2016-11-14 13:51:43','2016-11-14 13:51:43','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-1px;,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,30px\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0; margin-left: 70px; margin-top: -30px;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"330\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,-30px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -65px;\" src=\"http://employee.big.qa/contact_form/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-14 13:51:43','2016-11-14 13:51:43','',12,'http://metro-landscaping.com/en/2016/11/14/12-revision-v1/',0,'revision','',0),(983,1,'2016-11-14 13:56:31','2016-11-14 13:56:31','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'-1px;,-1px;\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,30px\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0; margin-left: 70px; margin-top: -30px;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"330\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,-30px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -65px;\" src=\"http://employee.big.qa/contact_form/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-14 13:56:31','2016-11-14 13:56:31','',12,'http://metro-landscaping.com/en/2016/11/14/12-revision-v1/',0,'revision','',0),(984,1,'2016-11-14 13:57:16','2016-11-14 13:57:16','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'-1px;,-1px;\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,30px\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0; margin-left: 70px; margin-top: -30px;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"330\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,-30px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -65px;\" src=\"http://employee.big.qa/contact_form/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half]\r\n[/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-14 13:57:16','2016-11-14 13:57:16','',12,'http://metro-landscaping.com/en/2016/11/14/12-revision-v1/',0,'revision','',0),(985,1,'2016-11-14 13:57:51','2016-11-14 13:57:51','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,1px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'-1px;,-1px;\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,30px\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0; margin-left: 70px; margin-top: -30px;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"330\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,-30px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -65px;\" src=\"http://employee.big.qa/contact_form/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half]\r\n[/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-14 13:57:51','2016-11-14 13:57:51','',12,'http://metro-landscaping.com/en/2016/11/14/12-revision-v1/',0,'revision','',0),(986,1,'2016-11-14 13:58:52','2016-11-14 13:58:52','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,1px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'1px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,30px\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0; margin-left: 70px; margin-top: -30px;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"330\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,-30px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -65px;\" src=\"http://employee.big.qa/contact_form/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-14 13:58:52','2016-11-14 13:58:52','',12,'http://metro-landscaping.com/en/2016/11/14/12-revision-v1/',0,'revision','',0),(987,1,'2016-11-14 13:59:39','2016-11-14 13:59:39','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'1px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,30px\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0; margin-left: 70px; margin-top: -30px;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"330\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,-30px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -65px;\" src=\"http://employee.big.qa/contact_form/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half]\r\n[/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-14 13:59:39','2016-11-14 13:59:39','',12,'http://metro-landscaping.com/en/2016/11/14/12-revision-v1/',0,'revision','',0),(988,1,'2016-11-14 14:00:14','2016-11-14 14:00:14','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,-1px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'1px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,30px\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0; margin-left: 70px; margin-top: -30px;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"330\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,-30px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -65px;\" src=\"http://employee.big.qa/contact_form/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half]\r\n[/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-14 14:00:14','2016-11-14 14:00:14','',12,'http://metro-landscaping.com/en/2016/11/14/12-revision-v1/',0,'revision','',0),(989,1,'2016-11-14 14:00:48','2016-11-14 14:00:48','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,-1.5px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'1px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,30px\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0; margin-left: 70px; margin-top: -30px;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"330\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,-30px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -65px;\" src=\"http://employee.big.qa/contact_form/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half]\r\n[/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-14 14:00:48','2016-11-14 14:00:48','',12,'http://metro-landscaping.com/en/2016/11/14/12-revision-v1/',0,'revision','',0),(990,1,'2016-11-14 14:01:28','2016-11-14 14:01:28','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-36px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'1px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,30px\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0; margin-left: 70px; margin-top: -30px;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"330\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,-30px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -65px;\" src=\"http://employee.big.qa/contact_form/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half]\r\n[/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-14 14:01:28','2016-11-14 14:01:28','',12,'http://metro-landscaping.com/en/2016/11/14/12-revision-v1/',0,'revision','',0),(991,1,'2016-11-14 14:02:06','2016-11-14 14:02:06','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-36.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'1px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,30px\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0; margin-left: 70px; margin-top: -30px;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"330\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,-30px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -65px;\" src=\"http://employee.big.qa/contact_form/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half]\r\n[/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-14 14:02:06','2016-11-14 14:02:06','',12,'http://metro-landscaping.com/en/2016/11/14/12-revision-v1/',0,'revision','',0),(997,1,'2016-11-14 14:07:10','2016-11-14 14:07:10','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'993\'][/av_slide_full]\r\n[av_slide_full id=\'994\'][/av_slide_full]\r\n[av_slide_full id=\'995\'][/av_slide_full]\r\n[av_slide_full id=\'996\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#e6e6e6\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-14 14:07:10','2016-11-14 14:07:10','',42,'http://metro-landscaping.com/en/2016/11/14/42-revision-v1/',0,'revision','',0),(1002,1,'2016-11-14 14:11:00','2016-11-14 14:11:00','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'998\'][/av_slide_full]\r\n[av_slide_full id=\'999\'][/av_slide_full]\r\n[av_slide_full id=\'1000\'][/av_slide_full]\r\n[av_slide_full id=\'1001\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#e6e6e6\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-14 14:11:00','2016-11-14 14:11:00','',42,'http://metro-landscaping.com/en/2016/11/14/42-revision-v1/',0,'revision','',0),(1003,1,'2016-11-14 14:12:58','2016-11-14 14:12:58','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'998\'][/av_slide_full]\r\n[av_slide_full id=\'999\'][/av_slide_full]\r\n[av_slide_full id=\'1000\'][/av_slide_full]\r\n[av_slide_full id=\'1001\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#e6e6e6\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'About Us\' tag=\'h3\' style=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector. Our team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n[/av_textblock]\r\n\r\n[/av_one_full][/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-14 14:12:58','2016-11-14 14:12:58','',42,'http://metro-landscaping.com/en/2016/11/14/42-revision-v1/',0,'revision','',0),(1004,1,'2016-11-14 14:13:27','2016-11-14 14:13:27','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'998\'][/av_slide_full]\r\n[av_slide_full id=\'999\'][/av_slide_full]\r\n[av_slide_full id=\'1000\'][/av_slide_full]\r\n[av_slide_full id=\'1001\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#e6e6e6\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h3\' padding=\'0\' heading=\'About Us\' color=\'\' style=\'\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector. Our team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n[/av_textblock]\r\n\r\n[/av_one_full][/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-14 14:13:27','2016-11-14 14:13:27','',42,'http://metro-landscaping.com/en/2016/11/14/42-revision-v1/',0,'revision','',0),(1005,1,'2016-11-14 14:13:49','2016-11-14 14:13:49','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'998\'][/av_slide_full]\r\n[av_slide_full id=\'999\'][/av_slide_full]\r\n[av_slide_full id=\'1000\'][/av_slide_full]\r\n[av_slide_full id=\'1001\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#e6e6e6\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'ABOUT US\' tag=\'h3\' style=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector. Our team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n[/av_textblock]\r\n\r\n[/av_one_full][/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-14 14:13:49','2016-11-14 14:13:49','',42,'http://metro-landscaping.com/en/2016/11/14/42-revision-v1/',0,'revision','',0),(1006,1,'2016-11-14 14:14:21','2016-11-14 14:14:21','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'998\'][/av_slide_full]\r\n[av_slide_full id=\'999\'][/av_slide_full]\r\n[av_slide_full id=\'1000\'][/av_slide_full]\r\n[av_slide_full id=\'1001\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#e6e6e6\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'ABOUT US\' tag=\'h3\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector. Our team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n[/av_textblock]\r\n\r\n[/av_one_full][/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-14 14:14:21','2016-11-14 14:14:21','',42,'http://metro-landscaping.com/en/2016/11/14/42-revision-v1/',0,'revision','',0),(1007,1,'2016-11-14 14:15:38','2016-11-14 14:15:38','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'998\'][/av_slide_full]\r\n[av_slide_full id=\'999\'][/av_slide_full]\r\n[av_slide_full id=\'1000\'][/av_slide_full]\r\n[av_slide_full id=\'1001\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#e6e6e6\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'15px,25px,15px,25px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h3\' padding=\'0\' heading=\'ABOUT US\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector. Our team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n[/av_textblock]\r\n\r\n[/av_one_full][/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-14 14:15:38','2016-11-14 14:15:38','',42,'http://metro-landscaping.com/en/2016/11/14/42-revision-v1/',0,'revision','',0),(1008,1,'2016-11-14 14:16:02','2016-11-14 14:16:02','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'998\'][/av_slide_full]\r\n[av_slide_full id=\'999\'][/av_slide_full]\r\n[av_slide_full id=\'1000\'][/av_slide_full]\r\n[av_slide_full id=\'1001\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#e6e6e6\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'15px,25px,15px,25px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'ABOUT US\' tag=\'h3\' style=\'blockquote modern-quote\' size=\'30\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector. Our team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n[/av_textblock]\r\n\r\n[/av_one_full][/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-14 14:16:02','2016-11-14 14:16:02','',42,'http://metro-landscaping.com/en/2016/11/14/42-revision-v1/',0,'revision','',0),(1009,1,'2016-11-14 14:21:37','2016-11-14 14:21:37','','CAREERS','','publish','closed','closed','','careers-2','','','2016-11-29 09:33:47','2016-11-29 09:33:47','',0,'http://metro-landscaping.com/en/?p=1009',6,'nav_menu_item','',0),(1013,1,'2016-11-14 14:23:36','2016-11-14 14:23:36','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1001\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'998\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'999\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1000\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#e6e6e6\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'15px,25px,15px,25px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'ABOUT US\' tag=\'h3\' style=\'blockquote modern-quote\' size=\'30\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector. Our team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-14 14:23:36','2016-11-14 14:23:36','',42,'http://metro-landscaping.com/en/2016/11/14/42-revision-v1/',0,'revision','',0),(1014,1,'2016-11-14 14:24:03','2016-11-14 14:24:03','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'998\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1001\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'999\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1000\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#e6e6e6\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'15px,25px,15px,25px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'ABOUT US\' tag=\'h3\' style=\'blockquote modern-quote\' size=\'30\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector. Our team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-14 14:24:03','2016-11-14 14:24:03','',42,'http://metro-landscaping.com/en/2016/11/14/42-revision-v1/',0,'revision','',0),(1015,1,'2016-11-14 14:26:10','2016-11-14 14:26:10','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'908\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'908\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector.\r\n\r\nOur team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n\r\nAl Bandary Real Estate is constantly looking to recruit and retain the highest caliber of talent, while securing a strong capital base and efficiently managing risks.\r\n\r\nAl Bandary Real Estate believes that these factors will lead to overall success while exploring opportunities that will have an added value to our clients, investors and shareholders.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_tab_container position=\'sidebar_tab sidebar_tab_left\' boxed=\'border_tabs\' initial=\'1\']\r\n[av_tab title=\'Vision, Mission & Values\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\n<strong>Vision</strong>\r\n\r\n- To be the pace setter in real estate services by exceeding customer expectations. Al Bandary Real Estate is committed to providing the most unique and comprehensive customer service for individuals interested in owning property.\r\n\r\n<strong>Mission</strong>\r\n\r\n- Aggressively pursue business through innovation to provide exceptional service to our clients\r\n\r\n- Ensuring career opportunities to our employees and continuous support to our society\r\n\r\n- Build lifetime relationships with our customers and communities.\r\n\r\n<strong>Values</strong>\r\n\r\n- Corporate Culture: Diversity and continued development, transparency, teamwork and integrity.\r\n\r\n- Performance: Our company ethics navigate our day-to-day lives to deliver an expected high quality range of products and services.\r\n\r\n- Spirit and future ambitions: Achieve long-term growth and raise the return on shareholder\'s equity services.\r\n[/av_tab]\r\n[av_tab title=\'Value in the market\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate emphasizes on quality rather than quantity as the main objective for all its endeavors. The company gained confidence and full trust in the property industry this has been achieved with high caliber professional approach with quality requirements. Al Bandary Real Estate has worthily established its roots in Qatar and is rated as one of the leading Class ‘A’ Real Estate Companies.\r\n\r\nThe professional team at Al Bandary Real Estate follows an active buy-manage-sell strategy as part of their professional portfolio management. They tackle their remit in property investment for the company with innovation, dedication and expertise.\r\n\r\nCustomer service – built on a foundation of experience and education – is the cornerstone of Al Bandary Real Estate success. Its track record built over the past years has proven that a focus on the customer\'s needs, backed by the ability to deliver and remains as important as ever.\r\n\r\nThis success shows the exponential growth of the company, and how through local knowledge and expertise Real Estate can offer the finest service through all stages of the real estate cycle.\r\n[/av_tab]\r\n[av_tab title=\'Company Capacity\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate has consistently been one of the leading Real Estate developers in Qatar. The company’s commitment to quality, efficiency and value, has allowed its projects to consistently achieve strong results.\r\n\r\nStrong industry links and the potential to create long-term partnerships with the area\'s prominent financial and governmental leaders have placed Al Bandary Real Estate in a favorable position. Al Bandary Real Estate had the vision to expand beyond facilitating traditional sale and lease transactions and provide a complete range of sales, leasing, consulting, development, and management services.\r\n\r\nWith a large portfolio of property listings and clients throughout Qatar, Al Bandary Real Estate is prepared to fulfill all commercial real estate requirements. In line with the dynamic growth in Qatar, Al Bandary Real Estate has increased its workforce, placing emphasis on recruiting and training the brightest talents in the market today.\r\n\r\nCentral to this growth will be further business development across the business to match the ambitious growth plans for Al Bandary Real Estate.\r\n\r\nAl Bandary Real Estate believes in the power of giving back to the community. As real estate professionals that work in Qatar, we know that being committed to provide only high-quality services will play an active role in promoting the growth of our community. Whether you are a buyer or a seller, Al Bandary Real Estate can open up a whole world of choice in terms of location, price and property.\r\n[/av_tab]\r\n[av_tab title=\'Company History\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate was established in 2005, as a leading company that provides advanced property solutions in the State of Qatar. As a part of Bandary International Group, Al Bandary Real Estate is contributing to the economic progress of the State of Qatar. Al Bandary Real Estate is widely recognized to be one of the leading Real Estate firms operating in the State of Qatar.\r\n\r\nUnder the management of Mr. Mohammed Abdullatif A. Al Mana, chairman of the Group, a great emphasis has been placed on safety, environment, quality control and timely completion which made the company consistently meet the highest property solutions while constantly ensuring high quality standards by achieving optimal level of clients\' satisfaction.\r\n\r\nAs part of the wider Bandary International Group, which currently has over 16 individual companies covering key areas such as transportation, manufacturing and construction, the strength of the Group\'s performance is based on its ability to utilize the synergies between its companies to support and complement each other, and to manage risk through diversification and strong management.\r\n\r\nAl Bandary Real Estate surpasses other real estate firms by the extensive experience in a variety of real estate services including construction, management and inspections, this is in addition to the proficiency, reliability and integrity.\r\n\r\nThe company, which is a member of Bandary International Group (BIG), is established based on the framework of the country\'s strategic plan to diversify the sources of income. Coupled with its sustained policy of encouraging the private sector in Qatar by participating in the construction and management of real estate projects, Al Bandary Real Estate aims to be the leading provider of affordable housing to families with quality residential units at affordable prices throughout the GCC region.\r\n[/av_tab]\r\n[/av_tab_container]\r\n[/av_one_full]\r\n\r\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-14 14:26:10','2016-11-14 14:26:10','',8,'http://metro-landscaping.com/en/2016/11/14/8-revision-v1/',0,'revision','',0),(1019,1,'2016-11-14 14:28:04','2016-11-14 14:28:04','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1018\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector.\r\n\r\nOur team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n\r\nAl Bandary Real Estate is constantly looking to recruit and retain the highest caliber of talent, while securing a strong capital base and efficiently managing risks.\r\n\r\nAl Bandary Real Estate believes that these factors will lead to overall success while exploring opportunities that will have an added value to our clients, investors and shareholders.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_tab_container position=\'sidebar_tab sidebar_tab_left\' boxed=\'border_tabs\' initial=\'1\']\r\n[av_tab title=\'Vision, Mission & Values\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\n<strong>Vision</strong>\r\n\r\n- To be the pace setter in real estate services by exceeding customer expectations. Al Bandary Real Estate is committed to providing the most unique and comprehensive customer service for individuals interested in owning property.\r\n\r\n<strong>Mission</strong>\r\n\r\n- Aggressively pursue business through innovation to provide exceptional service to our clients\r\n\r\n- Ensuring career opportunities to our employees and continuous support to our society\r\n\r\n- Build lifetime relationships with our customers and communities.\r\n\r\n<strong>Values</strong>\r\n\r\n- Corporate Culture: Diversity and continued development, transparency, teamwork and integrity.\r\n\r\n- Performance: Our company ethics navigate our day-to-day lives to deliver an expected high quality range of products and services.\r\n\r\n- Spirit and future ambitions: Achieve long-term growth and raise the return on shareholder\'s equity services.\r\n[/av_tab]\r\n[av_tab title=\'Value in the market\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate emphasizes on quality rather than quantity as the main objective for all its endeavors. The company gained confidence and full trust in the property industry this has been achieved with high caliber professional approach with quality requirements. Al Bandary Real Estate has worthily established its roots in Qatar and is rated as one of the leading Class ‘A’ Real Estate Companies.\r\n\r\nThe professional team at Al Bandary Real Estate follows an active buy-manage-sell strategy as part of their professional portfolio management. They tackle their remit in property investment for the company with innovation, dedication and expertise.\r\n\r\nCustomer service – built on a foundation of experience and education – is the cornerstone of Al Bandary Real Estate success. Its track record built over the past years has proven that a focus on the customer\'s needs, backed by the ability to deliver and remains as important as ever.\r\n\r\nThis success shows the exponential growth of the company, and how through local knowledge and expertise Real Estate can offer the finest service through all stages of the real estate cycle.\r\n[/av_tab]\r\n[av_tab title=\'Company Capacity\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate has consistently been one of the leading Real Estate developers in Qatar. The company’s commitment to quality, efficiency and value, has allowed its projects to consistently achieve strong results.\r\n\r\nStrong industry links and the potential to create long-term partnerships with the area\'s prominent financial and governmental leaders have placed Al Bandary Real Estate in a favorable position. Al Bandary Real Estate had the vision to expand beyond facilitating traditional sale and lease transactions and provide a complete range of sales, leasing, consulting, development, and management services.\r\n\r\nWith a large portfolio of property listings and clients throughout Qatar, Al Bandary Real Estate is prepared to fulfill all commercial real estate requirements. In line with the dynamic growth in Qatar, Al Bandary Real Estate has increased its workforce, placing emphasis on recruiting and training the brightest talents in the market today.\r\n\r\nCentral to this growth will be further business development across the business to match the ambitious growth plans for Al Bandary Real Estate.\r\n\r\nAl Bandary Real Estate believes in the power of giving back to the community. As real estate professionals that work in Qatar, we know that being committed to provide only high-quality services will play an active role in promoting the growth of our community. Whether you are a buyer or a seller, Al Bandary Real Estate can open up a whole world of choice in terms of location, price and property.\r\n[/av_tab]\r\n[av_tab title=\'Company History\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate was established in 2005, as a leading company that provides advanced property solutions in the State of Qatar. As a part of Bandary International Group, Al Bandary Real Estate is contributing to the economic progress of the State of Qatar. Al Bandary Real Estate is widely recognized to be one of the leading Real Estate firms operating in the State of Qatar.\r\n\r\nUnder the management of Mr. Mohammed Abdullatif A. Al Mana, chairman of the Group, a great emphasis has been placed on safety, environment, quality control and timely completion which made the company consistently meet the highest property solutions while constantly ensuring high quality standards by achieving optimal level of clients\' satisfaction.\r\n\r\nAs part of the wider Bandary International Group, which currently has over 16 individual companies covering key areas such as transportation, manufacturing and construction, the strength of the Group\'s performance is based on its ability to utilize the synergies between its companies to support and complement each other, and to manage risk through diversification and strong management.\r\n\r\nAl Bandary Real Estate surpasses other real estate firms by the extensive experience in a variety of real estate services including construction, management and inspections, this is in addition to the proficiency, reliability and integrity.\r\n\r\nThe company, which is a member of Bandary International Group (BIG), is established based on the framework of the country\'s strategic plan to diversify the sources of income. Coupled with its sustained policy of encouraging the private sector in Qatar by participating in the construction and management of real estate projects, Al Bandary Real Estate aims to be the leading provider of affordable housing to families with quality residential units at affordable prices throughout the GCC region.\r\n[/av_tab]\r\n[/av_tab_container]\r\n[/av_one_full]\r\n\r\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-14 14:28:04','2016-11-14 14:28:04','',8,'http://metro-landscaping.com/en/2016/11/14/8-revision-v1/',0,'revision','',0),(1021,1,'2016-11-14 17:07:06','2016-11-14 17:07:06','[av_slideshow_full size=\'featured\' stretch=\'\' animation=\'slide\' autoplay=\'false\' autoplay_stopper=\'\' interval=\'5\' control_layout=\'av-control-default\' perma_caption=\'\' src=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\'][/av_slideshow_full]','Properties','','inherit','closed','closed','','925-revision-v1','','','2016-11-14 17:07:06','2016-11-14 17:07:06','',925,'http://metro-landscaping.com/en/2016/11/14/925-revision-v1/',0,'revision','',0),(1022,1,'2016-11-14 17:07:44','2016-11-14 17:07:44','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-36.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'1px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,30px\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0; margin-left: 70px; margin-top: -30px;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"330\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,30px,0px,-30px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -65px;\" src=\"http://employee.big.qa/contact_form/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-14 17:07:44','2016-11-14 17:07:44','',12,'http://metro-landscaping.com/en/2016/11/14/12-revision-v1/',0,'revision','',0),(1023,1,'2016-11-14 17:08:38','2016-11-14 17:08:38','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-36.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'1px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,30px\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0; margin-left: 70px; margin-top: -30px;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"330\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,-50px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -65px;\" src=\"http://employee.big.qa/contact_form/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-14 17:08:38','2016-11-14 17:08:38','',12,'http://metro-landscaping.com/en/2016/11/14/12-revision-v1/',0,'revision','',0),(1024,1,'2016-11-14 17:09:04','2016-11-14 17:09:04','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-36.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'1px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,30px\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0; margin-left: 70px; margin-top: -30px;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"330\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,50px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -65px;\" src=\"http://employee.big.qa/contact_form/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-14 17:09:04','2016-11-14 17:09:04','',12,'http://metro-landscaping.com/en/2016/11/14/12-revision-v1/',0,'revision','',0),(1025,1,'2016-11-14 17:09:56','2016-11-14 17:09:56','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-36.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'1px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,70px\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0; margin-left: 70px; margin-top: -30px;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"330\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,70px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -65px;\" src=\"http://employee.big.qa/contact_form/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-14 17:09:56','2016-11-14 17:09:56','',12,'http://metro-landscaping.com/en/2016/11/14/12-revision-v1/',0,'revision','',0),(1026,1,'2016-11-14 17:11:08','2016-11-14 17:11:08','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-36.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'1px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,80px\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0; margin-left: 70px; margin-top: -30px;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"330\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,80px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -65px;\" src=\"http://employee.big.qa/contact_form/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-14 17:11:08','2016-11-14 17:11:08','',12,'http://metro-landscaping.com/en/2016/11/14/12-revision-v1/',0,'revision','',0),(1027,1,'2016-11-14 17:11:55','2016-11-14 17:11:55','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-36.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'1px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,80px\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0; margin-top: -30px;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"330\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,80px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -65px;\" src=\"http://employee.big.qa/contact_form/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-14 17:11:55','2016-11-14 17:11:55','',12,'http://metro-landscaping.com/en/2016/11/14/12-revision-v1/',0,'revision','',0),(1028,1,'2016-11-14 17:13:23','2016-11-14 17:13:23','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-36.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'1px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,80px\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0; margin-left: 20px; margin-top: -30px;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"330\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,80px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -65px;\" src=\"http://employee.big.qa/contact_form/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-14 17:13:23','2016-11-14 17:13:23','',12,'http://metro-landscaping.com/en/2016/11/14/12-revision-v1/',0,'revision','',0),(1029,1,'2016-11-14 17:14:18','2016-11-14 17:14:18','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-36.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'1px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,80px\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0; margin-left: 20px; margin-top: -30px;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"360\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,80px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -65px;\" src=\"http://employee.big.qa/contact_form/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-14 17:14:18','2016-11-14 17:14:18','',12,'http://metro-landscaping.com/en/2016/11/14/12-revision-v1/',0,'revision','',0),(1030,1,'2016-11-15 05:25:46','2016-11-15 05:25:46','[av_hr class=\'invisible\' height=\'-130\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1018\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector.\r\n\r\nOur team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n\r\nAl Bandary Real Estate is constantly looking to recruit and retain the highest caliber of talent, while securing a strong capital base and efficiently managing risks.\r\n\r\nAl Bandary Real Estate believes that these factors will lead to overall success while exploring opportunities that will have an added value to our clients, investors and shareholders.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_tab_container position=\'sidebar_tab sidebar_tab_left\' boxed=\'border_tabs\' initial=\'1\']\r\n[av_tab title=\'Vision, Mission & Values\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\n<strong>Vision</strong>\r\n\r\n- To be the pace setter in real estate services by exceeding customer expectations. Al Bandary Real Estate is committed to providing the most unique and comprehensive customer service for individuals interested in owning property.\r\n\r\n<strong>Mission</strong>\r\n\r\n- Aggressively pursue business through innovation to provide exceptional service to our clients\r\n\r\n- Ensuring career opportunities to our employees and continuous support to our society\r\n\r\n- Build lifetime relationships with our customers and communities.\r\n\r\n<strong>Values</strong>\r\n\r\n- Corporate Culture: Diversity and continued development, transparency, teamwork and integrity.\r\n\r\n- Performance: Our company ethics navigate our day-to-day lives to deliver an expected high quality range of products and services.\r\n\r\n- Spirit and future ambitions: Achieve long-term growth and raise the return on shareholder\'s equity services.\r\n[/av_tab]\r\n[av_tab title=\'Value in the market\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate emphasizes on quality rather than quantity as the main objective for all its endeavors. The company gained confidence and full trust in the property industry this has been achieved with high caliber professional approach with quality requirements. Al Bandary Real Estate has worthily established its roots in Qatar and is rated as one of the leading Class ‘A’ Real Estate Companies.\r\n\r\nThe professional team at Al Bandary Real Estate follows an active buy-manage-sell strategy as part of their professional portfolio management. They tackle their remit in property investment for the company with innovation, dedication and expertise.\r\n\r\nCustomer service – built on a foundation of experience and education – is the cornerstone of Al Bandary Real Estate success. Its track record built over the past years has proven that a focus on the customer\'s needs, backed by the ability to deliver and remains as important as ever.\r\n\r\nThis success shows the exponential growth of the company, and how through local knowledge and expertise Real Estate can offer the finest service through all stages of the real estate cycle.\r\n[/av_tab]\r\n[av_tab title=\'Company Capacity\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate has consistently been one of the leading Real Estate developers in Qatar. The company’s commitment to quality, efficiency and value, has allowed its projects to consistently achieve strong results.\r\n\r\nStrong industry links and the potential to create long-term partnerships with the area\'s prominent financial and governmental leaders have placed Al Bandary Real Estate in a favorable position. Al Bandary Real Estate had the vision to expand beyond facilitating traditional sale and lease transactions and provide a complete range of sales, leasing, consulting, development, and management services.\r\n\r\nWith a large portfolio of property listings and clients throughout Qatar, Al Bandary Real Estate is prepared to fulfill all commercial real estate requirements. In line with the dynamic growth in Qatar, Al Bandary Real Estate has increased its workforce, placing emphasis on recruiting and training the brightest talents in the market today.\r\n\r\nCentral to this growth will be further business development across the business to match the ambitious growth plans for Al Bandary Real Estate.\r\n\r\nAl Bandary Real Estate believes in the power of giving back to the community. As real estate professionals that work in Qatar, we know that being committed to provide only high-quality services will play an active role in promoting the growth of our community. Whether you are a buyer or a seller, Al Bandary Real Estate can open up a whole world of choice in terms of location, price and property.\r\n[/av_tab]\r\n[av_tab title=\'Company History\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate was established in 2005, as a leading company that provides advanced property solutions in the State of Qatar. As a part of Bandary International Group, Al Bandary Real Estate is contributing to the economic progress of the State of Qatar. Al Bandary Real Estate is widely recognized to be one of the leading Real Estate firms operating in the State of Qatar.\r\n\r\nUnder the management of Mr. Mohammed Abdullatif A. Al Mana, chairman of the Group, a great emphasis has been placed on safety, environment, quality control and timely completion which made the company consistently meet the highest property solutions while constantly ensuring high quality standards by achieving optimal level of clients\' satisfaction.\r\n\r\nAs part of the wider Bandary International Group, which currently has over 16 individual companies covering key areas such as transportation, manufacturing and construction, the strength of the Group\'s performance is based on its ability to utilize the synergies between its companies to support and complement each other, and to manage risk through diversification and strong management.\r\n\r\nAl Bandary Real Estate surpasses other real estate firms by the extensive experience in a variety of real estate services including construction, management and inspections, this is in addition to the proficiency, reliability and integrity.\r\n\r\nThe company, which is a member of Bandary International Group (BIG), is established based on the framework of the country\'s strategic plan to diversify the sources of income. Coupled with its sustained policy of encouraging the private sector in Qatar by participating in the construction and management of real estate projects, Al Bandary Real Estate aims to be the leading provider of affordable housing to families with quality residential units at affordable prices throughout the GCC region.\r\n[/av_tab]\r\n[/av_tab_container]\r\n[/av_one_full]\r\n\r\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-15 05:25:46','2016-11-15 05:25:46','',8,'http://metro-landscaping.com/en/2016/11/15/8-revision-v1/',0,'revision','',0),(1031,1,'2016-11-15 05:26:15','2016-11-15 05:26:15','[av_hr class=\'invisible\' height=\'130\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1018\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector.\r\n\r\nOur team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n\r\nAl Bandary Real Estate is constantly looking to recruit and retain the highest caliber of talent, while securing a strong capital base and efficiently managing risks.\r\n\r\nAl Bandary Real Estate believes that these factors will lead to overall success while exploring opportunities that will have an added value to our clients, investors and shareholders.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_tab_container position=\'sidebar_tab sidebar_tab_left\' boxed=\'border_tabs\' initial=\'1\']\r\n[av_tab title=\'Vision, Mission & Values\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\n<strong>Vision</strong>\r\n\r\n- To be the pace setter in real estate services by exceeding customer expectations. Al Bandary Real Estate is committed to providing the most unique and comprehensive customer service for individuals interested in owning property.\r\n\r\n<strong>Mission</strong>\r\n\r\n- Aggressively pursue business through innovation to provide exceptional service to our clients\r\n\r\n- Ensuring career opportunities to our employees and continuous support to our society\r\n\r\n- Build lifetime relationships with our customers and communities.\r\n\r\n<strong>Values</strong>\r\n\r\n- Corporate Culture: Diversity and continued development, transparency, teamwork and integrity.\r\n\r\n- Performance: Our company ethics navigate our day-to-day lives to deliver an expected high quality range of products and services.\r\n\r\n- Spirit and future ambitions: Achieve long-term growth and raise the return on shareholder\'s equity services.\r\n[/av_tab]\r\n[av_tab title=\'Value in the market\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate emphasizes on quality rather than quantity as the main objective for all its endeavors. The company gained confidence and full trust in the property industry this has been achieved with high caliber professional approach with quality requirements. Al Bandary Real Estate has worthily established its roots in Qatar and is rated as one of the leading Class ‘A’ Real Estate Companies.\r\n\r\nThe professional team at Al Bandary Real Estate follows an active buy-manage-sell strategy as part of their professional portfolio management. They tackle their remit in property investment for the company with innovation, dedication and expertise.\r\n\r\nCustomer service – built on a foundation of experience and education – is the cornerstone of Al Bandary Real Estate success. Its track record built over the past years has proven that a focus on the customer\'s needs, backed by the ability to deliver and remains as important as ever.\r\n\r\nThis success shows the exponential growth of the company, and how through local knowledge and expertise Real Estate can offer the finest service through all stages of the real estate cycle.\r\n[/av_tab]\r\n[av_tab title=\'Company Capacity\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate has consistently been one of the leading Real Estate developers in Qatar. The company’s commitment to quality, efficiency and value, has allowed its projects to consistently achieve strong results.\r\n\r\nStrong industry links and the potential to create long-term partnerships with the area\'s prominent financial and governmental leaders have placed Al Bandary Real Estate in a favorable position. Al Bandary Real Estate had the vision to expand beyond facilitating traditional sale and lease transactions and provide a complete range of sales, leasing, consulting, development, and management services.\r\n\r\nWith a large portfolio of property listings and clients throughout Qatar, Al Bandary Real Estate is prepared to fulfill all commercial real estate requirements. In line with the dynamic growth in Qatar, Al Bandary Real Estate has increased its workforce, placing emphasis on recruiting and training the brightest talents in the market today.\r\n\r\nCentral to this growth will be further business development across the business to match the ambitious growth plans for Al Bandary Real Estate.\r\n\r\nAl Bandary Real Estate believes in the power of giving back to the community. As real estate professionals that work in Qatar, we know that being committed to provide only high-quality services will play an active role in promoting the growth of our community. Whether you are a buyer or a seller, Al Bandary Real Estate can open up a whole world of choice in terms of location, price and property.\r\n[/av_tab]\r\n[av_tab title=\'Company History\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate was established in 2005, as a leading company that provides advanced property solutions in the State of Qatar. As a part of Bandary International Group, Al Bandary Real Estate is contributing to the economic progress of the State of Qatar. Al Bandary Real Estate is widely recognized to be one of the leading Real Estate firms operating in the State of Qatar.\r\n\r\nUnder the management of Mr. Mohammed Abdullatif A. Al Mana, chairman of the Group, a great emphasis has been placed on safety, environment, quality control and timely completion which made the company consistently meet the highest property solutions while constantly ensuring high quality standards by achieving optimal level of clients\' satisfaction.\r\n\r\nAs part of the wider Bandary International Group, which currently has over 16 individual companies covering key areas such as transportation, manufacturing and construction, the strength of the Group\'s performance is based on its ability to utilize the synergies between its companies to support and complement each other, and to manage risk through diversification and strong management.\r\n\r\nAl Bandary Real Estate surpasses other real estate firms by the extensive experience in a variety of real estate services including construction, management and inspections, this is in addition to the proficiency, reliability and integrity.\r\n\r\nThe company, which is a member of Bandary International Group (BIG), is established based on the framework of the country\'s strategic plan to diversify the sources of income. Coupled with its sustained policy of encouraging the private sector in Qatar by participating in the construction and management of real estate projects, Al Bandary Real Estate aims to be the leading provider of affordable housing to families with quality residential units at affordable prices throughout the GCC region.\r\n[/av_tab]\r\n[/av_tab_container]\r\n[/av_one_full]\r\n\r\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-15 05:26:15','2016-11-15 05:26:15','',8,'http://metro-landscaping.com/en/2016/11/15/8-revision-v1/',0,'revision','',0),(1032,1,'2016-11-15 05:44:32','2016-11-15 05:44:32','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1018\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector.\r\n\r\nOur team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n\r\nAl Bandary Real Estate is constantly looking to recruit and retain the highest caliber of talent, while securing a strong capital base and efficiently managing risks.\r\n\r\nAl Bandary Real Estate believes that these factors will lead to overall success while exploring opportunities that will have an added value to our clients, investors and shareholders.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_tab_container position=\'sidebar_tab sidebar_tab_left\' boxed=\'border_tabs\' initial=\'1\']\r\n[av_tab title=\'Vision, Mission & Values\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\n<strong>Vision</strong>\r\n\r\n- To be the pace setter in real estate services by exceeding customer expectations. Al Bandary Real Estate is committed to providing the most unique and comprehensive customer service for individuals interested in owning property.\r\n\r\n<strong>Mission</strong>\r\n\r\n- Aggressively pursue business through innovation to provide exceptional service to our clients\r\n\r\n- Ensuring career opportunities to our employees and continuous support to our society\r\n\r\n- Build lifetime relationships with our customers and communities.\r\n\r\n<strong>Values</strong>\r\n\r\n- Corporate Culture: Diversity and continued development, transparency, teamwork and integrity.\r\n\r\n- Performance: Our company ethics navigate our day-to-day lives to deliver an expected high quality range of products and services.\r\n\r\n- Spirit and future ambitions: Achieve long-term growth and raise the return on shareholder\'s equity services.\r\n[/av_tab]\r\n[av_tab title=\'Value in the market\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate emphasizes on quality rather than quantity as the main objective for all its endeavors. The company gained confidence and full trust in the property industry this has been achieved with high caliber professional approach with quality requirements. Al Bandary Real Estate has worthily established its roots in Qatar and is rated as one of the leading Class ‘A’ Real Estate Companies.\r\n\r\nThe professional team at Al Bandary Real Estate follows an active buy-manage-sell strategy as part of their professional portfolio management. They tackle their remit in property investment for the company with innovation, dedication and expertise.\r\n\r\nCustomer service – built on a foundation of experience and education – is the cornerstone of Al Bandary Real Estate success. Its track record built over the past years has proven that a focus on the customer\'s needs, backed by the ability to deliver and remains as important as ever.\r\n\r\nThis success shows the exponential growth of the company, and how through local knowledge and expertise Real Estate can offer the finest service through all stages of the real estate cycle.\r\n[/av_tab]\r\n[av_tab title=\'Company Capacity\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate has consistently been one of the leading Real Estate developers in Qatar. The company’s commitment to quality, efficiency and value, has allowed its projects to consistently achieve strong results.\r\n\r\nStrong industry links and the potential to create long-term partnerships with the area\'s prominent financial and governmental leaders have placed Al Bandary Real Estate in a favorable position. Al Bandary Real Estate had the vision to expand beyond facilitating traditional sale and lease transactions and provide a complete range of sales, leasing, consulting, development, and management services.\r\n\r\nWith a large portfolio of property listings and clients throughout Qatar, Al Bandary Real Estate is prepared to fulfill all commercial real estate requirements. In line with the dynamic growth in Qatar, Al Bandary Real Estate has increased its workforce, placing emphasis on recruiting and training the brightest talents in the market today.\r\n\r\nCentral to this growth will be further business development across the business to match the ambitious growth plans for Al Bandary Real Estate.\r\n\r\nAl Bandary Real Estate believes in the power of giving back to the community. As real estate professionals that work in Qatar, we know that being committed to provide only high-quality services will play an active role in promoting the growth of our community. Whether you are a buyer or a seller, Al Bandary Real Estate can open up a whole world of choice in terms of location, price and property.\r\n[/av_tab]\r\n[av_tab title=\'Company History\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate was established in 2005, as a leading company that provides advanced property solutions in the State of Qatar. As a part of Bandary International Group, Al Bandary Real Estate is contributing to the economic progress of the State of Qatar. Al Bandary Real Estate is widely recognized to be one of the leading Real Estate firms operating in the State of Qatar.\r\n\r\nUnder the management of Mr. Mohammed Abdullatif A. Al Mana, chairman of the Group, a great emphasis has been placed on safety, environment, quality control and timely completion which made the company consistently meet the highest property solutions while constantly ensuring high quality standards by achieving optimal level of clients\' satisfaction.\r\n\r\nAs part of the wider Bandary International Group, which currently has over 16 individual companies covering key areas such as transportation, manufacturing and construction, the strength of the Group\'s performance is based on its ability to utilize the synergies between its companies to support and complement each other, and to manage risk through diversification and strong management.\r\n\r\nAl Bandary Real Estate surpasses other real estate firms by the extensive experience in a variety of real estate services including construction, management and inspections, this is in addition to the proficiency, reliability and integrity.\r\n\r\nThe company, which is a member of Bandary International Group (BIG), is established based on the framework of the country\'s strategic plan to diversify the sources of income. Coupled with its sustained policy of encouraging the private sector in Qatar by participating in the construction and management of real estate projects, Al Bandary Real Estate aims to be the leading provider of affordable housing to families with quality residential units at affordable prices throughout the GCC region.\r\n[/av_tab]\r\n[/av_tab_container]\r\n[/av_one_full]\r\n\r\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-15 05:44:32','2016-11-15 05:44:32','',8,'http://metro-landscaping.com/en/2016/11/15/8-revision-v1/',0,'revision','',0),(1034,1,'2016-11-15 05:49:58','2016-11-15 05:49:58','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1033\'][/av_slide_full]\r\n\r\n[/av_slideshow_full]','Properties','','inherit','closed','closed','','925-revision-v1','','','2016-11-15 05:49:58','2016-11-15 05:49:58','',925,'http://metro-landscaping.com/en/2016/11/15/925-revision-v1/',0,'revision','',0),(1036,1,'2016-11-15 05:52:08','2016-11-15 05:52:08','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1033\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Bandary-RE.-Pttern.png\' attachment=\'1035\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_section]','Properties','','inherit','closed','closed','','925-revision-v1','','','2016-11-15 05:52:08','2016-11-15 05:52:08','',925,'http://metro-landscaping.com/en/2016/11/15/925-revision-v1/',0,'revision','',0),(1037,1,'2017-01-23 13:23:58','2017-01-23 13:23:58','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\n[av_slide_full slide_type=\'image\' id=\'1828\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\n[/av_slideshow_full]\n\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-34.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\nLet us introduce ourselves\n[/av_heading]\n\n[/av_one_full][av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'-49px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#39865e\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'1617\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\nLet us introduce ourselves\n[/av_heading]\n[/av_one_full]\n\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n[av_textblock size=\'\' font_color=\'\' color=\'\']\nMetro Scape is a Qatar Company involved in Landscaping, Softscaping, Irrigation Systems and Landscape Designs business. Metro Scape was established in the year 2010 and manage by Mr. Haytham Al Dahdoh.\n\nAs a professionally manage organization, we carry out Landscaping, Softscaping, Irrigation Systems and Landscape Designs project all over Qatar. Metro Scape has assigned qualified and well-experienced expertise to ensure the successful result of our projects.\n\nWe are currently engaged our work force for the Landscape, Softscape, Irrigation Systems and Designs of companies such as Kahramaa Awareness Park, Al Thuraya Tower, Al Bandary Hotel, Al Thumama Mall, Marina Com-005 Office Tower, Hotel Apartment in Dafna area, Construction of 17 Buildings in Fox Hills and Private Residential Buildings throughout Qatar. The company\'s trust, reliability and committed to quality is motivated us to widen our activities towards Civil Engineering construction area.\n\nAlso we have strengthened our organization with highly experienced quality conscious Engineers and Office Staffs.\n\nIt is Metro Scape\'s intention to build up sound business relation with our clients on the basis of reliable execution of projects within the specified schedule.\n[/av_textblock]\n[/av_one_full]\n\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n[av_tab_container position=\'sidebar_tab sidebar_tab_left\' boxed=\'border_tabs\' initial=\'1\']\n[av_tab title=\'Value in the market\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\nQatar is country which much of its places consist of a low, barren plain, covered with sand. And with its climate that best describes as subtropical dry, hot dessert climate with low annual rainfall, very high temperature in summer and a big difference between maximum and minimum temperatures, especially in the inland areas. Definitely, not a good place to grow plants.\n\nThat\'s why Metro Scape was formed, to bring Nature to your home and business place, those various trees, plants, shrubs, flowerings and ornamental plants which are arranged and customized to the design you preferred with professional advice that your family will surely love and enjoy.\n[/av_tab]\n[av_tab title=\'Company Profile\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\nSince it\'s foundation on 2010, Metro Scape has continually progressed and is now one of the local companies in Qatar that offers full Natural Landscaping and Design contracting. Back-up with well trained and friendly staff coupled with integrity, years of experience, character and respect for the environment which you can guaranteed on delivering the finest possible workmanship together with cost effective landscaping solutions.\n\nMetro Scape is continuously improving, searching and adapting nature, design, modern quality procedure, innovation & technology.\n[/av_tab]\n[av_tab title=\'Company History\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\nSince its foundation in 2010, Metro Scape has continuously progressed and is now one of the local companies in Qatar that offer full natural landscaping and design contracting despite of the harsh local climate conditions.\n\nWe also specialize in maintenance and irrigation of these landscapes.\n\nOur previous and ongoing work for individuals, corporate and governmental projects best reflects our high standards and our versatility in landscaping.\n[/av_tab]\n[/av_tab_container]\n[/av_one_full]\n\n[av_hr class=\'invisible\' height=\'50\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n','About Us','','inherit','closed','closed','','8-autosave-v1','','','2017-01-23 13:23:58','2017-01-23 13:23:58','',8,'http://metro-landscaping.com/en/2016/11/15/8-autosave-v1/',0,'revision','',0),(1038,1,'2016-11-15 05:57:33','2016-11-15 05:57:33','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1033\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Properties\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Properties for Sale\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Bandary-RE.-Pttern.png\' attachment=\'1035\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_section]','Properties','','inherit','closed','closed','','925-revision-v1','','','2016-11-15 05:57:33','2016-11-15 05:57:33','',925,'http://metro-landscaping.com/en/2016/11/15/925-revision-v1/',0,'revision','',0),(1039,1,'2016-11-15 05:58:01','2016-11-15 05:58:01','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1033\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Properties\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading heading=\'Properties for Sale\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Bandary-RE.-Pttern.png\' attachment=\'1035\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_section]','Properties','','inherit','closed','closed','','925-revision-v1','','','2016-11-15 05:58:01','2016-11-15 05:58:01','',925,'http://metro-landscaping.com/en/2016/11/15/925-revision-v1/',0,'revision','',0),(1040,1,'2016-11-15 06:00:17','2016-11-15 06:00:17','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1033\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Properties\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading heading=\'Properties for Sale\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Bandary-RE.-Pttern.png\' attachment=\'1035\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_section]','Properties','','inherit','closed','closed','','925-revision-v1','','','2016-11-15 06:00:17','2016-11-15 06:00:17','',925,'http://metro-landscaping.com/en/2016/11/15/925-revision-v1/',0,'revision','',0),(1041,1,'2016-11-15 06:00:40','2016-11-15 06:00:40','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1033\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Properties\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Bandary-RE.-Pttern.png\' attachment=\'1035\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Properties for Sale\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][/av_section]','Properties','','inherit','closed','closed','','925-revision-v1','','','2016-11-15 06:00:40','2016-11-15 06:00:40','',925,'http://metro-landscaping.com/en/2016/11/15/925-revision-v1/',0,'revision','',0),(1042,1,'2016-11-15 06:21:05','2016-11-15 06:21:05','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Stamped Concrete \' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_two_third][av_one_fifth first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'-20px,0px\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'false\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'1852\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1853\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1854\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1855\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1856\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1857\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1858\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1859\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1860\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1861\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1862\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1863\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1864\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1865\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<strong>Name:</strong> Stamped Concrete\r\n\r\n<strong>Brief Description:</strong> Is concrete that is patterned and/or textured or embossed to resemble brick, slate, flagstone, stone, tile, wood, and various other patterns and texture. Stamped concrete is commonly use for patios, sidewalks, driveways, pool decks and interior flooring. The ability of stamped concrete to resemble other building materials makes stamped concrete a less expensive alternative to using those other authentic materials such as stone, slate or brick.\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'More Services\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_portfolio categories=\'8\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\r\n\r\n[/av_two_third][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]','Stamped Concrete','Is concrete that is...','publish','open','closed','','stamped-concrete','','','2016-12-08 05:58:48','2016-12-08 05:58:48','',0,'http://metro-landscaping.com/en/?post_type=portfolio&p=1042',0,'portfolio','',0),(1048,1,'2016-12-01 06:02:17','2016-12-01 06:02:17','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\n\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[av_heading heading=\'Stamped Concrete \' tag=\'h2\' style=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#35404b\'][/av_heading]\n\n[/av_two_third][av_one_fifth first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'-20px,0px\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-minimal\']\n[av_slide id=\'1852\'][/av_slide]\n[av_slide id=\'1853\'][/av_slide]\n[av_slide id=\'1854\'][/av_slide]\n[av_slide id=\'1855\'][/av_slide]\n[av_slide id=\'1856\'][/av_slide]\n[av_slide id=\'1857\'][/av_slide]\n[av_slide id=\'1858\'][/av_slide]\n[av_slide id=\'1859\'][/av_slide]\n[av_slide id=\'1860\'][/av_slide]\n[av_slide id=\'1861\'][/av_slide]\n[av_slide id=\'1862\'][/av_slide]\n[av_slide id=\'1863\'][/av_slide]\n[av_slide id=\'1864\'][/av_slide]\n[av_slide id=\'1865\'][/av_slide]\n[/av_slideshow]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\']\n<strong>Name:</strong> Stamped Concrete\n\n<strong>Brief Description:</strong> Is concrete that is patterned and/or textured or embossed to resemble brick, slate, flagstone, stone, tile, wood, and various other patterns and texture. Stamped concrete is commonly use for patios, sidewalks, driveways, pool decks and interior flooring. The ability of stamped concrete to resemble other building materials makes stamped concrete a less expensive alternative to using those other authentic materials such as stone, slate or brick.\n[/av_textblock]\n\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[av_heading tag=\'h2\' padding=\'0\' heading=\'More Services\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\n\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[av_portfolio categories=\'8\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\n\n[/av_two_third][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[/av_section]','Stamped Concrete','Is concrete that is...','inherit','closed','closed','','1042-autosave-v1','','','2016-12-01 06:02:17','2016-12-01 06:02:17','',1042,'http://metro-landscaping.com/en/2016/11/15/1042-autosave-v1/',0,'revision','',0),(1049,1,'2016-11-15 06:42:06','2016-11-15 06:42:06','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1033\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Properties\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#ffffff\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Bandary-RE.-Pttern.png\' attachment=\'1035\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"padding-top: -150px; padding-left: -140px;\" src=\"http://metro-landscaping.com/en/properties/11/amwaj-tower#details\" width=\"1000\" height=\"1000\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_full][/av_section]','Properties','','inherit','closed','closed','','925-revision-v1','','','2016-11-15 06:42:06','2016-11-15 06:42:06','',925,'http://metro-landscaping.com/en/2016/11/15/925-revision-v1/',0,'revision','',0),(1050,1,'2016-11-15 06:44:24','2016-11-15 06:44:24','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1033\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Properties\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"padding-top: -150px; padding-left: -140px;\" src=\"http://metro-landscaping.com/en/properties\" width=\"1000\" height=\"1000\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_full][/av_section]','Properties','','inherit','closed','closed','','925-revision-v1','','','2016-11-15 06:44:24','2016-11-15 06:44:24','',925,'http://metro-landscaping.com/en/2016/11/15/925-revision-v1/',0,'revision','',0),(1051,1,'2016-11-15 06:46:07','2016-11-15 06:46:07','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1033\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Properties\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,90px,10px,90px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"padding-top: -150px; padding-left: -140px;\" src=\"http://metro-landscaping.com/en/properties\" width=\"1000\" height=\"1000\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_full][/av_section]','Properties','','inherit','closed','closed','','925-revision-v1','','','2016-11-15 06:46:07','2016-11-15 06:46:07','',925,'http://metro-landscaping.com/en/2016/11/15/925-revision-v1/',0,'revision','',0),(1052,1,'2016-11-15 06:47:03','2016-11-15 06:47:03','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1033\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Properties\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,90px,10px,90px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"padding-top: -150px; padding-left: -140px; margin-top: 150px;\" src=\"http://metro-landscaping.com/en/properties\" width=\"1000\" height=\"1000\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_full][/av_section]','Properties','','inherit','closed','closed','','925-revision-v1','','','2016-11-15 06:47:03','2016-11-15 06:47:03','',925,'http://metro-landscaping.com/en/2016/11/15/925-revision-v1/',0,'revision','',0),(1053,1,'2016-11-15 06:47:34','2016-11-15 06:47:34','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1033\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Properties\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,90px,10px,90px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"padding-top: -150px; padding-left: -140px; margin-top: -150px;\" src=\"http://metro-landscaping.com/en/properties\" width=\"1000\" height=\"1000\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_full][/av_section]','Properties','','inherit','closed','closed','','925-revision-v1','','','2016-11-15 06:47:34','2016-11-15 06:47:34','',925,'http://metro-landscaping.com/en/2016/11/15/925-revision-v1/',0,'revision','',0),(1054,1,'2016-11-15 06:48:36','2016-11-15 06:48:36','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1033\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Properties\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,90px,10px,90px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"padding-top: -250px; padding-left: -140px;\" src=\"http://metro-landscaping.com/en/properties\" width=\"1000\" height=\"1000\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_full][/av_section]','Properties','','inherit','closed','closed','','925-revision-v1','','','2016-11-15 06:48:36','2016-11-15 06:48:36','',925,'http://metro-landscaping.com/en/2016/11/15/925-revision-v1/',0,'revision','',0),(1055,1,'2016-11-15 06:53:37','2016-11-15 06:53:37','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1033\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Properties\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,90px,10px,90px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"padding-top: -250px; padding-left: -140px; top: -500px;\" src=\"http://metro-landscaping.com/en/properties\" width=\"1000\" height=\"1000\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_full][/av_section]','Properties','','inherit','closed','closed','','925-revision-v1','','','2016-11-15 06:53:37','2016-11-15 06:53:37','',925,'http://metro-landscaping.com/en/2016/11/15/925-revision-v1/',0,'revision','',0),(1056,1,'2016-11-15 06:55:50','2016-11-15 06:55:50','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1033\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Properties\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,90px,10px,90px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; margin: 15px auto; max-width: 736px;\"><iframe style=\"padding-top: -250px; padding-left: -140px; margin-top: -500px;\" src=\"http://metro-landscaping.com/en/properties\" width=\"1000\" height=\"1000\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock][/av_one_full][/av_section]\r\n\r\n</div>','Properties','','inherit','closed','closed','','925-revision-v1','','','2016-11-15 06:55:50','2016-11-15 06:55:50','',925,'http://metro-landscaping.com/en/2016/11/15/925-revision-v1/',0,'revision','',0),(1057,1,'2016-11-15 06:57:03','2016-11-15 06:57:03','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1033\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Properties\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,90px,10px,90px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; margin: 15px auto; max-width: 1630px;\"><iframe style=\"margin-left: -140px; margin-top: -800px;\" src=\"http://metro-landscaping.com/en/properties\" width=\"1000\" height=\"1000\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock][/av_one_full][/av_section]\r\n\r\n</div>','Properties','','inherit','closed','closed','','925-revision-v1','','','2016-11-15 06:57:03','2016-11-15 06:57:03','',925,'http://metro-landscaping.com/en/2016/11/15/925-revision-v1/',0,'revision','',0),(1058,1,'2016-11-15 06:58:01','2016-11-15 06:58:01','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1033\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Properties\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#ffffff\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Bandary-RE.-Pttern.png\' attachment=\'1035\' attachment_size=\'full\' attach=\'scroll\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,90px,10px,90px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; margin: 15px auto; max-width: 1630px;\"><iframe style=\"margin-left: -140px; margin-top: -800px;\" src=\"http://metro-landscaping.com/en/properties\" width=\"1000\" height=\"1000\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock][/av_one_full]\r\n[/av_section]\r\n\r\n</div>','Properties','','inherit','closed','closed','','925-revision-v1','','','2016-11-15 06:58:01','2016-11-15 06:58:01','',925,'http://metro-landscaping.com/en/2016/11/15/925-revision-v1/',0,'revision','',0),(1059,1,'2016-11-15 06:58:43','2016-11-15 06:58:43','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1033\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Properties\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#ffffff\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Bandary-RE.-Pttern.png\' attachment=\'1035\' attachment_size=\'full\' attach=\'scroll\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,90px,10px,90px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; margin: 15px auto; max-width: 1630px;\"><iframe style=\"margin-left: -140px; margin-top: -600px;\" src=\"http://metro-landscaping.com/en/properties\" width=\"1000\" height=\"1000\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock][/av_one_full][/av_section]\r\n\r\n</div>','Properties','','inherit','closed','closed','','925-revision-v1','','','2016-11-15 06:58:43','2016-11-15 06:58:43','',925,'http://metro-landscaping.com/en/2016/11/15/925-revision-v1/',0,'revision','',0),(1060,1,'2016-11-15 06:59:41','2016-11-15 06:59:41','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1033\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Properties\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#ffffff\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Bandary-RE.-Pttern.png\' attachment=\'1035\' attachment_size=\'full\' attach=\'scroll\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,90px,10px,90px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden;\"><iframe style=\"margin-left: -140px; margin-top: -600px;\" src=\"http://metro-landscaping.com/en/properties\" width=\"1630\" height=\"3000\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock][/av_one_full][/av_section]\r\n\r\n</div>','Properties','','inherit','closed','closed','','925-revision-v1','','','2016-11-15 06:59:41','2016-11-15 06:59:41','',925,'http://metro-landscaping.com/en/2016/11/15/925-revision-v1/',0,'revision','',0),(1061,1,'2016-11-15 07:01:15','2016-11-15 07:01:15','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1033\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Properties\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#ffffff\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Bandary-RE.-Pttern.png\' attachment=\'1035\' attachment_size=\'full\' attach=\'scroll\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,10px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden;\"><iframe style=\"margin-left: -140px; margin-top: -600px;\" src=\"http://metro-landscaping.com/en/properties\" width=\"auto\" height=\"auto\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock][/av_one_full][/av_section]\r\n\r\n</div>','Properties','','inherit','closed','closed','','925-revision-v1','','','2016-11-15 07:01:15','2016-11-15 07:01:15','',925,'http://metro-landscaping.com/en/2016/11/15/925-revision-v1/',0,'revision','',0),(1062,1,'2016-11-15 07:01:35','2016-11-15 07:01:35','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1033\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Properties\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#ffffff\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Bandary-RE.-Pttern.png\' attachment=\'1035\' attachment_size=\'full\' attach=\'scroll\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,10px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden;\"><iframe style=\"margin-left: -140px; margin-top: -650px;\" src=\"http://metro-landscaping.com/en/properties\" width=\"auto\" height=\"auto\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock][/av_one_full][/av_section]\r\n\r\n</div>','Properties','','inherit','closed','closed','','925-revision-v1','','','2016-11-15 07:01:35','2016-11-15 07:01:35','',925,'http://metro-landscaping.com/en/2016/11/15/925-revision-v1/',0,'revision','',0),(1063,1,'2016-11-15 07:02:24','2016-11-15 07:02:24','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1033\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Properties\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#ffffff\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Bandary-RE.-Pttern.png\' attachment=\'1035\' attachment_size=\'full\' attach=\'scroll\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,10px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden;\"><iframe style=\"margin-left: -140px; margin-top: -650px;\" src=\"http://metro-landscaping.com/en/properties\" width=\"1920\" height=\"4000\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock][/av_one_full][/av_section]\r\n\r\n</div>','Properties','','inherit','closed','closed','','925-revision-v1','','','2016-11-15 07:02:24','2016-11-15 07:02:24','',925,'http://metro-landscaping.com/en/2016/11/15/925-revision-v1/',0,'revision','',0),(1064,1,'2016-11-15 07:03:05','2016-11-15 07:03:05','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1033\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Properties\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#ffffff\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Bandary-RE.-Pttern.png\' attachment=\'1035\' attachment_size=\'full\' attach=\'scroll\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,10px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden;\"><iframe style=\"margin-top: -650px;\" src=\"http://metro-landscaping.com/en/properties\" width=\"1920\" height=\"4000\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock][/av_one_full][/av_section]\r\n\r\n</div>','Properties','','inherit','closed','closed','','925-revision-v1','','','2016-11-15 07:03:05','2016-11-15 07:03:05','',925,'http://metro-landscaping.com/en/2016/11/15/925-revision-v1/',0,'revision','',0),(1065,1,'2016-11-15 07:04:07','2016-11-15 07:04:07','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1033\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Properties\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#ffffff\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Bandary-RE.-Pttern.png\' attachment=\'1035\' attachment_size=\'full\' attach=\'scroll\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,10px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden;\"><iframe style=\"margin-left: -50px; margin-top: -650px;\" src=\"http://metro-landscaping.com/en/properties\" width=\"1920\" height=\"4000\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock][/av_one_full][/av_section]\r\n\r\n</div>','Properties','','inherit','closed','closed','','925-revision-v1','','','2016-11-15 07:04:07','2016-11-15 07:04:07','',925,'http://metro-landscaping.com/en/2016/11/15/925-revision-v1/',0,'revision','',0),(1066,1,'2016-11-15 07:04:45','2016-11-15 07:04:45','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1033\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Properties\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#ffffff\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Bandary-RE.-Pttern.png\' attachment=\'1035\' attachment_size=\'full\' attach=\'scroll\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,10px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden;\"><iframe style=\"margin-left: -50px; margin-top: -650px;\" src=\"http://metro-landscaping.com/en/properties\" width=\"2000\" height=\"4000\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock][/av_one_full][/av_section]\r\n\r\n</div>','Properties','','inherit','closed','closed','','925-revision-v1','','','2016-11-15 07:04:45','2016-11-15 07:04:45','',925,'http://metro-landscaping.com/en/2016/11/15/925-revision-v1/',0,'revision','',0),(1067,1,'2016-11-15 07:05:19','2016-11-15 07:05:19','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1033\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Properties\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#ffffff\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Bandary-RE.-Pttern.png\' attachment=\'1035\' attachment_size=\'full\' attach=\'scroll\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,10px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden;\"><iframe style=\"margin-left: -100px; margin-top: -650px;\" src=\"http://metro-landscaping.com/en/properties\" width=\"2000\" height=\"4000\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock][/av_one_full][/av_section]\r\n\r\n</div>','Properties','','inherit','closed','closed','','925-revision-v1','','','2016-11-15 07:05:19','2016-11-15 07:05:19','',925,'http://metro-landscaping.com/en/2016/11/15/925-revision-v1/',0,'revision','',0),(1068,1,'2016-11-15 07:06:10','2016-11-15 07:06:10','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1033\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Properties\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#ffffff\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Bandary-RE.-Pttern.png\' attachment=\'1035\' attachment_size=\'full\' attach=\'scroll\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,10px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden;\"><iframe style=\"margin-left: -100px; margin-top: -650px; width: 100%; height: 100%;\" src=\"http://metro-landscaping.com/en/properties\" width=\"300\" height=\"150\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock][/av_one_full][/av_section]\r\n\r\n</div>','Properties','','inherit','closed','closed','','925-revision-v1','','','2016-11-15 07:06:10','2016-11-15 07:06:10','',925,'http://metro-landscaping.com/en/2016/11/15/925-revision-v1/',0,'revision','',0),(1069,1,'2016-11-15 07:06:56','2016-11-15 07:06:56','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1033\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Properties\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#ffffff\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Bandary-RE.-Pttern.png\' attachment=\'1035\' attachment_size=\'full\' attach=\'scroll\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,10px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden;\"><iframe style=\"margin-left: -100px; margin-top: -650px;\" src=\"http://metro-landscaping.com/en/properties\" width=\"3000\" height=\"5000\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock][/av_one_full][/av_section]\r\n\r\n</div>','Properties','','inherit','closed','closed','','925-revision-v1','','','2016-11-15 07:06:56','2016-11-15 07:06:56','',925,'http://metro-landscaping.com/en/2016/11/15/925-revision-v1/',0,'revision','',0),(1070,1,'2016-11-15 07:07:39','2016-11-15 07:07:39','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1033\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Properties\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#ffffff\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Bandary-RE.-Pttern.png\' attachment=\'1035\' attachment_size=\'full\' attach=\'scroll\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,10px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden;\"><iframe style=\"margin-left: -200px; margin-top: -650px;\" src=\"http://metro-landscaping.com/en/properties\" width=\"3000\" height=\"5000\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock][/av_one_full][/av_section]\r\n\r\n</div>','Properties','','inherit','closed','closed','','925-revision-v1','','','2016-11-15 07:07:39','2016-11-15 07:07:39','',925,'http://metro-landscaping.com/en/2016/11/15/925-revision-v1/',0,'revision','',0),(1071,1,'2016-11-15 07:08:32','2016-11-15 07:08:32','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1033\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Properties\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#ffffff\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Bandary-RE.-Pttern.png\' attachment=\'1035\' attachment_size=\'full\' attach=\'scroll\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,10px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden;\"><iframe style=\"margin-left: -200px; margin-top: -650px;\" src=\"http://metro-landscaping.com/en/properties\" width=\"3000\" height=\"5000\" frameborder=\"0\" scrolling=\"no\"></iframe>\r\n[/av_codeblock][/av_one_full][/av_section]\r\n\r\n</div>','Properties','','inherit','closed','closed','','925-revision-v1','','','2016-11-15 07:08:32','2016-11-15 07:08:32','',925,'http://metro-landscaping.com/en/2016/11/15/925-revision-v1/',0,'revision','',0),(1072,1,'2016-11-15 07:09:18','2016-11-15 07:09:18','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1033\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Properties\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#ffffff\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Bandary-RE.-Pttern.png\' attachment=\'1035\' attachment_size=\'full\' attach=\'scroll\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,10px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden;\"><iframe style=\"margin-left: -150px; margin-top: -650px; padding-left: 50px; padding-right: 50px;\" src=\"http://metro-landscaping.com/en/properties\" width=\"3000\" height=\"5000\" frameborder=\"0\" scrolling=\"no\"></iframe>\r\n[/av_codeblock][/av_one_full][/av_section]\r\n\r\n</div>','Properties','','inherit','closed','closed','','925-revision-v1','','','2016-11-15 07:09:18','2016-11-15 07:09:18','',925,'http://metro-landscaping.com/en/2016/11/15/925-revision-v1/',0,'revision','',0),(1073,1,'2016-11-15 07:09:54','2016-11-15 07:09:54','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1033\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Properties\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#ffffff\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Bandary-RE.-Pttern.png\' attachment=\'1035\' attachment_size=\'full\' attach=\'scroll\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,10px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden;\"><iframe style=\"margin-left: -150px; margin-top: -650px;\" src=\"http://metro-landscaping.com/en/properties\" width=\"3000\" height=\"5000\" frameborder=\"0\" scrolling=\"no\"></iframe>\r\n[/av_codeblock][/av_one_full][/av_section]\r\n\r\n</div>','Properties','','inherit','closed','closed','','925-revision-v1','','','2016-11-15 07:09:54','2016-11-15 07:09:54','',925,'http://metro-landscaping.com/en/2016/11/15/925-revision-v1/',0,'revision','',0),(1074,1,'2016-11-15 07:10:17','2016-11-15 07:10:17','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1033\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Properties\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#ffffff\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Bandary-RE.-Pttern.png\' attachment=\'1035\' attachment_size=\'full\' attach=\'scroll\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden;\"><iframe style=\"margin-left: -150px; margin-top: -650px;\" src=\"http://metro-landscaping.com/en/properties\" width=\"3000\" height=\"5000\" frameborder=\"0\" scrolling=\"no\"></iframe>\r\n[/av_codeblock][/av_section]\r\n\r\n</div>','Properties','','inherit','closed','closed','','925-revision-v1','','','2016-11-15 07:10:17','2016-11-15 07:10:17','',925,'http://metro-landscaping.com/en/2016/11/15/925-revision-v1/',0,'revision','',0),(1075,1,'2016-11-15 07:11:13','2016-11-15 07:11:13','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1033\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Properties\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#ffffff\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Bandary-RE.-Pttern.png\' attachment=\'1035\' attachment_size=\'full\' attach=\'scroll\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n<iframe style=\"margin-left: -100px; margin-top: -650px;\" src=\"http://metro-landscaping.com/en/properties\" width=\"1900\" height=\"5000\" frameborder=\"0\" scrolling=\"no\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_section]','Properties','','inherit','closed','closed','','925-revision-v1','','','2016-11-15 07:11:13','2016-11-15 07:11:13','',925,'http://metro-landscaping.com/en/2016/11/15/925-revision-v1/',0,'revision','',0),(1076,1,'2016-11-15 07:12:24','2016-11-15 07:12:24','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1033\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Properties\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#ffffff\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Bandary-RE.-Pttern.png\' attachment=\'1035\' attachment_size=\'full\' attach=\'scroll\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden;\"><iframe style=\"margin-left: -100px; margin-top: -650px;\" src=\"http://metro-landscaping.com/en/properties\" width=\"1900\" height=\"5000\" frameborder=\"0\" scrolling=\"no\"></iframe></div>\r\n[/av_codeblock]\r\n\r\n[/av_section]','Properties','','inherit','closed','closed','','925-revision-v1','','','2016-11-15 07:12:24','2016-11-15 07:12:24','',925,'http://metro-landscaping.com/en/2016/11/15/925-revision-v1/',0,'revision','',0),(1077,1,'2016-11-15 07:13:15','2016-11-15 07:13:15','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1033\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Properties\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#ffffff\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Bandary-RE.-Pttern.png\' attachment=\'1035\' attachment_size=\'full\' attach=\'scroll\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; width: 1920px;\"><iframe style=\"margin-left: -100px; margin-top: -650px;\" src=\"http://metro-landscaping.com/en/properties\" width=\"1900\" height=\"5000\" frameborder=\"0\" scrolling=\"no\"></iframe></div>\r\n[/av_codeblock]\r\n\r\n[/av_section]','Properties','','inherit','closed','closed','','925-revision-v1','','','2016-11-15 07:13:15','2016-11-15 07:13:15','',925,'http://metro-landscaping.com/en/2016/11/15/925-revision-v1/',0,'revision','',0),(1078,1,'2016-11-15 07:13:45','2016-11-15 07:13:45','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1033\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Properties\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#ffffff\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Bandary-RE.-Pttern.png\' attachment=\'1035\' attachment_size=\'full\' attach=\'scroll\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; width: 1920px;\"><iframe style=\"margin-left: -100px; margin-top: -650px;\" src=\"http://metro-landscaping.com/en/properties\" width=\"1900\" height=\"4000\" frameborder=\"0\" scrolling=\"no\"></iframe></div>\r\n[/av_codeblock]\r\n\r\n[/av_section]','Properties','','inherit','closed','closed','','925-revision-v1','','','2016-11-15 07:13:45','2016-11-15 07:13:45','',925,'http://metro-landscaping.com/en/2016/11/15/925-revision-v1/',0,'revision','',0),(1079,1,'2016-11-15 07:14:12','2016-11-15 07:14:12','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1033\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Properties\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#ffffff\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Bandary-RE.-Pttern.png\' attachment=\'1035\' attachment_size=\'full\' attach=\'scroll\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; width: 1920px;\"><iframe style=\"margin-left: -100px; margin-top: -650px;\" src=\"http://metro-landscaping.com/en/properties\" width=\"1900\" height=\"4500\" frameborder=\"0\" scrolling=\"no\"></iframe></div>\r\n[/av_codeblock]\r\n\r\n[/av_section]','Properties','','inherit','closed','closed','','925-revision-v1','','','2016-11-15 07:14:12','2016-11-15 07:14:12','',925,'http://metro-landscaping.com/en/2016/11/15/925-revision-v1/',0,'revision','',0),(1080,1,'2016-11-15 07:14:46','2016-11-15 07:14:46','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1033\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Properties\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#ffffff\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Bandary-RE.-Pttern.png\' attachment=\'1035\' attachment_size=\'full\' attach=\'scroll\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; width: 1920px;\"><iframe style=\"margin-left: -300px; margin-top: -650px;\" src=\"http://metro-landscaping.com/en/properties\" width=\"1900\" height=\"4500\" frameborder=\"0\" scrolling=\"no\"></iframe></div>\r\n[/av_codeblock]\r\n\r\n[/av_section]','Properties','','inherit','closed','closed','','925-revision-v1','','','2016-11-15 07:14:46','2016-11-15 07:14:46','',925,'http://metro-landscaping.com/en/2016/11/15/925-revision-v1/',0,'revision','',0),(1081,1,'2016-11-15 07:15:18','2016-11-15 07:15:18','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1033\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Properties\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#ffffff\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Bandary-RE.-Pttern.png\' attachment=\'1035\' attachment_size=\'full\' attach=\'scroll\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; width: 1920px;\"><iframe style=\"margin-left: -400px; margin-top: -650px;\" src=\"http://metro-landscaping.com/en/properties\" width=\"1900\" height=\"4500\" frameborder=\"0\" scrolling=\"no\"></iframe></div>\r\n[/av_codeblock]\r\n\r\n[/av_section]','Properties','','inherit','closed','closed','','925-revision-v1','','','2016-11-15 07:15:18','2016-11-15 07:15:18','',925,'http://metro-landscaping.com/en/2016/11/15/925-revision-v1/',0,'revision','',0),(1082,1,'2016-11-15 07:16:12','2016-11-15 07:16:12','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1033\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Properties\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#ffffff\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Bandary-RE.-Pttern.png\' attachment=\'1035\' attachment_size=\'full\' attach=\'scroll\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; width: 1920px;\"><iframe style=\"margin-left: -400px; margin-top: -650px;\" src=\"http://metro-landscaping.com/en/properties\" width=\"1900\" height=\"4700\" frameborder=\"0\" scrolling=\"no\"></iframe></div>\r\n[/av_codeblock]\r\n\r\n[/av_section]','Properties','','inherit','closed','closed','','925-revision-v1','','','2016-11-15 07:16:12','2016-11-15 07:16:12','',925,'http://metro-landscaping.com/en/2016/11/15/925-revision-v1/',0,'revision','',0),(1083,1,'2016-11-15 07:18:34','2016-11-15 07:18:34','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1033\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Properties\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; width: 1920px;\"><iframe style=\"margin-left: -400px; margin-top: -650px;\" src=\"http://metro-landscaping.com/en/properties\" width=\"1900\" height=\"4700\" frameborder=\"0\" scrolling=\"no\"></iframe></div>\r\n[/av_codeblock]','Properties','','inherit','closed','closed','','925-revision-v1','','','2016-11-15 07:18:34','2016-11-15 07:18:34','',925,'http://metro-landscaping.com/en/2016/11/15/925-revision-v1/',0,'revision','',0),(1084,1,'2016-11-15 07:21:59','2016-11-15 07:21:59','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1033\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Properties\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; width: 1920px; margin-top: 2px; margin-left: -200px;\"><iframe style=\"margin-left: -300px; margin-top: -650px;\" src=\"http://metro-landscaping.com/en/properties\" width=\"1900\" height=\"4750\" frameborder=\"0\" scrolling=\"no\"></iframe></div>\r\n[/av_codeblock]','Properties','','inherit','closed','closed','','925-revision-v1','','','2016-11-15 07:21:59','2016-11-15 07:21:59','',925,'http://metro-landscaping.com/en/2016/11/15/925-revision-v1/',0,'revision','',0),(1085,1,'2016-11-15 07:22:19','2016-11-15 07:22:19','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1033\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Properties\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; width: 1920px; margin-top: 2px; margin-left: -70px;\"><iframe style=\"margin-left: -300px; margin-top: -650px;\" src=\"http://metro-landscaping.com/en/properties\" width=\"1900\" height=\"4750\" frameborder=\"0\" scrolling=\"no\"></iframe></div>\r\n[/av_codeblock]','Properties','','inherit','closed','closed','','925-revision-v1','','','2016-11-15 07:22:19','2016-11-15 07:22:19','',925,'http://metro-landscaping.com/en/2016/11/15/925-revision-v1/',0,'revision','',0),(1086,1,'2016-11-15 07:23:17','2016-11-15 07:23:17','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1033\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Properties\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; width: 1920px; margin-top: 2px; margin-left: -70px;\"><iframe style=\"margin-left: -300px; margin-top: -570px;\" src=\"http://metro-landscaping.com/en/properties\" width=\"1900\" height=\"4750\" frameborder=\"0\" scrolling=\"no\"></iframe></div>\r\n[/av_codeblock]','Properties','','inherit','closed','closed','','925-revision-v1','','','2016-11-15 07:23:17','2016-11-15 07:23:17','',925,'http://metro-landscaping.com/en/2016/11/15/925-revision-v1/',0,'revision','',0),(1087,1,'2016-11-15 07:23:48','2016-11-15 07:23:48','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1033\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Properties\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; width: 1920px; margin-top: 2px; margin-left: -70px;\"><iframe style=\"margin-left: -300px; margin-top: -600px;\" src=\"http://metro-landscaping.com/en/properties\" width=\"1900\" height=\"4750\" frameborder=\"0\" scrolling=\"no\"></iframe></div>\r\n[/av_codeblock]','Properties','','inherit','closed','closed','','925-revision-v1','','','2016-11-15 07:23:48','2016-11-15 07:23:48','',925,'http://metro-landscaping.com/en/2016/11/15/925-revision-v1/',0,'revision','',0),(1088,1,'2016-11-15 07:24:19','2016-11-15 07:24:19','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1033\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Properties\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; width: 1920px; margin-top: 2px; margin-left: -70px;\"><iframe style=\"margin-left: -300px; margin-top: -630px;\" src=\"http://metro-landscaping.com/en/properties\" width=\"1900\" height=\"4750\" frameborder=\"0\" scrolling=\"no\"></iframe></div>\r\n[/av_codeblock]','Properties','','inherit','closed','closed','','925-revision-v1','','','2016-11-15 07:24:19','2016-11-15 07:24:19','',925,'http://metro-landscaping.com/en/2016/11/15/925-revision-v1/',0,'revision','',0),(1091,1,'2016-11-15 07:34:43','2016-11-15 07:34:43','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1033\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Properties\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; width: 1920px; margin-top: 2px; margin-left: -70px;\"><iframe style=\"margin-left: -300px; margin-top: -630px;\" src=\"http://metro-landscaping.com/en/videos\" width=\"1900\" height=\"4750\" frameborder=\"0\" scrolling=\"no\"></iframe></div>\r\n[/av_codeblock]','Properties','','inherit','closed','closed','','925-revision-v1','','','2016-11-15 07:34:43','2016-11-15 07:34:43','',925,'http://metro-landscaping.com/en/2016/11/15/925-revision-v1/',0,'revision','',0),(1093,1,'2016-11-15 07:35:52','2016-11-15 07:35:52','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1033\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Properties\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; width: 1920px; margin-top: 2px; margin-left: -70px;\"><iframe style=\"margin-left: -300px; margin-top: -630px;\" src=\"http://metro-landscaping.com/en/properties\" width=\"1900\" height=\"4750\" frameborder=\"0\" scrolling=\"no\"></iframe></div>\r\n[/av_codeblock]','Properties','','inherit','closed','closed','','925-revision-v1','','','2016-11-15 07:35:52','2016-11-15 07:35:52','',925,'http://metro-landscaping.com/en/2016/11/15/925-revision-v1/',0,'revision','',0),(1099,1,'2016-12-01 09:07:33','2016-12-01 09:07:33','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\n<!--\nStart of DoubleClick Floodlight Tag: Please do not remove\nActivity name of this tag: Bandary_Landing Page\nURL of the webpage where the tag is expected to be placed: http://bre.com.qa\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\nCreation Date: 11/13/2016\n-->\n<script type=\"text/javascript\">\nvar axel = Math.random() + \"\";\nvar a = axel * 10000000000000;\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\n</script>\n<noscript>\n<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\n</noscript>\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\n\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Remarketing, Activity ID: 4138824 -->\n<!-- Expected URL: http://bre.com.qa/en/contactus -->\n\n<!--\nActivity ID: 4138824\nActivity Name: Al Bandary Real Estate - Remarketing\nActivity Group Name: albandary\n-->\n\n<!--\nStart of DoubleClick Floodlight Tag: Please do not remove\nActivity name of this tag: Al Bandary Real Estate - Remarketing\nURL of the webpage where the tag is expected to be placed: http://bre.com.qa/en/contactus\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\nCreation Date: 11/13/2016\n-->\n<script type=\"text/javascript\">\nvar axel = Math.random() + \"\";\nvar a = axel * 10000000000000;\ndocument.write(\'<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban0;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\n</script>\n<noscript>\n<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban0;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\n</noscript>\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\n[/av_codeblock]\n\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\n[av_slide_full slide_type=\'image\' id=\'1834\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\n[/av_slideshow_full]\n\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-35px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[av_heading heading=\'Maintenance\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\n\n[/av_one_full][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\n\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[av_portfolio columns=\'4\' one_column_template=\'special\' items=\'16\' contents=\'yes\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'DESC\']\n\n[/av_section]','Maintenance','','inherit','closed','closed','','929-autosave-v1','','','2016-12-01 09:07:33','2016-12-01 09:07:33','',929,'http://metro-landscaping.com/en/2016/11/15/929-autosave-v1/',0,'revision','',0),(1100,1,'2016-11-15 07:44:26','2016-11-15 07:44:26','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1098\'][/av_slide_full]\r\n\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Agents\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n\r\n[/av_one_full]','Agents','','inherit','closed','closed','','929-revision-v1','','','2016-11-15 07:44:26','2016-11-15 07:44:26','',929,'http://metro-landscaping.com/en/2016/11/15/929-revision-v1/',0,'revision','',0),(1101,1,'2016-11-15 07:44:51','2016-11-15 07:44:51','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1098\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Agents\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; width: 1920px; margin-top: 2px; margin-left: -150px;\"><iframe style=\"margin-left: -300px; margin-top: -630px;\" src=\"http://metro-landscaping.com/en/videos\" width=\"1900\" height=\"1055\" frameborder=\"0\" scrolling=\"no\"></iframe></div>\r\n[/av_codeblock]','Agents','','inherit','closed','closed','','929-revision-v1','','','2016-11-15 07:44:51','2016-11-15 07:44:51','',929,'http://metro-landscaping.com/en/2016/11/15/929-revision-v1/',0,'revision','',0),(1102,1,'2016-11-15 07:45:32','2016-11-15 07:45:32','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1098\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Agents\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; width: 1920px; margin-top: 2px; margin-left: -150px;\"><iframe style=\"margin-left: -300px; margin-top: -630px;\" src=\"http://metro-landscaping.com/en/ouragents\" width=\"1900\" height=\"1055\" frameborder=\"0\" scrolling=\"no\"></iframe></div>\r\n[/av_codeblock]','Agents','','inherit','closed','closed','','929-revision-v1','','','2016-11-15 07:45:32','2016-11-15 07:45:32','',929,'http://metro-landscaping.com/en/2016/11/15/929-revision-v1/',0,'revision','',0),(1103,1,'2016-11-15 07:46:35','2016-11-15 07:46:35','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1098\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Agents\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; width: 1920px; margin-top: 2px; margin-left: -150px;\"><iframe style=\"margin-left: -300px; margin-top: -630px;\" src=\"http://metro-landscaping.com/en/ouragents\" width=\"1920\" height=\"2055\" frameborder=\"0\" scrolling=\"no\"></iframe></div>\r\n[/av_codeblock]','Agents','','inherit','closed','closed','','929-revision-v1','','','2016-11-15 07:46:35','2016-11-15 07:46:35','',929,'http://metro-landscaping.com/en/2016/11/15/929-revision-v1/',0,'revision','',0),(1104,1,'2016-11-15 07:47:30','2016-11-15 07:47:30','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1098\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Agents\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; width: 1920px; margin-top: 2px; margin-left: -150px;\"><iframe style=\"margin-left: -300px; margin-top: -630px;\" src=\"http://metro-landscaping.com/en/ouragents\" width=\"1920\" height=\"1500\" frameborder=\"0\" scrolling=\"no\"></iframe></div>\r\n[/av_codeblock]','Agents','','inherit','closed','closed','','929-revision-v1','','','2016-11-15 07:47:30','2016-11-15 07:47:30','',929,'http://metro-landscaping.com/en/2016/11/15/929-revision-v1/',0,'revision','',0),(1105,1,'2016-11-15 07:49:35','2016-11-15 07:49:35','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1098\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Agents\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; width: 1920px; margin-top: 2px; margin-left: -150px;\"><iframe style=\"margin-left: -300px; margin-top: -630px;\" src=\"http://metro-landscaping.com/en/ouragents\" width=\"1920\" height=\"1800\" frameborder=\"0\" scrolling=\"no\"></iframe></div>\r\n[/av_codeblock]','Agents','','inherit','closed','closed','','929-revision-v1','','','2016-11-15 07:49:35','2016-11-15 07:49:35','',929,'http://metro-landscaping.com/en/2016/11/15/929-revision-v1/',0,'revision','',0),(1106,1,'2016-11-15 07:52:18','2016-11-15 07:52:18','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1098\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Agents\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; width: 1920px; margin-top: 2px; margin-left: -100px;\"><iframe style=\"margin-left: -300px; margin-top: -630px;\" src=\"http://metro-landscaping.com/en/ouragents\" width=\"1920\" height=\"1850\" frameborder=\"0\" scrolling=\"no\"></iframe></div>\r\n[/av_codeblock]','Agents','','inherit','closed','closed','','929-revision-v1','','','2016-11-15 07:52:18','2016-11-15 07:52:18','',929,'http://metro-landscaping.com/en/2016/11/15/929-revision-v1/',0,'revision','',0),(1107,1,'2016-11-15 07:53:45','2016-11-15 07:53:45','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1098\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Agents\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; width: 1920px; margin-top: 2px; margin-left: -105px;\"><iframe style=\"margin-left: -300px; margin-top: -630px;\" src=\"http://metro-landscaping.com/en/ouragents\" width=\"1920\" height=\"1850\" frameborder=\"0\" scrolling=\"no\"></iframe></div>\r\n[/av_codeblock]','Agents','','inherit','closed','closed','','929-revision-v1','','','2016-11-15 07:53:45','2016-11-15 07:53:45','',929,'http://metro-landscaping.com/en/2016/11/15/929-revision-v1/',0,'revision','',0),(1108,1,'2016-11-15 07:54:58','2016-11-15 07:54:58','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1098\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Agents\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; width: 1920px; margin-top: 2px; margin-left: -105px;\"><iframe style=\"margin-left: -300px; margin-top: -630px;\" src=\"http://metro-landscaping.com/en/ouragents\" width=\"1920\" height=\"1900\" frameborder=\"0\" scrolling=\"no\"></iframe></div>\r\n[/av_codeblock]','Agents','','inherit','closed','closed','','929-revision-v1','','','2016-11-15 07:54:58','2016-11-15 07:54:58','',929,'http://metro-landscaping.com/en/2016/11/15/929-revision-v1/',0,'revision','',0),(1112,1,'2016-11-15 09:00:41','0000-00-00 00:00:00','','Download Profile','','draft','closed','closed','','','','','2016-11-15 09:00:41','0000-00-00 00:00:00','',0,'http://metro-landscaping.com/en/?p=1112',1,'nav_menu_item','',0),(1116,1,'2016-11-15 09:39:55','2016-11-15 09:39:55','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1018\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector.\r\n\r\nOur team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n\r\nAl Bandary Real Estate is constantly looking to recruit and retain the highest caliber of talent, while securing a strong capital base and efficiently managing risks.\r\n\r\nAl Bandary Real Estate believes that these factors will lead to overall success while exploring opportunities that will have an added value to our clients, investors and shareholders.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_tab_container position=\'sidebar_tab sidebar_tab_left\' boxed=\'border_tabs\' initial=\'1\']\r\n[av_tab title=\'Vision, Mission & Values\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\n<strong>Vision</strong>\r\n\r\n- To be the pace setter in real estate services by exceeding customer expectations. Al Bandary Real Estate is committed to providing the most unique and comprehensive customer service for individuals interested in owning property.\r\n\r\n<strong>Mission</strong>\r\n\r\n- Aggressively pursue business through innovation to provide exceptional service to our clients\r\n\r\n- Ensuring career opportunities to our employees and continuous support to our society\r\n\r\n- Build lifetime relationships with our customers and communities.\r\n\r\n<strong>Values</strong>\r\n\r\n- Corporate Culture: Diversity and continued development, transparency, teamwork and integrity.\r\n\r\n- Performance: Our company ethics navigate our day-to-day lives to deliver an expected high quality range of products and services.\r\n\r\n- Spirit and future ambitions: Achieve long-term growth and raise the return on shareholder\'s equity services.\r\n[/av_tab]\r\n[av_tab title=\'Value in the market\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate emphasizes on quality rather than quantity as the main objective for all its endeavors. The company gained confidence and full trust in the property industry this has been achieved with high caliber professional approach with quality requirements. Al Bandary Real Estate has worthily established its roots in Qatar and is rated as one of the leading Class ‘A’ Real Estate Companies.\r\n\r\nThe professional team at Al Bandary Real Estate follows an active buy-manage-sell strategy as part of their professional portfolio management. They tackle their remit in property investment for the company with innovation, dedication and expertise.\r\n\r\nCustomer service – built on a foundation of experience and education – is the cornerstone of Al Bandary Real Estate success. Its track record built over the past years has proven that a focus on the customer\'s needs, backed by the ability to deliver and remains as important as ever.\r\n\r\nThis success shows the exponential growth of the company, and how through local knowledge and expertise Real Estate can offer the finest service through all stages of the real estate cycle.\r\n[/av_tab]\r\n[av_tab title=\'Company Capacity\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate has consistently been one of the leading Real Estate developers in Qatar. The company’s commitment to quality, efficiency and value, has allowed its projects to consistently achieve strong results.\r\n\r\nStrong industry links and the potential to create long-term partnerships with the area\'s prominent financial and governmental leaders have placed Al Bandary Real Estate in a favorable position. Al Bandary Real Estate had the vision to expand beyond facilitating traditional sale and lease transactions and provide a complete range of sales, leasing, consulting, development, and management services.\r\n\r\nWith a large portfolio of property listings and clients throughout Qatar, Al Bandary Real Estate is prepared to fulfill all commercial real estate requirements. In line with the dynamic growth in Qatar, Al Bandary Real Estate has increased its workforce, placing emphasis on recruiting and training the brightest talents in the market today.\r\n\r\nCentral to this growth will be further business development across the business to match the ambitious growth plans for Al Bandary Real Estate.\r\n\r\nAl Bandary Real Estate believes in the power of giving back to the community. As real estate professionals that work in Qatar, we know that being committed to provide only high-quality services will play an active role in promoting the growth of our community. Whether you are a buyer or a seller, Al Bandary Real Estate can open up a whole world of choice in terms of location, price and property.\r\n[/av_tab]\r\n[av_tab title=\'Company History\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate was established in 2005, as a leading company that provides advanced property solutions in the State of Qatar. As a part of Bandary International Group, Al Bandary Real Estate is contributing to the economic progress of the State of Qatar. Al Bandary Real Estate is widely recognized to be one of the leading Real Estate firms operating in the State of Qatar.\r\n\r\nUnder the management of Mr. Mohammed Abdullatif A. Al Mana, chairman of the Group, a great emphasis has been placed on safety, environment, quality control and timely completion which made the company consistently meet the highest property solutions while constantly ensuring high quality standards by achieving optimal level of clients\' satisfaction.\r\n\r\nAs part of the wider Bandary International Group, which currently has over 16 individual companies covering key areas such as transportation, manufacturing and construction, the strength of the Group\'s performance is based on its ability to utilize the synergies between its companies to support and complement each other, and to manage risk through diversification and strong management.\r\n\r\nAl Bandary Real Estate surpasses other real estate firms by the extensive experience in a variety of real estate services including construction, management and inspections, this is in addition to the proficiency, reliability and integrity.\r\n\r\nThe company, which is a member of Bandary International Group (BIG), is established based on the framework of the country\'s strategic plan to diversify the sources of income. Coupled with its sustained policy of encouraging the private sector in Qatar by participating in the construction and management of real estate projects, Al Bandary Real Estate aims to be the leading provider of affordable housing to families with quality residential units at affordable prices throughout the GCC region.\r\n[/av_tab]\r\n[/av_tab_container]\r\n[/av_one_full]\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_button_big label=\'Download Profile\' description_pos=\'below\' link=\'manually,http://metro-landscaping.com/en/wp-content/uploads/2016/11/RealEstate_Profile_EN.pdf\' link_target=\'_blank\' icon_select=\'yes-left-icon\' icon=\'ue86f\' font=\'entypo-fontello\' custom_font=\'#1588a7\' color=\'theme-color\' custom_bg=\'#444444\' color_hover=\'theme-color-subtle\' custom_bg_hover=\'#444444\'][/av_button_big]\r\n\r\n[/av_one_third][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-15 09:39:55','2016-11-15 09:39:55','',8,'http://metro-landscaping.com/en/2016/11/15/8-revision-v1/',0,'revision','',0),(1117,1,'2016-11-15 09:40:40','2016-11-15 09:40:40','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1018\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector.\r\n\r\nOur team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n\r\nAl Bandary Real Estate is constantly looking to recruit and retain the highest caliber of talent, while securing a strong capital base and efficiently managing risks.\r\n\r\nAl Bandary Real Estate believes that these factors will lead to overall success while exploring opportunities that will have an added value to our clients, investors and shareholders.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_tab_container position=\'sidebar_tab sidebar_tab_left\' boxed=\'border_tabs\' initial=\'1\']\r\n[av_tab title=\'Vision, Mission & Values\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\n<strong>Vision</strong>\r\n\r\n- To be the pace setter in real estate services by exceeding customer expectations. Al Bandary Real Estate is committed to providing the most unique and comprehensive customer service for individuals interested in owning property.\r\n\r\n<strong>Mission</strong>\r\n\r\n- Aggressively pursue business through innovation to provide exceptional service to our clients\r\n\r\n- Ensuring career opportunities to our employees and continuous support to our society\r\n\r\n- Build lifetime relationships with our customers and communities.\r\n\r\n<strong>Values</strong>\r\n\r\n- Corporate Culture: Diversity and continued development, transparency, teamwork and integrity.\r\n\r\n- Performance: Our company ethics navigate our day-to-day lives to deliver an expected high quality range of products and services.\r\n\r\n- Spirit and future ambitions: Achieve long-term growth and raise the return on shareholder\'s equity services.\r\n[/av_tab]\r\n[av_tab title=\'Value in the market\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate emphasizes on quality rather than quantity as the main objective for all its endeavors. The company gained confidence and full trust in the property industry this has been achieved with high caliber professional approach with quality requirements. Al Bandary Real Estate has worthily established its roots in Qatar and is rated as one of the leading Class ‘A’ Real Estate Companies.\r\n\r\nThe professional team at Al Bandary Real Estate follows an active buy-manage-sell strategy as part of their professional portfolio management. They tackle their remit in property investment for the company with innovation, dedication and expertise.\r\n\r\nCustomer service – built on a foundation of experience and education – is the cornerstone of Al Bandary Real Estate success. Its track record built over the past years has proven that a focus on the customer\'s needs, backed by the ability to deliver and remains as important as ever.\r\n\r\nThis success shows the exponential growth of the company, and how through local knowledge and expertise Real Estate can offer the finest service through all stages of the real estate cycle.\r\n[/av_tab]\r\n[av_tab title=\'Company Capacity\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate has consistently been one of the leading Real Estate developers in Qatar. The company’s commitment to quality, efficiency and value, has allowed its projects to consistently achieve strong results.\r\n\r\nStrong industry links and the potential to create long-term partnerships with the area\'s prominent financial and governmental leaders have placed Al Bandary Real Estate in a favorable position. Al Bandary Real Estate had the vision to expand beyond facilitating traditional sale and lease transactions and provide a complete range of sales, leasing, consulting, development, and management services.\r\n\r\nWith a large portfolio of property listings and clients throughout Qatar, Al Bandary Real Estate is prepared to fulfill all commercial real estate requirements. In line with the dynamic growth in Qatar, Al Bandary Real Estate has increased its workforce, placing emphasis on recruiting and training the brightest talents in the market today.\r\n\r\nCentral to this growth will be further business development across the business to match the ambitious growth plans for Al Bandary Real Estate.\r\n\r\nAl Bandary Real Estate believes in the power of giving back to the community. As real estate professionals that work in Qatar, we know that being committed to provide only high-quality services will play an active role in promoting the growth of our community. Whether you are a buyer or a seller, Al Bandary Real Estate can open up a whole world of choice in terms of location, price and property.\r\n[/av_tab]\r\n[av_tab title=\'Company History\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate was established in 2005, as a leading company that provides advanced property solutions in the State of Qatar. As a part of Bandary International Group, Al Bandary Real Estate is contributing to the economic progress of the State of Qatar. Al Bandary Real Estate is widely recognized to be one of the leading Real Estate firms operating in the State of Qatar.\r\n\r\nUnder the management of Mr. Mohammed Abdullatif A. Al Mana, chairman of the Group, a great emphasis has been placed on safety, environment, quality control and timely completion which made the company consistently meet the highest property solutions while constantly ensuring high quality standards by achieving optimal level of clients\' satisfaction.\r\n\r\nAs part of the wider Bandary International Group, which currently has over 16 individual companies covering key areas such as transportation, manufacturing and construction, the strength of the Group\'s performance is based on its ability to utilize the synergies between its companies to support and complement each other, and to manage risk through diversification and strong management.\r\n\r\nAl Bandary Real Estate surpasses other real estate firms by the extensive experience in a variety of real estate services including construction, management and inspections, this is in addition to the proficiency, reliability and integrity.\r\n\r\nThe company, which is a member of Bandary International Group (BIG), is established based on the framework of the country\'s strategic plan to diversify the sources of income. Coupled with its sustained policy of encouraging the private sector in Qatar by participating in the construction and management of real estate projects, Al Bandary Real Estate aims to be the leading provider of affordable housing to families with quality residential units at affordable prices throughout the GCC region.\r\n[/av_tab]\r\n[/av_tab_container]\r\n[/av_one_full]\r\n\r\n[av_one_fourth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_button_big label=\'Download Profile\' description_pos=\'below\' link=\'manually,http://metro-landscaping.com/en/wp-content/uploads/2016/11/RealEstate_Profile_EN.pdf\' link_target=\'_blank\' icon_select=\'yes-left-icon\' icon=\'ue86f\' font=\'entypo-fontello\' custom_font=\'#ffffff\' color=\'theme-color\' custom_bg=\'#444444\' color_hover=\'theme-color-subtle\' custom_bg_hover=\'#444444\'][/av_button_big]\r\n\r\n[/av_one_fourth][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-15 09:40:40','2016-11-15 09:40:40','',8,'http://metro-landscaping.com/en/2016/11/15/8-revision-v1/',0,'revision','',0),(1118,1,'2016-11-15 09:41:42','2016-11-15 09:41:42','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1018\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector.\r\n\r\nOur team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n\r\nAl Bandary Real Estate is constantly looking to recruit and retain the highest caliber of talent, while securing a strong capital base and efficiently managing risks.\r\n\r\nAl Bandary Real Estate believes that these factors will lead to overall success while exploring opportunities that will have an added value to our clients, investors and shareholders.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_tab_container position=\'sidebar_tab sidebar_tab_left\' boxed=\'border_tabs\' initial=\'1\']\r\n[av_tab title=\'Vision, Mission & Values\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\n<strong>Vision</strong>\r\n\r\n- To be the pace setter in real estate services by exceeding customer expectations. Al Bandary Real Estate is committed to providing the most unique and comprehensive customer service for individuals interested in owning property.\r\n\r\n<strong>Mission</strong>\r\n\r\n- Aggressively pursue business through innovation to provide exceptional service to our clients\r\n\r\n- Ensuring career opportunities to our employees and continuous support to our society\r\n\r\n- Build lifetime relationships with our customers and communities.\r\n\r\n<strong>Values</strong>\r\n\r\n- Corporate Culture: Diversity and continued development, transparency, teamwork and integrity.\r\n\r\n- Performance: Our company ethics navigate our day-to-day lives to deliver an expected high quality range of products and services.\r\n\r\n- Spirit and future ambitions: Achieve long-term growth and raise the return on shareholder\'s equity services.\r\n[/av_tab]\r\n[av_tab title=\'Value in the market\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate emphasizes on quality rather than quantity as the main objective for all its endeavors. The company gained confidence and full trust in the property industry this has been achieved with high caliber professional approach with quality requirements. Al Bandary Real Estate has worthily established its roots in Qatar and is rated as one of the leading Class ‘A’ Real Estate Companies.\r\n\r\nThe professional team at Al Bandary Real Estate follows an active buy-manage-sell strategy as part of their professional portfolio management. They tackle their remit in property investment for the company with innovation, dedication and expertise.\r\n\r\nCustomer service – built on a foundation of experience and education – is the cornerstone of Al Bandary Real Estate success. Its track record built over the past years has proven that a focus on the customer\'s needs, backed by the ability to deliver and remains as important as ever.\r\n\r\nThis success shows the exponential growth of the company, and how through local knowledge and expertise Real Estate can offer the finest service through all stages of the real estate cycle.\r\n[/av_tab]\r\n[av_tab title=\'Company Capacity\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate has consistently been one of the leading Real Estate developers in Qatar. The company’s commitment to quality, efficiency and value, has allowed its projects to consistently achieve strong results.\r\n\r\nStrong industry links and the potential to create long-term partnerships with the area\'s prominent financial and governmental leaders have placed Al Bandary Real Estate in a favorable position. Al Bandary Real Estate had the vision to expand beyond facilitating traditional sale and lease transactions and provide a complete range of sales, leasing, consulting, development, and management services.\r\n\r\nWith a large portfolio of property listings and clients throughout Qatar, Al Bandary Real Estate is prepared to fulfill all commercial real estate requirements. In line with the dynamic growth in Qatar, Al Bandary Real Estate has increased its workforce, placing emphasis on recruiting and training the brightest talents in the market today.\r\n\r\nCentral to this growth will be further business development across the business to match the ambitious growth plans for Al Bandary Real Estate.\r\n\r\nAl Bandary Real Estate believes in the power of giving back to the community. As real estate professionals that work in Qatar, we know that being committed to provide only high-quality services will play an active role in promoting the growth of our community. Whether you are a buyer or a seller, Al Bandary Real Estate can open up a whole world of choice in terms of location, price and property.\r\n[/av_tab]\r\n[av_tab title=\'Company History\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate was established in 2005, as a leading company that provides advanced property solutions in the State of Qatar. As a part of Bandary International Group, Al Bandary Real Estate is contributing to the economic progress of the State of Qatar. Al Bandary Real Estate is widely recognized to be one of the leading Real Estate firms operating in the State of Qatar.\r\n\r\nUnder the management of Mr. Mohammed Abdullatif A. Al Mana, chairman of the Group, a great emphasis has been placed on safety, environment, quality control and timely completion which made the company consistently meet the highest property solutions while constantly ensuring high quality standards by achieving optimal level of clients\' satisfaction.\r\n\r\nAs part of the wider Bandary International Group, which currently has over 16 individual companies covering key areas such as transportation, manufacturing and construction, the strength of the Group\'s performance is based on its ability to utilize the synergies between its companies to support and complement each other, and to manage risk through diversification and strong management.\r\n\r\nAl Bandary Real Estate surpasses other real estate firms by the extensive experience in a variety of real estate services including construction, management and inspections, this is in addition to the proficiency, reliability and integrity.\r\n\r\nThe company, which is a member of Bandary International Group (BIG), is established based on the framework of the country\'s strategic plan to diversify the sources of income. Coupled with its sustained policy of encouraging the private sector in Qatar by participating in the construction and management of real estate projects, Al Bandary Real Estate aims to be the leading provider of affordable housing to families with quality residential units at affordable prices throughout the GCC region.\r\n[/av_tab]\r\n[/av_tab_container]\r\n[/av_one_full]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_button_big label=\'Download Profile\' description_pos=\'below\' link=\'manually,http://metro-landscaping.com/en/wp-content/uploads/2016/11/RealEstate_Profile_EN.pdf\' link_target=\'_blank\' icon_select=\'yes-left-icon\' icon=\'ue86f\' font=\'entypo-fontello\' custom_font=\'#ffffff\' color=\'theme-color\' custom_bg=\'#444444\' color_hover=\'grey\' custom_bg_hover=\'#444444\'][/av_button_big]\r\n\r\n[/av_one_fifth][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-15 09:41:42','2016-11-15 09:41:42','',8,'http://metro-landscaping.com/en/2016/11/15/8-revision-v1/',0,'revision','',0),(1119,1,'2016-11-15 09:43:31','2016-11-15 09:43:31','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1018\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector.\r\n\r\nOur team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n\r\nAl Bandary Real Estate is constantly looking to recruit and retain the highest caliber of talent, while securing a strong capital base and efficiently managing risks.\r\n\r\nAl Bandary Real Estate believes that these factors will lead to overall success while exploring opportunities that will have an added value to our clients, investors and shareholders.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_tab_container position=\'sidebar_tab sidebar_tab_left\' boxed=\'border_tabs\' initial=\'1\']\r\n[av_tab title=\'Vision, Mission & Values\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\n<strong>Vision</strong>\r\n\r\n- To be the pace setter in real estate services by exceeding customer expectations. Al Bandary Real Estate is committed to providing the most unique and comprehensive customer service for individuals interested in owning property.\r\n\r\n<strong>Mission</strong>\r\n\r\n- Aggressively pursue business through innovation to provide exceptional service to our clients\r\n\r\n- Ensuring career opportunities to our employees and continuous support to our society\r\n\r\n- Build lifetime relationships with our customers and communities.\r\n\r\n<strong>Values</strong>\r\n\r\n- Corporate Culture: Diversity and continued development, transparency, teamwork and integrity.\r\n\r\n- Performance: Our company ethics navigate our day-to-day lives to deliver an expected high quality range of products and services.\r\n\r\n- Spirit and future ambitions: Achieve long-term growth and raise the return on shareholder\'s equity services.\r\n[/av_tab]\r\n[av_tab title=\'Value in the market\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate emphasizes on quality rather than quantity as the main objective for all its endeavors. The company gained confidence and full trust in the property industry this has been achieved with high caliber professional approach with quality requirements. Al Bandary Real Estate has worthily established its roots in Qatar and is rated as one of the leading Class ‘A’ Real Estate Companies.\r\n\r\nThe professional team at Al Bandary Real Estate follows an active buy-manage-sell strategy as part of their professional portfolio management. They tackle their remit in property investment for the company with innovation, dedication and expertise.\r\n\r\nCustomer service – built on a foundation of experience and education – is the cornerstone of Al Bandary Real Estate success. Its track record built over the past years has proven that a focus on the customer\'s needs, backed by the ability to deliver and remains as important as ever.\r\n\r\nThis success shows the exponential growth of the company, and how through local knowledge and expertise Real Estate can offer the finest service through all stages of the real estate cycle.\r\n[/av_tab]\r\n[av_tab title=\'Company Capacity\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate has consistently been one of the leading Real Estate developers in Qatar. The company’s commitment to quality, efficiency and value, has allowed its projects to consistently achieve strong results.\r\n\r\nStrong industry links and the potential to create long-term partnerships with the area\'s prominent financial and governmental leaders have placed Al Bandary Real Estate in a favorable position. Al Bandary Real Estate had the vision to expand beyond facilitating traditional sale and lease transactions and provide a complete range of sales, leasing, consulting, development, and management services.\r\n\r\nWith a large portfolio of property listings and clients throughout Qatar, Al Bandary Real Estate is prepared to fulfill all commercial real estate requirements. In line with the dynamic growth in Qatar, Al Bandary Real Estate has increased its workforce, placing emphasis on recruiting and training the brightest talents in the market today.\r\n\r\nCentral to this growth will be further business development across the business to match the ambitious growth plans for Al Bandary Real Estate.\r\n\r\nAl Bandary Real Estate believes in the power of giving back to the community. As real estate professionals that work in Qatar, we know that being committed to provide only high-quality services will play an active role in promoting the growth of our community. Whether you are a buyer or a seller, Al Bandary Real Estate can open up a whole world of choice in terms of location, price and property.\r\n[/av_tab]\r\n[av_tab title=\'Company History\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate was established in 2005, as a leading company that provides advanced property solutions in the State of Qatar. As a part of Bandary International Group, Al Bandary Real Estate is contributing to the economic progress of the State of Qatar. Al Bandary Real Estate is widely recognized to be one of the leading Real Estate firms operating in the State of Qatar.\r\n\r\nUnder the management of Mr. Mohammed Abdullatif A. Al Mana, chairman of the Group, a great emphasis has been placed on safety, environment, quality control and timely completion which made the company consistently meet the highest property solutions while constantly ensuring high quality standards by achieving optimal level of clients\' satisfaction.\r\n\r\nAs part of the wider Bandary International Group, which currently has over 16 individual companies covering key areas such as transportation, manufacturing and construction, the strength of the Group\'s performance is based on its ability to utilize the synergies between its companies to support and complement each other, and to manage risk through diversification and strong management.\r\n\r\nAl Bandary Real Estate surpasses other real estate firms by the extensive experience in a variety of real estate services including construction, management and inspections, this is in addition to the proficiency, reliability and integrity.\r\n\r\nThe company, which is a member of Bandary International Group (BIG), is established based on the framework of the country\'s strategic plan to diversify the sources of income. Coupled with its sustained policy of encouraging the private sector in Qatar by participating in the construction and management of real estate projects, Al Bandary Real Estate aims to be the leading provider of affordable housing to families with quality residential units at affordable prices throughout the GCC region.\r\n[/av_tab]\r\n[/av_tab_container]\r\n[/av_one_full]\r\n\r\n[av_one_fourth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_button label=\'Download Profile\' link=\'manually,http://metro-landscaping.com/en/wp-content/uploads/2016/11/RealEstate_Profile_EN.pdf\' link_target=\'\' size=\'medium\' position=\'left\' icon_select=\'yes\' icon_hover=\'aviaTBicon_hover\' icon=\'ue86f\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\']\r\n\r\n[/av_one_fourth][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-15 09:43:31','2016-11-15 09:43:31','',8,'http://metro-landscaping.com/en/2016/11/15/8-revision-v1/',0,'revision','',0),(1120,1,'2016-11-15 09:44:12','2016-11-15 09:44:12','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1018\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector.\r\n\r\nOur team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n\r\nAl Bandary Real Estate is constantly looking to recruit and retain the highest caliber of talent, while securing a strong capital base and efficiently managing risks.\r\n\r\nAl Bandary Real Estate believes that these factors will lead to overall success while exploring opportunities that will have an added value to our clients, investors and shareholders.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_tab_container position=\'sidebar_tab sidebar_tab_left\' boxed=\'border_tabs\' initial=\'1\']\r\n[av_tab title=\'Vision, Mission & Values\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\n<strong>Vision</strong>\r\n\r\n- To be the pace setter in real estate services by exceeding customer expectations. Al Bandary Real Estate is committed to providing the most unique and comprehensive customer service for individuals interested in owning property.\r\n\r\n<strong>Mission</strong>\r\n\r\n- Aggressively pursue business through innovation to provide exceptional service to our clients\r\n\r\n- Ensuring career opportunities to our employees and continuous support to our society\r\n\r\n- Build lifetime relationships with our customers and communities.\r\n\r\n<strong>Values</strong>\r\n\r\n- Corporate Culture: Diversity and continued development, transparency, teamwork and integrity.\r\n\r\n- Performance: Our company ethics navigate our day-to-day lives to deliver an expected high quality range of products and services.\r\n\r\n- Spirit and future ambitions: Achieve long-term growth and raise the return on shareholder\'s equity services.\r\n[/av_tab]\r\n[av_tab title=\'Value in the market\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate emphasizes on quality rather than quantity as the main objective for all its endeavors. The company gained confidence and full trust in the property industry this has been achieved with high caliber professional approach with quality requirements. Al Bandary Real Estate has worthily established its roots in Qatar and is rated as one of the leading Class ‘A’ Real Estate Companies.\r\n\r\nThe professional team at Al Bandary Real Estate follows an active buy-manage-sell strategy as part of their professional portfolio management. They tackle their remit in property investment for the company with innovation, dedication and expertise.\r\n\r\nCustomer service – built on a foundation of experience and education – is the cornerstone of Al Bandary Real Estate success. Its track record built over the past years has proven that a focus on the customer\'s needs, backed by the ability to deliver and remains as important as ever.\r\n\r\nThis success shows the exponential growth of the company, and how through local knowledge and expertise Real Estate can offer the finest service through all stages of the real estate cycle.\r\n[/av_tab]\r\n[av_tab title=\'Company Capacity\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate has consistently been one of the leading Real Estate developers in Qatar. The company’s commitment to quality, efficiency and value, has allowed its projects to consistently achieve strong results.\r\n\r\nStrong industry links and the potential to create long-term partnerships with the area\'s prominent financial and governmental leaders have placed Al Bandary Real Estate in a favorable position. Al Bandary Real Estate had the vision to expand beyond facilitating traditional sale and lease transactions and provide a complete range of sales, leasing, consulting, development, and management services.\r\n\r\nWith a large portfolio of property listings and clients throughout Qatar, Al Bandary Real Estate is prepared to fulfill all commercial real estate requirements. In line with the dynamic growth in Qatar, Al Bandary Real Estate has increased its workforce, placing emphasis on recruiting and training the brightest talents in the market today.\r\n\r\nCentral to this growth will be further business development across the business to match the ambitious growth plans for Al Bandary Real Estate.\r\n\r\nAl Bandary Real Estate believes in the power of giving back to the community. As real estate professionals that work in Qatar, we know that being committed to provide only high-quality services will play an active role in promoting the growth of our community. Whether you are a buyer or a seller, Al Bandary Real Estate can open up a whole world of choice in terms of location, price and property.\r\n[/av_tab]\r\n[av_tab title=\'Company History\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate was established in 2005, as a leading company that provides advanced property solutions in the State of Qatar. As a part of Bandary International Group, Al Bandary Real Estate is contributing to the economic progress of the State of Qatar. Al Bandary Real Estate is widely recognized to be one of the leading Real Estate firms operating in the State of Qatar.\r\n\r\nUnder the management of Mr. Mohammed Abdullatif A. Al Mana, chairman of the Group, a great emphasis has been placed on safety, environment, quality control and timely completion which made the company consistently meet the highest property solutions while constantly ensuring high quality standards by achieving optimal level of clients\' satisfaction.\r\n\r\nAs part of the wider Bandary International Group, which currently has over 16 individual companies covering key areas such as transportation, manufacturing and construction, the strength of the Group\'s performance is based on its ability to utilize the synergies between its companies to support and complement each other, and to manage risk through diversification and strong management.\r\n\r\nAl Bandary Real Estate surpasses other real estate firms by the extensive experience in a variety of real estate services including construction, management and inspections, this is in addition to the proficiency, reliability and integrity.\r\n\r\nThe company, which is a member of Bandary International Group (BIG), is established based on the framework of the country\'s strategic plan to diversify the sources of income. Coupled with its sustained policy of encouraging the private sector in Qatar by participating in the construction and management of real estate projects, Al Bandary Real Estate aims to be the leading provider of affordable housing to families with quality residential units at affordable prices throughout the GCC region.\r\n[/av_tab]\r\n[/av_tab_container]\r\n[/av_one_full]\r\n\r\n[av_one_fourth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_button label=\'Download Profile\' link=\'manually,http://metro-landscaping.com/en/wp-content/uploads/2016/11/RealEstate_Profile_EN.pdf\' link_target=\'_blank\' size=\'large\' position=\'left\' icon_select=\'yes\' icon_hover=\'aviaTBicon_hover\' icon=\'ue86f\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\']\r\n\r\n[/av_one_fourth][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-15 09:44:12','2016-11-15 09:44:12','',8,'http://metro-landscaping.com/en/2016/11/15/8-revision-v1/',0,'revision','',0),(1121,1,'2016-11-15 09:46:33','2016-11-15 09:46:33','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1018\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector.\r\n\r\nOur team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n\r\nAl Bandary Real Estate is constantly looking to recruit and retain the highest caliber of talent, while securing a strong capital base and efficiently managing risks.\r\n\r\nAl Bandary Real Estate believes that these factors will lead to overall success while exploring opportunities that will have an added value to our clients, investors and shareholders.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_tab_container position=\'sidebar_tab sidebar_tab_left\' boxed=\'border_tabs\' initial=\'1\']\r\n[av_tab title=\'Vision, Mission & Values\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\n<strong>Vision</strong>\r\n\r\n- To be the pace setter in real estate services by exceeding customer expectations. Al Bandary Real Estate is committed to providing the most unique and comprehensive customer service for individuals interested in owning property.\r\n\r\n<strong>Mission</strong>\r\n\r\n- Aggressively pursue business through innovation to provide exceptional service to our clients\r\n\r\n- Ensuring career opportunities to our employees and continuous support to our society\r\n\r\n- Build lifetime relationships with our customers and communities.\r\n\r\n<strong>Values</strong>\r\n\r\n- Corporate Culture: Diversity and continued development, transparency, teamwork and integrity.\r\n\r\n- Performance: Our company ethics navigate our day-to-day lives to deliver an expected high quality range of products and services.\r\n\r\n- Spirit and future ambitions: Achieve long-term growth and raise the return on shareholder\'s equity services.\r\n[/av_tab]\r\n[av_tab title=\'Value in the market\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate emphasizes on quality rather than quantity as the main objective for all its endeavors. The company gained confidence and full trust in the property industry this has been achieved with high caliber professional approach with quality requirements. Al Bandary Real Estate has worthily established its roots in Qatar and is rated as one of the leading Class ‘A’ Real Estate Companies.\r\n\r\nThe professional team at Al Bandary Real Estate follows an active buy-manage-sell strategy as part of their professional portfolio management. They tackle their remit in property investment for the company with innovation, dedication and expertise.\r\n\r\nCustomer service – built on a foundation of experience and education – is the cornerstone of Al Bandary Real Estate success. Its track record built over the past years has proven that a focus on the customer\'s needs, backed by the ability to deliver and remains as important as ever.\r\n\r\nThis success shows the exponential growth of the company, and how through local knowledge and expertise Real Estate can offer the finest service through all stages of the real estate cycle.\r\n[/av_tab]\r\n[av_tab title=\'Company Capacity\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate has consistently been one of the leading Real Estate developers in Qatar. The company’s commitment to quality, efficiency and value, has allowed its projects to consistently achieve strong results.\r\n\r\nStrong industry links and the potential to create long-term partnerships with the area\'s prominent financial and governmental leaders have placed Al Bandary Real Estate in a favorable position. Al Bandary Real Estate had the vision to expand beyond facilitating traditional sale and lease transactions and provide a complete range of sales, leasing, consulting, development, and management services.\r\n\r\nWith a large portfolio of property listings and clients throughout Qatar, Al Bandary Real Estate is prepared to fulfill all commercial real estate requirements. In line with the dynamic growth in Qatar, Al Bandary Real Estate has increased its workforce, placing emphasis on recruiting and training the brightest talents in the market today.\r\n\r\nCentral to this growth will be further business development across the business to match the ambitious growth plans for Al Bandary Real Estate.\r\n\r\nAl Bandary Real Estate believes in the power of giving back to the community. As real estate professionals that work in Qatar, we know that being committed to provide only high-quality services will play an active role in promoting the growth of our community. Whether you are a buyer or a seller, Al Bandary Real Estate can open up a whole world of choice in terms of location, price and property.\r\n[/av_tab]\r\n[av_tab title=\'Company History\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate was established in 2005, as a leading company that provides advanced property solutions in the State of Qatar. As a part of Bandary International Group, Al Bandary Real Estate is contributing to the economic progress of the State of Qatar. Al Bandary Real Estate is widely recognized to be one of the leading Real Estate firms operating in the State of Qatar.\r\n\r\nUnder the management of Mr. Mohammed Abdullatif A. Al Mana, chairman of the Group, a great emphasis has been placed on safety, environment, quality control and timely completion which made the company consistently meet the highest property solutions while constantly ensuring high quality standards by achieving optimal level of clients\' satisfaction.\r\n\r\nAs part of the wider Bandary International Group, which currently has over 16 individual companies covering key areas such as transportation, manufacturing and construction, the strength of the Group\'s performance is based on its ability to utilize the synergies between its companies to support and complement each other, and to manage risk through diversification and strong management.\r\n\r\nAl Bandary Real Estate surpasses other real estate firms by the extensive experience in a variety of real estate services including construction, management and inspections, this is in addition to the proficiency, reliability and integrity.\r\n\r\nThe company, which is a member of Bandary International Group (BIG), is established based on the framework of the country\'s strategic plan to diversify the sources of income. Coupled with its sustained policy of encouraging the private sector in Qatar by participating in the construction and management of real estate projects, Al Bandary Real Estate aims to be the leading provider of affordable housing to families with quality residential units at affordable prices throughout the GCC region.\r\n[/av_tab]\r\n[/av_tab_container]\r\n[/av_one_full]\r\n\r\n[av_one_fourth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_button label=\'Download Profile\' link=\'manually,http://metro-landscaping.com/en/wp-content/uploads/2016/11/RealEstate_Profile_EN.pdf\' link_target=\'_blank\' size=\'large\' position=\'left\' icon_select=\'yes\' icon_hover=\'aviaTBicon_hover\' icon=\'ue86f\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\']\r\n\r\n[/av_one_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/pig-logo-social-1.png\' attachment=\'1114\' attachment_size=\'full\' align=\'left\' animation=\'no-animation\' styling=\'no-styling\' hover=\'av-hover-grow\' link=\'manually,http://big.qa/\' target=\'_blank\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\'][/av_image]\r\n\r\n[/av_one_fourth][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-15 09:46:33','2016-11-15 09:46:33','',8,'http://metro-landscaping.com/en/2016/11/15/8-revision-v1/',0,'revision','',0),(1122,1,'2016-11-15 09:47:36','2016-11-15 09:47:36','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1018\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector.\r\n\r\nOur team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n\r\nAl Bandary Real Estate is constantly looking to recruit and retain the highest caliber of talent, while securing a strong capital base and efficiently managing risks.\r\n\r\nAl Bandary Real Estate believes that these factors will lead to overall success while exploring opportunities that will have an added value to our clients, investors and shareholders.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_tab_container position=\'sidebar_tab sidebar_tab_left\' boxed=\'border_tabs\' initial=\'1\']\r\n[av_tab title=\'Vision, Mission & Values\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\n<strong>Vision</strong>\r\n\r\n- To be the pace setter in real estate services by exceeding customer expectations. Al Bandary Real Estate is committed to providing the most unique and comprehensive customer service for individuals interested in owning property.\r\n\r\n<strong>Mission</strong>\r\n\r\n- Aggressively pursue business through innovation to provide exceptional service to our clients\r\n\r\n- Ensuring career opportunities to our employees and continuous support to our society\r\n\r\n- Build lifetime relationships with our customers and communities.\r\n\r\n<strong>Values</strong>\r\n\r\n- Corporate Culture: Diversity and continued development, transparency, teamwork and integrity.\r\n\r\n- Performance: Our company ethics navigate our day-to-day lives to deliver an expected high quality range of products and services.\r\n\r\n- Spirit and future ambitions: Achieve long-term growth and raise the return on shareholder\'s equity services.\r\n[/av_tab]\r\n[av_tab title=\'Value in the market\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate emphasizes on quality rather than quantity as the main objective for all its endeavors. The company gained confidence and full trust in the property industry this has been achieved with high caliber professional approach with quality requirements. Al Bandary Real Estate has worthily established its roots in Qatar and is rated as one of the leading Class ‘A’ Real Estate Companies.\r\n\r\nThe professional team at Al Bandary Real Estate follows an active buy-manage-sell strategy as part of their professional portfolio management. They tackle their remit in property investment for the company with innovation, dedication and expertise.\r\n\r\nCustomer service – built on a foundation of experience and education – is the cornerstone of Al Bandary Real Estate success. Its track record built over the past years has proven that a focus on the customer\'s needs, backed by the ability to deliver and remains as important as ever.\r\n\r\nThis success shows the exponential growth of the company, and how through local knowledge and expertise Real Estate can offer the finest service through all stages of the real estate cycle.\r\n[/av_tab]\r\n[av_tab title=\'Company Capacity\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate has consistently been one of the leading Real Estate developers in Qatar. The company’s commitment to quality, efficiency and value, has allowed its projects to consistently achieve strong results.\r\n\r\nStrong industry links and the potential to create long-term partnerships with the area\'s prominent financial and governmental leaders have placed Al Bandary Real Estate in a favorable position. Al Bandary Real Estate had the vision to expand beyond facilitating traditional sale and lease transactions and provide a complete range of sales, leasing, consulting, development, and management services.\r\n\r\nWith a large portfolio of property listings and clients throughout Qatar, Al Bandary Real Estate is prepared to fulfill all commercial real estate requirements. In line with the dynamic growth in Qatar, Al Bandary Real Estate has increased its workforce, placing emphasis on recruiting and training the brightest talents in the market today.\r\n\r\nCentral to this growth will be further business development across the business to match the ambitious growth plans for Al Bandary Real Estate.\r\n\r\nAl Bandary Real Estate believes in the power of giving back to the community. As real estate professionals that work in Qatar, we know that being committed to provide only high-quality services will play an active role in promoting the growth of our community. Whether you are a buyer or a seller, Al Bandary Real Estate can open up a whole world of choice in terms of location, price and property.\r\n[/av_tab]\r\n[av_tab title=\'Company History\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate was established in 2005, as a leading company that provides advanced property solutions in the State of Qatar. As a part of Bandary International Group, Al Bandary Real Estate is contributing to the economic progress of the State of Qatar. Al Bandary Real Estate is widely recognized to be one of the leading Real Estate firms operating in the State of Qatar.\r\n\r\nUnder the management of Mr. Mohammed Abdullatif A. Al Mana, chairman of the Group, a great emphasis has been placed on safety, environment, quality control and timely completion which made the company consistently meet the highest property solutions while constantly ensuring high quality standards by achieving optimal level of clients\' satisfaction.\r\n\r\nAs part of the wider Bandary International Group, which currently has over 16 individual companies covering key areas such as transportation, manufacturing and construction, the strength of the Group\'s performance is based on its ability to utilize the synergies between its companies to support and complement each other, and to manage risk through diversification and strong management.\r\n\r\nAl Bandary Real Estate surpasses other real estate firms by the extensive experience in a variety of real estate services including construction, management and inspections, this is in addition to the proficiency, reliability and integrity.\r\n\r\nThe company, which is a member of Bandary International Group (BIG), is established based on the framework of the country\'s strategic plan to diversify the sources of income. Coupled with its sustained policy of encouraging the private sector in Qatar by participating in the construction and management of real estate projects, Al Bandary Real Estate aims to be the leading provider of affordable housing to families with quality residential units at affordable prices throughout the GCC region.\r\n[/av_tab]\r\n[/av_tab_container]\r\n[/av_one_full]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_button label=\'Download Profile\' link=\'manually,http://metro-landscaping.com/en/wp-content/uploads/2016/11/RealEstate_Profile_EN.pdf\' link_target=\'_blank\' size=\'large\' position=\'left\' icon_select=\'yes\' icon_hover=\'aviaTBicon_hover\' icon=\'ue86f\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\']\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/pig-logo-social-1.png\' attachment=\'1114\' attachment_size=\'full\' align=\'left\' animation=\'no-animation\' styling=\'no-styling\' hover=\'av-hover-grow\' link=\'manually,http://big.qa/\' target=\'_blank\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\'][/av_image]\r\n\r\n[/av_one_fifth][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-15 09:47:36','2016-11-15 09:47:36','',8,'http://metro-landscaping.com/en/2016/11/15/8-revision-v1/',0,'revision','',0),(1123,1,'2016-11-15 09:49:35','2016-11-15 09:49:35','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1018\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector.\r\n\r\nOur team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n\r\nAl Bandary Real Estate is constantly looking to recruit and retain the highest caliber of talent, while securing a strong capital base and efficiently managing risks.\r\n\r\nAl Bandary Real Estate believes that these factors will lead to overall success while exploring opportunities that will have an added value to our clients, investors and shareholders.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_tab_container position=\'sidebar_tab sidebar_tab_left\' boxed=\'border_tabs\' initial=\'1\']\r\n[av_tab title=\'Vision, Mission & Values\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\n<strong>Vision</strong>\r\n\r\n- To be the pace setter in real estate services by exceeding customer expectations. Al Bandary Real Estate is committed to providing the most unique and comprehensive customer service for individuals interested in owning property.\r\n\r\n<strong>Mission</strong>\r\n\r\n- Aggressively pursue business through innovation to provide exceptional service to our clients\r\n\r\n- Ensuring career opportunities to our employees and continuous support to our society\r\n\r\n- Build lifetime relationships with our customers and communities.\r\n\r\n<strong>Values</strong>\r\n\r\n- Corporate Culture: Diversity and continued development, transparency, teamwork and integrity.\r\n\r\n- Performance: Our company ethics navigate our day-to-day lives to deliver an expected high quality range of products and services.\r\n\r\n- Spirit and future ambitions: Achieve long-term growth and raise the return on shareholder\'s equity services.\r\n[/av_tab]\r\n[av_tab title=\'Value in the market\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate emphasizes on quality rather than quantity as the main objective for all its endeavors. The company gained confidence and full trust in the property industry this has been achieved with high caliber professional approach with quality requirements. Al Bandary Real Estate has worthily established its roots in Qatar and is rated as one of the leading Class ‘A’ Real Estate Companies.\r\n\r\nThe professional team at Al Bandary Real Estate follows an active buy-manage-sell strategy as part of their professional portfolio management. They tackle their remit in property investment for the company with innovation, dedication and expertise.\r\n\r\nCustomer service – built on a foundation of experience and education – is the cornerstone of Al Bandary Real Estate success. Its track record built over the past years has proven that a focus on the customer\'s needs, backed by the ability to deliver and remains as important as ever.\r\n\r\nThis success shows the exponential growth of the company, and how through local knowledge and expertise Real Estate can offer the finest service through all stages of the real estate cycle.\r\n[/av_tab]\r\n[av_tab title=\'Company Capacity\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate has consistently been one of the leading Real Estate developers in Qatar. The company’s commitment to quality, efficiency and value, has allowed its projects to consistently achieve strong results.\r\n\r\nStrong industry links and the potential to create long-term partnerships with the area\'s prominent financial and governmental leaders have placed Al Bandary Real Estate in a favorable position. Al Bandary Real Estate had the vision to expand beyond facilitating traditional sale and lease transactions and provide a complete range of sales, leasing, consulting, development, and management services.\r\n\r\nWith a large portfolio of property listings and clients throughout Qatar, Al Bandary Real Estate is prepared to fulfill all commercial real estate requirements. In line with the dynamic growth in Qatar, Al Bandary Real Estate has increased its workforce, placing emphasis on recruiting and training the brightest talents in the market today.\r\n\r\nCentral to this growth will be further business development across the business to match the ambitious growth plans for Al Bandary Real Estate.\r\n\r\nAl Bandary Real Estate believes in the power of giving back to the community. As real estate professionals that work in Qatar, we know that being committed to provide only high-quality services will play an active role in promoting the growth of our community. Whether you are a buyer or a seller, Al Bandary Real Estate can open up a whole world of choice in terms of location, price and property.\r\n[/av_tab]\r\n[av_tab title=\'Company History\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate was established in 2005, as a leading company that provides advanced property solutions in the State of Qatar. As a part of Bandary International Group, Al Bandary Real Estate is contributing to the economic progress of the State of Qatar. Al Bandary Real Estate is widely recognized to be one of the leading Real Estate firms operating in the State of Qatar.\r\n\r\nUnder the management of Mr. Mohammed Abdullatif A. Al Mana, chairman of the Group, a great emphasis has been placed on safety, environment, quality control and timely completion which made the company consistently meet the highest property solutions while constantly ensuring high quality standards by achieving optimal level of clients\' satisfaction.\r\n\r\nAs part of the wider Bandary International Group, which currently has over 16 individual companies covering key areas such as transportation, manufacturing and construction, the strength of the Group\'s performance is based on its ability to utilize the synergies between its companies to support and complement each other, and to manage risk through diversification and strong management.\r\n\r\nAl Bandary Real Estate surpasses other real estate firms by the extensive experience in a variety of real estate services including construction, management and inspections, this is in addition to the proficiency, reliability and integrity.\r\n\r\nThe company, which is a member of Bandary International Group (BIG), is established based on the framework of the country\'s strategic plan to diversify the sources of income. Coupled with its sustained policy of encouraging the private sector in Qatar by participating in the construction and management of real estate projects, Al Bandary Real Estate aims to be the leading provider of affordable housing to families with quality residential units at affordable prices throughout the GCC region.\r\n[/av_tab]\r\n[/av_tab_container]\r\n[/av_one_full]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_button label=\'Download Profile\' link=\'manually,http://metro-landscaping.com/en/wp-content/uploads/2016/11/RealEstate_Profile_EN.pdf\' link_target=\'_blank\' size=\'large\' position=\'left\' icon_select=\'yes\' icon_hover=\'aviaTBicon_hover\' icon=\'ue86f\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\']\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,-50px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/pig-logo-social-1.png\' attachment=\'1114\' attachment_size=\'full\' align=\'left\' animation=\'no-animation\' styling=\'no-styling\' hover=\'av-hover-grow\' link=\'manually,http://big.qa/\' target=\'_blank\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\'][/av_image]\r\n\r\n[/av_one_fifth][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-15 09:49:35','2016-11-15 09:49:35','',8,'http://metro-landscaping.com/en/2016/11/15/8-revision-v1/',0,'revision','',0),(1124,1,'2016-11-15 09:50:23','2016-11-15 09:50:23','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1018\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector.\r\n\r\nOur team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n\r\nAl Bandary Real Estate is constantly looking to recruit and retain the highest caliber of talent, while securing a strong capital base and efficiently managing risks.\r\n\r\nAl Bandary Real Estate believes that these factors will lead to overall success while exploring opportunities that will have an added value to our clients, investors and shareholders.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_tab_container position=\'sidebar_tab sidebar_tab_left\' boxed=\'border_tabs\' initial=\'1\']\r\n[av_tab title=\'Vision, Mission & Values\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\n<strong>Vision</strong>\r\n\r\n- To be the pace setter in real estate services by exceeding customer expectations. Al Bandary Real Estate is committed to providing the most unique and comprehensive customer service for individuals interested in owning property.\r\n\r\n<strong>Mission</strong>\r\n\r\n- Aggressively pursue business through innovation to provide exceptional service to our clients\r\n\r\n- Ensuring career opportunities to our employees and continuous support to our society\r\n\r\n- Build lifetime relationships with our customers and communities.\r\n\r\n<strong>Values</strong>\r\n\r\n- Corporate Culture: Diversity and continued development, transparency, teamwork and integrity.\r\n\r\n- Performance: Our company ethics navigate our day-to-day lives to deliver an expected high quality range of products and services.\r\n\r\n- Spirit and future ambitions: Achieve long-term growth and raise the return on shareholder\'s equity services.\r\n[/av_tab]\r\n[av_tab title=\'Value in the market\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate emphasizes on quality rather than quantity as the main objective for all its endeavors. The company gained confidence and full trust in the property industry this has been achieved with high caliber professional approach with quality requirements. Al Bandary Real Estate has worthily established its roots in Qatar and is rated as one of the leading Class ‘A’ Real Estate Companies.\r\n\r\nThe professional team at Al Bandary Real Estate follows an active buy-manage-sell strategy as part of their professional portfolio management. They tackle their remit in property investment for the company with innovation, dedication and expertise.\r\n\r\nCustomer service – built on a foundation of experience and education – is the cornerstone of Al Bandary Real Estate success. Its track record built over the past years has proven that a focus on the customer\'s needs, backed by the ability to deliver and remains as important as ever.\r\n\r\nThis success shows the exponential growth of the company, and how through local knowledge and expertise Real Estate can offer the finest service through all stages of the real estate cycle.\r\n[/av_tab]\r\n[av_tab title=\'Company Capacity\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate has consistently been one of the leading Real Estate developers in Qatar. The company’s commitment to quality, efficiency and value, has allowed its projects to consistently achieve strong results.\r\n\r\nStrong industry links and the potential to create long-term partnerships with the area\'s prominent financial and governmental leaders have placed Al Bandary Real Estate in a favorable position. Al Bandary Real Estate had the vision to expand beyond facilitating traditional sale and lease transactions and provide a complete range of sales, leasing, consulting, development, and management services.\r\n\r\nWith a large portfolio of property listings and clients throughout Qatar, Al Bandary Real Estate is prepared to fulfill all commercial real estate requirements. In line with the dynamic growth in Qatar, Al Bandary Real Estate has increased its workforce, placing emphasis on recruiting and training the brightest talents in the market today.\r\n\r\nCentral to this growth will be further business development across the business to match the ambitious growth plans for Al Bandary Real Estate.\r\n\r\nAl Bandary Real Estate believes in the power of giving back to the community. As real estate professionals that work in Qatar, we know that being committed to provide only high-quality services will play an active role in promoting the growth of our community. Whether you are a buyer or a seller, Al Bandary Real Estate can open up a whole world of choice in terms of location, price and property.\r\n[/av_tab]\r\n[av_tab title=\'Company History\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate was established in 2005, as a leading company that provides advanced property solutions in the State of Qatar. As a part of Bandary International Group, Al Bandary Real Estate is contributing to the economic progress of the State of Qatar. Al Bandary Real Estate is widely recognized to be one of the leading Real Estate firms operating in the State of Qatar.\r\n\r\nUnder the management of Mr. Mohammed Abdullatif A. Al Mana, chairman of the Group, a great emphasis has been placed on safety, environment, quality control and timely completion which made the company consistently meet the highest property solutions while constantly ensuring high quality standards by achieving optimal level of clients\' satisfaction.\r\n\r\nAs part of the wider Bandary International Group, which currently has over 16 individual companies covering key areas such as transportation, manufacturing and construction, the strength of the Group\'s performance is based on its ability to utilize the synergies between its companies to support and complement each other, and to manage risk through diversification and strong management.\r\n\r\nAl Bandary Real Estate surpasses other real estate firms by the extensive experience in a variety of real estate services including construction, management and inspections, this is in addition to the proficiency, reliability and integrity.\r\n\r\nThe company, which is a member of Bandary International Group (BIG), is established based on the framework of the country\'s strategic plan to diversify the sources of income. Coupled with its sustained policy of encouraging the private sector in Qatar by participating in the construction and management of real estate projects, Al Bandary Real Estate aims to be the leading provider of affordable housing to families with quality residential units at affordable prices throughout the GCC region.\r\n[/av_tab]\r\n[/av_tab_container]\r\n[/av_one_full]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_button label=\'Download Profile\' link=\'manually,http://metro-landscaping.com/en/wp-content/uploads/2016/11/RealEstate_Profile_EN.pdf\' link_target=\'_blank\' size=\'x-large\' position=\'left\' icon_select=\'yes\' icon_hover=\'aviaTBicon_hover\' icon=\'ue86f\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\']\r\n\r\n[/av_one_fifth][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-15 09:50:23','2016-11-15 09:50:23','',8,'http://metro-landscaping.com/en/2016/11/15/8-revision-v1/',0,'revision','',0),(1125,1,'2016-11-15 09:51:09','2016-11-15 09:51:09','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1018\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector.\r\n\r\nOur team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n\r\nAl Bandary Real Estate is constantly looking to recruit and retain the highest caliber of talent, while securing a strong capital base and efficiently managing risks.\r\n\r\nAl Bandary Real Estate believes that these factors will lead to overall success while exploring opportunities that will have an added value to our clients, investors and shareholders.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_tab_container position=\'sidebar_tab sidebar_tab_left\' boxed=\'border_tabs\' initial=\'1\']\r\n[av_tab title=\'Vision, Mission & Values\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\n<strong>Vision</strong>\r\n\r\n- To be the pace setter in real estate services by exceeding customer expectations. Al Bandary Real Estate is committed to providing the most unique and comprehensive customer service for individuals interested in owning property.\r\n\r\n<strong>Mission</strong>\r\n\r\n- Aggressively pursue business through innovation to provide exceptional service to our clients\r\n\r\n- Ensuring career opportunities to our employees and continuous support to our society\r\n\r\n- Build lifetime relationships with our customers and communities.\r\n\r\n<strong>Values</strong>\r\n\r\n- Corporate Culture: Diversity and continued development, transparency, teamwork and integrity.\r\n\r\n- Performance: Our company ethics navigate our day-to-day lives to deliver an expected high quality range of products and services.\r\n\r\n- Spirit and future ambitions: Achieve long-term growth and raise the return on shareholder\'s equity services.\r\n[/av_tab]\r\n[av_tab title=\'Value in the market\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate emphasizes on quality rather than quantity as the main objective for all its endeavors. The company gained confidence and full trust in the property industry this has been achieved with high caliber professional approach with quality requirements. Al Bandary Real Estate has worthily established its roots in Qatar and is rated as one of the leading Class ‘A’ Real Estate Companies.\r\n\r\nThe professional team at Al Bandary Real Estate follows an active buy-manage-sell strategy as part of their professional portfolio management. They tackle their remit in property investment for the company with innovation, dedication and expertise.\r\n\r\nCustomer service – built on a foundation of experience and education – is the cornerstone of Al Bandary Real Estate success. Its track record built over the past years has proven that a focus on the customer\'s needs, backed by the ability to deliver and remains as important as ever.\r\n\r\nThis success shows the exponential growth of the company, and how through local knowledge and expertise Real Estate can offer the finest service through all stages of the real estate cycle.\r\n[/av_tab]\r\n[av_tab title=\'Company Capacity\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate has consistently been one of the leading Real Estate developers in Qatar. The company’s commitment to quality, efficiency and value, has allowed its projects to consistently achieve strong results.\r\n\r\nStrong industry links and the potential to create long-term partnerships with the area\'s prominent financial and governmental leaders have placed Al Bandary Real Estate in a favorable position. Al Bandary Real Estate had the vision to expand beyond facilitating traditional sale and lease transactions and provide a complete range of sales, leasing, consulting, development, and management services.\r\n\r\nWith a large portfolio of property listings and clients throughout Qatar, Al Bandary Real Estate is prepared to fulfill all commercial real estate requirements. In line with the dynamic growth in Qatar, Al Bandary Real Estate has increased its workforce, placing emphasis on recruiting and training the brightest talents in the market today.\r\n\r\nCentral to this growth will be further business development across the business to match the ambitious growth plans for Al Bandary Real Estate.\r\n\r\nAl Bandary Real Estate believes in the power of giving back to the community. As real estate professionals that work in Qatar, we know that being committed to provide only high-quality services will play an active role in promoting the growth of our community. Whether you are a buyer or a seller, Al Bandary Real Estate can open up a whole world of choice in terms of location, price and property.\r\n[/av_tab]\r\n[av_tab title=\'Company History\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate was established in 2005, as a leading company that provides advanced property solutions in the State of Qatar. As a part of Bandary International Group, Al Bandary Real Estate is contributing to the economic progress of the State of Qatar. Al Bandary Real Estate is widely recognized to be one of the leading Real Estate firms operating in the State of Qatar.\r\n\r\nUnder the management of Mr. Mohammed Abdullatif A. Al Mana, chairman of the Group, a great emphasis has been placed on safety, environment, quality control and timely completion which made the company consistently meet the highest property solutions while constantly ensuring high quality standards by achieving optimal level of clients\' satisfaction.\r\n\r\nAs part of the wider Bandary International Group, which currently has over 16 individual companies covering key areas such as transportation, manufacturing and construction, the strength of the Group\'s performance is based on its ability to utilize the synergies between its companies to support and complement each other, and to manage risk through diversification and strong management.\r\n\r\nAl Bandary Real Estate surpasses other real estate firms by the extensive experience in a variety of real estate services including construction, management and inspections, this is in addition to the proficiency, reliability and integrity.\r\n\r\nThe company, which is a member of Bandary International Group (BIG), is established based on the framework of the country\'s strategic plan to diversify the sources of income. Coupled with its sustained policy of encouraging the private sector in Qatar by participating in the construction and management of real estate projects, Al Bandary Real Estate aims to be the leading provider of affordable housing to families with quality residential units at affordable prices throughout the GCC region.\r\n[/av_tab]\r\n[/av_tab_container]\r\n[/av_one_full]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_button label=\'Download Profile\' link=\'manually,http://metro-landscaping.com/en/wp-content/uploads/2016/11/RealEstate_Profile_EN.pdf\' link_target=\'_blank\' size=\'large\' position=\'left\' icon_select=\'yes\' icon=\'ue86f\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\']\r\n\r\n[/av_one_fifth][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-15 09:51:09','2016-11-15 09:51:09','',8,'http://metro-landscaping.com/en/2016/11/15/8-revision-v1/',0,'revision','',0),(1126,1,'2016-11-15 09:51:46','2016-11-15 09:51:46','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1018\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector.\r\n\r\nOur team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n\r\nAl Bandary Real Estate is constantly looking to recruit and retain the highest caliber of talent, while securing a strong capital base and efficiently managing risks.\r\n\r\nAl Bandary Real Estate believes that these factors will lead to overall success while exploring opportunities that will have an added value to our clients, investors and shareholders.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_tab_container position=\'sidebar_tab sidebar_tab_left\' boxed=\'border_tabs\' initial=\'1\']\r\n[av_tab title=\'Vision, Mission & Values\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\n<strong>Vision</strong>\r\n\r\n- To be the pace setter in real estate services by exceeding customer expectations. Al Bandary Real Estate is committed to providing the most unique and comprehensive customer service for individuals interested in owning property.\r\n\r\n<strong>Mission</strong>\r\n\r\n- Aggressively pursue business through innovation to provide exceptional service to our clients\r\n\r\n- Ensuring career opportunities to our employees and continuous support to our society\r\n\r\n- Build lifetime relationships with our customers and communities.\r\n\r\n<strong>Values</strong>\r\n\r\n- Corporate Culture: Diversity and continued development, transparency, teamwork and integrity.\r\n\r\n- Performance: Our company ethics navigate our day-to-day lives to deliver an expected high quality range of products and services.\r\n\r\n- Spirit and future ambitions: Achieve long-term growth and raise the return on shareholder\'s equity services.\r\n[/av_tab]\r\n[av_tab title=\'Value in the market\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate emphasizes on quality rather than quantity as the main objective for all its endeavors. The company gained confidence and full trust in the property industry this has been achieved with high caliber professional approach with quality requirements. Al Bandary Real Estate has worthily established its roots in Qatar and is rated as one of the leading Class ‘A’ Real Estate Companies.\r\n\r\nThe professional team at Al Bandary Real Estate follows an active buy-manage-sell strategy as part of their professional portfolio management. They tackle their remit in property investment for the company with innovation, dedication and expertise.\r\n\r\nCustomer service – built on a foundation of experience and education – is the cornerstone of Al Bandary Real Estate success. Its track record built over the past years has proven that a focus on the customer\'s needs, backed by the ability to deliver and remains as important as ever.\r\n\r\nThis success shows the exponential growth of the company, and how through local knowledge and expertise Real Estate can offer the finest service through all stages of the real estate cycle.\r\n[/av_tab]\r\n[av_tab title=\'Company Capacity\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate has consistently been one of the leading Real Estate developers in Qatar. The company’s commitment to quality, efficiency and value, has allowed its projects to consistently achieve strong results.\r\n\r\nStrong industry links and the potential to create long-term partnerships with the area\'s prominent financial and governmental leaders have placed Al Bandary Real Estate in a favorable position. Al Bandary Real Estate had the vision to expand beyond facilitating traditional sale and lease transactions and provide a complete range of sales, leasing, consulting, development, and management services.\r\n\r\nWith a large portfolio of property listings and clients throughout Qatar, Al Bandary Real Estate is prepared to fulfill all commercial real estate requirements. In line with the dynamic growth in Qatar, Al Bandary Real Estate has increased its workforce, placing emphasis on recruiting and training the brightest talents in the market today.\r\n\r\nCentral to this growth will be further business development across the business to match the ambitious growth plans for Al Bandary Real Estate.\r\n\r\nAl Bandary Real Estate believes in the power of giving back to the community. As real estate professionals that work in Qatar, we know that being committed to provide only high-quality services will play an active role in promoting the growth of our community. Whether you are a buyer or a seller, Al Bandary Real Estate can open up a whole world of choice in terms of location, price and property.\r\n[/av_tab]\r\n[av_tab title=\'Company History\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate was established in 2005, as a leading company that provides advanced property solutions in the State of Qatar. As a part of Bandary International Group, Al Bandary Real Estate is contributing to the economic progress of the State of Qatar. Al Bandary Real Estate is widely recognized to be one of the leading Real Estate firms operating in the State of Qatar.\r\n\r\nUnder the management of Mr. Mohammed Abdullatif A. Al Mana, chairman of the Group, a great emphasis has been placed on safety, environment, quality control and timely completion which made the company consistently meet the highest property solutions while constantly ensuring high quality standards by achieving optimal level of clients\' satisfaction.\r\n\r\nAs part of the wider Bandary International Group, which currently has over 16 individual companies covering key areas such as transportation, manufacturing and construction, the strength of the Group\'s performance is based on its ability to utilize the synergies between its companies to support and complement each other, and to manage risk through diversification and strong management.\r\n\r\nAl Bandary Real Estate surpasses other real estate firms by the extensive experience in a variety of real estate services including construction, management and inspections, this is in addition to the proficiency, reliability and integrity.\r\n\r\nThe company, which is a member of Bandary International Group (BIG), is established based on the framework of the country\'s strategic plan to diversify the sources of income. Coupled with its sustained policy of encouraging the private sector in Qatar by participating in the construction and management of real estate projects, Al Bandary Real Estate aims to be the leading provider of affordable housing to families with quality residential units at affordable prices throughout the GCC region.\r\n[/av_tab]\r\n[/av_tab_container]\r\n[/av_one_full]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-100px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_button label=\'Download Profile\' link=\'manually,http://metro-landscaping.com/en/wp-content/uploads/2016/11/RealEstate_Profile_EN.pdf\' link_target=\'_blank\' size=\'large\' position=\'left\' icon_select=\'yes\' icon=\'ue86f\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\']\r\n[/av_one_fifth]\r\n\r\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-15 09:51:46','2016-11-15 09:51:46','',8,'http://metro-landscaping.com/en/2016/11/15/8-revision-v1/',0,'revision','',0),(1127,1,'2016-11-15 09:52:30','2016-11-15 09:52:30','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1018\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector.\r\n\r\nOur team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n\r\nAl Bandary Real Estate is constantly looking to recruit and retain the highest caliber of talent, while securing a strong capital base and efficiently managing risks.\r\n\r\nAl Bandary Real Estate believes that these factors will lead to overall success while exploring opportunities that will have an added value to our clients, investors and shareholders.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_tab_container position=\'sidebar_tab sidebar_tab_left\' boxed=\'border_tabs\' initial=\'1\']\r\n[av_tab title=\'Vision, Mission & Values\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\n<strong>Vision</strong>\r\n\r\n- To be the pace setter in real estate services by exceeding customer expectations. Al Bandary Real Estate is committed to providing the most unique and comprehensive customer service for individuals interested in owning property.\r\n\r\n<strong>Mission</strong>\r\n\r\n- Aggressively pursue business through innovation to provide exceptional service to our clients\r\n\r\n- Ensuring career opportunities to our employees and continuous support to our society\r\n\r\n- Build lifetime relationships with our customers and communities.\r\n\r\n<strong>Values</strong>\r\n\r\n- Corporate Culture: Diversity and continued development, transparency, teamwork and integrity.\r\n\r\n- Performance: Our company ethics navigate our day-to-day lives to deliver an expected high quality range of products and services.\r\n\r\n- Spirit and future ambitions: Achieve long-term growth and raise the return on shareholder\'s equity services.\r\n[/av_tab]\r\n[av_tab title=\'Value in the market\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate emphasizes on quality rather than quantity as the main objective for all its endeavors. The company gained confidence and full trust in the property industry this has been achieved with high caliber professional approach with quality requirements. Al Bandary Real Estate has worthily established its roots in Qatar and is rated as one of the leading Class ‘A’ Real Estate Companies.\r\n\r\nThe professional team at Al Bandary Real Estate follows an active buy-manage-sell strategy as part of their professional portfolio management. They tackle their remit in property investment for the company with innovation, dedication and expertise.\r\n\r\nCustomer service – built on a foundation of experience and education – is the cornerstone of Al Bandary Real Estate success. Its track record built over the past years has proven that a focus on the customer\'s needs, backed by the ability to deliver and remains as important as ever.\r\n\r\nThis success shows the exponential growth of the company, and how through local knowledge and expertise Real Estate can offer the finest service through all stages of the real estate cycle.\r\n[/av_tab]\r\n[av_tab title=\'Company Capacity\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate has consistently been one of the leading Real Estate developers in Qatar. The company’s commitment to quality, efficiency and value, has allowed its projects to consistently achieve strong results.\r\n\r\nStrong industry links and the potential to create long-term partnerships with the area\'s prominent financial and governmental leaders have placed Al Bandary Real Estate in a favorable position. Al Bandary Real Estate had the vision to expand beyond facilitating traditional sale and lease transactions and provide a complete range of sales, leasing, consulting, development, and management services.\r\n\r\nWith a large portfolio of property listings and clients throughout Qatar, Al Bandary Real Estate is prepared to fulfill all commercial real estate requirements. In line with the dynamic growth in Qatar, Al Bandary Real Estate has increased its workforce, placing emphasis on recruiting and training the brightest talents in the market today.\r\n\r\nCentral to this growth will be further business development across the business to match the ambitious growth plans for Al Bandary Real Estate.\r\n\r\nAl Bandary Real Estate believes in the power of giving back to the community. As real estate professionals that work in Qatar, we know that being committed to provide only high-quality services will play an active role in promoting the growth of our community. Whether you are a buyer or a seller, Al Bandary Real Estate can open up a whole world of choice in terms of location, price and property.\r\n[/av_tab]\r\n[av_tab title=\'Company History\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate was established in 2005, as a leading company that provides advanced property solutions in the State of Qatar. As a part of Bandary International Group, Al Bandary Real Estate is contributing to the economic progress of the State of Qatar. Al Bandary Real Estate is widely recognized to be one of the leading Real Estate firms operating in the State of Qatar.\r\n\r\nUnder the management of Mr. Mohammed Abdullatif A. Al Mana, chairman of the Group, a great emphasis has been placed on safety, environment, quality control and timely completion which made the company consistently meet the highest property solutions while constantly ensuring high quality standards by achieving optimal level of clients\' satisfaction.\r\n\r\nAs part of the wider Bandary International Group, which currently has over 16 individual companies covering key areas such as transportation, manufacturing and construction, the strength of the Group\'s performance is based on its ability to utilize the synergies between its companies to support and complement each other, and to manage risk through diversification and strong management.\r\n\r\nAl Bandary Real Estate surpasses other real estate firms by the extensive experience in a variety of real estate services including construction, management and inspections, this is in addition to the proficiency, reliability and integrity.\r\n\r\nThe company, which is a member of Bandary International Group (BIG), is established based on the framework of the country\'s strategic plan to diversify the sources of income. Coupled with its sustained policy of encouraging the private sector in Qatar by participating in the construction and management of real estate projects, Al Bandary Real Estate aims to be the leading provider of affordable housing to families with quality residential units at affordable prices throughout the GCC region.\r\n[/av_tab]\r\n[/av_tab_container]\r\n[/av_one_full]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-300px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_button label=\'Download Profile\' link=\'manually,http://metro-landscaping.com/en/wp-content/uploads/2016/11/RealEstate_Profile_EN.pdf\' link_target=\'_blank\' size=\'large\' position=\'left\' icon_select=\'yes\' icon=\'ue86f\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\']\r\n[/av_one_fifth]\r\n\r\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-15 09:52:30','2016-11-15 09:52:30','',8,'http://metro-landscaping.com/en/2016/11/15/8-revision-v1/',0,'revision','',0),(1128,1,'2016-11-15 09:53:10','2016-11-15 09:53:10','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1018\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector.\r\n\r\nOur team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n\r\nAl Bandary Real Estate is constantly looking to recruit and retain the highest caliber of talent, while securing a strong capital base and efficiently managing risks.\r\n\r\nAl Bandary Real Estate believes that these factors will lead to overall success while exploring opportunities that will have an added value to our clients, investors and shareholders.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_tab_container position=\'sidebar_tab sidebar_tab_left\' boxed=\'border_tabs\' initial=\'1\']\r\n[av_tab title=\'Vision, Mission & Values\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\n<strong>Vision</strong>\r\n\r\n- To be the pace setter in real estate services by exceeding customer expectations. Al Bandary Real Estate is committed to providing the most unique and comprehensive customer service for individuals interested in owning property.\r\n\r\n<strong>Mission</strong>\r\n\r\n- Aggressively pursue business through innovation to provide exceptional service to our clients\r\n\r\n- Ensuring career opportunities to our employees and continuous support to our society\r\n\r\n- Build lifetime relationships with our customers and communities.\r\n\r\n<strong>Values</strong>\r\n\r\n- Corporate Culture: Diversity and continued development, transparency, teamwork and integrity.\r\n\r\n- Performance: Our company ethics navigate our day-to-day lives to deliver an expected high quality range of products and services.\r\n\r\n- Spirit and future ambitions: Achieve long-term growth and raise the return on shareholder\'s equity services.\r\n[/av_tab]\r\n[av_tab title=\'Value in the market\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate emphasizes on quality rather than quantity as the main objective for all its endeavors. The company gained confidence and full trust in the property industry this has been achieved with high caliber professional approach with quality requirements. Al Bandary Real Estate has worthily established its roots in Qatar and is rated as one of the leading Class ‘A’ Real Estate Companies.\r\n\r\nThe professional team at Al Bandary Real Estate follows an active buy-manage-sell strategy as part of their professional portfolio management. They tackle their remit in property investment for the company with innovation, dedication and expertise.\r\n\r\nCustomer service – built on a foundation of experience and education – is the cornerstone of Al Bandary Real Estate success. Its track record built over the past years has proven that a focus on the customer\'s needs, backed by the ability to deliver and remains as important as ever.\r\n\r\nThis success shows the exponential growth of the company, and how through local knowledge and expertise Real Estate can offer the finest service through all stages of the real estate cycle.\r\n[/av_tab]\r\n[av_tab title=\'Company Capacity\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate has consistently been one of the leading Real Estate developers in Qatar. The company’s commitment to quality, efficiency and value, has allowed its projects to consistently achieve strong results.\r\n\r\nStrong industry links and the potential to create long-term partnerships with the area\'s prominent financial and governmental leaders have placed Al Bandary Real Estate in a favorable position. Al Bandary Real Estate had the vision to expand beyond facilitating traditional sale and lease transactions and provide a complete range of sales, leasing, consulting, development, and management services.\r\n\r\nWith a large portfolio of property listings and clients throughout Qatar, Al Bandary Real Estate is prepared to fulfill all commercial real estate requirements. In line with the dynamic growth in Qatar, Al Bandary Real Estate has increased its workforce, placing emphasis on recruiting and training the brightest talents in the market today.\r\n\r\nCentral to this growth will be further business development across the business to match the ambitious growth plans for Al Bandary Real Estate.\r\n\r\nAl Bandary Real Estate believes in the power of giving back to the community. As real estate professionals that work in Qatar, we know that being committed to provide only high-quality services will play an active role in promoting the growth of our community. Whether you are a buyer or a seller, Al Bandary Real Estate can open up a whole world of choice in terms of location, price and property.\r\n[/av_tab]\r\n[av_tab title=\'Company History\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate was established in 2005, as a leading company that provides advanced property solutions in the State of Qatar. As a part of Bandary International Group, Al Bandary Real Estate is contributing to the economic progress of the State of Qatar. Al Bandary Real Estate is widely recognized to be one of the leading Real Estate firms operating in the State of Qatar.\r\n\r\nUnder the management of Mr. Mohammed Abdullatif A. Al Mana, chairman of the Group, a great emphasis has been placed on safety, environment, quality control and timely completion which made the company consistently meet the highest property solutions while constantly ensuring high quality standards by achieving optimal level of clients\' satisfaction.\r\n\r\nAs part of the wider Bandary International Group, which currently has over 16 individual companies covering key areas such as transportation, manufacturing and construction, the strength of the Group\'s performance is based on its ability to utilize the synergies between its companies to support and complement each other, and to manage risk through diversification and strong management.\r\n\r\nAl Bandary Real Estate surpasses other real estate firms by the extensive experience in a variety of real estate services including construction, management and inspections, this is in addition to the proficiency, reliability and integrity.\r\n\r\nThe company, which is a member of Bandary International Group (BIG), is established based on the framework of the country\'s strategic plan to diversify the sources of income. Coupled with its sustained policy of encouraging the private sector in Qatar by participating in the construction and management of real estate projects, Al Bandary Real Estate aims to be the leading provider of affordable housing to families with quality residential units at affordable prices throughout the GCC region.\r\n[/av_tab]\r\n[/av_tab_container]\r\n[/av_one_full]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-250px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_button label=\'Download Profile\' link=\'manually,http://metro-landscaping.com/en/wp-content/uploads/2016/11/RealEstate_Profile_EN.pdf\' link_target=\'_blank\' size=\'large\' position=\'left\' icon_select=\'yes\' icon=\'ue86f\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\']\r\n[/av_one_fifth]\r\n\r\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-15 09:53:10','2016-11-15 09:53:10','',8,'http://metro-landscaping.com/en/2016/11/15/8-revision-v1/',0,'revision','',0),(1129,1,'2016-11-15 09:53:49','2016-11-15 09:53:49','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1018\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector.\r\n\r\nOur team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n\r\nAl Bandary Real Estate is constantly looking to recruit and retain the highest caliber of talent, while securing a strong capital base and efficiently managing risks.\r\n\r\nAl Bandary Real Estate believes that these factors will lead to overall success while exploring opportunities that will have an added value to our clients, investors and shareholders.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_tab_container position=\'sidebar_tab sidebar_tab_left\' boxed=\'border_tabs\' initial=\'1\']\r\n[av_tab title=\'Vision, Mission & Values\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\n<strong>Vision</strong>\r\n\r\n- To be the pace setter in real estate services by exceeding customer expectations. Al Bandary Real Estate is committed to providing the most unique and comprehensive customer service for individuals interested in owning property.\r\n\r\n<strong>Mission</strong>\r\n\r\n- Aggressively pursue business through innovation to provide exceptional service to our clients\r\n\r\n- Ensuring career opportunities to our employees and continuous support to our society\r\n\r\n- Build lifetime relationships with our customers and communities.\r\n\r\n<strong>Values</strong>\r\n\r\n- Corporate Culture: Diversity and continued development, transparency, teamwork and integrity.\r\n\r\n- Performance: Our company ethics navigate our day-to-day lives to deliver an expected high quality range of products and services.\r\n\r\n- Spirit and future ambitions: Achieve long-term growth and raise the return on shareholder\'s equity services.\r\n[/av_tab]\r\n[av_tab title=\'Value in the market\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate emphasizes on quality rather than quantity as the main objective for all its endeavors. The company gained confidence and full trust in the property industry this has been achieved with high caliber professional approach with quality requirements. Al Bandary Real Estate has worthily established its roots in Qatar and is rated as one of the leading Class ‘A’ Real Estate Companies.\r\n\r\nThe professional team at Al Bandary Real Estate follows an active buy-manage-sell strategy as part of their professional portfolio management. They tackle their remit in property investment for the company with innovation, dedication and expertise.\r\n\r\nCustomer service – built on a foundation of experience and education – is the cornerstone of Al Bandary Real Estate success. Its track record built over the past years has proven that a focus on the customer\'s needs, backed by the ability to deliver and remains as important as ever.\r\n\r\nThis success shows the exponential growth of the company, and how through local knowledge and expertise Real Estate can offer the finest service through all stages of the real estate cycle.\r\n[/av_tab]\r\n[av_tab title=\'Company Capacity\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate has consistently been one of the leading Real Estate developers in Qatar. The company’s commitment to quality, efficiency and value, has allowed its projects to consistently achieve strong results.\r\n\r\nStrong industry links and the potential to create long-term partnerships with the area\'s prominent financial and governmental leaders have placed Al Bandary Real Estate in a favorable position. Al Bandary Real Estate had the vision to expand beyond facilitating traditional sale and lease transactions and provide a complete range of sales, leasing, consulting, development, and management services.\r\n\r\nWith a large portfolio of property listings and clients throughout Qatar, Al Bandary Real Estate is prepared to fulfill all commercial real estate requirements. In line with the dynamic growth in Qatar, Al Bandary Real Estate has increased its workforce, placing emphasis on recruiting and training the brightest talents in the market today.\r\n\r\nCentral to this growth will be further business development across the business to match the ambitious growth plans for Al Bandary Real Estate.\r\n\r\nAl Bandary Real Estate believes in the power of giving back to the community. As real estate professionals that work in Qatar, we know that being committed to provide only high-quality services will play an active role in promoting the growth of our community. Whether you are a buyer or a seller, Al Bandary Real Estate can open up a whole world of choice in terms of location, price and property.\r\n[/av_tab]\r\n[av_tab title=\'Company History\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate was established in 2005, as a leading company that provides advanced property solutions in the State of Qatar. As a part of Bandary International Group, Al Bandary Real Estate is contributing to the economic progress of the State of Qatar. Al Bandary Real Estate is widely recognized to be one of the leading Real Estate firms operating in the State of Qatar.\r\n\r\nUnder the management of Mr. Mohammed Abdullatif A. Al Mana, chairman of the Group, a great emphasis has been placed on safety, environment, quality control and timely completion which made the company consistently meet the highest property solutions while constantly ensuring high quality standards by achieving optimal level of clients\' satisfaction.\r\n\r\nAs part of the wider Bandary International Group, which currently has over 16 individual companies covering key areas such as transportation, manufacturing and construction, the strength of the Group\'s performance is based on its ability to utilize the synergies between its companies to support and complement each other, and to manage risk through diversification and strong management.\r\n\r\nAl Bandary Real Estate surpasses other real estate firms by the extensive experience in a variety of real estate services including construction, management and inspections, this is in addition to the proficiency, reliability and integrity.\r\n\r\nThe company, which is a member of Bandary International Group (BIG), is established based on the framework of the country\'s strategic plan to diversify the sources of income. Coupled with its sustained policy of encouraging the private sector in Qatar by participating in the construction and management of real estate projects, Al Bandary Real Estate aims to be the leading provider of affordable housing to families with quality residential units at affordable prices throughout the GCC region.\r\n[/av_tab]\r\n[/av_tab_container]\r\n[/av_one_full]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-210px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_button label=\'Download Profile\' link=\'manually,http://metro-landscaping.com/en/wp-content/uploads/2016/11/RealEstate_Profile_EN.pdf\' link_target=\'_blank\' size=\'large\' position=\'left\' icon_select=\'yes\' icon=\'ue86f\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\']\r\n[/av_one_fifth]\r\n\r\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-15 09:53:49','2016-11-15 09:53:49','',8,'http://metro-landscaping.com/en/2016/11/15/8-revision-v1/',0,'revision','',0),(1130,1,'2016-11-15 09:58:37','2016-11-15 09:58:37','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1018\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector.\r\n\r\nOur team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n\r\nAl Bandary Real Estate is constantly looking to recruit and retain the highest caliber of talent, while securing a strong capital base and efficiently managing risks.\r\n\r\nAl Bandary Real Estate believes that these factors will lead to overall success while exploring opportunities that will have an added value to our clients, investors and shareholders.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_tab_container position=\'sidebar_tab sidebar_tab_left\' boxed=\'border_tabs\' initial=\'1\']\r\n[av_tab title=\'Vision, Mission & Values\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\n<strong>Vision</strong>\r\n\r\n- To be the pace setter in real estate services by exceeding customer expectations. Al Bandary Real Estate is committed to providing the most unique and comprehensive customer service for individuals interested in owning property.\r\n\r\n<strong>Mission</strong>\r\n\r\n- Aggressively pursue business through innovation to provide exceptional service to our clients\r\n\r\n- Ensuring career opportunities to our employees and continuous support to our society\r\n\r\n- Build lifetime relationships with our customers and communities.\r\n\r\n<strong>Values</strong>\r\n\r\n- Corporate Culture: Diversity and continued development, transparency, teamwork and integrity.\r\n\r\n- Performance: Our company ethics navigate our day-to-day lives to deliver an expected high quality range of products and services.\r\n\r\n- Spirit and future ambitions: Achieve long-term growth and raise the return on shareholder\'s equity services.\r\n[/av_tab]\r\n[av_tab title=\'Value in the market\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate emphasizes on quality rather than quantity as the main objective for all its endeavors. The company gained confidence and full trust in the property industry this has been achieved with high caliber professional approach with quality requirements. Al Bandary Real Estate has worthily established its roots in Qatar and is rated as one of the leading Class ‘A’ Real Estate Companies.\r\n\r\nThe professional team at Al Bandary Real Estate follows an active buy-manage-sell strategy as part of their professional portfolio management. They tackle their remit in property investment for the company with innovation, dedication and expertise.\r\n\r\nCustomer service – built on a foundation of experience and education – is the cornerstone of Al Bandary Real Estate success. Its track record built over the past years has proven that a focus on the customer\'s needs, backed by the ability to deliver and remains as important as ever.\r\n\r\nThis success shows the exponential growth of the company, and how through local knowledge and expertise Real Estate can offer the finest service through all stages of the real estate cycle.\r\n[/av_tab]\r\n[av_tab title=\'Company Capacity\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate has consistently been one of the leading Real Estate developers in Qatar. The company’s commitment to quality, efficiency and value, has allowed its projects to consistently achieve strong results.\r\n\r\nStrong industry links and the potential to create long-term partnerships with the area\'s prominent financial and governmental leaders have placed Al Bandary Real Estate in a favorable position. Al Bandary Real Estate had the vision to expand beyond facilitating traditional sale and lease transactions and provide a complete range of sales, leasing, consulting, development, and management services.\r\n\r\nWith a large portfolio of property listings and clients throughout Qatar, Al Bandary Real Estate is prepared to fulfill all commercial real estate requirements. In line with the dynamic growth in Qatar, Al Bandary Real Estate has increased its workforce, placing emphasis on recruiting and training the brightest talents in the market today.\r\n\r\nCentral to this growth will be further business development across the business to match the ambitious growth plans for Al Bandary Real Estate.\r\n\r\nAl Bandary Real Estate believes in the power of giving back to the community. As real estate professionals that work in Qatar, we know that being committed to provide only high-quality services will play an active role in promoting the growth of our community. Whether you are a buyer or a seller, Al Bandary Real Estate can open up a whole world of choice in terms of location, price and property.\r\n[/av_tab]\r\n[av_tab title=\'Company History\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate was established in 2005, as a leading company that provides advanced property solutions in the State of Qatar. As a part of Bandary International Group, Al Bandary Real Estate is contributing to the economic progress of the State of Qatar. Al Bandary Real Estate is widely recognized to be one of the leading Real Estate firms operating in the State of Qatar.\r\n\r\nUnder the management of Mr. Mohammed Abdullatif A. Al Mana, chairman of the Group, a great emphasis has been placed on safety, environment, quality control and timely completion which made the company consistently meet the highest property solutions while constantly ensuring high quality standards by achieving optimal level of clients\' satisfaction.\r\n\r\nAs part of the wider Bandary International Group, which currently has over 16 individual companies covering key areas such as transportation, manufacturing and construction, the strength of the Group\'s performance is based on its ability to utilize the synergies between its companies to support and complement each other, and to manage risk through diversification and strong management.\r\n\r\nAl Bandary Real Estate surpasses other real estate firms by the extensive experience in a variety of real estate services including construction, management and inspections, this is in addition to the proficiency, reliability and integrity.\r\n\r\nThe company, which is a member of Bandary International Group (BIG), is established based on the framework of the country\'s strategic plan to diversify the sources of income. Coupled with its sustained policy of encouraging the private sector in Qatar by participating in the construction and management of real estate projects, Al Bandary Real Estate aims to be the leading provider of affordable housing to families with quality residential units at affordable prices throughout the GCC region.\r\n[/av_tab]\r\n[/av_tab_container]\r\n[/av_one_full]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-210px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_button label=\'Download Profile\' link=\'manually,http://metro-landscaping.com/en/wp-content/uploads/2016/11/RealEstate_Profile_EN.pdf\' link_target=\'_blank\' size=\'large\' position=\'center\' icon_select=\'yes\' icon=\'ue86f\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\']\r\n\r\n[/av_one_fifth][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-15 09:58:37','2016-11-15 09:58:37','',8,'http://metro-landscaping.com/en/2016/11/15/8-revision-v1/',0,'revision','',0),(1131,1,'2016-11-15 10:01:59','2016-11-15 10:01:59','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1018\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector.\r\n\r\nOur team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n\r\nAl Bandary Real Estate is constantly looking to recruit and retain the highest caliber of talent, while securing a strong capital base and efficiently managing risks.\r\n\r\nAl Bandary Real Estate believes that these factors will lead to overall success while exploring opportunities that will have an added value to our clients, investors and shareholders.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_tab_container position=\'sidebar_tab sidebar_tab_left\' boxed=\'border_tabs\' initial=\'1\']\r\n[av_tab title=\'Vision, Mission & Values\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\n<strong>Vision</strong>\r\n\r\n- To be the pace setter in real estate services by exceeding customer expectations. Al Bandary Real Estate is committed to providing the most unique and comprehensive customer service for individuals interested in owning property.\r\n\r\n<strong>Mission</strong>\r\n\r\n- Aggressively pursue business through innovation to provide exceptional service to our clients\r\n\r\n- Ensuring career opportunities to our employees and continuous support to our society\r\n\r\n- Build lifetime relationships with our customers and communities.\r\n\r\n<strong>Values</strong>\r\n\r\n- Corporate Culture: Diversity and continued development, transparency, teamwork and integrity.\r\n\r\n- Performance: Our company ethics navigate our day-to-day lives to deliver an expected high quality range of products and services.\r\n\r\n- Spirit and future ambitions: Achieve long-term growth and raise the return on shareholder\'s equity services.\r\n[/av_tab]\r\n[av_tab title=\'Value in the market\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate emphasizes on quality rather than quantity as the main objective for all its endeavors. The company gained confidence and full trust in the property industry this has been achieved with high caliber professional approach with quality requirements. Al Bandary Real Estate has worthily established its roots in Qatar and is rated as one of the leading Class ‘A’ Real Estate Companies.\r\n\r\nThe professional team at Al Bandary Real Estate follows an active buy-manage-sell strategy as part of their professional portfolio management. They tackle their remit in property investment for the company with innovation, dedication and expertise.\r\n\r\nCustomer service – built on a foundation of experience and education – is the cornerstone of Al Bandary Real Estate success. Its track record built over the past years has proven that a focus on the customer\'s needs, backed by the ability to deliver and remains as important as ever.\r\n\r\nThis success shows the exponential growth of the company, and how through local knowledge and expertise Real Estate can offer the finest service through all stages of the real estate cycle.\r\n[/av_tab]\r\n[av_tab title=\'Company Capacity\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate has consistently been one of the leading Real Estate developers in Qatar. The company’s commitment to quality, efficiency and value, has allowed its projects to consistently achieve strong results.\r\n\r\nStrong industry links and the potential to create long-term partnerships with the area\'s prominent financial and governmental leaders have placed Al Bandary Real Estate in a favorable position. Al Bandary Real Estate had the vision to expand beyond facilitating traditional sale and lease transactions and provide a complete range of sales, leasing, consulting, development, and management services.\r\n\r\nWith a large portfolio of property listings and clients throughout Qatar, Al Bandary Real Estate is prepared to fulfill all commercial real estate requirements. In line with the dynamic growth in Qatar, Al Bandary Real Estate has increased its workforce, placing emphasis on recruiting and training the brightest talents in the market today.\r\n\r\nCentral to this growth will be further business development across the business to match the ambitious growth plans for Al Bandary Real Estate.\r\n\r\nAl Bandary Real Estate believes in the power of giving back to the community. As real estate professionals that work in Qatar, we know that being committed to provide only high-quality services will play an active role in promoting the growth of our community. Whether you are a buyer or a seller, Al Bandary Real Estate can open up a whole world of choice in terms of location, price and property.\r\n[/av_tab]\r\n[av_tab title=\'Company History\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate was established in 2005, as a leading company that provides advanced property solutions in the State of Qatar. As a part of Bandary International Group, Al Bandary Real Estate is contributing to the economic progress of the State of Qatar. Al Bandary Real Estate is widely recognized to be one of the leading Real Estate firms operating in the State of Qatar.\r\n\r\nUnder the management of Mr. Mohammed Abdullatif A. Al Mana, chairman of the Group, a great emphasis has been placed on safety, environment, quality control and timely completion which made the company consistently meet the highest property solutions while constantly ensuring high quality standards by achieving optimal level of clients\' satisfaction.\r\n\r\nAs part of the wider Bandary International Group, which currently has over 16 individual companies covering key areas such as transportation, manufacturing and construction, the strength of the Group\'s performance is based on its ability to utilize the synergies between its companies to support and complement each other, and to manage risk through diversification and strong management.\r\n\r\nAl Bandary Real Estate surpasses other real estate firms by the extensive experience in a variety of real estate services including construction, management and inspections, this is in addition to the proficiency, reliability and integrity.\r\n\r\nThe company, which is a member of Bandary International Group (BIG), is established based on the framework of the country\'s strategic plan to diversify the sources of income. Coupled with its sustained policy of encouraging the private sector in Qatar by participating in the construction and management of real estate projects, Al Bandary Real Estate aims to be the leading provider of affordable housing to families with quality residential units at affordable prices throughout the GCC region.\r\n[/av_tab]\r\n[/av_tab_container]\r\n[/av_one_full]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-214px,0px\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_button label=\'Download Profile\' link=\'manually,http://metro-landscaping.com/en/wp-content/uploads/2016/11/RealEstate_Profile_EN.pdf\' link_target=\'_blank\' size=\'large\' position=\'center\' icon_select=\'yes\' icon=\'ue86f\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\']\r\n[/av_one_fifth]\r\n\r\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-15 10:01:59','2016-11-15 10:01:59','',8,'http://metro-landscaping.com/en/2016/11/15/8-revision-v1/',0,'revision','',0),(1132,1,'2016-11-15 10:02:34','2016-11-15 10:02:34','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1018\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector.\r\n\r\nOur team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n\r\nAl Bandary Real Estate is constantly looking to recruit and retain the highest caliber of talent, while securing a strong capital base and efficiently managing risks.\r\n\r\nAl Bandary Real Estate believes that these factors will lead to overall success while exploring opportunities that will have an added value to our clients, investors and shareholders.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_tab_container position=\'sidebar_tab sidebar_tab_left\' boxed=\'border_tabs\' initial=\'1\']\r\n[av_tab title=\'Vision, Mission & Values\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\n<strong>Vision</strong>\r\n\r\n- To be the pace setter in real estate services by exceeding customer expectations. Al Bandary Real Estate is committed to providing the most unique and comprehensive customer service for individuals interested in owning property.\r\n\r\n<strong>Mission</strong>\r\n\r\n- Aggressively pursue business through innovation to provide exceptional service to our clients\r\n\r\n- Ensuring career opportunities to our employees and continuous support to our society\r\n\r\n- Build lifetime relationships with our customers and communities.\r\n\r\n<strong>Values</strong>\r\n\r\n- Corporate Culture: Diversity and continued development, transparency, teamwork and integrity.\r\n\r\n- Performance: Our company ethics navigate our day-to-day lives to deliver an expected high quality range of products and services.\r\n\r\n- Spirit and future ambitions: Achieve long-term growth and raise the return on shareholder\'s equity services.\r\n[/av_tab]\r\n[av_tab title=\'Value in the market\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate emphasizes on quality rather than quantity as the main objective for all its endeavors. The company gained confidence and full trust in the property industry this has been achieved with high caliber professional approach with quality requirements. Al Bandary Real Estate has worthily established its roots in Qatar and is rated as one of the leading Class ‘A’ Real Estate Companies.\r\n\r\nThe professional team at Al Bandary Real Estate follows an active buy-manage-sell strategy as part of their professional portfolio management. They tackle their remit in property investment for the company with innovation, dedication and expertise.\r\n\r\nCustomer service – built on a foundation of experience and education – is the cornerstone of Al Bandary Real Estate success. Its track record built over the past years has proven that a focus on the customer\'s needs, backed by the ability to deliver and remains as important as ever.\r\n\r\nThis success shows the exponential growth of the company, and how through local knowledge and expertise Real Estate can offer the finest service through all stages of the real estate cycle.\r\n[/av_tab]\r\n[av_tab title=\'Company Capacity\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate has consistently been one of the leading Real Estate developers in Qatar. The company’s commitment to quality, efficiency and value, has allowed its projects to consistently achieve strong results.\r\n\r\nStrong industry links and the potential to create long-term partnerships with the area\'s prominent financial and governmental leaders have placed Al Bandary Real Estate in a favorable position. Al Bandary Real Estate had the vision to expand beyond facilitating traditional sale and lease transactions and provide a complete range of sales, leasing, consulting, development, and management services.\r\n\r\nWith a large portfolio of property listings and clients throughout Qatar, Al Bandary Real Estate is prepared to fulfill all commercial real estate requirements. In line with the dynamic growth in Qatar, Al Bandary Real Estate has increased its workforce, placing emphasis on recruiting and training the brightest talents in the market today.\r\n\r\nCentral to this growth will be further business development across the business to match the ambitious growth plans for Al Bandary Real Estate.\r\n\r\nAl Bandary Real Estate believes in the power of giving back to the community. As real estate professionals that work in Qatar, we know that being committed to provide only high-quality services will play an active role in promoting the growth of our community. Whether you are a buyer or a seller, Al Bandary Real Estate can open up a whole world of choice in terms of location, price and property.\r\n[/av_tab]\r\n[av_tab title=\'Company History\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate was established in 2005, as a leading company that provides advanced property solutions in the State of Qatar. As a part of Bandary International Group, Al Bandary Real Estate is contributing to the economic progress of the State of Qatar. Al Bandary Real Estate is widely recognized to be one of the leading Real Estate firms operating in the State of Qatar.\r\n\r\nUnder the management of Mr. Mohammed Abdullatif A. Al Mana, chairman of the Group, a great emphasis has been placed on safety, environment, quality control and timely completion which made the company consistently meet the highest property solutions while constantly ensuring high quality standards by achieving optimal level of clients\' satisfaction.\r\n\r\nAs part of the wider Bandary International Group, which currently has over 16 individual companies covering key areas such as transportation, manufacturing and construction, the strength of the Group\'s performance is based on its ability to utilize the synergies between its companies to support and complement each other, and to manage risk through diversification and strong management.\r\n\r\nAl Bandary Real Estate surpasses other real estate firms by the extensive experience in a variety of real estate services including construction, management and inspections, this is in addition to the proficiency, reliability and integrity.\r\n\r\nThe company, which is a member of Bandary International Group (BIG), is established based on the framework of the country\'s strategic plan to diversify the sources of income. Coupled with its sustained policy of encouraging the private sector in Qatar by participating in the construction and management of real estate projects, Al Bandary Real Estate aims to be the leading provider of affordable housing to families with quality residential units at affordable prices throughout the GCC region.\r\n[/av_tab]\r\n[/av_tab_container]\r\n[/av_one_full]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-215px,0px\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_button label=\'Download Profile\' link=\'manually,http://metro-landscaping.com/en/wp-content/uploads/2016/11/RealEstate_Profile_EN.pdf\' link_target=\'_blank\' size=\'large\' position=\'center\' icon_select=\'yes\' icon=\'ue86f\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\']\r\n[/av_one_fifth]\r\n\r\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-15 10:02:34','2016-11-15 10:02:34','',8,'http://metro-landscaping.com/en/2016/11/15/8-revision-v1/',0,'revision','',0),(1133,1,'2016-11-15 10:03:06','2016-11-15 10:03:06','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1018\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector.\r\n\r\nOur team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n\r\nAl Bandary Real Estate is constantly looking to recruit and retain the highest caliber of talent, while securing a strong capital base and efficiently managing risks.\r\n\r\nAl Bandary Real Estate believes that these factors will lead to overall success while exploring opportunities that will have an added value to our clients, investors and shareholders.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_tab_container position=\'sidebar_tab sidebar_tab_left\' boxed=\'border_tabs\' initial=\'1\']\r\n[av_tab title=\'Vision, Mission & Values\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\n<strong>Vision</strong>\r\n\r\n- To be the pace setter in real estate services by exceeding customer expectations. Al Bandary Real Estate is committed to providing the most unique and comprehensive customer service for individuals interested in owning property.\r\n\r\n<strong>Mission</strong>\r\n\r\n- Aggressively pursue business through innovation to provide exceptional service to our clients\r\n\r\n- Ensuring career opportunities to our employees and continuous support to our society\r\n\r\n- Build lifetime relationships with our customers and communities.\r\n\r\n<strong>Values</strong>\r\n\r\n- Corporate Culture: Diversity and continued development, transparency, teamwork and integrity.\r\n\r\n- Performance: Our company ethics navigate our day-to-day lives to deliver an expected high quality range of products and services.\r\n\r\n- Spirit and future ambitions: Achieve long-term growth and raise the return on shareholder\'s equity services.\r\n[/av_tab]\r\n[av_tab title=\'Value in the market\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate emphasizes on quality rather than quantity as the main objective for all its endeavors. The company gained confidence and full trust in the property industry this has been achieved with high caliber professional approach with quality requirements. Al Bandary Real Estate has worthily established its roots in Qatar and is rated as one of the leading Class ‘A’ Real Estate Companies.\r\n\r\nThe professional team at Al Bandary Real Estate follows an active buy-manage-sell strategy as part of their professional portfolio management. They tackle their remit in property investment for the company with innovation, dedication and expertise.\r\n\r\nCustomer service – built on a foundation of experience and education – is the cornerstone of Al Bandary Real Estate success. Its track record built over the past years has proven that a focus on the customer\'s needs, backed by the ability to deliver and remains as important as ever.\r\n\r\nThis success shows the exponential growth of the company, and how through local knowledge and expertise Real Estate can offer the finest service through all stages of the real estate cycle.\r\n[/av_tab]\r\n[av_tab title=\'Company Capacity\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate has consistently been one of the leading Real Estate developers in Qatar. The company’s commitment to quality, efficiency and value, has allowed its projects to consistently achieve strong results.\r\n\r\nStrong industry links and the potential to create long-term partnerships with the area\'s prominent financial and governmental leaders have placed Al Bandary Real Estate in a favorable position. Al Bandary Real Estate had the vision to expand beyond facilitating traditional sale and lease transactions and provide a complete range of sales, leasing, consulting, development, and management services.\r\n\r\nWith a large portfolio of property listings and clients throughout Qatar, Al Bandary Real Estate is prepared to fulfill all commercial real estate requirements. In line with the dynamic growth in Qatar, Al Bandary Real Estate has increased its workforce, placing emphasis on recruiting and training the brightest talents in the market today.\r\n\r\nCentral to this growth will be further business development across the business to match the ambitious growth plans for Al Bandary Real Estate.\r\n\r\nAl Bandary Real Estate believes in the power of giving back to the community. As real estate professionals that work in Qatar, we know that being committed to provide only high-quality services will play an active role in promoting the growth of our community. Whether you are a buyer or a seller, Al Bandary Real Estate can open up a whole world of choice in terms of location, price and property.\r\n[/av_tab]\r\n[av_tab title=\'Company History\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate was established in 2005, as a leading company that provides advanced property solutions in the State of Qatar. As a part of Bandary International Group, Al Bandary Real Estate is contributing to the economic progress of the State of Qatar. Al Bandary Real Estate is widely recognized to be one of the leading Real Estate firms operating in the State of Qatar.\r\n\r\nUnder the management of Mr. Mohammed Abdullatif A. Al Mana, chairman of the Group, a great emphasis has been placed on safety, environment, quality control and timely completion which made the company consistently meet the highest property solutions while constantly ensuring high quality standards by achieving optimal level of clients\' satisfaction.\r\n\r\nAs part of the wider Bandary International Group, which currently has over 16 individual companies covering key areas such as transportation, manufacturing and construction, the strength of the Group\'s performance is based on its ability to utilize the synergies between its companies to support and complement each other, and to manage risk through diversification and strong management.\r\n\r\nAl Bandary Real Estate surpasses other real estate firms by the extensive experience in a variety of real estate services including construction, management and inspections, this is in addition to the proficiency, reliability and integrity.\r\n\r\nThe company, which is a member of Bandary International Group (BIG), is established based on the framework of the country\'s strategic plan to diversify the sources of income. Coupled with its sustained policy of encouraging the private sector in Qatar by participating in the construction and management of real estate projects, Al Bandary Real Estate aims to be the leading provider of affordable housing to families with quality residential units at affordable prices throughout the GCC region.\r\n[/av_tab]\r\n[/av_tab_container]\r\n[/av_one_full]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-216px,0px\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_button label=\'Download Profile\' link=\'manually,http://metro-landscaping.com/en/wp-content/uploads/2016/11/RealEstate_Profile_EN.pdf\' link_target=\'_blank\' size=\'large\' position=\'center\' icon_select=\'yes\' icon=\'ue86f\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\']\r\n[/av_one_fifth]\r\n\r\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-15 10:03:06','2016-11-15 10:03:06','',8,'http://metro-landscaping.com/en/2016/11/15/8-revision-v1/',0,'revision','',0),(1134,1,'2016-11-15 12:36:35','2016-11-15 12:36:35','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1018\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector.\r\n\r\nOur team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n\r\nAl Bandary Real Estate is constantly looking to recruit and retain the highest caliber of talent, while securing a strong capital base and efficiently managing risks.\r\n\r\nAl Bandary Real Estate believes that these factors will lead to overall success while exploring opportunities that will have an added value to our clients, investors and shareholders.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_tab_container position=\'sidebar_tab sidebar_tab_left\' boxed=\'border_tabs\' initial=\'1\']\r\n[av_tab title=\'Vision, Mission & Values\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\n<strong>Vision</strong>\r\n\r\n- To be the pace setter in real estate services by exceeding customer expectations. Al Bandary Real Estate is committed to providing the most unique and comprehensive customer service for individuals interested in owning property.\r\n\r\n<strong>Mission</strong>\r\n\r\n- Aggressively pursue business through innovation to provide exceptional service to our clients\r\n\r\n- Ensuring career opportunities to our employees and continuous support to our society\r\n\r\n- Build lifetime relationships with our customers and communities.\r\n\r\n<strong>Values</strong>\r\n\r\n- Corporate Culture: Diversity and continued development, transparency, teamwork and integrity.\r\n\r\n- Performance: Our company ethics navigate our day-to-day lives to deliver an expected high quality range of products and services.\r\n\r\n- Spirit and future ambitions: Achieve long-term growth and raise the return on shareholder\'s equity services.\r\n[/av_tab]\r\n[av_tab title=\'Value in the market\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate emphasizes on quality rather than quantity as the main objective for all its endeavors. The company gained confidence and full trust in the property industry this has been achieved with high caliber professional approach with quality requirements. Al Bandary Real Estate has worthily established its roots in Qatar and is rated as one of the leading Class ‘A’ Real Estate Companies.\r\n\r\nThe professional team at Al Bandary Real Estate follows an active buy-manage-sell strategy as part of their professional portfolio management. They tackle their remit in property investment for the company with innovation, dedication and expertise.\r\n\r\nCustomer service – built on a foundation of experience and education – is the cornerstone of Al Bandary Real Estate success. Its track record built over the past years has proven that a focus on the customer\'s needs, backed by the ability to deliver and remains as important as ever.\r\n\r\nThis success shows the exponential growth of the company, and how through local knowledge and expertise Real Estate can offer the finest service through all stages of the real estate cycle.\r\n[/av_tab]\r\n[av_tab title=\'Company Capacity\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate has consistently been one of the leading Real Estate developers in Qatar. The company’s commitment to quality, efficiency and value, has allowed its projects to consistently achieve strong results.\r\n\r\nStrong industry links and the potential to create long-term partnerships with the area\'s prominent financial and governmental leaders have placed Al Bandary Real Estate in a favorable position. Al Bandary Real Estate had the vision to expand beyond facilitating traditional sale and lease transactions and provide a complete range of sales, leasing, consulting, development, and management services.\r\n\r\nWith a large portfolio of property listings and clients throughout Qatar, Al Bandary Real Estate is prepared to fulfill all commercial real estate requirements. In line with the dynamic growth in Qatar, Al Bandary Real Estate has increased its workforce, placing emphasis on recruiting and training the brightest talents in the market today.\r\n\r\nCentral to this growth will be further business development across the business to match the ambitious growth plans for Al Bandary Real Estate.\r\n\r\nAl Bandary Real Estate believes in the power of giving back to the community. As real estate professionals that work in Qatar, we know that being committed to provide only high-quality services will play an active role in promoting the growth of our community. Whether you are a buyer or a seller, Al Bandary Real Estate can open up a whole world of choice in terms of location, price and property.\r\n[/av_tab]\r\n[av_tab title=\'Company History\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate was established in 2005, as a leading company that provides advanced property solutions in the State of Qatar. As a part of Bandary International Group, Al Bandary Real Estate is contributing to the economic progress of the State of Qatar. Al Bandary Real Estate is widely recognized to be one of the leading Real Estate firms operating in the State of Qatar.\r\n\r\nUnder the management of Mr. Mohammed Abdullatif A. Al Mana, chairman of the Group, a great emphasis has been placed on safety, environment, quality control and timely completion which made the company consistently meet the highest property solutions while constantly ensuring high quality standards by achieving optimal level of clients\' satisfaction.\r\n\r\nAs part of the wider Bandary International Group, which currently has over 16 individual companies covering key areas such as transportation, manufacturing and construction, the strength of the Group\'s performance is based on its ability to utilize the synergies between its companies to support and complement each other, and to manage risk through diversification and strong management.\r\n\r\nAl Bandary Real Estate surpasses other real estate firms by the extensive experience in a variety of real estate services including construction, management and inspections, this is in addition to the proficiency, reliability and integrity.\r\n\r\nThe company, which is a member of Bandary International Group (BIG), is established based on the framework of the country\'s strategic plan to diversify the sources of income. Coupled with its sustained policy of encouraging the private sector in Qatar by participating in the construction and management of real estate projects, Al Bandary Real Estate aims to be the leading provider of affordable housing to families with quality residential units at affordable prices throughout the GCC region.\r\n[/av_tab]\r\n[/av_tab_container]\r\n[/av_one_full]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-217px,0px\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_button label=\'Download Profile\' link=\'manually,http://metro-landscaping.com/en/wp-content/uploads/2016/11/RealEstate_Profile_EN.pdf\' link_target=\'_blank\' size=\'large\' position=\'center\' icon_select=\'yes\' icon=\'ue86f\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\']\r\n[/av_one_fifth]\r\n\r\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-15 12:36:35','2016-11-15 12:36:35','',8,'http://metro-landscaping.com/en/2016/11/15/8-revision-v1/',0,'revision','',0),(1135,1,'2016-11-15 12:38:52','2016-11-15 12:38:52','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1018\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector.\r\n\r\nOur team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n\r\nAl Bandary Real Estate is constantly looking to recruit and retain the highest caliber of talent, while securing a strong capital base and efficiently managing risks.\r\n\r\nAl Bandary Real Estate believes that these factors will lead to overall success while exploring opportunities that will have an added value to our clients, investors and shareholders.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_tab_container position=\'sidebar_tab sidebar_tab_left\' boxed=\'border_tabs\' initial=\'1\']\r\n[av_tab title=\'Vision, Mission & Values\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\n<strong>Vision</strong>\r\n\r\n- To be the pace setter in real estate services by exceeding customer expectations. Al Bandary Real Estate is committed to providing the most unique and comprehensive customer service for individuals interested in owning property.\r\n\r\n<strong>Mission</strong>\r\n\r\n- Aggressively pursue business through innovation to provide exceptional service to our clients\r\n\r\n- Ensuring career opportunities to our employees and continuous support to our society\r\n\r\n- Build lifetime relationships with our customers and communities.\r\n\r\n<strong>Values</strong>\r\n\r\n- Corporate Culture: Diversity and continued development, transparency, teamwork and integrity.\r\n\r\n- Performance: Our company ethics navigate our day-to-day lives to deliver an expected high quality range of products and services.\r\n\r\n- Spirit and future ambitions: Achieve long-term growth and raise the return on shareholder\'s equity services.\r\n[/av_tab]\r\n[av_tab title=\'Value in the market\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate emphasizes on quality rather than quantity as the main objective for all its endeavors. The company gained confidence and full trust in the property industry this has been achieved with high caliber professional approach with quality requirements. Al Bandary Real Estate has worthily established its roots in Qatar and is rated as one of the leading Class ‘A’ Real Estate Companies.\r\n\r\nThe professional team at Al Bandary Real Estate follows an active buy-manage-sell strategy as part of their professional portfolio management. They tackle their remit in property investment for the company with innovation, dedication and expertise.\r\n\r\nCustomer service – built on a foundation of experience and education – is the cornerstone of Al Bandary Real Estate success. Its track record built over the past years has proven that a focus on the customer\'s needs, backed by the ability to deliver and remains as important as ever.\r\n\r\nThis success shows the exponential growth of the company, and how through local knowledge and expertise Real Estate can offer the finest service through all stages of the real estate cycle.\r\n[/av_tab]\r\n[av_tab title=\'Company Capacity\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate has consistently been one of the leading Real Estate developers in Qatar. The company’s commitment to quality, efficiency and value, has allowed its projects to consistently achieve strong results.\r\n\r\nStrong industry links and the potential to create long-term partnerships with the area\'s prominent financial and governmental leaders have placed Al Bandary Real Estate in a favorable position. Al Bandary Real Estate had the vision to expand beyond facilitating traditional sale and lease transactions and provide a complete range of sales, leasing, consulting, development, and management services.\r\n\r\nWith a large portfolio of property listings and clients throughout Qatar, Al Bandary Real Estate is prepared to fulfill all commercial real estate requirements. In line with the dynamic growth in Qatar, Al Bandary Real Estate has increased its workforce, placing emphasis on recruiting and training the brightest talents in the market today.\r\n\r\nCentral to this growth will be further business development across the business to match the ambitious growth plans for Al Bandary Real Estate.\r\n\r\nAl Bandary Real Estate believes in the power of giving back to the community. As real estate professionals that work in Qatar, we know that being committed to provide only high-quality services will play an active role in promoting the growth of our community. Whether you are a buyer or a seller, Al Bandary Real Estate can open up a whole world of choice in terms of location, price and property.\r\n[/av_tab]\r\n[av_tab title=\'Company History\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate was established in 2005, as a leading company that provides advanced property solutions in the State of Qatar. As a part of Bandary International Group, Al Bandary Real Estate is contributing to the economic progress of the State of Qatar. Al Bandary Real Estate is widely recognized to be one of the leading Real Estate firms operating in the State of Qatar.\r\n\r\nUnder the management of Mr. Mohammed Abdullatif A. Al Mana, chairman of the Group, a great emphasis has been placed on safety, environment, quality control and timely completion which made the company consistently meet the highest property solutions while constantly ensuring high quality standards by achieving optimal level of clients\' satisfaction.\r\n\r\nAs part of the wider Bandary International Group, which currently has over 16 individual companies covering key areas such as transportation, manufacturing and construction, the strength of the Group\'s performance is based on its ability to utilize the synergies between its companies to support and complement each other, and to manage risk through diversification and strong management.\r\n\r\nAl Bandary Real Estate surpasses other real estate firms by the extensive experience in a variety of real estate services including construction, management and inspections, this is in addition to the proficiency, reliability and integrity.\r\n\r\nThe company, which is a member of Bandary International Group (BIG), is established based on the framework of the country\'s strategic plan to diversify the sources of income. Coupled with its sustained policy of encouraging the private sector in Qatar by participating in the construction and management of real estate projects, Al Bandary Real Estate aims to be the leading provider of affordable housing to families with quality residential units at affordable prices throughout the GCC region.\r\n[/av_tab]\r\n[/av_tab_container]\r\n[/av_one_full]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-217px,0px\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_button label=\'Download Profile\' link=\'manually,http://metro-landscaping.com/en/wp-content/uploads/2016/11/RealEstate_Profile_EN.pdf\' link_target=\'_blank\' size=\'large\' position=\'left\' icon_select=\'yes\' icon=\'ue86f\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\']\r\n\r\n[/av_one_fifth][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-15 12:38:52','2016-11-15 12:38:52','',8,'http://metro-landscaping.com/en/2016/11/15/8-revision-v1/',0,'revision','',0),(1136,1,'2016-11-16 09:36:33','2016-11-16 09:36:33','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1098\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Agents\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; width: 1920px; margin-top: 2px; margin-left: -105px;\"><iframe style=\"margin-left: -300px; margin-top: -630px;\" src=\"http://metro-landscaping.com/en/ouragents\" width=\"1920\" height=\"1900\" frameborder=\"0\" scrolling=\"no\"></iframe></div>\r\n[/av_codeblock]\r\n\r\n[/av_one_full]','Agents','','inherit','closed','closed','','929-revision-v1','','','2016-11-16 09:36:33','2016-11-16 09:36:33','',929,'http://metro-landscaping.com/en/2016/11/16/929-revision-v1/',0,'revision','',0),(1137,1,'2016-11-16 09:37:18','2016-11-16 09:37:18','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1098\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Agents\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; width: 1920px; margin-top: 2px; margin-left: -105px;\"><iframe style=\"margin-left: -300px; margin-top: -630px;\" src=\"http://metro-landscaping.com/en/ouragents\" width=\"1920\" height=\"1900\" frameborder=\"0\" scrolling=\"no\"></iframe></div>\r\n[/av_codeblock]\r\n[/av_one_full]','Agents','','inherit','closed','closed','','929-revision-v1','','','2016-11-16 09:37:18','2016-11-16 09:37:18','',929,'http://metro-landscaping.com/en/2016/11/16/929-revision-v1/',0,'revision','',0),(1142,1,'2016-11-16 14:47:51','2016-11-16 14:47:51','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'998\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1001\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'999\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1000\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#e6e6e6\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'15px,25px,15px,25px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'ABOUT US\' tag=\'h3\' style=\'blockquote modern-quote\' size=\'30\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector. Our team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/serv-bg.jpg\' attachment=\'1141\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-16 14:47:51','2016-11-16 14:47:51','',42,'http://metro-landscaping.com/en/2016/11/16/42-revision-v1/',0,'revision','',0),(1146,1,'2016-11-16 14:56:46','2016-11-16 14:56:46','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'998\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1001\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'999\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1000\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#e6e6e6\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'15px,25px,15px,25px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'ABOUT US\' tag=\'h3\' style=\'blockquote modern-quote\' size=\'30\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector. Our team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/serv-bg.jpg\' attachment=\'1141\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'20px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/agent.jpg\' attachment=\'1143\' attachment_size=\'full\' align=\'center\' animation=\'left-to-right\' styling=\'\' hover=\'av-hover-grow\' link=\'manually,http://metro-landscaping.com/en/agents/\' target=\'\' caption=\'yes\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nAGENTS\r\n[/av_image]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/Differentiate.jpg\' attachment=\'1144\' attachment_size=\'full\' align=\'center\' animation=\'bottom-to-top\' styling=\'\' hover=\'av-hover-grow\' link=\'manually,http://metro-landscaping.com/en/agents/\' target=\'\' caption=\'yes\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nPROPERTIES\r\n[/av_image]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/gallery-inner.jpg\' attachment=\'1145\' attachment_size=\'full\' align=\'center\' animation=\'right-to-left\' styling=\'\' hover=\'av-hover-grow\' link=\'manually,http://metro-landscaping.com/en/videos/\' target=\'\' caption=\'yes\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nVIDEOS\r\n[/av_image]\r\n\r\n[/av_one_third][/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-16 14:56:46','2016-11-16 14:56:46','',42,'http://metro-landscaping.com/en/2016/11/16/42-revision-v1/',0,'revision','',0),(1147,1,'2016-11-16 14:59:47','2016-11-16 14:59:47','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'998\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1001\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'999\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1000\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#e6e6e6\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'15px,25px,15px,25px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'ABOUT US\' tag=\'h3\' style=\'blockquote modern-quote\' size=\'30\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector. Our team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/serv-bg.jpg\' attachment=\'1141\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'20px,20px,20px,20px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/agent.jpg\' attachment=\'1143\' attachment_size=\'full\' align=\'center\' animation=\'left-to-right\' styling=\'\' hover=\'av-hover-grow\' link=\'manually,http://metro-landscaping.com/en/agents/\' target=\'\' caption=\'yes\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nAGENTS\r\n[/av_image]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'20px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/Differentiate.jpg\' attachment=\'1144\' attachment_size=\'full\' align=\'center\' animation=\'bottom-to-top\' styling=\'\' hover=\'av-hover-grow\' link=\'manually,http://metro-landscaping.com/en/agents/\' target=\'\' caption=\'yes\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nPROPERTIES\r\n[/av_image]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'20px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/gallery-inner.jpg\' attachment=\'1145\' attachment_size=\'full\' align=\'center\' animation=\'right-to-left\' styling=\'\' hover=\'av-hover-grow\' link=\'manually,http://metro-landscaping.com/en/videos/\' target=\'\' caption=\'yes\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nVIDEOS\r\n[/av_image]\r\n\r\n[/av_one_third][/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-16 14:59:47','2016-11-16 14:59:47','',42,'http://metro-landscaping.com/en/2016/11/16/42-revision-v1/',0,'revision','',0),(1148,1,'2016-11-16 15:00:45','2016-11-16 15:00:45','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'998\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1001\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'999\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1000\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#e6e6e6\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'15px,25px,15px,25px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'ABOUT US\' tag=\'h3\' style=\'blockquote modern-quote\' size=\'30\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector. Our team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/serv-bg.jpg\' attachment=\'1141\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'20px,20px,20px,20px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/agent.jpg\' attachment=\'1143\' attachment_size=\'full\' align=\'center\' animation=\'left-to-right\' styling=\'\' hover=\'av-hover-grow\' link=\'manually,http://metro-landscaping.com/en/agents/\' target=\'\' caption=\'yes\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.1\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nAGENTS\r\n[/av_image]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'20px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/Differentiate.jpg\' attachment=\'1144\' attachment_size=\'full\' align=\'center\' animation=\'bottom-to-top\' styling=\'\' hover=\'av-hover-grow\' link=\'manually,http://metro-landscaping.com/en/agents/\' target=\'\' caption=\'yes\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.1\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nPROPERTIES\r\n[/av_image]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'20px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/gallery-inner.jpg\' attachment=\'1145\' attachment_size=\'full\' align=\'center\' animation=\'right-to-left\' styling=\'\' hover=\'av-hover-grow\' link=\'manually,http://metro-landscaping.com/en/videos/\' target=\'\' caption=\'yes\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.1\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nVIDEOS\r\n[/av_image]\r\n\r\n[/av_one_third][/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-16 15:00:45','2016-11-16 15:00:45','',42,'http://metro-landscaping.com/en/2016/11/16/42-revision-v1/',0,'revision','',0),(1149,1,'2016-11-16 15:01:59','2016-11-16 15:01:59','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'998\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1001\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'999\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1000\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#e6e6e6\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'15px,25px,15px,25px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'ABOUT US\' tag=\'h3\' style=\'blockquote modern-quote\' size=\'30\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector. Our team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/serv-bg.jpg\' attachment=\'1141\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'20px,20px,20px,20px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/agent.jpg\' attachment=\'1143\' attachment_size=\'full\' align=\'center\' animation=\'left-to-right\' styling=\'\' hover=\'av-hover-grow\' link=\'manually,http://metro-landscaping.com/en/agents/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.1\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nAGENTS\r\n[/av_image]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'20px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/Differentiate.jpg\' attachment=\'1144\' attachment_size=\'full\' align=\'center\' animation=\'bottom-to-top\' styling=\'\' hover=\'av-hover-grow\' link=\'manually,http://metro-landscaping.com/en/properties/\' target=\'\' caption=\'yes\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.1\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nPROPERTIES\r\n[/av_image]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'20px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/gallery-inner.jpg\' attachment=\'1145\' attachment_size=\'full\' align=\'center\' animation=\'right-to-left\' styling=\'\' hover=\'av-hover-grow\' link=\'manually,http://metro-landscaping.com/en/videos/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.1\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nVIDEOS\r\n[/av_image]\r\n\r\n[/av_one_third][/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-16 15:01:59','2016-11-16 15:01:59','',42,'http://metro-landscaping.com/en/2016/11/16/42-revision-v1/',0,'revision','',0),(1150,1,'2016-11-16 15:02:20','2016-11-16 15:02:20','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'998\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1001\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'999\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1000\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#e6e6e6\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'15px,25px,15px,25px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'ABOUT US\' tag=\'h3\' style=\'blockquote modern-quote\' size=\'30\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector. Our team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/serv-bg.jpg\' attachment=\'1141\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'20px,20px,20px,20px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/agent.jpg\' attachment=\'1143\' attachment_size=\'full\' align=\'center\' animation=\'left-to-right\' styling=\'\' hover=\'av-hover-grow\' link=\'manually,http://metro-landscaping.com/en/agents/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.1\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nAGENTS\r\n[/av_image]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'20px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/Differentiate.jpg\' attachment=\'1144\' attachment_size=\'full\' align=\'center\' animation=\'bottom-to-top\' styling=\'\' hover=\'av-hover-grow\' link=\'manually,http://metro-landscaping.com/en/properties/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.1\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nPROPERTIES\r\n[/av_image]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'20px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/gallery-inner.jpg\' attachment=\'1145\' attachment_size=\'full\' align=\'center\' animation=\'right-to-left\' styling=\'\' hover=\'av-hover-grow\' link=\'manually,http://metro-landscaping.com/en/videos/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.1\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nVIDEOS\r\n[/av_image]\r\n\r\n[/av_one_third][/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-16 15:02:20','2016-11-16 15:02:20','',42,'http://metro-landscaping.com/en/2016/11/16/42-revision-v1/',0,'revision','',0),(1151,1,'2016-11-17 05:26:51','2016-11-17 05:26:51','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'998\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1001\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'999\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1000\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#e6e6e6\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'15px,25px,15px,25px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'ABOUT US\' tag=\'h3\' style=\'blockquote modern-quote\' size=\'30\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector. Our team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/serv-bg.jpg\' attachment=\'1141\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'20px,20px,20px,20px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/agent.jpg\' attachment=\'1143\' attachment_size=\'full\' align=\'center\' animation=\'left-to-right\' styling=\'no-styling\' hover=\'av-hover-grow\' link=\'manually,http://metro-landscaping.com/en/agents/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.1\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nAGENTS\r\n[/av_image]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'20px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/Differentiate.jpg\' attachment=\'1144\' attachment_size=\'full\' align=\'center\' animation=\'bottom-to-top\' styling=\'no-styling\' hover=\'av-hover-grow\' link=\'manually,http://metro-landscaping.com/en/properties/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.1\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nPROPERTIES\r\n[/av_image]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'20px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/gallery-inner.jpg\' attachment=\'1145\' attachment_size=\'full\' align=\'center\' animation=\'right-to-left\' styling=\'no-styling\' hover=\'av-hover-grow\' link=\'manually,http://metro-landscaping.com/en/videos/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.1\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nVIDEOS\r\n[/av_image]\r\n\r\n[/av_one_third][/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-17 05:26:51','2016-11-17 05:26:51','',42,'http://metro-landscaping.com/en/2016/11/17/42-revision-v1/',0,'revision','',0),(1152,1,'2016-11-17 05:28:05','2016-11-17 05:28:05','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'998\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1001\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'999\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1000\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#e6e6e6\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'15px,25px,15px,25px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'ABOUT US\' tag=\'h3\' style=\'blockquote modern-quote\' size=\'30\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector. Our team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/serv-bg.jpg\' attachment=\'1141\' attachment_size=\'full\' attach=\'scroll\' position=\'top center\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'20px,20px,20px,20px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/agent.jpg\' attachment=\'1143\' attachment_size=\'full\' align=\'center\' animation=\'left-to-right\' styling=\'no-styling\' hover=\'av-hover-grow\' link=\'manually,http://metro-landscaping.com/en/agents/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.1\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nAGENTS\r\n[/av_image]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'20px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/Differentiate.jpg\' attachment=\'1144\' attachment_size=\'full\' align=\'center\' animation=\'bottom-to-top\' styling=\'no-styling\' hover=\'av-hover-grow\' link=\'manually,http://metro-landscaping.com/en/properties/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.1\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nPROPERTIES\r\n[/av_image]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'20px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/gallery-inner.jpg\' attachment=\'1145\' attachment_size=\'full\' align=\'center\' animation=\'right-to-left\' styling=\'no-styling\' hover=\'av-hover-grow\' link=\'manually,http://metro-landscaping.com/en/videos/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.1\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nVIDEOS\r\n[/av_image]\r\n\r\n[/av_one_third]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-17 05:28:05','2016-11-17 05:28:05','',42,'http://metro-landscaping.com/en/2016/11/17/42-revision-v1/',0,'revision','',0),(1153,1,'2016-11-17 05:30:18','2016-11-17 05:30:18','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'998\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1001\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'999\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1000\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#e6e6e6\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'15px,25px,15px,25px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'ABOUT US\' tag=\'h3\' style=\'blockquote modern-quote\' size=\'30\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector. Our team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/serv-bg.jpg\' attachment=\'1141\' attachment_size=\'full\' attach=\'scroll\' position=\'top center\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'20px,20px,20px,20px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/agent.jpg\' attachment=\'1143\' attachment_size=\'full\' align=\'center\' animation=\'left-to-right\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/agents/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.1\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nAGENTS\r\n[/av_image]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'20px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/Differentiate.jpg\' attachment=\'1144\' attachment_size=\'full\' align=\'center\' animation=\'top-to-bottom\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/properties/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.1\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nPROPERTIES\r\n[/av_image]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'20px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/gallery-inner.jpg\' attachment=\'1145\' attachment_size=\'full\' align=\'center\' animation=\'right-to-left\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/videos/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.1\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nVIDEOS\r\n[/av_image]\r\n\r\n[/av_one_third][/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-17 05:30:18','2016-11-17 05:30:18','',42,'http://metro-landscaping.com/en/2016/11/17/42-revision-v1/',0,'revision','',0),(1154,1,'2016-11-17 05:32:09','2016-11-17 05:32:09','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'998\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1001\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'999\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1000\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#e6e6e6\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'15px,25px,15px,25px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'ABOUT US\' tag=\'h3\' style=\'blockquote modern-quote\' size=\'30\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector. Our team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/serv-bg.jpg\' attachment=\'1141\' attachment_size=\'full\' attach=\'scroll\' position=\'top center\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'20px,20px,20px,20px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/agent.jpg\' attachment=\'1143\' attachment_size=\'full\' align=\'center\' animation=\'left-to-right\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/agents/\' target=\'\' caption=\'yes\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.1\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nAGENTS\r\n[/av_image]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'20px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/Differentiate.jpg\' attachment=\'1144\' attachment_size=\'full\' align=\'center\' animation=\'top-to-bottom\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/properties/\' target=\'\' caption=\'yes\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.1\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nPROPERTIES\r\n[/av_image]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'20px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/gallery-inner.jpg\' attachment=\'1145\' attachment_size=\'full\' align=\'center\' animation=\'right-to-left\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/videos/\' target=\'\' caption=\'yes\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.1\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nVIDEOS\r\n[/av_image]\r\n\r\n[/av_one_third][/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-17 05:32:09','2016-11-17 05:32:09','',42,'http://metro-landscaping.com/en/2016/11/17/42-revision-v1/',0,'revision','',0),(1155,1,'2016-11-17 05:33:06','2016-11-17 05:33:06','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'998\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1001\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'999\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1000\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#e6e6e6\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'15px,25px,15px,25px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'ABOUT US\' tag=\'h3\' style=\'blockquote modern-quote\' size=\'30\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector. Our team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/serv-bg.jpg\' attachment=\'1141\' attachment_size=\'full\' attach=\'scroll\' position=\'top center\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'20px,20px,20px,20px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/agent.jpg\' attachment=\'1143\' attachment_size=\'full\' align=\'center\' animation=\'left-to-right\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/agents/\' target=\'\' caption=\'yes\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nAGENTS\r\n[/av_image]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'20px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/Differentiate.jpg\' attachment=\'1144\' attachment_size=\'full\' align=\'center\' animation=\'top-to-bottom\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/properties/\' target=\'\' caption=\'yes\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nPROPERTIES\r\n[/av_image]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'20px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/gallery-inner.jpg\' attachment=\'1145\' attachment_size=\'full\' align=\'center\' animation=\'right-to-left\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/videos/\' target=\'\' caption=\'yes\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nVIDEOS\r\n[/av_image]\r\n\r\n[/av_one_third][/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-17 05:33:06','2016-11-17 05:33:06','',42,'http://metro-landscaping.com/en/2016/11/17/42-revision-v1/',0,'revision','',0),(1156,1,'2016-11-17 05:40:47','2016-11-17 05:40:47','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'998\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1001\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'999\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1000\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#e6e6e6\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'15px,25px,15px,25px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'ABOUT US\' tag=\'h3\' style=\'blockquote modern-quote\' size=\'30\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector. Our team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/serv-bg.jpg\' attachment=\'1141\' attachment_size=\'full\' attach=\'scroll\' position=\'top center\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'20px,20px,20px,20px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/agent.jpg\' attachment=\'1143\' attachment_size=\'full\' align=\'center\' animation=\'left-to-right\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/agents/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nAGENTS\r\n[/av_image]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a href=\"http://metro-landscaping.com/en/agents/\">AGENTS</a>\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'20px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/Differentiate.jpg\' attachment=\'1144\' attachment_size=\'full\' align=\'center\' animation=\'top-to-bottom\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/properties/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nPROPERTIES\r\n[/av_image]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a href=\"http://metro-landscaping.com/en/agents/\">PROPERTIES</a>\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'20px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/gallery-inner.jpg\' attachment=\'1145\' attachment_size=\'full\' align=\'center\' animation=\'right-to-left\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/videos/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nVIDEOS\r\n[/av_image]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a href=\"http://metro-landscaping.com/en/agents/\">VIDEOS</a>\r\n[/av_codeblock]\r\n\r\n[/av_one_third][/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-17 05:40:47','2016-11-17 05:40:47','',42,'http://metro-landscaping.com/en/2016/11/17/42-revision-v1/',0,'revision','',0),(1157,1,'2016-11-17 05:43:03','2016-11-17 05:43:03','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'998\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1001\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'999\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1000\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#e6e6e6\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'15px,25px,15px,25px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'ABOUT US\' tag=\'h3\' style=\'blockquote modern-quote\' size=\'30\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector. Our team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/serv-bg.jpg\' attachment=\'1141\' attachment_size=\'full\' attach=\'scroll\' position=\'top center\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'20px,20px,20px,20px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/agent.jpg\' attachment=\'1143\' attachment_size=\'full\' align=\'center\' animation=\'left-to-right\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/agents/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nAGENTS\r\n[/av_image]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; margin-left: 30px; font-size: 21px; font-family: \'Roboto\';\" href=\"http://metro-landscaping.com/en/agents/\">AGENTS</a>\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'20px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/Differentiate.jpg\' attachment=\'1144\' attachment_size=\'full\' align=\'center\' animation=\'top-to-bottom\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/properties/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nPROPERTIES\r\n[/av_image]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a href=\"http://metro-landscaping.com/en/agents/\">PROPERTIES</a>\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'20px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/gallery-inner.jpg\' attachment=\'1145\' attachment_size=\'full\' align=\'center\' animation=\'right-to-left\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/videos/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nVIDEOS\r\n[/av_image]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a href=\"http://metro-landscaping.com/en/agents/\">VIDEOS</a>\r\n[/av_codeblock]\r\n\r\n[/av_one_third][/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-17 05:43:03','2016-11-17 05:43:03','',42,'http://metro-landscaping.com/en/2016/11/17/42-revision-v1/',0,'revision','',0),(1158,1,'2016-11-17 05:43:46','2016-11-17 05:43:46','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'998\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1001\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'999\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1000\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#e6e6e6\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'15px,25px,15px,25px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'ABOUT US\' tag=\'h3\' style=\'blockquote modern-quote\' size=\'30\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector. Our team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/serv-bg.jpg\' attachment=\'1141\' attachment_size=\'full\' attach=\'scroll\' position=\'top center\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'20px,20px,20px,20px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/agent.jpg\' attachment=\'1143\' attachment_size=\'full\' align=\'center\' animation=\'left-to-right\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/agents/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nAGENTS\r\n[/av_image]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; margin-left: 30px; font-size: 21px; font-family: \'Roboto\'; text-decoration: none;\" href=\"http://metro-landscaping.com/en/agents/\">AGENTS</a>\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'20px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/Differentiate.jpg\' attachment=\'1144\' attachment_size=\'full\' align=\'center\' animation=\'top-to-bottom\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/properties/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nPROPERTIES\r\n[/av_image]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a href=\"http://metro-landscaping.com/en/agents/\">PROPERTIES</a>\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'20px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/gallery-inner.jpg\' attachment=\'1145\' attachment_size=\'full\' align=\'center\' animation=\'right-to-left\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/videos/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nVIDEOS\r\n[/av_image]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a href=\"http://metro-landscaping.com/en/agents/\">VIDEOS</a>\r\n[/av_codeblock]\r\n\r\n[/av_one_third][/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-17 05:43:46','2016-11-17 05:43:46','',42,'http://metro-landscaping.com/en/2016/11/17/42-revision-v1/',0,'revision','',0),(1159,1,'2016-11-17 05:47:19','2016-11-17 05:47:19','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'998\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1001\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'999\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1000\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#e6e6e6\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'15px,25px,15px,25px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'ABOUT US\' tag=\'h3\' style=\'blockquote modern-quote\' size=\'30\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector. Our team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/serv-bg.jpg\' attachment=\'1141\' attachment_size=\'full\' attach=\'scroll\' position=\'top center\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'20px,20px,20px,20px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/agent.jpg\' attachment=\'1143\' attachment_size=\'full\' align=\'center\' animation=\'left-to-right\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/agents/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nAGENTS\r\n[/av_image]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"color: #ffffff; margin-left: 30px; font-size: 21px; font-family: \'Roboto\'; text-decoration: none;\"><a href=\"http://metro-landscaping.com/en/agents/\">AGENTS</a></div>\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'20px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/Differentiate.jpg\' attachment=\'1144\' attachment_size=\'full\' align=\'center\' animation=\'top-to-bottom\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/properties/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nPROPERTIES\r\n[/av_image]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a href=\"http://metro-landscaping.com/en/agents/\">PROPERTIES</a>\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'20px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/gallery-inner.jpg\' attachment=\'1145\' attachment_size=\'full\' align=\'center\' animation=\'right-to-left\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/videos/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nVIDEOS\r\n[/av_image]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a href=\"http://metro-landscaping.com/en/agents/\">VIDEOS</a>\r\n[/av_codeblock]\r\n\r\n[/av_one_third][/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-17 05:47:19','2016-11-17 05:47:19','',42,'http://metro-landscaping.com/en/2016/11/17/42-revision-v1/',0,'revision','',0),(1160,1,'2016-11-17 05:48:11','2016-11-17 05:48:11','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'998\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1001\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'999\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1000\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#e6e6e6\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'15px,25px,15px,25px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'ABOUT US\' tag=\'h3\' style=\'blockquote modern-quote\' size=\'30\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector. Our team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/serv-bg.jpg\' attachment=\'1141\' attachment_size=\'full\' attach=\'scroll\' position=\'top center\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'20px,20px,20px,20px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/agent.jpg\' attachment=\'1143\' attachment_size=\'full\' align=\'center\' animation=\'left-to-right\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/agents/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nAGENTS\r\n[/av_image]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"border-bottom: 3px solid #fff;\"><a style=\"color: #ffffff; margin-left: 30px; font-size: 21px; font-family: \'Roboto\'; text-decoration: none;\" href=\"http://metro-landscaping.com/en/agents/\">AGENTS</a></div>\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'20px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/Differentiate.jpg\' attachment=\'1144\' attachment_size=\'full\' align=\'center\' animation=\'top-to-bottom\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/properties/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nPROPERTIES\r\n[/av_image]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a href=\"http://metro-landscaping.com/en/agents/\">PROPERTIES</a>\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'20px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/gallery-inner.jpg\' attachment=\'1145\' attachment_size=\'full\' align=\'center\' animation=\'right-to-left\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/videos/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nVIDEOS\r\n[/av_image]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a href=\"http://metro-landscaping.com/en/agents/\">VIDEOS</a>\r\n[/av_codeblock]\r\n\r\n[/av_one_third][/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-17 05:48:11','2016-11-17 05:48:11','',42,'http://metro-landscaping.com/en/2016/11/17/42-revision-v1/',0,'revision','',0),(1161,1,'2016-11-17 05:50:10','2016-11-17 05:50:10','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'998\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1001\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'999\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1000\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#e6e6e6\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'15px,25px,15px,25px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'ABOUT US\' tag=\'h3\' style=\'blockquote modern-quote\' size=\'30\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector. Our team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/serv-bg.jpg\' attachment=\'1141\' attachment_size=\'full\' attach=\'scroll\' position=\'top center\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'20px,20px,20px,20px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/agent.jpg\' attachment=\'1143\' attachment_size=\'full\' align=\'center\' animation=\'left-to-right\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/agents/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nAGENTS\r\n[/av_image]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"border-bottom: 3px solid #e51f44; padding-right: 20px; padding-left: 20px;\"><a style=\"color: #ffffff; margin-left: 30px; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/agents/\">AGENTS</a></div>\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'20px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/Differentiate.jpg\' attachment=\'1144\' attachment_size=\'full\' align=\'center\' animation=\'top-to-bottom\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/properties/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nPROPERTIES\r\n[/av_image]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a href=\"http://metro-landscaping.com/en/agents/\">PROPERTIES</a>\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'20px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/gallery-inner.jpg\' attachment=\'1145\' attachment_size=\'full\' align=\'center\' animation=\'right-to-left\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/videos/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nVIDEOS\r\n[/av_image]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a href=\"http://metro-landscaping.com/en/agents/\">VIDEOS</a>\r\n[/av_codeblock]\r\n\r\n[/av_one_third][/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-17 05:50:10','2016-11-17 05:50:10','',42,'http://metro-landscaping.com/en/2016/11/17/42-revision-v1/',0,'revision','',0),(1162,1,'2016-11-17 05:52:02','2016-11-17 05:52:02','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'998\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1001\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'999\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1000\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#e6e6e6\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'15px,25px,15px,25px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'ABOUT US\' tag=\'h3\' style=\'blockquote modern-quote\' size=\'30\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector. Our team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/serv-bg.jpg\' attachment=\'1141\' attachment_size=\'full\' attach=\'scroll\' position=\'top center\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'20px,20px,20px,20px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/agent.jpg\' attachment=\'1143\' attachment_size=\'full\' align=\'center\' animation=\'left-to-right\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/agents/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nAGENTS\r\n[/av_image]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n<a style=\"color: #ffffff; margin-left: 30px; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/agents/\">AGENTS</a>\r\n\r\n<hr />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'20px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/Differentiate.jpg\' attachment=\'1144\' attachment_size=\'full\' align=\'center\' animation=\'top-to-bottom\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/properties/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nPROPERTIES\r\n[/av_image]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a href=\"http://metro-landscaping.com/en/agents/\">PROPERTIES</a>\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'20px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/gallery-inner.jpg\' attachment=\'1145\' attachment_size=\'full\' align=\'center\' animation=\'right-to-left\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/videos/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nVIDEOS\r\n[/av_image]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a href=\"http://metro-landscaping.com/en/agents/\">VIDEOS</a>\r\n[/av_codeblock]\r\n\r\n[/av_one_third][/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-17 05:52:02','2016-11-17 05:52:02','',42,'http://metro-landscaping.com/en/2016/11/17/42-revision-v1/',0,'revision','',0); INSERT INTO `wp_posts` VALUES (1163,1,'2016-11-17 06:05:24','2016-11-17 06:05:24','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'998\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1001\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'999\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1000\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#e6e6e6\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'15px,25px,15px,25px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'ABOUT US\' tag=\'h3\' style=\'blockquote modern-quote\' size=\'30\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector. Our team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/serv-bg.jpg\' attachment=\'1141\' attachment_size=\'full\' attach=\'scroll\' position=\'top center\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'20px,20px,20px,20px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/agent.jpg\' attachment=\'1143\' attachment_size=\'full\' align=\'center\' animation=\'left-to-right\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/agents/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nAGENTS\r\n[/av_image]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; margin-left: 30px; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/agents/\">AGENTS</a>\r\n\r\n<hr style=\"color: #e51f44; border: solid; margin-left: 28px; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'20px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/Differentiate.jpg\' attachment=\'1144\' attachment_size=\'full\' align=\'center\' animation=\'top-to-bottom\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/properties/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nPROPERTIES\r\n[/av_image]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a href=\"http://metro-landscaping.com/en/agents/\">PROPERTIES</a>\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'20px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/gallery-inner.jpg\' attachment=\'1145\' attachment_size=\'full\' align=\'center\' animation=\'right-to-left\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/videos/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nVIDEOS\r\n[/av_image]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a href=\"http://metro-landscaping.com/en/agents/\">VIDEOS</a>\r\n[/av_codeblock]\r\n\r\n[/av_one_third][/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-17 06:05:24','2016-11-17 06:05:24','',42,'http://metro-landscaping.com/en/2016/11/17/42-revision-v1/',0,'revision','',0),(1164,1,'2016-11-17 06:17:44','2016-11-17 06:17:44','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'998\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1001\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'999\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1000\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#e6e6e6\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'15px,25px,15px,25px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'ABOUT US\' tag=\'h3\' style=\'blockquote modern-quote\' size=\'30\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector. Our team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/serv-bg.jpg\' attachment=\'1141\' attachment_size=\'full\' attach=\'scroll\' position=\'top center\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'20px,20px,0px,20px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/agent.jpg\' attachment=\'1143\' attachment_size=\'full\' align=\'center\' animation=\'left-to-right\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/agents/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nAGENTS\r\n[/av_image]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n<a style=\"color: #ffffff; margin-left: 30px; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/agents/\">AGENTS</a>\r\n\r\n<hr style=\"color: #e51f44; border: solid; margin-left: 28px; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'20px,20px,0px,20px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/Differentiate.jpg\' attachment=\'1144\' attachment_size=\'full\' align=\'center\' animation=\'top-to-bottom\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/properties/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nPROPERTIES\r\n[/av_image]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n<a style=\"color: #ffffff; margin-left: 30px; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/properties/\">PROPERTIES</a>\r\n\r\n<hr style=\"color: #92d32d; border: solid; margin-left: 28px; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'20px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/gallery-inner.jpg\' attachment=\'1145\' attachment_size=\'full\' align=\'center\' animation=\'right-to-left\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/videos/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nVIDEOS\r\n[/av_image]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n<a style=\"color: #ffffff; margin-left: 30px; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/properties/\">PROPERTIES</a>\r\n\r\n<hr style=\"color: #ffff00; border: solid; margin-left: 28px; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-17 06:17:44','2016-11-17 06:17:44','',42,'http://metro-landscaping.com/en/2016/11/17/42-revision-v1/',0,'revision','',0),(1165,1,'2016-11-17 06:18:50','2016-11-17 06:18:50','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'998\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1001\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'999\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1000\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#e6e6e6\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'15px,25px,15px,25px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'ABOUT US\' tag=\'h3\' style=\'blockquote modern-quote\' size=\'30\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector. Our team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/serv-bg.jpg\' attachment=\'1141\' attachment_size=\'full\' attach=\'scroll\' position=\'top center\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'20px,20px,0px,20px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/agent.jpg\' attachment=\'1143\' attachment_size=\'full\' align=\'center\' animation=\'left-to-right\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/agents/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nAGENTS\r\n[/av_image]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n<a style=\"color: #ffffff; margin-left: 30px; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/agents/\">AGENTS</a>\r\n\r\n<hr style=\"color: #e51f44; border: solid; margin-left: 28px; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'20px,20px,0px,20px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/Differentiate.jpg\' attachment=\'1144\' attachment_size=\'full\' align=\'center\' animation=\'top-to-bottom\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/properties/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nPROPERTIES\r\n[/av_image]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n<a style=\"color: #ffffff; margin-left: 30px; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/properties/\">PROPERTIES</a>\r\n\r\n<hr style=\"color: #92d32d; border: solid; margin-left: 28px; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'20px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/gallery-inner.jpg\' attachment=\'1145\' attachment_size=\'full\' align=\'center\' animation=\'right-to-left\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/videos/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nVIDEOS\r\n[/av_image]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n<a style=\"color: #ffffff; margin-left: 30px; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/videos/\">VIDEOS</a>\r\n\r\n<hr style=\"color: #ffff00; border: solid; margin-left: 28px; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-17 06:18:50','2016-11-17 06:18:50','',42,'http://metro-landscaping.com/en/2016/11/17/42-revision-v1/',0,'revision','',0),(1166,1,'2016-11-17 06:20:34','2016-11-17 06:20:34','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'998\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1001\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'999\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1000\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#e6e6e6\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'15px,25px,15px,25px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'ABOUT US\' tag=\'h3\' style=\'blockquote modern-quote\' size=\'30\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector. Our team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/serv-bg.jpg\' attachment=\'1141\' attachment_size=\'full\' attach=\'scroll\' position=\'top center\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,20px,0px,20px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/agent.jpg\' attachment=\'1143\' attachment_size=\'full\' align=\'center\' animation=\'left-to-right\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/agents/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nAGENTS\r\n[/av_image]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n<a style=\"color: #ffffff; margin-left: 30px; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/agents/\">AGENTS</a>\r\n\r\n<hr style=\"color: #e51f44; border: solid; margin-left: 28px; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,20px,0px,20px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/Differentiate.jpg\' attachment=\'1144\' attachment_size=\'full\' align=\'center\' animation=\'top-to-bottom\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/properties/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nPROPERTIES\r\n[/av_image]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n<a style=\"color: #ffffff; margin-left: 30px; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/properties/\">PROPERTIES</a>\r\n\r\n<hr style=\"color: #92d32d; border: solid; margin-left: 28px; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/gallery-inner.jpg\' attachment=\'1145\' attachment_size=\'full\' align=\'center\' animation=\'right-to-left\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/videos/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nVIDEOS\r\n[/av_image]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n<a style=\"color: #ffffff; margin-left: 30px; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/videos/\">VIDEOS</a>\r\n\r\n<hr style=\"color: #ffff00; border: solid; margin-left: 28px; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-17 06:20:34','2016-11-17 06:20:34','',42,'http://metro-landscaping.com/en/2016/11/17/42-revision-v1/',0,'revision','',0),(1167,1,'2016-11-17 06:21:40','2016-11-17 06:21:40','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'998\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1001\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'999\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1000\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#e6e6e6\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'15px,25px,15px,25px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'ABOUT US\' tag=\'h3\' style=\'blockquote modern-quote\' size=\'30\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector. Our team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/serv-bg.jpg\' attachment=\'1141\' attachment_size=\'full\' attach=\'scroll\' position=\'top center\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,20px,-40px,20px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/agent.jpg\' attachment=\'1143\' attachment_size=\'full\' align=\'center\' animation=\'left-to-right\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/agents/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nAGENTS\r\n[/av_image]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n<a style=\"color: #ffffff; margin-left: 30px; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/agents/\">AGENTS</a>\r\n\r\n<hr style=\"color: #e51f44; border: solid; margin-left: 28px; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,20px,-40px,20px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/Differentiate.jpg\' attachment=\'1144\' attachment_size=\'full\' align=\'center\' animation=\'top-to-bottom\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/properties/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nPROPERTIES\r\n[/av_image]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n<a style=\"color: #ffffff; margin-left: 30px; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/properties/\">PROPERTIES</a>\r\n\r\n<hr style=\"color: #92d32d; border: solid; margin-left: 28px; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,20px,-40px,20px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/gallery-inner.jpg\' attachment=\'1145\' attachment_size=\'full\' align=\'center\' animation=\'right-to-left\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/videos/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nVIDEOS\r\n[/av_image]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n<a style=\"color: #ffffff; margin-left: 30px; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/videos/\">VIDEOS</a>\r\n\r\n<hr style=\"color: #ffff00; border: solid; margin-left: 28px; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-17 06:21:40','2016-11-17 06:21:40','',42,'http://metro-landscaping.com/en/2016/11/17/42-revision-v1/',0,'revision','',0),(1168,1,'2016-11-17 06:23:09','2016-11-17 06:23:09','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'998\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1001\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'999\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1000\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#e6e6e6\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'15px,25px,15px,25px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'ABOUT US\' tag=\'h3\' style=\'blockquote modern-quote\' size=\'30\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector. Our team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/serv-bg.jpg\' attachment=\'1141\' attachment_size=\'full\' attach=\'scroll\' position=\'top center\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,20px,0px,20px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/agent.jpg\' attachment=\'1143\' attachment_size=\'full\' align=\'center\' animation=\'left-to-right\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/agents/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nAGENTS\r\n[/av_image]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n<a style=\"color: #ffffff; margin-left: 30px; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/agents/\">AGENTS</a>\r\n\r\n<hr style=\"color: #e51f44; border: solid; margin-left: 28px; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,20px,0px,20px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/Differentiate.jpg\' attachment=\'1144\' attachment_size=\'full\' align=\'center\' animation=\'top-to-bottom\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/properties/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nPROPERTIES\r\n[/av_image]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n<a style=\"color: #ffffff; margin-left: 30px; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/properties/\">PROPERTIES</a>\r\n\r\n<hr style=\"color: #92d32d; border: solid; margin-left: 28px; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,20px,0px,20px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/gallery-inner.jpg\' attachment=\'1145\' attachment_size=\'full\' align=\'center\' animation=\'right-to-left\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/videos/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nVIDEOS\r\n[/av_image]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n<a style=\"color: #ffffff; margin-left: 30px; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/videos/\">VIDEOS</a>\r\n\r\n<hr style=\"color: #ffff00; border: solid; margin-left: 28px; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-17 06:23:09','2016-11-17 06:23:09','',42,'http://metro-landscaping.com/en/2016/11/17/42-revision-v1/',0,'revision','',0),(1169,1,'2016-11-17 06:24:04','2016-11-17 06:24:04','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'998\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1001\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'999\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1000\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#e6e6e6\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'15px,25px,15px,25px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'ABOUT US\' tag=\'h3\' style=\'blockquote modern-quote\' size=\'30\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector. Our team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/serv-bg.jpg\' attachment=\'1141\' attachment_size=\'full\' attach=\'scroll\' position=\'top center\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,20px,5px,20px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/agent.jpg\' attachment=\'1143\' attachment_size=\'full\' align=\'center\' animation=\'left-to-right\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/agents/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nAGENTS\r\n[/av_image]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n<a style=\"color: #ffffff; margin-left: 30px; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/agents/\">AGENTS</a>\r\n\r\n<hr style=\"color: #e51f44; border: solid; margin-left: 28px; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,20px,5px,20px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/Differentiate.jpg\' attachment=\'1144\' attachment_size=\'full\' align=\'center\' animation=\'top-to-bottom\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/properties/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nPROPERTIES\r\n[/av_image]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n<a style=\"color: #ffffff; margin-left: 30px; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/properties/\">PROPERTIES</a>\r\n\r\n<hr style=\"color: #92d32d; border: solid; margin-left: 28px; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,20px,5px,20px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/gallery-inner.jpg\' attachment=\'1145\' attachment_size=\'full\' align=\'center\' animation=\'right-to-left\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/videos/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nVIDEOS\r\n[/av_image]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n<a style=\"color: #ffffff; margin-left: 30px; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/videos/\">VIDEOS</a>\r\n\r\n<hr style=\"color: #ffff00; border: solid; margin-left: 28px; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-17 06:24:04','2016-11-17 06:24:04','',42,'http://metro-landscaping.com/en/2016/11/17/42-revision-v1/',0,'revision','',0),(1170,1,'2016-11-17 06:34:35','2016-11-17 06:34:35','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'998\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1001\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'999\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1000\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#e6e6e6\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'15px,25px,15px,25px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'ABOUT US\' tag=\'h3\' style=\'blockquote modern-quote\' size=\'30\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector. Our team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/serv-bg.jpg\' attachment=\'1141\' attachment_size=\'full\' attach=\'scroll\' position=\'top center\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,20px,5px,20px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/agent.jpg\' attachment=\'1143\' attachment_size=\'full\' align=\'center\' animation=\'left-to-right\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/agents/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nAGENTS\r\n[/av_image]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n<a style=\"color: #ffffff; margin-left: 30px; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/agents/\">AGENTS</a>\r\n\r\n<hr style=\"color: #e51f44; border: solid; padding-left: 28px; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,20px,5px,20px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/Differentiate.jpg\' attachment=\'1144\' attachment_size=\'full\' align=\'center\' animation=\'top-to-bottom\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/properties/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nPROPERTIES\r\n[/av_image]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n<a style=\"color: #ffffff; margin-left: 30px; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/properties/\">PROPERTIES</a>\r\n\r\n<hr style=\"color: #92d32d; border: solid; margin-left: 28px; width: 320px; padding-left: 28px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,20px,5px,20px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/gallery-inner.jpg\' attachment=\'1145\' attachment_size=\'full\' align=\'center\' animation=\'right-to-left\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/videos/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nVIDEOS\r\n[/av_image]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n<a style=\"color: #ffffff; margin-left: 30px; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/videos/\">VIDEOS</a>\r\n\r\n<hr style=\"color: #ffff00; border: solid; margin-left: 28px; width: 320px; padding-left: 28px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-17 06:34:35','2016-11-17 06:34:35','',42,'http://metro-landscaping.com/en/2016/11/17/42-revision-v1/',0,'revision','',0),(1171,1,'2016-11-17 06:46:20','2016-11-17 06:46:20','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'998\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1001\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'999\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1000\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#e6e6e6\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'15px,25px,15px,25px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'ABOUT US\' tag=\'h3\' style=\'blockquote modern-quote\' size=\'30\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector. Our team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/serv-bg.jpg\' attachment=\'1141\' attachment_size=\'full\' attach=\'scroll\' position=\'top center\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,20px,5px,20px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/agent.jpg\' attachment=\'1143\' attachment_size=\'full\' align=\'center\' animation=\'left-to-right\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/agents/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nAGENTS\r\n[/av_image]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n<a style=\"color: #ffffff; margin-left: 30px; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/agents/\">AGENTS</a>\r\n\r\n<hr style=\"color: #e51f44; border: solid; margin-left: 28px; width: 320px; padding-left: 28px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,20px,5px,20px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/Differentiate.jpg\' attachment=\'1144\' attachment_size=\'full\' align=\'center\' animation=\'top-to-bottom\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/properties/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nPROPERTIES\r\n[/av_image]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n<a style=\"color: #ffffff; margin-left: 30px; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/properties/\">PROPERTIES</a>\r\n\r\n<hr style=\"color: #92d32d; border: solid; margin-left: 28px; width: 320px; padding-left: 28px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,20px,5px,20px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/gallery-inner.jpg\' attachment=\'1145\' attachment_size=\'full\' align=\'center\' animation=\'right-to-left\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/videos/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nVIDEOS\r\n[/av_image]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n<a style=\"color: #ffffff; margin-left: 30px; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/videos/\">VIDEOS</a>\r\n\r\n<hr style=\"color: #ffff00; border: solid; margin-left: 28px; width: 320px; padding-left: 28px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-17 06:46:20','2016-11-17 06:46:20','',42,'http://metro-landscaping.com/en/2016/11/17/42-revision-v1/',0,'revision','',0),(1172,1,'2016-11-17 06:48:42','2016-11-17 06:48:42','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'998\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1001\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'999\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1000\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#e6e6e6\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'15px,25px,15px,25px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'ABOUT US\' tag=\'h3\' style=\'blockquote modern-quote\' size=\'30\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector. Our team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/serv-bg.jpg\' attachment=\'1141\' attachment_size=\'full\' attach=\'scroll\' position=\'top center\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,20px,5px,20px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/agent.jpg\' attachment=\'1143\' attachment_size=\'full\' align=\'left\' animation=\'left-to-right\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/agents/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nAGENTS\r\n[/av_image]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"width: 100%; align: left;\">\r\n<a style=\"color: #ffffff; margin-left: 30px; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/agents/\">AGENTS</a>\r\n\r\n<hr style=\"color: #e51f44; border: solid; margin-left: 28px; width: 320px; padding-left: 28px;\" />\r\n\r\n</div>\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,20px,5px,20px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/Differentiate.jpg\' attachment=\'1144\' attachment_size=\'full\' align=\'left\' animation=\'top-to-bottom\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/properties/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nPROPERTIES\r\n[/av_image]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"width: 100%; align: left;\">\r\n<a style=\"color: #ffffff; margin-left: 30px; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/properties/\">PROPERTIES</a>\r\n\r\n<hr style=\"color: #92d32d; border: solid; margin-left: 28px; width: 320px; padding-left: 28px;\" />\r\n\r\n</div>\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,20px,5px,20px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/gallery-inner.jpg\' attachment=\'1145\' attachment_size=\'full\' align=\'left\' animation=\'right-to-left\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/videos/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nVIDEOS\r\n[/av_image]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"width: 100%; align: left;\">\r\n<a style=\"color: #ffffff; margin-left: 30px; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/videos/\">VIDEOS</a>\r\n\r\n<hr style=\"color: #ffff00; border: solid; margin-left: 28px; width: 320px; padding-left: 28px;\" />\r\n\r\n</div>\r\n[/av_codeblock]\r\n\r\n[/av_one_third][/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-17 06:48:42','2016-11-17 06:48:42','',42,'http://metro-landscaping.com/en/2016/11/17/42-revision-v1/',0,'revision','',0),(1173,1,'2016-11-17 06:49:43','2016-11-17 06:49:43','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'998\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1001\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'999\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1000\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#e6e6e6\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'15px,25px,15px,25px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'ABOUT US\' tag=\'h3\' style=\'blockquote modern-quote\' size=\'30\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector. Our team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/serv-bg.jpg\' attachment=\'1141\' attachment_size=\'full\' attach=\'scroll\' position=\'top center\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,20px,5px,20px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/agent.jpg\' attachment=\'1143\' attachment_size=\'full\' align=\'left\' animation=\'left-to-right\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/agents/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nAGENTS\r\n[/av_image]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div>\r\n<a style=\"color: #ffffff; margin-left: 30px; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/agents/\">AGENTS</a>\r\n\r\n<hr style=\"color: #e51f44; border: solid; margin-left: 28px; width: 320px; padding-left: 28px;\" />\r\n\r\n</div>\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,20px,5px,20px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/Differentiate.jpg\' attachment=\'1144\' attachment_size=\'full\' align=\'left\' animation=\'top-to-bottom\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/properties/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nPROPERTIES\r\n[/av_image]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div>\r\n<a style=\"color: #ffffff; margin-left: 30px; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/properties/\">PROPERTIES</a>\r\n\r\n<hr style=\"color: #92d32d; border: solid; margin-left: 28px; width: 320px; padding-left: 28px;\" />\r\n\r\n</div>\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,20px,5px,20px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/gallery-inner.jpg\' attachment=\'1145\' attachment_size=\'full\' align=\'left\' animation=\'right-to-left\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/videos/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nVIDEOS\r\n[/av_image]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div>\r\n<a style=\"color: #ffffff; margin-left: 30px; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/videos/\">VIDEOS</a>\r\n\r\n<hr style=\"color: #ffff00; border: solid; margin-left: 28px; width: 320px; padding-left: 28px;\" />\r\n\r\n</div>\r\n[/av_codeblock]\r\n\r\n[/av_one_third][/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-17 06:49:43','2016-11-17 06:49:43','',42,'http://metro-landscaping.com/en/2016/11/17/42-revision-v1/',0,'revision','',0),(1174,1,'2016-11-17 06:50:17','2016-11-17 06:50:17','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'998\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1001\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'999\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1000\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#e6e6e6\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'15px,25px,15px,25px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'ABOUT US\' tag=\'h3\' style=\'blockquote modern-quote\' size=\'30\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector. Our team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/serv-bg.jpg\' attachment=\'1141\' attachment_size=\'full\' attach=\'scroll\' position=\'top center\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,20px,5px,20px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/agent.jpg\' attachment=\'1143\' attachment_size=\'full\' align=\'left\' animation=\'left-to-right\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/agents/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nAGENTS\r\n[/av_image]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div><a style=\"color: #ffffff; margin-left: 30px; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/agents/\">AGENTS</a>\r\n\r\n<hr style=\"color: #e51f44; border: solid; margin-left: 28px; width: 320px; padding-left: 28px;\" />\r\n\r\n</div>\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,20px,5px,20px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/Differentiate.jpg\' attachment=\'1144\' attachment_size=\'full\' align=\'left\' animation=\'top-to-bottom\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/properties/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nPROPERTIES\r\n[/av_image]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div><a style=\"color: #ffffff; margin-left: 30px; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/properties/\">PROPERTIES</a>\r\n\r\n<hr style=\"color: #92d32d; border: solid; margin-left: 28px; width: 320px; padding-left: 28px;\" />\r\n\r\n</div>\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,20px,5px,20px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/gallery-inner.jpg\' attachment=\'1145\' attachment_size=\'full\' align=\'left\' animation=\'right-to-left\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/videos/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nVIDEOS\r\n[/av_image]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div><a style=\"color: #ffffff; margin-left: 30px; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/videos/\">VIDEOS</a>\r\n\r\n<hr style=\"color: #ffff00; border: solid; margin-left: 28px; width: 320px; padding-left: 28px;\" />\r\n\r\n</div>\r\n[/av_codeblock]\r\n\r\n[/av_one_third][/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-17 06:50:17','2016-11-17 06:50:17','',42,'http://metro-landscaping.com/en/2016/11/17/42-revision-v1/',0,'revision','',0),(1175,1,'2016-11-17 06:52:00','2016-11-17 06:52:00','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'998\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1001\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'999\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1000\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#e6e6e6\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'15px,25px,15px,25px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'ABOUT US\' tag=\'h3\' style=\'blockquote modern-quote\' size=\'30\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector. Our team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/serv-bg.jpg\' attachment=\'1141\' attachment_size=\'full\' attach=\'scroll\' position=\'top center\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,20px,5px,20px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/agent.jpg\' attachment=\'1143\' attachment_size=\'full\' align=\'left\' animation=\'left-to-right\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/agents/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nAGENTS\r\n[/av_image]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; margin-left: 30px; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/agents/\">AGENTS</a>\r\n\r\n<hr style=\"color: #e51f44; border: solid; width: 320px; padding-left: 28px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,20px,5px,20px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/Differentiate.jpg\' attachment=\'1144\' attachment_size=\'full\' align=\'left\' animation=\'top-to-bottom\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/properties/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nPROPERTIES\r\n[/av_image]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n<a style=\"color: #ffffff; margin-left: 30px; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/properties/\">PROPERTIES</a>\r\n\r\n<hr style=\"color: #92d32d; border: solid; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,20px,5px,20px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/gallery-inner.jpg\' attachment=\'1145\' attachment_size=\'full\' align=\'left\' animation=\'right-to-left\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/videos/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nVIDEOS\r\n[/av_image]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n<a style=\"color: #ffffff; margin-left: 30px; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/videos/\">VIDEOS</a>\r\n\r\n<hr style=\"color: #ffff00; border: solid; margin-left: 28px; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-17 06:52:00','2016-11-17 06:52:00','',42,'http://metro-landscaping.com/en/2016/11/17/42-revision-v1/',0,'revision','',0),(1176,1,'2016-11-17 06:53:04','2016-11-17 06:53:04','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'998\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1001\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'999\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1000\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#e6e6e6\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'15px,25px,15px,25px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'ABOUT US\' tag=\'h3\' style=\'blockquote modern-quote\' size=\'30\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector. Our team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/serv-bg.jpg\' attachment=\'1141\' attachment_size=\'full\' attach=\'scroll\' position=\'top center\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,20px,5px,20px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/agent.jpg\' attachment=\'1143\' attachment_size=\'full\' align=\'left\' animation=\'left-to-right\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/agents/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nAGENTS\r\n[/av_image]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n<a style=\"color: #ffffff; margin-left: 30px; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/agents/\">AGENTS</a>\r\n\r\n<hr style=\"color: #e51f44; border: solid; width: 320px; margin-left: 28px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,20px,5px,20px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/Differentiate.jpg\' attachment=\'1144\' attachment_size=\'full\' align=\'left\' animation=\'top-to-bottom\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/properties/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nPROPERTIES\r\n[/av_image]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n<a style=\"color: #ffffff; margin-left: 30px; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/properties/\">PROPERTIES</a>\r\n\r\n<hr style=\"color: #92d32d; border: solid; width: 320px; margin-left: 28px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,20px,5px,20px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/gallery-inner.jpg\' attachment=\'1145\' attachment_size=\'full\' align=\'left\' animation=\'right-to-left\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/videos/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nVIDEOS\r\n[/av_image]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n<a style=\"color: #ffffff; margin-left: 30px; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/videos/\">VIDEOS</a>\r\n\r\n<hr style=\"color: #ffff00; border: solid; margin-left: 28px; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-17 06:53:04','2016-11-17 06:53:04','',42,'http://metro-landscaping.com/en/2016/11/17/42-revision-v1/',0,'revision','',0),(1177,1,'2016-11-17 06:54:27','2016-11-17 06:54:27','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'998\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1001\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'999\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1000\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#e6e6e6\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'15px,25px,15px,25px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'ABOUT US\' tag=\'h3\' style=\'blockquote modern-quote\' size=\'30\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector. Our team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/serv-bg.jpg\' attachment=\'1141\' attachment_size=\'full\' attach=\'scroll\' position=\'top center\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,20px,5px,20px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/agent.jpg\' attachment=\'1143\' attachment_size=\'full\' align=\'left\' animation=\'left-to-right\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/agents/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nAGENTS\r\n[/av_image]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/agents/\">AGENTS</a>\r\n\r\n<hr style=\"color: #e51f44; border: solid; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,20px,5px,20px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/Differentiate.jpg\' attachment=\'1144\' attachment_size=\'full\' align=\'left\' animation=\'top-to-bottom\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/properties/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nPROPERTIES\r\n[/av_image]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/properties/\">PROPERTIES</a>\r\n\r\n<hr style=\"color: #92d32d; border: solid; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,20px,5px,20px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/gallery-inner.jpg\' attachment=\'1145\' attachment_size=\'full\' align=\'left\' animation=\'right-to-left\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/videos/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nVIDEOS\r\n[/av_image]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/videos/\">VIDEOS</a>\r\n\r\n<hr style=\"color: #ffff00; border: solid; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-17 06:54:27','2016-11-17 06:54:27','',42,'http://metro-landscaping.com/en/2016/11/17/42-revision-v1/',0,'revision','',0),(1178,1,'2016-11-17 06:56:21','2016-11-17 06:56:21','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'998\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1001\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'999\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1000\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#e6e6e6\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'15px,25px,15px,25px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'ABOUT US\' tag=\'h3\' style=\'blockquote modern-quote\' size=\'30\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector. Our team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/serv-bg.jpg\' attachment=\'1141\' attachment_size=\'full\' attach=\'scroll\' position=\'top center\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,20px,5px,20px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/agent.jpg\' attachment=\'1143\' attachment_size=\'full\' align=\'left\' animation=\'left-to-right\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/agents/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nAGENTS\r\n[/av_image]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px; margin-top: 30px;\" href=\"http://metro-landscaping.com/en/agents/\">AGENTS</a>\r\n\r\n<hr style=\"color: #e51f44; border: solid; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,20px,5px,20px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/Differentiate.jpg\' attachment=\'1144\' attachment_size=\'full\' align=\'left\' animation=\'top-to-bottom\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/properties/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nPROPERTIES\r\n[/av_image]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px; margin-top: 30px;\" href=\"http://metro-landscaping.com/en/properties/\">PROPERTIES</a>\r\n\r\n<hr style=\"color: #92d32d; border: solid; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,20px,5px,20px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/gallery-inner.jpg\' attachment=\'1145\' attachment_size=\'full\' align=\'left\' animation=\'right-to-left\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/videos/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nVIDEOS\r\n[/av_image]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px; margin-top: 30px;\" href=\"http://metro-landscaping.com/en/videos/\">VIDEOS</a>\r\n\r\n<hr style=\"color: #ffff00; border: solid; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-17 06:56:21','2016-11-17 06:56:21','',42,'http://metro-landscaping.com/en/2016/11/17/42-revision-v1/',0,'revision','',0),(1179,1,'2016-11-17 06:59:05','2016-11-17 06:59:05','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'998\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1001\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'999\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1000\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#e6e6e6\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'15px,25px,15px,25px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'ABOUT US\' tag=\'h3\' style=\'blockquote modern-quote\' size=\'30\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector. Our team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/serv-bg.jpg\' attachment=\'1141\' attachment_size=\'full\' attach=\'scroll\' position=\'top center\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,20px,5px,20px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/agent.jpg\' attachment=\'1143\' attachment_size=\'full\' align=\'left\' animation=\'left-to-right\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/agents/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nAGENTS\r\n[/av_image]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px; padding-top: 30px;\" href=\"http://metro-landscaping.com/en/agents/\">AGENTS</a>\r\n\r\n<hr style=\"color: #e51f44; border: solid; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,20px,5px,20px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/Differentiate.jpg\' attachment=\'1144\' attachment_size=\'full\' align=\'left\' animation=\'top-to-bottom\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/properties/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nPROPERTIES\r\n[/av_image]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px; padding-top: 30px;\" href=\"http://metro-landscaping.com/en/properties/\">PROPERTIES</a>\r\n\r\n<hr style=\"color: #92d32d; border: solid; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,20px,5px,20px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/gallery-inner.jpg\' attachment=\'1145\' attachment_size=\'full\' align=\'left\' animation=\'right-to-left\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/videos/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nVIDEOS\r\n[/av_image]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px; padding-top: 30px;\" href=\"http://metro-landscaping.com/en/videos/\">VIDEOS</a>\r\n\r\n<hr style=\"color: #ffff00; border: solid; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-17 06:59:05','2016-11-17 06:59:05','',42,'http://metro-landscaping.com/en/2016/11/17/42-revision-v1/',0,'revision','',0),(1180,1,'2016-11-17 06:59:51','2016-11-17 06:59:51','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'998\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1001\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'999\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1000\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#e6e6e6\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'15px,25px,15px,25px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'ABOUT US\' tag=\'h3\' style=\'blockquote modern-quote\' size=\'30\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector. Our team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/serv-bg.jpg\' attachment=\'1141\' attachment_size=\'full\' attach=\'scroll\' position=\'top center\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,20px,5px,20px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/agent.jpg\' attachment=\'1143\' attachment_size=\'full\' align=\'left\' animation=\'left-to-right\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/agents/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nAGENTS\r\n[/av_image]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/agents/\">AGENTS</a>\r\n\r\n<hr style=\"color: #e51f44; border: solid; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,20px,5px,20px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/Differentiate.jpg\' attachment=\'1144\' attachment_size=\'full\' align=\'left\' animation=\'top-to-bottom\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/properties/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nPROPERTIES\r\n[/av_image]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/properties/\">PROPERTIES</a>\r\n\r\n<hr style=\"color: #92d32d; border: solid; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,20px,5px,20px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/gallery-inner.jpg\' attachment=\'1145\' attachment_size=\'full\' align=\'left\' animation=\'right-to-left\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/videos/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nVIDEOS\r\n[/av_image]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/videos/\">VIDEOS</a>\r\n\r\n<hr style=\"color: #ffff00; border: solid; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-17 06:59:51','2016-11-17 06:59:51','',42,'http://metro-landscaping.com/en/2016/11/17/42-revision-v1/',0,'revision','',0),(1181,1,'2016-11-17 07:00:41','2016-11-17 07:00:41','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'998\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1001\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'999\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1000\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#e6e6e6\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'15px,25px,15px,25px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'ABOUT US\' tag=\'h3\' style=\'blockquote modern-quote\' size=\'30\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector. Our team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/serv-bg.jpg\' attachment=\'1141\' attachment_size=\'full\' attach=\'scroll\' position=\'top center\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,20px,5px,20px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/agent.jpg\' attachment=\'1143\' attachment_size=\'full\' align=\'left\' animation=\'left-to-right\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/agents/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nAGENTS\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/agents/\">AGENTS</a>\r\n\r\n<hr style=\"color: #e51f44; border: solid; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,20px,5px,20px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/Differentiate.jpg\' attachment=\'1144\' attachment_size=\'full\' align=\'left\' animation=\'top-to-bottom\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/properties/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nPROPERTIES\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/properties/\">PROPERTIES</a>\r\n\r\n<hr style=\"color: #92d32d; border: solid; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,20px,5px,20px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/gallery-inner.jpg\' attachment=\'1145\' attachment_size=\'full\' align=\'left\' animation=\'right-to-left\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/videos/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nVIDEOS\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/videos/\">VIDEOS</a>\r\n\r\n<hr style=\"color: #ffff00; border: solid; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-17 07:00:41','2016-11-17 07:00:41','',42,'http://metro-landscaping.com/en/2016/11/17/42-revision-v1/',0,'revision','',0),(1182,1,'2016-11-17 07:01:34','2016-11-17 07:01:34','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'998\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1001\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'999\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1000\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#e6e6e6\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'15px,25px,15px,25px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'ABOUT US\' tag=\'h3\' style=\'blockquote modern-quote\' size=\'30\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector. Our team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/serv-bg.jpg\' attachment=\'1141\' attachment_size=\'full\' attach=\'scroll\' position=\'top center\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,20px,5px,20px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/agent.jpg\' attachment=\'1143\' attachment_size=\'full\' align=\'left\' animation=\'left-to-right\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/agents/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nAGENTS\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/agents/\">AGENTS</a>\r\n\r\n<hr style=\"color: #e51f44; border: solid; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,20px,5px,20px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/Differentiate.jpg\' attachment=\'1144\' attachment_size=\'full\' align=\'left\' animation=\'top-to-bottom\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/properties/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nPROPERTIES\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/properties/\">PROPERTIES</a>\r\n\r\n<hr style=\"color: #92d32d; border: solid; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,20px,5px,20px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/gallery-inner.jpg\' attachment=\'1145\' attachment_size=\'full\' align=\'left\' animation=\'right-to-left\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/videos/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nVIDEOS\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/videos/\">VIDEOS</a>\r\n\r\n<hr style=\"color: #ffff00; border: solid; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-17 07:01:34','2016-11-17 07:01:34','',42,'http://metro-landscaping.com/en/2016/11/17/42-revision-v1/',0,'revision','',0),(1183,1,'2016-11-17 07:02:33','2016-11-17 07:02:33','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'998\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1001\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'999\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1000\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#e6e6e6\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'15px,25px,15px,25px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'ABOUT US\' tag=\'h3\' style=\'blockquote modern-quote\' size=\'30\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector. Our team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/serv-bg.jpg\' attachment=\'1141\' attachment_size=\'full\' attach=\'scroll\' position=\'top center\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,20px,5px,20px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/agent.jpg\' attachment=\'1143\' attachment_size=\'full\' align=\'left\' animation=\'left-to-right\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/agents/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nAGENTS\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/agents/\">AGENTS</a>\r\n\r\n<hr style=\"color: #e51f44; border: solid; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,20px,5px,20px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/Differentiate.jpg\' attachment=\'1144\' attachment_size=\'full\' align=\'left\' animation=\'top-to-bottom\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/properties/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nPROPERTIES\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/properties/\">PROPERTIES</a>\r\n\r\n<hr style=\"color: #92d32d; border: solid; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,20px,5px,20px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/gallery-inner.jpg\' attachment=\'1145\' attachment_size=\'full\' align=\'left\' animation=\'right-to-left\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/videos/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nVIDEOS\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/videos/\">VIDEOS</a>\r\n\r\n<hr style=\"color: #ffff00; border: solid; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-17 07:02:33','2016-11-17 07:02:33','',42,'http://metro-landscaping.com/en/2016/11/17/42-revision-v1/',0,'revision','',0),(1184,1,'2016-11-17 07:04:21','2016-11-17 07:04:21','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'998\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1001\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'999\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1000\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#e6e6e6\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'15px,25px,15px,25px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'ABOUT US\' tag=\'h3\' style=\'blockquote modern-quote\' size=\'30\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector. Our team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/serv-bg.jpg\' attachment=\'1141\' attachment_size=\'full\' attach=\'scroll\' position=\'top center\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,20px,5px,20px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/agent.jpg\' attachment=\'1143\' attachment_size=\'full\' align=\'left\' animation=\'left-to-right\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/agents/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nAGENTS\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/agents/\">AGENTS</a>\r\n\r\n<hr style=\"color: #e51f44; border: solid; width: 320px; padding-right: 50px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,20px,5px,20px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/Differentiate.jpg\' attachment=\'1144\' attachment_size=\'full\' align=\'left\' animation=\'top-to-bottom\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/properties/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nPROPERTIES\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/properties/\">PROPERTIES</a>\r\n\r\n<hr style=\"color: #92d32d; border: solid; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,20px,5px,20px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/gallery-inner.jpg\' attachment=\'1145\' attachment_size=\'full\' align=\'left\' animation=\'right-to-left\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/videos/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nVIDEOS\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/videos/\">VIDEOS</a>\r\n\r\n<hr style=\"color: #ffff00; border: solid; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-17 07:04:21','2016-11-17 07:04:21','',42,'http://metro-landscaping.com/en/2016/11/17/42-revision-v1/',0,'revision','',0),(1185,1,'2016-11-17 07:05:44','2016-11-17 07:05:44','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'998\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1001\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'999\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1000\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#e6e6e6\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'15px,25px,15px,25px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'ABOUT US\' tag=\'h3\' style=\'blockquote modern-quote\' size=\'30\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector. Our team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/serv-bg.jpg\' attachment=\'1141\' attachment_size=\'full\' attach=\'scroll\' position=\'top center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,20px,5px,20px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/agent.jpg\' attachment=\'1143\' attachment_size=\'full\' align=\'left\' animation=\'left-to-right\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/agents/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nAGENTS\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/agents/\">AGENTS</a>\r\n\r\n<hr style=\"color: #e51f44; border: solid; width: 320px; padding-right: 50px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,20px,5px,20px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/Differentiate.jpg\' attachment=\'1144\' attachment_size=\'full\' align=\'left\' animation=\'top-to-bottom\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/properties/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nPROPERTIES\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/properties/\">PROPERTIES</a>\r\n\r\n<hr style=\"color: #92d32d; border: solid; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,20px,5px,20px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/gallery-inner.jpg\' attachment=\'1145\' attachment_size=\'full\' align=\'left\' animation=\'right-to-left\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/videos/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nVIDEOS\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/videos/\">VIDEOS</a>\r\n\r\n<hr style=\"color: #ffff00; border: solid; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-17 07:05:44','2016-11-17 07:05:44','',42,'http://metro-landscaping.com/en/2016/11/17/42-revision-v1/',0,'revision','',0),(1186,1,'2016-11-17 07:11:44','2016-11-17 07:11:44','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Bandary_Landing Page\r\nURL of the webpage where the tag is expected to be placed: http://bre.com.qa\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=868220308;tag_for_child_directed_treatment=;ord=\' 11132016 \'?\" width=\"100\" height=\"150\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=868220308;tag_for_child_directed_treatment=;ord=11132016 ?\" width=\"100\" height=\"150\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n<!-- Google Code for Contact us Conversion Page --> <script type=\"text/javascript\">\r\n/* <![CDATA[ */ var google_conversion_id = 868220308; var google_conversion_language = \"en\"; var google_conversion_format = \"3\"; var google_conversion_color = \"ffffff\"; var google_conversion_label = \"mxB0CKyU9msQlPv_nQM\"; var google_remarketing_only = false; /* ]]> */\r\n</script>\r\n<script type=\"text/javascript\" src=\"//www.googleadservices.com/pagead/conversion.js\">\r\n</script>\r\n<noscript>\r\n<div style=\"display:inline;\">\r\n<img height=\"100\" width=\"200\" style=\"border-style:none;\" alt=\"\" src=\"//www.googleadservices.com/pagead/conversion/868220308/?label=mxB0CKyU9msQlPv_nQM&guid=ON&script=0\"/></div>\r\n</noscript>\r\n\r\n<!-- Facebook Pixel Code -->\r\n<script>\r\n!function(f,b,e,v,n,t,s)\r\n{if(f.fbq)return;n=f.fbq=function(){n.callMethod?\r\nn.callMethod.apply(n,arguments):n.queue.push(arguments)};\r\nif(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version=\'2.0\';\r\nn.queue=[];t=b.createElement(e);t.async=!0;\r\nt.src=v;s=b.getElementsByTagName(e)[0];\r\ns.parentNode.insertBefore(t,s)}(window,document,\'script\',\'https://connect.facebook.net/en_US/fbevents.js\');\r\nfbq(\'init\', \'318715628513414\'); \r\nfbq(\'track\', \'PageView\');\r\n</script>\r\n<noscript>\r\n<img height=\"1\" width=\"1\" src=\"https://www.facebook.com/tr?id=318715628513414&ev=PageView &noscript=1\"/>\r\n</noscript>\r\n<!-- End Facebook Pixel Code -->\r\n[/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'998\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1001\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'999\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1000\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#e6e6e6\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'15px,25px,15px,25px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'ABOUT US\' tag=\'h3\' style=\'blockquote modern-quote\' size=\'30\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector. Our team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/serv-bg.jpg\' attachment=\'1141\' attachment_size=\'full\' attach=\'scroll\' position=\'top center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,20px,5px,20px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/agent.jpg\' attachment=\'1143\' attachment_size=\'full\' align=\'left\' animation=\'left-to-right\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/agents/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nAGENTS\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/agents/\">AGENTS</a>\r\n\r\n<hr style=\"color: #e51f44; border: solid; width: 320px; padding-right: 50px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,20px,5px,20px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/Differentiate.jpg\' attachment=\'1144\' attachment_size=\'full\' align=\'left\' animation=\'top-to-bottom\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/properties/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nPROPERTIES\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/properties/\">PROPERTIES</a>\r\n\r\n<hr style=\"color: #92d32d; border: solid; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,20px,5px,20px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/gallery-inner.jpg\' attachment=\'1145\' attachment_size=\'full\' align=\'left\' animation=\'right-to-left\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/videos/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nVIDEOS\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/videos/\">VIDEOS</a>\r\n\r\n<hr style=\"color: #ffff00; border: solid; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-17 07:11:44','2016-11-17 07:11:44','',42,'http://metro-landscaping.com/en/2016/11/17/42-revision-v1/',0,'revision','',0),(1187,1,'2016-11-17 07:19:18','2016-11-17 07:19:18','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Form Submit, Activity ID: 4137821 -->\r\n<!-- Expected URL: http://metro-landscaping.com/en/contactus -->\r\n\r\n<!-- Activity ID: 4137821 Activity Name: Al Bandary Real Estate - Form Submit Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Form Submit\r\nURL of the webpage where the tag is expected to be placed: http://metro-landscaping.com/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban00;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban00;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n\r\n[/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-36.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'1px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,80px\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0; margin-left: 20px; margin-top: -30px;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"360\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,80px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -65px;\" src=\"http://employee.big.qa/contact_form/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half]\r\n[/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-17 07:19:18','2016-11-17 07:19:18','',12,'http://metro-landscaping.com/en/2016/11/17/12-revision-v1/',0,'revision','',0),(1188,1,'2016-11-17 07:20:16','2016-11-17 07:20:16','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Form Submit, Activity ID: 4137821 -->\r\n<!-- Expected URL: http://metro-landscaping.com/en/contactus -->\r\n\r\n<!-- Activity ID: 4137821 Activity Name: Al Bandary Real Estate - Form Submit Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Form Submit\r\nURL of the webpage where the tag is expected to be placed: http://metro-landscaping.com/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban00;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban00;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n\r\n[/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-36.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'1px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,80px\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0; margin-left: 20px; margin-top: -30px;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"360\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,80px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -65px;\" src=\"http://employee.big.qa/contact_form/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half]\r\n[/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-17 07:20:16','2016-11-17 07:20:16','',12,'http://metro-landscaping.com/en/2016/11/17/12-revision-v1/',0,'revision','',0),(1189,1,'2016-11-17 07:23:33','2016-11-17 07:23:33','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Bandary_Landing Page\r\nURL of the webpage where the tag is expected to be placed: http://bre.com.qa\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=868220308;tag_for_child_directed_treatment=;ord=\' 11132016 \'?\" width=\"100\" height=\"150\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=868220308;tag_for_child_directed_treatment=;ord=11132016 ?\" width=\"100\" height=\"150\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n<!-- Google Code for Contact us Conversion Page --> <script type=\"text/javascript\">\r\n/* <![CDATA[ */ var google_conversion_id = 868220308; var google_conversion_language = \"en\"; var google_conversion_format = \"3\"; var google_conversion_color = \"ffffff\"; var google_conversion_label = \"mxB0CKyU9msQlPv_nQM\"; var google_remarketing_only = false; /* ]]> */\r\n</script>\r\n<script type=\"text/javascript\" src=\"//www.googleadservices.com/pagead/conversion.js\">\r\n</script>\r\n<noscript>\r\n<div style=\"display:inline;\">\r\n<img height=\"100\" width=\"200\" style=\"border-style:none;\" alt=\"\" src=\"//www.googleadservices.com/pagead/conversion/868220308/?label=mxB0CKyU9msQlPv_nQM&guid=ON&script=0\"/></div>\r\n</noscript>\r\n\r\n<!-- Facebook Pixel Code -->\r\n<script>\r\n!function(f,b,e,v,n,t,s)\r\n{if(f.fbq)return;n=f.fbq=function(){n.callMethod?\r\nn.callMethod.apply(n,arguments):n.queue.push(arguments)};\r\nif(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version=\'2.0\';\r\nn.queue=[];t=b.createElement(e);t.async=!0;\r\nt.src=v;s=b.getElementsByTagName(e)[0];\r\ns.parentNode.insertBefore(t,s)}(window,document,\'script\',\'https://connect.facebook.net/en_US/fbevents.js\');\r\nfbq(\'init\', \'318715628513414\'); \r\nfbq(\'track\', \'PageView\');\r\n</script>\r\n<noscript>\r\n<img height=\"1\" width=\"1\" src=\"https://www.facebook.com/tr?id=318715628513414&ev=PageView &noscript=1\"/>\r\n</noscript>\r\n<!-- End Facebook Pixel Code -->\r\n[/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'998\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1001\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'999\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1000\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#e6e6e6\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'15px,25px,15px,25px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'ABOUT US\' tag=\'h3\' style=\'blockquote modern-quote\' size=\'30\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector. Our team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/serv-bg.jpg\' attachment=\'1141\' attachment_size=\'full\' attach=\'scroll\' position=\'top center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/agent.jpg\' attachment=\'1143\' attachment_size=\'full\' align=\'left\' animation=\'left-to-right\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/agents/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nAGENTS\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/agents/\">AGENTS</a>\r\n\r\n<hr style=\"color: #e51f44; border: solid; width: 320px; padding-right: 50px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/Differentiate.jpg\' attachment=\'1144\' attachment_size=\'full\' align=\'left\' animation=\'top-to-bottom\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/properties/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nPROPERTIES\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/properties/\">PROPERTIES</a>\r\n\r\n<hr style=\"color: #92d32d; border: solid; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/gallery-inner.jpg\' attachment=\'1145\' attachment_size=\'full\' align=\'left\' animation=\'right-to-left\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/videos/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nVIDEOS\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/videos/\">VIDEOS</a>\r\n\r\n<hr style=\"color: #ffff00; border: solid; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-17 07:23:33','2016-11-17 07:23:33','',42,'http://metro-landscaping.com/en/2016/11/17/42-revision-v1/',0,'revision','',0),(1190,1,'2016-11-17 07:43:53','2016-11-17 07:43:53','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Form Submit, Activity ID: 4137821 -->\r\n<!-- Expected URL: http://metro-landscaping.com/en/contactus -->\r\n\r\n<!-- Activity ID: 4137821 Activity Name: Al Bandary Real Estate - Form Submit Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Form Submit\r\nURL of the webpage where the tag is expected to be placed: http://metro-landscaping.com/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=alban0;cat=alban00;dc_lat=;dc_rdid=868220308;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"100\" height=\"200\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=alban0;cat=alban00;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"100\" height=\"200\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n\r\n[/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-36.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'1px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,80px\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0; margin-left: 20px; margin-top: -30px;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"360\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,80px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -65px;\" src=\"http://employee.big.qa/contact_form/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half]\r\n[/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-17 07:43:53','2016-11-17 07:43:53','',12,'http://metro-landscaping.com/en/2016/11/17/12-revision-v1/',0,'revision','',0),(1191,1,'2016-11-17 07:52:00','2016-11-17 07:52:00','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Form Submit, Activity ID: 4137821 -->\r\n<!-- Expected URL: http://metro-landscaping.com/en/contactus -->\r\n\r\n<!-- Activity ID: 4137821 Activity Name: Al Bandary Real Estate - Form Submit Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Form Submit\r\nURL of the webpage where the tag is expected to be placed: http://metro-landscaping.com/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban00;dc_lat=;dc_rdid=868220308;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"100\" height=\"200\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban00;dc_lat=;dc_rdid=6255134;tag_for_child_directed_treatment=;ord=1?\" width=\"100\" height=\"200\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Remarketing, Activity ID: 4138824 -->\r\n<!-- Expected URL: http://metro-landscaping.com/en/contactus -->\r\n\r\n<!-- Activity ID: 4138824 Activity Name: Al Bandary Real Estate - Remarketing Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Remarketing\r\nURL of the webpage where the tag is expected to be placed: http://metro-landscaping.com/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban0;dc_lat=;dc_rdid=6255134;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban0;dc_lat=;dc_rdid=6255134;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n[/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-36.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'1px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,80px\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0; margin-left: 20px; margin-top: -30px;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"360\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,80px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -65px;\" src=\"http://employee.big.qa/contact_form/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half]\r\n[/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-17 07:52:00','2016-11-17 07:52:00','',12,'http://metro-landscaping.com/en/2016/11/17/12-revision-v1/',0,'revision','',0),(1192,1,'2016-11-17 07:54:11','2016-11-17 07:54:11','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Form Submit, Activity ID: 4137821 -->\r\n<!-- Expected URL: http://metro-landscaping.com/en/contactus -->\r\n\r\n<!-- Activity ID: 4137821 Activity Name: Al Bandary Real Estate - Form Submit Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Form Submit\r\nURL of the webpage where the tag is expected to be placed: http://metro-landscaping.com/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban00;dc_lat=;dc_rdid=868220308;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"100\" height=\"200\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban00;dc_lat=;dc_rdid=6255134;tag_for_child_directed_treatment=;ord=1?\" width=\"100\" height=\"200\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Remarketing, Activity ID: 4138824 -->\r\n<!-- Expected URL: http://metro-landscaping.com/en/contactus -->\r\n\r\n<!-- Activity ID: 4138824 Activity Name: Al Bandary Real Estate - Remarketing Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Remarketing\r\nURL of the webpage where the tag is expected to be placed: http://metro-landscaping.com/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban0;dc_lat=;dc_rdid=6255134;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban0;dc_lat=;dc_rdid=6255134;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n[/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-36.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'1px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,80px\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0; margin-left: 20px; margin-top: -30px;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"360\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,80px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -65px;\" src=\"http://employee.big.qa/contact_form/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[av_contact email=\'m.lacerona@albandarygroup.com\' title=\'Send us mail\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' form_align=\'\' color=\'\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\'][/av_contact_field]\r\n[av_contact_field label=\'Mobile No.\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' check=\'is_email\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-17 07:54:11','2016-11-17 07:54:11','',12,'http://metro-landscaping.com/en/2016/11/17/12-revision-v1/',0,'revision','',0),(1193,1,'2016-11-17 07:56:41','2016-11-17 07:56:41','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Form Submit, Activity ID: 4137821 -->\r\n<!-- Expected URL: http://metro-landscaping.com/en/contactus -->\r\n\r\n<!-- Activity ID: 4137821 Activity Name: Al Bandary Real Estate - Form Submit Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Form Submit\r\nURL of the webpage where the tag is expected to be placed: http://metro-landscaping.com/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban00;dc_lat=;dc_rdid=868220308;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"100\" height=\"200\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban00;dc_lat=;dc_rdid=6255134;tag_for_child_directed_treatment=;ord=1?\" width=\"100\" height=\"200\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Remarketing, Activity ID: 4138824 -->\r\n<!-- Expected URL: http://metro-landscaping.com/en/contactus -->\r\n\r\n<!-- Activity ID: 4138824 Activity Name: Al Bandary Real Estate - Remarketing Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Remarketing\r\nURL of the webpage where the tag is expected to be placed: http://metro-landscaping.com/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban0;dc_lat=;dc_rdid=6255134;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban0;dc_lat=;dc_rdid=6255134;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n[/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-36.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'1px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,80px\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0; margin-left: 20px; margin-top: -30px;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"360\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,80px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_contact email=\'m.lacerona@albandarygroup.com\' title=\'CONTACT US FORM\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' form_align=\'\' color=\'\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Mobile No.\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' check=\'is_email\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-17 07:56:41','2016-11-17 07:56:41','',12,'http://metro-landscaping.com/en/2016/11/17/12-revision-v1/',0,'revision','',0),(1194,1,'2016-11-17 07:59:03','2016-11-17 07:59:03','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Form Submit, Activity ID: 4137821 -->\r\n<!-- Expected URL: http://metro-landscaping.com/en/contactus -->\r\n\r\n<!-- Activity ID: 4137821 Activity Name: Al Bandary Real Estate - Form Submit Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Form Submit\r\nURL of the webpage where the tag is expected to be placed: http://metro-landscaping.com/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban00;dc_lat=;dc_rdid=868220308;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"100\" height=\"200\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban00;dc_lat=;dc_rdid=6255134;tag_for_child_directed_treatment=;ord=1?\" width=\"100\" height=\"200\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Remarketing, Activity ID: 4138824 -->\r\n<!-- Expected URL: http://metro-landscaping.com/en/contactus -->\r\n\r\n<!-- Activity ID: 4138824 Activity Name: Al Bandary Real Estate - Remarketing Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Remarketing\r\nURL of the webpage where the tag is expected to be placed: http://metro-landscaping.com/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban0;dc_lat=;dc_rdid=6255134;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban0;dc_lat=;dc_rdid=6255134;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n[/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-36.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'1px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,80px\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0; margin-left: 20px; margin-top: -30px;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"360\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,80px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_contact email=\'m.lacerona@albandarygroup.com\' title=\'\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' form_align=\'\' color=\'\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Mobile No.\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' check=\'is_email\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-17 07:59:03','2016-11-17 07:59:03','',12,'http://metro-landscaping.com/en/2016/11/17/12-revision-v1/',0,'revision','',0),(1195,1,'2016-11-17 07:59:40','2016-11-17 07:59:40','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Form Submit, Activity ID: 4137821 -->\r\n<!-- Expected URL: http://metro-landscaping.com/en/contactus -->\r\n\r\n<!-- Activity ID: 4137821 Activity Name: Al Bandary Real Estate - Form Submit Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Form Submit\r\nURL of the webpage where the tag is expected to be placed: http://metro-landscaping.com/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban00;dc_lat=;dc_rdid=868220308;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"100\" height=\"200\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban00;dc_lat=;dc_rdid=6255134;tag_for_child_directed_treatment=;ord=1?\" width=\"100\" height=\"200\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Remarketing, Activity ID: 4138824 -->\r\n<!-- Expected URL: http://metro-landscaping.com/en/contactus -->\r\n\r\n<!-- Activity ID: 4138824 Activity Name: Al Bandary Real Estate - Remarketing Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Remarketing\r\nURL of the webpage where the tag is expected to be placed: http://metro-landscaping.com/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban0;dc_lat=;dc_rdid=6255134;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban0;dc_lat=;dc_rdid=6255134;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n[/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-36.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'1px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'10px,0px,0px,80px\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0; margin-left: 20px; margin-top: -30px;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"360\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,80px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_contact email=\'m.lacerona@albandarygroup.com\' title=\'\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' form_align=\'\' color=\'\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Mobile No.\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' check=\'is_email\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-17 07:59:40','2016-11-17 07:59:40','',12,'http://metro-landscaping.com/en/2016/11/17/12-revision-v1/',0,'revision','',0),(1196,1,'2016-11-17 08:00:14','2016-11-17 08:00:14','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Form Submit, Activity ID: 4137821 -->\r\n<!-- Expected URL: http://metro-landscaping.com/en/contactus -->\r\n\r\n<!-- Activity ID: 4137821 Activity Name: Al Bandary Real Estate - Form Submit Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Form Submit\r\nURL of the webpage where the tag is expected to be placed: http://metro-landscaping.com/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban00;dc_lat=;dc_rdid=868220308;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"100\" height=\"200\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban00;dc_lat=;dc_rdid=6255134;tag_for_child_directed_treatment=;ord=1?\" width=\"100\" height=\"200\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Remarketing, Activity ID: 4138824 -->\r\n<!-- Expected URL: http://metro-landscaping.com/en/contactus -->\r\n\r\n<!-- Activity ID: 4138824 Activity Name: Al Bandary Real Estate - Remarketing Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Remarketing\r\nURL of the webpage where the tag is expected to be placed: http://metro-landscaping.com/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban0;dc_lat=;dc_rdid=6255134;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban0;dc_lat=;dc_rdid=6255134;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n[/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-36.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'1px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'5px,0px,0px,80px\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0; margin-left: 20px; margin-top: -30px;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"360\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,80px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_contact email=\'m.lacerona@albandarygroup.com\' title=\'\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' form_align=\'\' color=\'\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Mobile No.\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' check=\'is_email\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-17 08:00:14','2016-11-17 08:00:14','',12,'http://metro-landscaping.com/en/2016/11/17/12-revision-v1/',0,'revision','',0),(1197,1,'2016-11-17 08:00:50','2016-11-17 08:00:50','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Form Submit, Activity ID: 4137821 -->\r\n<!-- Expected URL: http://metro-landscaping.com/en/contactus -->\r\n\r\n<!-- Activity ID: 4137821 Activity Name: Al Bandary Real Estate - Form Submit Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Form Submit\r\nURL of the webpage where the tag is expected to be placed: http://metro-landscaping.com/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban00;dc_lat=;dc_rdid=868220308;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"100\" height=\"200\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban00;dc_lat=;dc_rdid=6255134;tag_for_child_directed_treatment=;ord=1?\" width=\"100\" height=\"200\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Remarketing, Activity ID: 4138824 -->\r\n<!-- Expected URL: http://metro-landscaping.com/en/contactus -->\r\n\r\n<!-- Activity ID: 4138824 Activity Name: Al Bandary Real Estate - Remarketing Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Remarketing\r\nURL of the webpage where the tag is expected to be placed: http://metro-landscaping.com/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban0;dc_lat=;dc_rdid=6255134;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban0;dc_lat=;dc_rdid=6255134;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n[/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-36.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'1px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'3px,0px,0px,80px\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0; margin-left: 20px; margin-top: -30px;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"360\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,80px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_contact email=\'m.lacerona@albandarygroup.com\' title=\'\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' form_align=\'\' color=\'\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Mobile No.\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' check=\'is_email\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-17 08:00:50','2016-11-17 08:00:50','',12,'http://metro-landscaping.com/en/2016/11/17/12-revision-v1/',0,'revision','',0),(1198,1,'2016-11-17 08:03:58','2016-11-17 08:03:58','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Form Submit, Activity ID: 4137821 -->\r\n<!-- Expected URL: http://metro-landscaping.com/en/contactus -->\r\n\r\n<!-- Activity ID: 4137821 Activity Name: Al Bandary Real Estate - Form Submit Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Form Submit\r\nURL of the webpage where the tag is expected to be placed: http://metro-landscaping.com/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban00;dc_lat=;dc_rdid=868220308;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"100\" height=\"200\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban00;dc_lat=;dc_rdid=6255134;tag_for_child_directed_treatment=;ord=1?\" width=\"100\" height=\"200\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Remarketing, Activity ID: 4138824 -->\r\n<!-- Expected URL: http://metro-landscaping.com/en/contactus -->\r\n\r\n<!-- Activity ID: 4138824 Activity Name: Al Bandary Real Estate - Remarketing Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Remarketing\r\nURL of the webpage where the tag is expected to be placed: http://metro-landscaping.com/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban0;dc_lat=;dc_rdid=6255134;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban0;dc_lat=;dc_rdid=6255134;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n[/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-36.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'1px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'3px,0px,0px,80px\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0; margin-left: 20px; margin-top: -30px;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"360\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,80px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_contact email=\'m.lacerona@albandarygroup.com\' title=\'\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' hide_labels=\'aviaTBhide_labels\' form_align=\'\' color=\'\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Mobile No.\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' check=\'is_email\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-17 08:03:58','2016-11-17 08:03:58','',12,'http://metro-landscaping.com/en/2016/11/17/12-revision-v1/',0,'revision','',0),(1199,1,'2016-11-17 08:16:25','2016-11-17 08:16:25','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Form Submit, Activity ID: 4137821 -->\r\n<!-- Expected URL: http://metro-landscaping.com/en/contactus -->\r\n\r\n<!-- Activity ID: 4137821 Activity Name: Al Bandary Real Estate - Form Submit Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Form Submit\r\nURL of the webpage where the tag is expected to be placed: http://metro-landscaping.com/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban00;dc_lat=;dc_rdid=868220308;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"100\" height=\"200\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban00;dc_lat=;dc_rdid=6255134;tag_for_child_directed_treatment=;ord=1?\" width=\"100\" height=\"200\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Remarketing, Activity ID: 4138824 -->\r\n<!-- Expected URL: http://metro-landscaping.com/en/contactus -->\r\n\r\n<!-- Activity ID: 4138824 Activity Name: Al Bandary Real Estate - Remarketing Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Remarketing\r\nURL of the webpage where the tag is expected to be placed: http://metro-landscaping.com/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban0;dc_lat=;dc_rdid=6255134;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban0;dc_lat=;dc_rdid=6255134;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n[/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-36.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'1px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'3px,0px,0px,80px\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0; margin-left: 20px; margin-top: -30px;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"360\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,80px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_contact email=\'m.lacerona@albandarygroup.com\' title=\'\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' form_align=\'\' color=\'\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Mobile No.\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' multi_select=\'\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' check=\'is_email\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-17 08:16:25','2016-11-17 08:16:25','',12,'http://metro-landscaping.com/en/2016/11/17/12-revision-v1/',0,'revision','',0),(1200,1,'2016-11-17 08:38:10','2016-11-17 08:38:10','[email_verification]','Email Verification','','publish','closed','closed','','email-verification','','','2016-11-17 08:38:10','2016-11-17 08:38:10','',0,'http://metro-landscaping.com/en/2016/11/17/email-verification/',0,'fmemailverification','',0),(1202,1,'2016-11-17 08:48:16','2016-11-17 08:48:16','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Form Submit, Activity ID: 4137821 -->\r\n<!-- Expected URL: http://metro-landscaping.com/en/contactus -->\r\n\r\n<!-- Activity ID: 4137821 Activity Name: Al Bandary Real Estate - Form Submit Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Form Submit\r\nURL of the webpage where the tag is expected to be placed: http://metro-landscaping.com/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban00;dc_lat=;dc_rdid=868220308;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"100\" height=\"200\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban00;dc_lat=;dc_rdid=6255134;tag_for_child_directed_treatment=;ord=1?\" width=\"100\" height=\"200\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Remarketing, Activity ID: 4138824 -->\r\n<!-- Expected URL: http://metro-landscaping.com/en/contactus -->\r\n\r\n<!-- Activity ID: 4138824 Activity Name: Al Bandary Real Estate - Remarketing Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Remarketing\r\nURL of the webpage where the tag is expected to be placed: http://metro-landscaping.com/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban0;dc_lat=;dc_rdid=6255134;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban0;dc_lat=;dc_rdid=6255134;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n[/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-36.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'1px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'3px,0px,0px,80px\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0; margin-left: 20px; margin-top: -30px;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"360\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,80px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-17 08:48:16','2016-11-17 08:48:16','',12,'http://metro-landscaping.com/en/2016/11/17/12-revision-v1/',0,'revision','',0),(1205,1,'2016-11-17 08:59:07','2016-11-17 08:59:07','','Al Bandary Real Estate','','publish','open','closed','','al-bandary-real-estate','','','2016-11-17 09:00:03','2016-11-17 09:00:03','',0,'http://metro-landscaping.com/en/?post_type=emd_video&p=1205',0,'emd_video','',0),(1213,1,'2016-11-17 09:29:37','2016-11-17 09:29:37','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1832\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' custom_margin=\'aviaTBcustom_margin\' margin=\'-34.5px,\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Services\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_portfolio categories=\'8\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\r\n[/av_section]','Services','','publish','closed','closed','','services','','','2016-12-10 07:14:14','2016-12-10 07:14:14','',0,'http://metro-landscaping.com/en/?page_id=1213',0,'page','',0),(1214,1,'2016-11-17 09:29:37','2016-11-17 09:29:37','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1090\'][/av_slide_full]\r\n\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Videos\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\'][/av_heading]\r\n\r\n[/av_one_full]','Videos','','inherit','closed','closed','','1213-revision-v1','','','2016-11-17 09:29:37','2016-11-17 09:29:37','',1213,'http://metro-landscaping.com/en/2016/11/17/1213-revision-v1/',0,'revision','',0),(1215,1,'2016-12-06 14:09:30','2016-12-06 14:09:30','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\n[av_slide_full slide_type=\'image\' id=\'1832\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\n[/av_slideshow_full]\n\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-84px,-34px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n[av_heading heading=\'Services\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\'][/av_heading]\n[/av_one_full]\n\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[av_portfolio categories=\'8\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\n[/av_section]','Services','','inherit','closed','closed','','1213-autosave-v1','','','2016-12-06 14:09:30','2016-12-06 14:09:30','',1213,'http://metro-landscaping.com/en/2016/11/17/1213-autosave-v1/',0,'revision','',0),(1216,1,'2016-11-17 09:31:08','2016-11-17 09:31:08',' ','','','publish','closed','closed','','1216','','','2016-12-04 08:59:42','2016-12-04 08:59:42','',0,'http://metro-landscaping.com/en/?p=1216',4,'nav_menu_item','',0),(1217,1,'2016-11-17 09:37:04','2016-11-17 09:37:04','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1090\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Videos\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\'][/av_heading]\r\n[/av_one_full]','Videos','','inherit','closed','closed','','1213-revision-v1','','','2016-11-17 09:37:04','2016-11-17 09:37:04','',1213,'http://metro-landscaping.com/en/2016/11/17/1213-revision-v1/',0,'revision','',0),(1218,1,'2016-11-17 09:37:38','2016-11-17 09:37:38','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1090\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'20px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Videos\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\'][/av_heading]\r\n[/av_one_full]','Videos','','inherit','closed','closed','','1213-revision-v1','','','2016-11-17 09:37:38','2016-11-17 09:37:38','',1213,'http://metro-landscaping.com/en/2016/11/17/1213-revision-v1/',0,'revision','',0),(1219,1,'2016-11-17 09:38:09','2016-11-17 09:38:09','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1090\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Videos\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\'][/av_heading]\r\n[/av_one_full]','Videos','','inherit','closed','closed','','1213-revision-v1','','','2016-11-17 09:38:09','2016-11-17 09:38:09','',1213,'http://metro-landscaping.com/en/2016/11/17/1213-revision-v1/',0,'revision','',0),(1220,1,'2016-11-17 09:40:14','2016-11-17 09:40:14','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1090\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Videos\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\'][/av_heading]\r\n\r\n[/av_one_full][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_section]','Videos','','inherit','closed','closed','','1213-revision-v1','','','2016-11-17 09:40:14','2016-11-17 09:40:14','',1213,'http://metro-landscaping.com/en/2016/11/17/1213-revision-v1/',0,'revision','',0),(1221,1,'2016-11-17 09:54:26','2016-11-17 09:54:26','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1090\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Videos\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'false\' interval=\'5\' control_layout=\'\']\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=fs8JGA9SOqE\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=WGyVO6HymKs\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=HMFOTt9mrVM\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=XFu6HIJ1kxw\' mobile_image=\'\' video_ratio=\'\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=CXvuf2y1sSk\' mobile_image=\'\' video_ratio=\'\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=dXRA2EqCXRM\' mobile_image=\'\' video_ratio=\'\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=GW_c_pcn3es\' mobile_image=\'\' video_ratio=\'\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=g8u4jXGvazc\' mobile_image=\'\' video_ratio=\'\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=vFiFKjU-27A\' mobile_image=\'\' video_ratio=\'\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=CmNLMteyKs4\' mobile_image=\'\' video_ratio=\'\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=Aykcjmdsxhk\' mobile_image=\'\' video_ratio=\'\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=ATFxaSCd6OI\' mobile_image=\'\' video_ratio=\'\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=_KShulQH2qo\' mobile_image=\'\' video_ratio=\'\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=H2gcKHlNsxg\' mobile_image=\'\' video_ratio=\'\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=c1jznsCWlaU\' mobile_image=\'\' video_ratio=\'\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=rG1JnITduJM\' mobile_image=\'\' video_ratio=\'\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=rjea_-yr4TE\' mobile_image=\'\' video_ratio=\'\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=aPIsRJRrl30\' mobile_image=\'\' video_ratio=\'\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=SbgUklkCJ44\' mobile_image=\'\' video_ratio=\'\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=OD4wciXue8E\' mobile_image=\'\' video_ratio=\'\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][/av_section]','Videos','','inherit','closed','closed','','1213-revision-v1','','','2016-11-17 09:54:26','2016-11-17 09:54:26','',1213,'http://metro-landscaping.com/en/2016/11/17/1213-revision-v1/',0,'revision','',0),(1222,1,'2016-11-17 09:55:34','2016-11-17 09:55:34','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1090\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Videos\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'default\' height=\'50\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\']\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'false\' interval=\'5\' control_layout=\'\']\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=fs8JGA9SOqE\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=WGyVO6HymKs\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=HMFOTt9mrVM\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=XFu6HIJ1kxw\' mobile_image=\'\' video_ratio=\'\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=CXvuf2y1sSk\' mobile_image=\'\' video_ratio=\'\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=dXRA2EqCXRM\' mobile_image=\'\' video_ratio=\'\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=GW_c_pcn3es\' mobile_image=\'\' video_ratio=\'\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=g8u4jXGvazc\' mobile_image=\'\' video_ratio=\'\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=vFiFKjU-27A\' mobile_image=\'\' video_ratio=\'\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=CmNLMteyKs4\' mobile_image=\'\' video_ratio=\'\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=Aykcjmdsxhk\' mobile_image=\'\' video_ratio=\'\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=ATFxaSCd6OI\' mobile_image=\'\' video_ratio=\'\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=_KShulQH2qo\' mobile_image=\'\' video_ratio=\'\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=H2gcKHlNsxg\' mobile_image=\'\' video_ratio=\'\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=c1jznsCWlaU\' mobile_image=\'\' video_ratio=\'\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=rG1JnITduJM\' mobile_image=\'\' video_ratio=\'\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=rjea_-yr4TE\' mobile_image=\'\' video_ratio=\'\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=aPIsRJRrl30\' mobile_image=\'\' video_ratio=\'\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=SbgUklkCJ44\' mobile_image=\'\' video_ratio=\'\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=OD4wciXue8E\' mobile_image=\'\' video_ratio=\'\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_hr class=\'default\' height=\'50\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\']\r\n\r\n[/av_section]','Videos','','inherit','closed','closed','','1213-revision-v1','','','2016-11-17 09:55:34','2016-11-17 09:55:34','',1213,'http://metro-landscaping.com/en/2016/11/17/1213-revision-v1/',0,'revision','',0),(1223,1,'2016-11-17 09:57:13','2016-11-17 09:57:13','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1090\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Videos\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'false\' interval=\'5\' control_layout=\'\']\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=fs8JGA9SOqE\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=WGyVO6HymKs\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=HMFOTt9mrVM\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=XFu6HIJ1kxw\' mobile_image=\'\' video_ratio=\'\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=CXvuf2y1sSk\' mobile_image=\'\' video_ratio=\'\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=dXRA2EqCXRM\' mobile_image=\'\' video_ratio=\'\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=GW_c_pcn3es\' mobile_image=\'\' video_ratio=\'\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=g8u4jXGvazc\' mobile_image=\'\' video_ratio=\'\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=vFiFKjU-27A\' mobile_image=\'\' video_ratio=\'\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=CmNLMteyKs4\' mobile_image=\'\' video_ratio=\'\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=Aykcjmdsxhk\' mobile_image=\'\' video_ratio=\'\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=ATFxaSCd6OI\' mobile_image=\'\' video_ratio=\'\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=_KShulQH2qo\' mobile_image=\'\' video_ratio=\'\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=H2gcKHlNsxg\' mobile_image=\'\' video_ratio=\'\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=c1jznsCWlaU\' mobile_image=\'\' video_ratio=\'\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=rG1JnITduJM\' mobile_image=\'\' video_ratio=\'\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=rjea_-yr4TE\' mobile_image=\'\' video_ratio=\'\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=aPIsRJRrl30\' mobile_image=\'\' video_ratio=\'\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=SbgUklkCJ44\' mobile_image=\'\' video_ratio=\'\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=OD4wciXue8E\' mobile_image=\'\' video_ratio=\'\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]','Videos','','inherit','closed','closed','','1213-revision-v1','','','2016-11-17 09:57:13','2016-11-17 09:57:13','',1213,'http://metro-landscaping.com/en/2016/11/17/1213-revision-v1/',0,'revision','',0),(1224,1,'2016-11-17 10:10:20','2016-11-17 10:10:20','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1090\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Videos\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'false\' interval=\'5\' control_layout=\'\']\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=fs8JGA9SOqE\' mobile_image=\'\' video_ratio=\'16:9\' video_autoplay=\'aviaTBaviaTBvideo_autoplay\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=WGyVO6HymKs\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=HMFOTt9mrVM\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=XFu6HIJ1kxw\' mobile_image=\'\' video_ratio=\'\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=CXvuf2y1sSk\' mobile_image=\'\' video_ratio=\'\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=dXRA2EqCXRM\' mobile_image=\'\' video_ratio=\'\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=GW_c_pcn3es\' mobile_image=\'\' video_ratio=\'\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=g8u4jXGvazc\' mobile_image=\'\' video_ratio=\'\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=vFiFKjU-27A\' mobile_image=\'\' video_ratio=\'\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=CmNLMteyKs4\' mobile_image=\'\' video_ratio=\'\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=Aykcjmdsxhk\' mobile_image=\'\' video_ratio=\'\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=ATFxaSCd6OI\' mobile_image=\'\' video_ratio=\'\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=_KShulQH2qo\' mobile_image=\'\' video_ratio=\'\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=H2gcKHlNsxg\' mobile_image=\'\' video_ratio=\'\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=c1jznsCWlaU\' mobile_image=\'\' video_ratio=\'\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=rG1JnITduJM\' mobile_image=\'\' video_ratio=\'\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=rjea_-yr4TE\' mobile_image=\'\' video_ratio=\'\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=aPIsRJRrl30\' mobile_image=\'\' video_ratio=\'\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=SbgUklkCJ44\' mobile_image=\'\' video_ratio=\'\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=OD4wciXue8E\' mobile_image=\'\' video_ratio=\'\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]','Videos','','inherit','closed','closed','','1213-revision-v1','','','2016-11-17 10:10:20','2016-11-17 10:10:20','',1213,'http://metro-landscaping.com/en/2016/11/17/1213-revision-v1/',0,'revision','',0),(1225,1,'2016-11-17 10:18:54','2016-11-17 10:18:54','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1090\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Videos\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'false\' interval=\'5\' control_layout=\'\']\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=fs8JGA9SOqE\' mobile_image=\'\' video_ratio=\'16:9\' video_autoplay=\'aviaTBaviaTBvideo_autoplay\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=WGyVO6HymKs\' mobile_image=\'\' video_ratio=\'16:9\' video_autoplay=\'aviaTBaviaTBvideo_autoplay\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=HMFOTt9mrVM\' mobile_image=\'\' video_ratio=\'16:9\' video_autoplay=\'aviaTBaviaTBvideo_autoplay\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=XFu6HIJ1kxw\' mobile_image=\'\' video_ratio=\'\' video_autoplay=\'aviaTBaviaTBvideo_autoplay\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=CXvuf2y1sSk\' mobile_image=\'\' video_ratio=\'\' video_autoplay=\'aviaTBaviaTBvideo_autoplay\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=dXRA2EqCXRM\' mobile_image=\'\' video_ratio=\'\' video_autoplay=\'aviaTBaviaTBvideo_autoplay\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=GW_c_pcn3es\' mobile_image=\'\' video_ratio=\'\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=g8u4jXGvazc\' mobile_image=\'\' video_ratio=\'\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=vFiFKjU-27A\' mobile_image=\'\' video_ratio=\'\' video_autoplay=\'aviaTBaviaTBvideo_autoplay\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=CmNLMteyKs4\' mobile_image=\'\' video_ratio=\'\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=Aykcjmdsxhk\' mobile_image=\'\' video_ratio=\'\' video_autoplay=\'aviaTBaviaTBvideo_autoplay\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=ATFxaSCd6OI\' mobile_image=\'\' video_ratio=\'\' video_autoplay=\'aviaTBaviaTBvideo_autoplay\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=_KShulQH2qo\' mobile_image=\'\' video_ratio=\'\' video_autoplay=\'aviaTBaviaTBvideo_autoplay\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=H2gcKHlNsxg\' mobile_image=\'\' video_ratio=\'\' video_autoplay=\'aviaTBaviaTBvideo_autoplay\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=c1jznsCWlaU\' mobile_image=\'\' video_ratio=\'\' video_autoplay=\'aviaTBaviaTBvideo_autoplay\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=rG1JnITduJM\' mobile_image=\'\' video_ratio=\'\' video_autoplay=\'aviaTBaviaTBvideo_autoplay\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=rjea_-yr4TE\' mobile_image=\'\' video_ratio=\'\' video_autoplay=\'aviaTBaviaTBvideo_autoplay\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=aPIsRJRrl30\' mobile_image=\'\' video_ratio=\'\' video_autoplay=\'aviaTBaviaTBvideo_autoplay\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=SbgUklkCJ44\' mobile_image=\'\' video_ratio=\'\' video_autoplay=\'aviaTBaviaTBvideo_autoplay\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=OD4wciXue8E\' mobile_image=\'\' video_ratio=\'\' video_autoplay=\'aviaTBaviaTBvideo_autoplay\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]','Videos','','inherit','closed','closed','','1213-revision-v1','','','2016-11-17 10:18:54','2016-11-17 10:18:54','',1213,'http://metro-landscaping.com/en/2016/11/17/1213-revision-v1/',0,'revision','',0),(1226,1,'2016-11-17 10:54:49','2016-11-17 10:54:49','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1090\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Videos\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'false\' interval=\'5\' control_layout=\'\']\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=fs8JGA9SOqE\' mobile_image=\'\' video_ratio=\'16:9\' video_autoplay=\'aviaTBaviaTBvideo_autoplay\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=WGyVO6HymKs\' mobile_image=\'\' video_ratio=\'16:9\' video_autoplay=\'aviaTBaviaTBvideo_autoplay\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=HMFOTt9mrVM\' mobile_image=\'\' video_ratio=\'16:9\' video_autoplay=\'aviaTBaviaTBvideo_autoplay\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=XFu6HIJ1kxw\' mobile_image=\'\' video_ratio=\'\' video_autoplay=\'aviaTBaviaTBvideo_autoplay\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=CXvuf2y1sSk\' mobile_image=\'\' video_ratio=\'\' video_autoplay=\'aviaTBaviaTBvideo_autoplay\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=dXRA2EqCXRM\' mobile_image=\'\' video_ratio=\'\' video_autoplay=\'aviaTBaviaTBvideo_autoplay\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=GW_c_pcn3es\' mobile_image=\'\' video_ratio=\'\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=g8u4jXGvazc\' mobile_image=\'\' video_ratio=\'\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=vFiFKjU-27A\' mobile_image=\'\' video_ratio=\'\' video_autoplay=\'aviaTBaviaTBvideo_autoplay\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=CmNLMteyKs4\' mobile_image=\'\' video_ratio=\'\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=Aykcjmdsxhk\' mobile_image=\'\' video_ratio=\'\' video_autoplay=\'aviaTBaviaTBvideo_autoplay\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=ATFxaSCd6OI\' mobile_image=\'\' video_ratio=\'\' video_autoplay=\'aviaTBaviaTBvideo_autoplay\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=_KShulQH2qo\' mobile_image=\'\' video_ratio=\'\' video_autoplay=\'aviaTBaviaTBvideo_autoplay\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=H2gcKHlNsxg\' mobile_image=\'\' video_ratio=\'\' video_autoplay=\'aviaTBaviaTBvideo_autoplay\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=c1jznsCWlaU\' mobile_image=\'\' video_ratio=\'\' video_autoplay=\'aviaTBaviaTBvideo_autoplay\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=rG1JnITduJM\' mobile_image=\'\' video_ratio=\'\' video_autoplay=\'aviaTBaviaTBvideo_autoplay\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=rjea_-yr4TE\' mobile_image=\'\' video_ratio=\'\' video_autoplay=\'aviaTBaviaTBvideo_autoplay\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=aPIsRJRrl30\' mobile_image=\'\' video_ratio=\'\' video_autoplay=\'aviaTBaviaTBvideo_autoplay\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=SbgUklkCJ44\' mobile_image=\'\' video_ratio=\'\' video_autoplay=\'aviaTBaviaTBvideo_autoplay\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\'][/av_slide]\r\n[av_slide slide_type=\'video\' id=\'\' video=\'https://www.youtube.com/watch?v=OD4wciXue8E\' mobile_image=\'\' video_ratio=\'\' video_autoplay=\'aviaTBaviaTBvideo_autoplay\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section][av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n[print_responsive_video_gallery_plus_lightbox]\r\n[/av_codeblock]','Videos','','inherit','closed','closed','','1213-revision-v1','','','2016-11-17 10:54:49','2016-11-17 10:54:49','',1213,'http://metro-landscaping.com/en/2016/11/17/1213-revision-v1/',0,'revision','',0),(1227,1,'2016-11-19 06:04:37','2016-11-19 06:04:37','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1090\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Videos\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; width: 1920px; margin-top: 2px; margin-left: -70px;\"><iframe style=\"margin-left: -300px; margin-top: -630px;\" src=\"http://metro-landscaping.com/en/videos\" width=\"1900\" height=\"4750\" frameborder=\"0\" scrolling=\"no\"></iframe></div>\r\n[/av_codeblock]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]','Videos','','inherit','closed','closed','','1213-revision-v1','','','2016-11-19 06:04:37','2016-11-19 06:04:37','',1213,'http://metro-landscaping.com/en/2016/11/19/1213-revision-v1/',0,'revision','',0),(1228,1,'2016-11-19 06:05:20','2016-11-19 06:05:20','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1090\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Videos\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; width: 1920px; margin-top: 2px; margin-left: -70px;\"><iframe style=\"margin-left: -300px; margin-top: -630px;\" src=\"http://metro-landscaping.com/en/videos\" width=\"1900\" height=\"2750\" frameborder=\"0\" scrolling=\"no\"></iframe></div>\r\n[/av_codeblock]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]','Videos','','inherit','closed','closed','','1213-revision-v1','','','2016-11-19 06:05:20','2016-11-19 06:05:20','',1213,'http://metro-landscaping.com/en/2016/11/19/1213-revision-v1/',0,'revision','',0),(1229,1,'2016-11-19 06:07:42','2016-11-19 06:07:42','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1090\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Videos\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; width: 1920px; margin-top: 2px; margin-left: -70px;\"><iframe style=\"margin-left: -300px; margin-top: -630px;\" src=\"http://metro-landscaping.com/en/videos\" width=\"1900\" height=\"1750\" frameborder=\"0\" scrolling=\"no\"></iframe></div>\r\n[/av_codeblock]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]','Videos','','inherit','closed','closed','','1213-revision-v1','','','2016-11-19 06:07:42','2016-11-19 06:07:42','',1213,'http://metro-landscaping.com/en/2016/11/19/1213-revision-v1/',0,'revision','',0),(1230,1,'2016-11-19 06:08:19','2016-11-19 06:08:19','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1090\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Videos\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; width: 1920px; margin-top: 2px; margin-left: -70px;\"><iframe style=\"margin-left: -300px; margin-top: -630px;\" src=\"http://metro-landscaping.com/en/videos\" width=\"1900\" height=\"1050\" frameborder=\"0\" scrolling=\"no\"></iframe></div>\r\n[/av_codeblock]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]','Videos','','inherit','closed','closed','','1213-revision-v1','','','2016-11-19 06:08:19','2016-11-19 06:08:19','',1213,'http://metro-landscaping.com/en/2016/11/19/1213-revision-v1/',0,'revision','',0),(1231,1,'2016-11-19 06:08:56','2016-11-19 06:08:56','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1090\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Videos\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<div style=\"overflow: hidden; width: 1920px; margin-top: 2px; margin-left: -70px;\"><iframe style=\"margin-left: -300px; margin-top: -630px;\" src=\"http://metro-landscaping.com/en/videos\" width=\"1900\" height=\"1050\" frameborder=\"0\" scrolling=\"no\"></iframe></div>\r\n[/av_codeblock]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]','Videos','','inherit','closed','closed','','1213-revision-v1','','','2016-11-19 06:08:56','2016-11-19 06:08:56','',1213,'http://metro-landscaping.com/en/2016/11/19/1213-revision-v1/',0,'revision','',0),(1232,1,'2016-11-19 07:08:53','2016-11-19 07:08:53','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Form Submit, Activity ID: 4137821 -->\r\n<!-- Expected URL: http://metro-landscaping.com/en/contactus -->\r\n\r\n<!-- Activity ID: 4137821 Activity Name: Al Bandary Real Estate - Form Submit Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Form Submit\r\nURL of the webpage where the tag is expected to be placed: http://metro-landscaping.com/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban00;dc_lat=;dc_rdid=868220308;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"100\" height=\"200\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban00;dc_lat=;dc_rdid=6255134;tag_for_child_directed_treatment=;ord=1?\" width=\"100\" height=\"200\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Remarketing, Activity ID: 4138824 -->\r\n<!-- Expected URL: http://metro-landscaping.com/en/contactus -->\r\n\r\n<!-- Activity ID: 4138824 Activity Name: Al Bandary Real Estate - Remarketing Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Remarketing\r\nURL of the webpage where the tag is expected to be placed: http://metro-landscaping.com/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban0;dc_lat=;dc_rdid=6255134;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban0;dc_lat=;dc_rdid=6255134;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n[/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-36.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-19px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'3px,0px,0px,80px\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0; margin-left: 20px; margin-top: -30px;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"360\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,80px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-19 07:08:53','2016-11-19 07:08:53','',12,'http://metro-landscaping.com/en/2016/11/19/12-revision-v1/',0,'revision','',0),(1233,1,'2016-11-19 07:09:54','2016-11-19 07:09:54','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Form Submit, Activity ID: 4137821 -->\r\n<!-- Expected URL: http://metro-landscaping.com/en/contactus -->\r\n\r\n<!-- Activity ID: 4137821 Activity Name: Al Bandary Real Estate - Form Submit Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Form Submit\r\nURL of the webpage where the tag is expected to be placed: http://metro-landscaping.com/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban00;dc_lat=;dc_rdid=868220308;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"100\" height=\"200\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban00;dc_lat=;dc_rdid=6255134;tag_for_child_directed_treatment=;ord=1?\" width=\"100\" height=\"200\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Remarketing, Activity ID: 4138824 -->\r\n<!-- Expected URL: http://metro-landscaping.com/en/contactus -->\r\n\r\n<!-- Activity ID: 4138824 Activity Name: Al Bandary Real Estate - Remarketing Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Remarketing\r\nURL of the webpage where the tag is expected to be placed: http://metro-landscaping.com/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban0;dc_lat=;dc_rdid=6255134;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban0;dc_lat=;dc_rdid=6255134;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n[/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-36.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-19px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'3px,0px,0px,80px\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n16th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 44986427 - 44986429 - 44986426\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 44662117\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"mailto:info@big.qa\" target=\"_blank\">info@big.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"http://www.big.qa\">www.big.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0; margin-left: 20px; margin-top: -30px;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"360\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,80px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -65px;\" src=\"http://employee.big.qa/contact_form/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-19 07:09:54','2016-11-19 07:09:54','',12,'http://metro-landscaping.com/en/2016/11/19/12-revision-v1/',0,'revision','',0),(1242,1,'2016-11-19 07:22:11','2016-11-19 07:22:11','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1098\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Agents\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\' Tamer Jad \' job=\'Sales Manager \' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/about-us-banner.jpg\' attachment=\'1234\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'55747781\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\' t.jad@bre.com.qa\' link=\'emailto: t.jad@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\' Beshir Abunimreh \' job=\'Senior Sales Officer \' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/2374f05e-4d46-4844-b88d-992faa2c7f76.jpg\' attachment=\'1235\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'66604519\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\' b.nimreh@bre.com.qa\' link=\'emaito: b.nimreh@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Hassan Mohamed Al Dhani \' job=\'Sales Officer \' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/026215bb-4bd3-4d3f-bf4d-138a8c26a1c6.jpg\' attachment=\'1236\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'30930095\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'h.aldhani@bre.com.qa\' link=\'emailto: h.aldhani@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_third][av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Asma Samti \' job=\'Sales Officer \' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/9af35e0f-d7d9-4756-996b-83d3cf897fd9.jpg\' attachment=\'1237\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'33053374\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'a.samti@bre.com.qa\' link=\'emailto:a.samti@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\' Hisham Sameer \' job=\'Sales Officer \' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/45badb63-ed5f-4e25-ae41-31b8b5db38e2.jpg\' attachment=\'1238\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'66161983\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'h.aldhani@bre.com.qa\' link=\'emailto: h.sameer@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\' Ahmed Moustafa \' job=\'Leasing Manager \' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/9f8b4516-d4dc-4218-b6d9-e8574ec97df5.jpg\' attachment=\'1239\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'77237031\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'a.mustafa@bre.com.qa\' link=\'emailto: a.mustafa@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_third][av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\' Elena Gheorghita \' job=\'Leasing Officer \' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/b705d955-37d0-4938-9018-ce02d0dd09e8.jpg\' attachment=\'1240\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'66487268\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'e.gheorghita@bre.com.qa\' link=\'emailto:e.gheorghita@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Muhammad Aly \' job=\'Leasing Officer \' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/2e53d016-d08b-4608-928e-97b908be533b.jpg\' attachment=\'1241\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'66736634\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'m.hendawy@bre.com.qa\' link=\'emailto: m.hendawy@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_third]','Agents','','inherit','closed','closed','','929-revision-v1','','','2016-11-19 07:22:11','2016-11-19 07:22:11','',929,'http://metro-landscaping.com/en/2016/11/19/929-revision-v1/',0,'revision','',0),(1243,1,'2016-11-19 07:23:38','2016-11-19 07:23:38','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1098\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Agents\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\' Tamer Jad \' job=\'Sales Manager \' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/about-us-banner.jpg\' attachment=\'1234\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'55747781\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\' t.jad@bre.com.qa\' link=\'emailto: t.jad@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\' Beshir Abunimreh \' job=\'Senior Sales Officer \' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/2374f05e-4d46-4844-b88d-992faa2c7f76.jpg\' attachment=\'1235\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'66604519\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\' b.nimreh@bre.com.qa\' link=\'emaito: b.nimreh@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Hassan Mohamed Al Dhani \' job=\'Sales Officer \' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/026215bb-4bd3-4d3f-bf4d-138a8c26a1c6.jpg\' attachment=\'1236\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'30930095\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'h.aldhani@bre.com.qa\' link=\'emailto: h.aldhani@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_third][av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Asma Samti \' job=\'Sales Officer \' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/9af35e0f-d7d9-4756-996b-83d3cf897fd9.jpg\' attachment=\'1237\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'33053374\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'a.samti@bre.com.qa\' link=\'emailto:a.samti@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\' Hisham Sameer \' job=\'Sales Officer \' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/45badb63-ed5f-4e25-ae41-31b8b5db38e2.jpg\' attachment=\'1238\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'66161983\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'h.aldhani@bre.com.qa\' link=\'emailto: h.sameer@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\' Ahmed Moustafa \' job=\'Leasing Manager \' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/9f8b4516-d4dc-4218-b6d9-e8574ec97df5.jpg\' attachment=\'1239\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'77237031\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'a.mustafa@bre.com.qa\' link=\'emailto: a.mustafa@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\' Elena Gheorghita \' job=\'Leasing Officer \' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/b705d955-37d0-4938-9018-ce02d0dd09e8.jpg\' attachment=\'1240\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'66487268\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'e.gheorghita@bre.com.qa\' link=\'emailto:e.gheorghita@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Muhammad Aly \' job=\'Leasing Officer \' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/2e53d016-d08b-4608-928e-97b908be533b.jpg\' attachment=\'1241\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'66736634\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'m.hendawy@bre.com.qa\' link=\'emailto: m.hendawy@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_third][/av_section]','Agents','','inherit','closed','closed','','929-revision-v1','','','2016-11-19 07:23:38','2016-11-19 07:23:38','',929,'http://metro-landscaping.com/en/2016/11/19/929-revision-v1/',0,'revision','',0),(1244,1,'2016-11-19 07:24:14','2016-11-19 07:24:14','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1098\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Agents\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\' Tamer Jad \' job=\'Sales Manager \' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/about-us-banner.jpg\' attachment=\'1234\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'55747781\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\' t.jad@bre.com.qa\' link=\'emailto: t.jad@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\' Beshir Abunimreh \' job=\'Senior Sales Officer \' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/2374f05e-4d46-4844-b88d-992faa2c7f76.jpg\' attachment=\'1235\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'66604519\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\' b.nimreh@bre.com.qa\' link=\'emaito: b.nimreh@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Hassan Mohamed Al Dhani \' job=\'Sales Officer \' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/026215bb-4bd3-4d3f-bf4d-138a8c26a1c6.jpg\' attachment=\'1236\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'30930095\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'h.aldhani@bre.com.qa\' link=\'emailto: h.aldhani@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_third][av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Asma Samti \' job=\'Sales Officer \' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/9af35e0f-d7d9-4756-996b-83d3cf897fd9.jpg\' attachment=\'1237\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'33053374\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'a.samti@bre.com.qa\' link=\'emailto:a.samti@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\' Hisham Sameer \' job=\'Sales Officer \' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/45badb63-ed5f-4e25-ae41-31b8b5db38e2.jpg\' attachment=\'1238\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'66161983\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'h.aldhani@bre.com.qa\' link=\'emailto: h.sameer@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\' Ahmed Moustafa \' job=\'Leasing Manager \' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/9f8b4516-d4dc-4218-b6d9-e8574ec97df5.jpg\' attachment=\'1239\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'77237031\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'a.mustafa@bre.com.qa\' link=\'emailto: a.mustafa@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_third][av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\' Elena Gheorghita \' job=\'Leasing Officer \' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/b705d955-37d0-4938-9018-ce02d0dd09e8.jpg\' attachment=\'1240\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'66487268\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'e.gheorghita@bre.com.qa\' link=\'emailto:e.gheorghita@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Muhammad Aly \' job=\'Leasing Officer \' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/2e53d016-d08b-4608-928e-97b908be533b.jpg\' attachment=\'1241\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'66736634\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'m.hendawy@bre.com.qa\' link=\'emailto: m.hendawy@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_third][/av_section]','Agents','','inherit','closed','closed','','929-revision-v1','','','2016-11-19 07:24:14','2016-11-19 07:24:14','',929,'http://metro-landscaping.com/en/2016/11/19/929-revision-v1/',0,'revision','',0),(1245,1,'2016-11-19 07:24:45','2016-11-19 07:24:45','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1098\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Agents\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\' Tamer Jad \' job=\'Sales Manager \' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/about-us-banner.jpg\' attachment=\'1234\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'55747781\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\' t.jad@bre.com.qa\' link=\'emailto: t.jad@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\' Beshir Abunimreh \' job=\'Senior Sales Officer \' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/2374f05e-4d46-4844-b88d-992faa2c7f76.jpg\' attachment=\'1235\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'66604519\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\' b.nimreh@bre.com.qa\' link=\'emaito: b.nimreh@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Hassan Mohamed Al Dhani \' job=\'Sales Officer \' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/026215bb-4bd3-4d3f-bf4d-138a8c26a1c6.jpg\' attachment=\'1236\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'30930095\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'h.aldhani@bre.com.qa\' link=\'emailto: h.aldhani@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_third][av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Asma Samti \' job=\'Sales Officer \' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/9af35e0f-d7d9-4756-996b-83d3cf897fd9.jpg\' attachment=\'1237\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'33053374\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'a.samti@bre.com.qa\' link=\'emailto:a.samti@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\' Hisham Sameer \' job=\'Sales Officer \' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/45badb63-ed5f-4e25-ae41-31b8b5db38e2.jpg\' attachment=\'1238\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'66161983\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'h.aldhani@bre.com.qa\' link=\'emailto: h.sameer@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\' Ahmed Moustafa \' job=\'Leasing Manager \' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/9f8b4516-d4dc-4218-b6d9-e8574ec97df5.jpg\' attachment=\'1239\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'77237031\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'a.mustafa@bre.com.qa\' link=\'emailto: a.mustafa@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_third][av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\' Elena Gheorghita \' job=\'Leasing Officer \' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/b705d955-37d0-4938-9018-ce02d0dd09e8.jpg\' attachment=\'1240\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'66487268\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'e.gheorghita@bre.com.qa\' link=\'emailto:e.gheorghita@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Muhammad Aly \' job=\'Leasing Officer \' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/2e53d016-d08b-4608-928e-97b908be533b.jpg\' attachment=\'1241\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'66736634\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'m.hendawy@bre.com.qa\' link=\'emailto: m.hendawy@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_third][av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]','Agents','','inherit','closed','closed','','929-revision-v1','','','2016-11-19 07:24:45','2016-11-19 07:24:45','',929,'http://metro-landscaping.com/en/2016/11/19/929-revision-v1/',0,'revision','',0),(1246,1,'2016-11-19 07:26:33','2016-11-19 07:26:33','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1098\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Agents\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\' Tamer Jad \' job=\'Sales Manager \' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/about-us-banner.jpg\' attachment=\'1234\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'55747781\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\' t.jad@bre.com.qa\' link=\'emailto: t.jad@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\' Beshir Abunimreh \' job=\'Senior Sales Officer \' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/2374f05e-4d46-4844-b88d-992faa2c7f76.jpg\' attachment=\'1235\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'66604519\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\' b.nimreh@bre.com.qa\' link=\'emaito: b.nimreh@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Hassan Mohamed Al Dhani \' job=\'Sales Officer \' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/026215bb-4bd3-4d3f-bf4d-138a8c26a1c6.jpg\' attachment=\'1236\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'30930095\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'h.aldhani@bre.com.qa\' link=\'emailto: h.aldhani@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_third][av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Asma Samti \' job=\'Sales Officer \' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/9af35e0f-d7d9-4756-996b-83d3cf897fd9.jpg\' attachment=\'1237\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'33053374\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'a.samti@bre.com.qa\' link=\'emailto:a.samti@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\' Hisham Sameer \' job=\'Sales Officer \' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/45badb63-ed5f-4e25-ae41-31b8b5db38e2.jpg\' attachment=\'1238\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'66161983\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'h.aldhani@bre.com.qa\' link=\'emailto: h.sameer@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\' Ahmed Moustafa \' job=\'Leasing Manager \' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/9f8b4516-d4dc-4218-b6d9-e8574ec97df5.jpg\' attachment=\'1239\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'77237031\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'a.mustafa@bre.com.qa\' link=\'emailto: a.mustafa@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_third][av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\' Elena Gheorghita \' job=\'Leasing Officer \' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/b705d955-37d0-4938-9018-ce02d0dd09e8.jpg\' attachment=\'1240\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'66487268\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'e.gheorghita@bre.com.qa\' link=\'emailto:e.gheorghita@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Muhammad Aly \' job=\'Leasing Officer \' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/2e53d016-d08b-4608-928e-97b908be533b.jpg\' attachment=\'1241\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'66736634\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'m.hendawy@bre.com.qa\' link=\'emailto: m.hendawy@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_third][av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]','Agents','','inherit','closed','closed','','929-revision-v1','','','2016-11-19 07:26:33','2016-11-19 07:26:33','',929,'http://metro-landscaping.com/en/2016/11/19/929-revision-v1/',0,'revision','',0),(1247,1,'2016-11-19 07:29:28','2016-11-19 07:29:28','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1098\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Agents\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_fourth first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\' Tamer Jad \' job=\'Sales Manager \' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/about-us-banner.jpg\' attachment=\'1234\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'55747781\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\' t.jad@bre.com.qa\' link=\'emailto: t.jad@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\' Beshir Abunimreh \' job=\'Senior Sales Officer \' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/2374f05e-4d46-4844-b88d-992faa2c7f76.jpg\' attachment=\'1235\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'66604519\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\' b.nimreh@bre.com.qa\' link=\'emaito: b.nimreh@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Hassan Mohamed Al Dhani \' job=\'Sales Officer \' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/026215bb-4bd3-4d3f-bf4d-138a8c26a1c6.jpg\' attachment=\'1236\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'30930095\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'h.aldhani@bre.com.qa\' link=\'emailto: h.aldhani@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Asma Samti \' job=\'Sales Officer \' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/9af35e0f-d7d9-4756-996b-83d3cf897fd9.jpg\' attachment=\'1237\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'33053374\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'a.samti@bre.com.qa\' link=\'emailto:a.samti@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_fourth][av_one_fourth first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\' Hisham Sameer \' job=\'Sales Officer \' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/45badb63-ed5f-4e25-ae41-31b8b5db38e2.jpg\' attachment=\'1238\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'66161983\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'h.aldhani@bre.com.qa\' link=\'emailto: h.sameer@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\' Ahmed Moustafa \' job=\'Leasing Manager \' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/9f8b4516-d4dc-4218-b6d9-e8574ec97df5.jpg\' attachment=\'1239\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'77237031\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'a.mustafa@bre.com.qa\' link=\'emailto: a.mustafa@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\' Elena Gheorghita \' job=\'Leasing Officer \' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/b705d955-37d0-4938-9018-ce02d0dd09e8.jpg\' attachment=\'1240\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'66487268\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'e.gheorghita@bre.com.qa\' link=\'emailto:e.gheorghita@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Muhammad Aly \' job=\'Leasing Officer \' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/2e53d016-d08b-4608-928e-97b908be533b.jpg\' attachment=\'1241\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'66736634\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'m.hendawy@bre.com.qa\' link=\'emailto: m.hendawy@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_fourth][av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]','Agents','','inherit','closed','closed','','929-revision-v1','','','2016-11-19 07:29:28','2016-11-19 07:29:28','',929,'http://metro-landscaping.com/en/2016/11/19/929-revision-v1/',0,'revision','',0),(1253,1,'2016-11-19 07:39:17','2016-11-19 07:39:17','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1018\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector.\r\n\r\nOur team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n\r\nAl Bandary Real Estate is constantly looking to recruit and retain the highest caliber of talent, while securing a strong capital base and efficiently managing risks.\r\n\r\nAl Bandary Real Estate believes that these factors will lead to overall success while exploring opportunities that will have an added value to our clients, investors and shareholders.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_tab_container position=\'sidebar_tab sidebar_tab_left\' boxed=\'border_tabs\' initial=\'1\']\r\n[av_tab title=\'Vision, Mission & Values\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\n<strong>Vision</strong>\r\n\r\n- To be the pace setter in real estate services by exceeding customer expectations. Al Bandary Real Estate is committed to providing the most unique and comprehensive customer service for individuals interested in owning property.\r\n\r\n<strong>Mission</strong>\r\n\r\n- Aggressively pursue business through innovation to provide exceptional service to our clients\r\n\r\n- Ensuring career opportunities to our employees and continuous support to our society\r\n\r\n- Build lifetime relationships with our customers and communities.\r\n\r\n<strong>Values</strong>\r\n\r\n- Corporate Culture: Diversity and continued development, transparency, teamwork and integrity.\r\n\r\n- Performance: Our company ethics navigate our day-to-day lives to deliver an expected high quality range of products and services.\r\n\r\n- Spirit and future ambitions: Achieve long-term growth and raise the return on shareholder\'s equity services.\r\n[/av_tab]\r\n[av_tab title=\'Value in the market\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate emphasizes on quality rather than quantity as the main objective for all its endeavors. The company gained confidence and full trust in the property industry this has been achieved with high caliber professional approach with quality requirements. Al Bandary Real Estate has worthily established its roots in Qatar and is rated as one of the leading Class ‘A’ Real Estate Companies.\r\n\r\nThe professional team at Al Bandary Real Estate follows an active buy-manage-sell strategy as part of their professional portfolio management. They tackle their remit in property investment for the company with innovation, dedication and expertise.\r\n\r\nCustomer service – built on a foundation of experience and education – is the cornerstone of Al Bandary Real Estate success. Its track record built over the past years has proven that a focus on the customer\'s needs, backed by the ability to deliver and remains as important as ever.\r\n\r\nThis success shows the exponential growth of the company, and how through local knowledge and expertise Real Estate can offer the finest service through all stages of the real estate cycle.\r\n[/av_tab]\r\n[av_tab title=\'Company Capacity\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate has consistently been one of the leading Real Estate developers in Qatar. The company’s commitment to quality, efficiency and value, has allowed its projects to consistently achieve strong results.\r\n\r\nStrong industry links and the potential to create long-term partnerships with the area\'s prominent financial and governmental leaders have placed Al Bandary Real Estate in a favorable position. Al Bandary Real Estate had the vision to expand beyond facilitating traditional sale and lease transactions and provide a complete range of sales, leasing, consulting, development, and management services.\r\n\r\nWith a large portfolio of property listings and clients throughout Qatar, Al Bandary Real Estate is prepared to fulfill all commercial real estate requirements. In line with the dynamic growth in Qatar, Al Bandary Real Estate has increased its workforce, placing emphasis on recruiting and training the brightest talents in the market today.\r\n\r\nCentral to this growth will be further business development across the business to match the ambitious growth plans for Al Bandary Real Estate.\r\n\r\nAl Bandary Real Estate believes in the power of giving back to the community. As real estate professionals that work in Qatar, we know that being committed to provide only high-quality services will play an active role in promoting the growth of our community. Whether you are a buyer or a seller, Al Bandary Real Estate can open up a whole world of choice in terms of location, price and property.\r\n[/av_tab]\r\n[av_tab title=\'Company History\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate was established in 2005, as a leading company that provides advanced property solutions in the State of Qatar. As a part of Bandary International Group, Al Bandary Real Estate is contributing to the economic progress of the State of Qatar. Al Bandary Real Estate is widely recognized to be one of the leading Real Estate firms operating in the State of Qatar.\r\n\r\nUnder the management of Mr. Mohammed Abdullatif A. Al Mana, chairman of the Group, a great emphasis has been placed on safety, environment, quality control and timely completion which made the company consistently meet the highest property solutions while constantly ensuring high quality standards by achieving optimal level of clients\' satisfaction.\r\n\r\nAs part of the wider Bandary International Group, which currently has over 16 individual companies covering key areas such as transportation, manufacturing and construction, the strength of the Group\'s performance is based on its ability to utilize the synergies between its companies to support and complement each other, and to manage risk through diversification and strong management.\r\n\r\nAl Bandary Real Estate surpasses other real estate firms by the extensive experience in a variety of real estate services including construction, management and inspections, this is in addition to the proficiency, reliability and integrity.\r\n\r\nThe company, which is a member of Bandary International Group (BIG), is established based on the framework of the country\'s strategic plan to diversify the sources of income. Coupled with its sustained policy of encouraging the private sector in Qatar by participating in the construction and management of real estate projects, Al Bandary Real Estate aims to be the leading provider of affordable housing to families with quality residential units at affordable prices throughout the GCC region.\r\n[/av_tab]\r\n[/av_tab_container]\r\n[/av_one_full]\r\n\r\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-19 07:39:17','2016-11-19 07:39:17','',8,'http://metro-landscaping.com/en/2016/11/19/8-revision-v1/',0,'revision','',0),(1254,1,'2016-11-19 07:40:35','2016-11-19 07:40:35','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1033\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Properties\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Bandary-RE.-Pttern-1.png\' attachment=\'1252\' attachment_size=\'full\' attach=\'scroll\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_portfolio categories=\'5\' columns=\'3\' one_column_template=\'special\' items=\'16\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\r\n\r\n[/av_section]','Properties','','inherit','closed','closed','','925-revision-v1','','','2016-11-19 07:40:35','2016-11-19 07:40:35','',925,'http://metro-landscaping.com/en/2016/11/19/925-revision-v1/',0,'revision','',0),(1255,1,'2016-11-19 07:44:59','2016-11-19 07:44:59','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1033\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Properties\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading heading=\'Properties fo Sale\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Bandary-RE.-Pttern-1.png\' attachment=\'1252\' attachment_size=\'full\' attach=\'scroll\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_portfolio categories=\'5\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\r\n\r\n[/av_section]','Properties','','inherit','closed','closed','','925-revision-v1','','','2016-11-19 07:44:59','2016-11-19 07:44:59','',925,'http://metro-landscaping.com/en/2016/11/19/925-revision-v1/',0,'revision','',0),(1256,1,'2016-11-19 07:45:43','2016-11-19 07:45:43','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1033\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Properties\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Bandary-RE.-Pttern-1.png\' attachment=\'1252\' attachment_size=\'full\' attach=\'scroll\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Properties fo Sale\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_portfolio categories=\'5\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\r\n\r\n[/av_section]','Properties','','inherit','closed','closed','','925-revision-v1','','','2016-11-19 07:45:43','2016-11-19 07:45:43','',925,'http://metro-landscaping.com/en/2016/11/19/925-revision-v1/',0,'revision','',0),(1261,1,'2016-11-19 08:49:30','2016-11-19 08:49:30','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Irrigation System\' tag=\'h2\' style=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#35404b\'][/av_heading]\r\n\r\n[/av_two_third][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'1847\'][/av_slide]\r\n[av_slide id=\'1848\'][/av_slide]\r\n[av_slide id=\'1846\'][/av_slide]\r\n[av_slide id=\'1849\'][/av_slide]\r\n[av_slide id=\'1850\'][/av_slide]\r\n[av_slide id=\'1851\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<strong>Name:</strong> Irrigation System\r\n\r\n<strong>Brief Description: </strong>Is the artificial application of water to the land or soil. It is used to assist in the growing of agricultural crops, maintenance of landscapes and re-vegetation of disturbed soils in dry areas and during periods of in adequate rainfall. It also has a few other uses in crop production, which include protecting plants against frost, suppressing weed growth and preventing soil consolidation.\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'More Services\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#35404b\'][/av_heading]\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_portfolio categories=\'8\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\r\n\r\n[/av_two_third][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]','Irrigation System','Is the artificial application...','publish','open','closed','','irrigation-system','','','2016-12-01 05:57:47','2016-12-01 05:57:47','',0,'http://metro-landscaping.com/en/?post_type=portfolio&p=1261',0,'portfolio','',0),(1266,1,'2016-12-01 05:42:54','2016-12-01 05:42:54','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://bre.com.qa/en/wp-content/uploads/2016/11/Bandary-RE.-Pttern-2.png\' attachment=\'1513\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\n\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[av_heading heading=\'Irrigation System\' tag=\'h2\' style=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#35404b\'][/av_heading]\n\n[/av_two_third][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\n[av_slide id=\'1847\'][/av_slide]\n[av_slide id=\'1848\'][/av_slide]\n[av_slide id=\'1846\'][/av_slide]\n[av_slide id=\'1849\'][/av_slide]\n[av_slide id=\'1850\'][/av_slide]\n[av_slide id=\'1851\'][/av_slide]\n[/av_slideshow]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\']\n<strong>Name:</strong> Irrigation System\n\n<strong>Brief Description: </strong>Is the artificial application of water to the land or soil. It is used to assist in the growing of agricultural crops, maintenance of landscapes and re-vegetation of disturbed soils in dry areas and during periods of in adequate rainfall. It also has a few other uses in crop production, which include protecting plants against frost, suppressing weed growth and preventing soil consolidation.\n[/av_textblock]\n\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[av_heading heading=\'More Services\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#35404b\'][/av_heading]\n\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[av_portfolio categories=\'8\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\n\n[/av_two_third][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[/av_section]','Irrigation System','It\'s a distinctive luxury hotel that takes place in Al Dafna Area. It was...','inherit','closed','closed','','1261-autosave-v1','','','2016-12-01 05:42:54','2016-12-01 05:42:54','',1261,'http://metro-landscaping.com/en/2016/11/19/1261-autosave-v1/',0,'revision','',0),(1267,1,'2016-11-19 09:22:01','2016-11-19 09:22:01','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Softscape\' tag=\'h2\' style=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#35404b\'][/av_heading]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'1791\'][/av_slide]\r\n[av_slide id=\'1792\'][/av_slide]\r\n[av_slide id=\'1793\'][/av_slide]\r\n[av_slide id=\'1794\'][/av_slide]\r\n[av_slide id=\'1795\'][/av_slide]\r\n[av_slide id=\'1796\'][/av_slide]\r\n[av_slide id=\'1797\'][/av_slide]\r\n[av_slide id=\'1798\'][/av_slide]\r\n[av_slide id=\'1799\'][/av_slide]\r\n[av_slide id=\'1800\'][/av_slide]\r\n[av_slide id=\'1801\'][/av_slide]\r\n[av_slide id=\'1802\'][/av_slide]\r\n[av_slide id=\'1803\'][/av_slide]\r\n[av_slide id=\'1804\'][/av_slide]\r\n[av_slide id=\'1805\'][/av_slide]\r\n[av_slide id=\'1806\'][/av_slide]\r\n[av_slide id=\'1807\'][/av_slide]\r\n[av_slide id=\'1808\'][/av_slide]\r\n[av_slide id=\'1809\'][/av_slide]\r\n[av_slide id=\'1810\'][/av_slide]\r\n[av_slide id=\'1811\'][/av_slide]\r\n[av_slide id=\'1812\'][/av_slide]\r\n[av_slide id=\'1813\'][/av_slide]\r\n[av_slide id=\'1814\'][/av_slide]\r\n[av_slide id=\'1815\'][/av_slide]\r\n[av_slide id=\'1816\'][/av_slide]\r\n[av_slide id=\'1817\'][/av_slide]\r\n[av_slide id=\'1818\'][/av_slide]\r\n[av_slide id=\'1819\'][/av_slide]\r\n[av_slide id=\'1820\'][/av_slide]\r\n[av_slide id=\'1821\'][/av_slide]\r\n[av_slide id=\'1822\'][/av_slide]\r\n[av_slide id=\'1823\'][/av_slide]\r\n[av_slide id=\'1824\'][/av_slide]\r\n[av_slide id=\'1825\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<strong>Name:</strong> Softscape\r\n\r\n<strong>Brief Description:</strong> Refers to the elements of a landscape that comprise live, horticultural elements. Softscaping can include flowers, plants, shrubs, trees, flower beds, etc. The purpose is to lend character to the landscaping, create aura, ambiance, and reflect sensibilities of the inhabitants also send life to the dry places and make them attractive to relieve the eye, soul, and nerves.\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'More Services\' tag=\'h2\' style=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#35404b\'][/av_heading]\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_portfolio categories=\'8\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]','Softscape','Refers to the elements...','publish','open','closed','','softscape','','','2016-11-30 09:53:35','2016-11-30 09:53:35','',0,'http://metro-landscaping.com/en/?post_type=portfolio&p=1267',0,'portfolio','',0),(1276,1,'2016-11-19 09:43:34','2016-11-19 09:43:34','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Hardscape\' tag=\'h2\' style=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#35404b\'][/av_heading]\r\n\r\n[/av_two_third][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'1776\'][/av_slide]\r\n[av_slide id=\'1777\'][/av_slide]\r\n[av_slide id=\'1778\'][/av_slide]\r\n[av_slide id=\'1779\'][/av_slide]\r\n[av_slide id=\'1780\'][/av_slide]\r\n[av_slide id=\'1781\'][/av_slide]\r\n[av_slide id=\'1782\'][/av_slide]\r\n[av_slide id=\'1783\'][/av_slide]\r\n[av_slide id=\'1784\'][/av_slide]\r\n[av_slide id=\'1785\'][/av_slide]\r\n[av_slide id=\'1786\'][/av_slide]\r\n[av_slide id=\'1787\'][/av_slide]\r\n[av_slide id=\'1788\'][/av_slide]\r\n[av_slide id=\'1789\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<strong>Name: </strong>Hardscape\r\n\r\n<strong>Brief Description: </strong>Refers to landscape materials in the build environment structures that are incorporated into a landscape. This can include paved areas, driveways, retaining walls, or any other landscaping made up of hard wearing materials such as stone, concrete etc. as opposed to softscape, the horticultural elements of a landscape.\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'More Services\' tag=\'h2\' style=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#35404b\'][/av_heading]\r\n\r\n[av_portfolio categories=\'8\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\r\n\r\n[/av_two_third][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]','Hardscape',' Refers to landscape...','publish','open','closed','','hardscape','','','2016-12-08 06:02:07','2016-12-08 06:02:07','',0,'http://metro-landscaping.com/en/?post_type=portfolio&p=1276',0,'portfolio','',0),(1279,1,'2016-11-30 09:15:57','2016-11-30 09:15:57','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://bre.com.qa/en/wp-content/uploads/2016/11/Bandary-RE.-Pttern-2.png\' attachment=\'1513\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\n\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[av_heading heading=\'Hardscape\' tag=\'h2\' style=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#35404b\'][/av_heading]\n\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\n[av_slide id=\'1776\'][/av_slide]\n[av_slide id=\'1777\'][/av_slide]\n[av_slide id=\'1778\'][/av_slide]\n[av_slide id=\'1779\'][/av_slide]\n[av_slide id=\'1780\'][/av_slide]\n[av_slide id=\'1781\'][/av_slide]\n[av_slide id=\'1782\'][/av_slide]\n[av_slide id=\'1783\'][/av_slide]\n[av_slide id=\'1784\'][/av_slide]\n[av_slide id=\'1785\'][/av_slide]\n[av_slide id=\'1786\'][/av_slide]\n[av_slide id=\'1787\'][/av_slide]\n[av_slide id=\'1788\'][/av_slide]\n[av_slide id=\'1789\'][/av_slide]\n[/av_slideshow]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\']\nClick here to add your own text\n[/av_textblock]\n\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[av_heading tag=\'h2\' padding=\'0\' heading=\'More Properties\' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\n\n[av_portfolio categories=\'5\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\n\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[/av_one_fifth][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[/av_section]','Hardscape','It is a new release from Al Bandary Real Estate, luxurious residential tower in a very special location...','inherit','closed','closed','','1276-autosave-v1','','','2016-11-30 09:15:57','2016-11-30 09:15:57','',1276,'http://metro-landscaping.com/en/2016/11/19/1276-autosave-v1/',0,'revision','',0),(1280,1,'2016-11-19 11:00:20','2016-11-19 11:00:20','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'QP Project \' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_two_third][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'false\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'1773\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1774\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1775\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nHard Landscaping and Civil Works\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'More Projects\' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'DESC\']\r\n\r\n[/av_two_third][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]','QP Project','Hard Landscaping and...','publish','open','closed','','centara-hotel','','','2016-12-08 05:55:19','2016-12-08 05:55:19','',0,'http://metro-landscaping.com/en/?post_type=portfolio&p=1280',0,'portfolio','',0),(1287,1,'2016-11-30 09:07:12','2016-11-30 09:07:12','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://bre.com.qa/en/wp-content/uploads/2016/11/Bandary-RE.-Pttern-2.png\' attachment=\'1513\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\n\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[av_heading heading=\'QP Project \' tag=\'h2\' style=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#35404b\'][/av_heading]\n\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\n[av_slide id=\'1773\'][/av_slide]\n[av_slide id=\'1774\'][/av_slide]\n[av_slide id=\'1775\'][/av_slide]\n[/av_slideshow]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\']\nHard Landscaping and Civil Works\n[/av_textblock]\n\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[av_heading heading=\'More Projects\' tag=\'h2\' style=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#35404b\'][/av_heading]\n\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'DESC\']\n\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[/av_one_fifth][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[/av_section]','QP Project','Hard Landscaping and...','inherit','closed','closed','','1280-autosave-v1','','','2016-11-30 09:07:12','2016-11-30 09:07:12','',1280,'http://metro-landscaping.com/en/2016/11/19/1280-autosave-v1/',0,'revision','',0),(1288,1,'2016-11-19 11:03:12','2016-11-19 11:03:12','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1033\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Properties\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Bandary-RE.-Pttern-1.png\' attachment=\'1252\' attachment_size=\'full\' attach=\'scroll\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Properties fo Sale\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_portfolio categories=\'5\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\r\n\r\n[/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Bandary-RE.-Pttern-1.png\' attachment=\'1252\' attachment_size=\'full\' attach=\'scroll\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading heading=\'Properties fo Rent\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_portfolio categories=\'6\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\r\n\r\n[/av_section]','Properties','','inherit','closed','closed','','925-revision-v1','','','2016-11-19 11:03:12','2016-11-19 11:03:12','',925,'http://metro-landscaping.com/en/2016/11/19/925-revision-v1/',0,'revision','',0),(1289,1,'2016-11-19 12:27:57','2016-11-19 12:27:57','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Private Villa in Duhail \' tag=\'h2\' style=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#35404b\'][/av_heading]\r\n\r\n[/av_two_third][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'1772\'][/av_slide]\r\n[av_slide id=\'1770\'][/av_slide]\r\n[av_slide id=\'1771\'][/av_slide]\r\n[av_slide id=\'1769\'][/av_slide]\r\n[av_slide id=\'1768\'][/av_slide]\r\n[av_slide id=\'1767\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nLandscaping\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'More Projects\' tag=\'h2\' style=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#35404b\'][/av_heading]\r\n\r\n[av_hr class=\'invisible\' height=\'-30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'DESC\']\r\n\r\n[/av_two_third][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]','Private Villa in Duhail','Landscaping...','publish','open','closed','','private-villa-in-duhail','','','2016-11-30 08:57:23','2016-11-30 08:57:23','',0,'http://metro-landscaping.com/en/?post_type=portfolio&p=1289',0,'portfolio','',0),(1298,1,'2016-11-30 08:46:13','2016-11-30 08:46:13','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://bre.com.qa/en/wp-content/uploads/2016/11/Bandary-RE.-Pttern-2.png\' attachment=\'1513\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\n\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[av_heading heading=\'Private Villa in Duhail \' tag=\'h2\' style=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#35404b\'][/av_heading]\n\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\n[av_slide id=\'1772\'][/av_slide]\n[av_slide id=\'1770\'][/av_slide]\n[av_slide id=\'1771\'][/av_slide]\n[av_slide id=\'1769\'][/av_slide]\n[av_slide id=\'1768\'][/av_slide]\n[av_slide id=\'1767\'][/av_slide]\n[/av_slideshow]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\']\nLandscaping\n[/av_textblock]\n\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[av_heading heading=\'More Projects\' tag=\'h2\' style=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#35404b\'][/av_heading]\n\n[av_hr class=\'invisible\' height=\'-30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'DESC\']\n\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[/av_one_fifth][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[/av_section]','Private Villa in Duhail','Landscaping...','inherit','closed','closed','','1289-autosave-v1','','','2016-11-30 08:46:13','2016-11-30 08:46:13','',1289,'http://metro-landscaping.com/en/2016/11/19/1289-autosave-v1/',0,'revision','',0),(1299,1,'2016-11-19 12:45:58','2016-11-19 12:45:58','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Rashid Al Mannai\' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_two_third][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'1983\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1985\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1984\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1764\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1766\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nHard Landscaping, Stamped Concrete, Stone Cladding, Irrigation Works, Fountains and Water Features.\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'More Projects\' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\r\n\r\n[/av_two_third][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]','Rashid Al Mannai','Hard Landscaping, Stamped...','publish','open','closed','','private-villa-6','','','2016-12-04 11:25:22','2016-12-04 11:25:22','',0,'http://metro-landscaping.com/en/?post_type=portfolio&p=1299',0,'portfolio','',0),(1301,1,'2016-11-19 12:59:18','2016-11-19 12:59:18','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Rotana Hotel \' tag=\'h2\' style=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#35404b\'][/av_heading]\r\n\r\n[/av_two_third][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\r\n[av_slide slide_type=\'image\' id=\'1762\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\r\n\r\n[/av_slideshow]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nSoft & Hard Landscaping Works.\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'More Projects\' tag=\'h2\' style=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#35404b\'][/av_heading]\r\n\r\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\r\n\r\n[/av_two_third][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]','Rotana Hotel','Soft & Hard Landscaping...','publish','open','closed','','rotana-hotel','','','2016-11-30 08:21:07','2016-11-30 08:21:07','',0,'http://metro-landscaping.com/en/?post_type=portfolio&p=1301',0,'portfolio','',0),(1303,1,'2016-11-19 13:09:38','2016-11-19 13:09:38','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Private Villa in Hilal\' tag=\'h2\' style=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#35404b\'][/av_heading]\r\n\r\n[/av_two_third][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'1755\'][/av_slide]\r\n[av_slide id=\'1756\'][/av_slide]\r\n[av_slide id=\'1757\'][/av_slide]\r\n[av_slide id=\'1758\'][/av_slide]\r\n[av_slide id=\'1759\'][/av_slide]\r\n[av_slide id=\'1760\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nSoft & Hard Landscaping Works\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'More Projects\' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\r\n\r\n[/av_two_third][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]','Private Villa in Hilal','Soft & Hard Landscaping...','publish','open','closed','','private-villa-in-hilal','','','2016-11-30 08:19:11','2016-11-30 08:19:11','',0,'http://metro-landscaping.com/en/?post_type=portfolio&p=1303',0,'portfolio','',0),(1307,1,'2016-11-19 13:25:50','2016-11-19 13:25:50','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1090\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Videos\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n[print_responsive_video_gallery_plus_lightbox]\r\n[/av_codeblock]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]','Videos','','inherit','closed','closed','','1213-revision-v1','','','2016-11-19 13:25:50','2016-11-19 13:25:50','',1213,'http://metro-landscaping.com/en/2016/11/19/1213-revision-v1/',0,'revision','',0),(1308,1,'2016-11-19 13:33:58','2016-11-19 13:33:58','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1098\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Agents\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_fourth first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\' Tamer Jad \' job=\'Sales Manager \' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/about-us-banner.jpg\' attachment=\'1234\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'55747781\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\' t.jad@bre.com.qa\' link=\'mailto: t.jad@bre.com.qa\' link_target=\'_blank\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\' Beshir Abunimreh \' job=\'Senior Sales Officer \' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/2374f05e-4d46-4844-b88d-992faa2c7f76.jpg\' attachment=\'1235\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'66604519\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\' b.nimreh@bre.com.qa\' link=\'mailto: b.nimreh@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Hassan Mohamed Al Dhani \' job=\'Sales Officer \' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/026215bb-4bd3-4d3f-bf4d-138a8c26a1c6.jpg\' attachment=\'1236\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'30930095\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'h.aldhani@bre.com.qa\' link=\'mailto: h.aldhani@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Asma Samti \' job=\'Sales Officer \' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/9af35e0f-d7d9-4756-996b-83d3cf897fd9.jpg\' attachment=\'1237\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'33053374\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'a.samti@bre.com.qa\' link=\'mailto:a.samti@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_fourth][av_one_fourth first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\' Hisham Sameer \' job=\'Sales Officer \' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/45badb63-ed5f-4e25-ae41-31b8b5db38e2.jpg\' attachment=\'1238\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'66161983\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'h.aldhani@bre.com.qa\' link=\'emailto: h.sameer@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\' Ahmed Moustafa \' job=\'Leasing Manager \' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/9f8b4516-d4dc-4218-b6d9-e8574ec97df5.jpg\' attachment=\'1239\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'77237031\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'a.mustafa@bre.com.qa\' link=\'emailto: a.mustafa@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\' Elena Gheorghita \' job=\'Leasing Officer \' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/b705d955-37d0-4938-9018-ce02d0dd09e8.jpg\' attachment=\'1240\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'66487268\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'e.gheorghita@bre.com.qa\' link=\'emailto:e.gheorghita@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Muhammad Aly \' job=\'Leasing Officer \' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/2e53d016-d08b-4608-928e-97b908be533b.jpg\' attachment=\'1241\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'66736634\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'m.hendawy@bre.com.qa\' link=\'emailto: m.hendawy@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_fourth][av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]','Agents','','inherit','closed','closed','','929-revision-v1','','','2016-11-19 13:33:58','2016-11-19 13:33:58','',929,'http://metro-landscaping.com/en/2016/11/19/929-revision-v1/',0,'revision','',0),(1309,1,'2016-11-19 13:35:47','2016-11-19 13:35:47','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1098\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Agents\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_fourth first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\' Tamer Jad \' job=\'Sales Manager \' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/about-us-banner.jpg\' attachment=\'1234\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'55747781\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\' t.jad@bre.com.qa\' link=\'mailto: t.jad@bre.com.qa\' link_target=\'_blank\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\' Beshir Abunimreh \' job=\'Senior Sales Officer \' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/2374f05e-4d46-4844-b88d-992faa2c7f76.jpg\' attachment=\'1235\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'66604519\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\' b.nimreh@bre.com.qa\' link=\'mailto: b.nimreh@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Hassan Mohamed Al Dhani \' job=\'Sales Officer \' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/026215bb-4bd3-4d3f-bf4d-138a8c26a1c6.jpg\' attachment=\'1236\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'30930095\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'h.aldhani@bre.com.qa\' link=\'mailto: h.aldhani@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Asma Samti \' job=\'Sales Officer \' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/9af35e0f-d7d9-4756-996b-83d3cf897fd9.jpg\' attachment=\'1237\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'33053374\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'a.samti@bre.com.qa\' link=\'mailto:a.samti@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_fourth][av_one_fourth first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\' Hisham Sameer \' job=\'Sales Officer \' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/45badb63-ed5f-4e25-ae41-31b8b5db38e2.jpg\' attachment=\'1238\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'66161983\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'h.aldhani@bre.com.qa\' link=\'mailto: h.sameer@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\' Ahmed Moustafa \' job=\'Leasing Manager \' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/9f8b4516-d4dc-4218-b6d9-e8574ec97df5.jpg\' attachment=\'1239\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'77237031\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'a.mustafa@bre.com.qa\' link=\'mailto: a.mustafa@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\' Elena Gheorghita \' job=\'Leasing Officer \' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/b705d955-37d0-4938-9018-ce02d0dd09e8.jpg\' attachment=\'1240\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'66487268\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'e.gheorghita@bre.com.qa\' link=\'mailto:e.gheorghita@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Muhammad Aly \' job=\'Leasing Officer \' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/2e53d016-d08b-4608-928e-97b908be533b.jpg\' attachment=\'1241\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'66736634\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'m.hendawy@bre.com.qa\' link=\'mailto: m.hendawy@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_fourth][av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]','Agents','','inherit','closed','closed','','929-revision-v1','','','2016-11-19 13:35:47','2016-11-19 13:35:47','',929,'http://metro-landscaping.com/en/2016/11/19/929-revision-v1/',0,'revision','',0),(1310,1,'2016-11-19 13:50:19','2016-11-19 13:50:19','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Private Farm House \' tag=\'h2\' style=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#35404b\'][/av_heading]\r\n\r\n[/av_two_third][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'1751\'][/av_slide]\r\n[av_slide id=\'1752\'][/av_slide]\r\n[av_slide id=\'1753\'][/av_slide]\r\n[av_slide id=\'1754\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n14,000m² Landscaping & Irrigation Works\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'More Projects\' tag=\'h2\' style=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#35404b\'][/av_heading]\r\n\r\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\r\n\r\n[/av_two_third][av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]','Private Farm House','14,000m² Landscaping & Irrigation...','publish','open','closed','','private-farm-house','','','2016-11-30 08:06:03','2016-11-30 08:06:03','',0,'http://metro-landscaping.com/en/?post_type=portfolio&p=1310',0,'portfolio','',0),(1321,1,'2016-11-19 14:01:27','2016-11-19 14:01:27','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Private Villa in Bani Hajer \' tag=\'h2\' style=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#35404b\'][/av_heading]\r\n\r\n[/av_two_third][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'1745\'][/av_slide]\r\n[av_slide id=\'1746\'][/av_slide]\r\n[av_slide id=\'1747\'][/av_slide]\r\n[av_slide id=\'1748\'][/av_slide]\r\n[av_slide id=\'1749\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nLighting Fixtures\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'More Projects\' tag=\'h2\' style=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#35404b\'][/av_heading]\r\n\r\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'DESC\']\r\n\r\n[/av_two_third][av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]','Private Villa in Bani Hajer','Lighting Fixtures...','publish','open','closed','','private-villa-in-bani-hajer','','','2016-11-30 07:59:06','2016-11-30 07:59:06','',0,'http://metro-landscaping.com/en/?post_type=portfolio&p=1321',0,'portfolio','',0),(1326,1,'2016-11-20 07:56:42','2016-11-20 07:56:42','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Private Villa 5\' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_two_third][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'false\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'1736\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1737\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1738\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1739\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1740\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1741\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1742\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1743\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1744\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nLandscaping & Water Feature Works\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'More Projects\' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\r\n\r\n[/av_two_third][av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]','Private Villa 5','Landscaping & Water Feature...','publish','open','closed','','private-villa-5','','','2016-12-08 05:51:24','2016-12-08 05:51:24','',0,'http://metro-landscaping.com/en/?post_type=portfolio&p=1326',0,'portfolio','',0),(1327,1,'2016-11-19 14:18:47','2016-11-19 14:18:47','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Form Submit, Activity ID: 4137821 -->\r\n<!-- Expected URL: http://metro-landscaping.com/en/contactus -->\r\n\r\n<!-- Activity ID: 4137821 Activity Name: Al Bandary Real Estate - Form Submit Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Form Submit\r\nURL of the webpage where the tag is expected to be placed: http://metro-landscaping.com/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban00;dc_lat=;dc_rdid=868220308;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"100\" height=\"200\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban00;dc_lat=;dc_rdid=6255134;tag_for_child_directed_treatment=;ord=1?\" width=\"100\" height=\"200\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Remarketing, Activity ID: 4138824 -->\r\n<!-- Expected URL: http://metro-landscaping.com/en/contactus -->\r\n\r\n<!-- Activity ID: 4138824 Activity Name: Al Bandary Real Estate - Remarketing Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Remarketing\r\nURL of the webpage where the tag is expected to be placed: http://metro-landscaping.com/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban0;dc_lat=;dc_rdid=6255134;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban0;dc_lat=;dc_rdid=6255134;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n[/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-36.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-19px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'3px,0px,0px,80px\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n12th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 4041 0000\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 4479 6781\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"mailto:info@bre.com.qa\" target=\"_blank\">info@bre.com.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"http://www.big.qa\">www.bre.com.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0; margin-left: 20px; margin-top: -30px;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"360\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,80px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -65px;\" src=\"http://employee.big.qa/contact_form/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-19 14:18:47','2016-11-19 14:18:47','',12,'http://metro-landscaping.com/en/2016/11/19/12-revision-v1/',0,'revision','',0),(1339,1,'2016-12-08 05:51:30','2016-12-08 05:51:30','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\n\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Private Villa 5\' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\n\n[/av_two_third][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'false\' interval=\'5\' control_layout=\'\']\n[av_slide id=\'1736\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\n[av_slide id=\'1737\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\n[av_slide id=\'1738\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\n[av_slide id=\'1739\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\n[av_slide id=\'1740\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\n[av_slide id=\'1741\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\n[av_slide id=\'1742\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\n[av_slide id=\'1743\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\n[av_slide id=\'1744\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\n[/av_slideshow]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\']\nLandscaping & Water Feature Works\n[/av_textblock]\n\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[av_heading tag=\'h2\' padding=\'0\' heading=\'More Projects\' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\n\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\n\n[/av_two_third][av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[/av_section]','Private Villa 5','Landscaping & Water Feature...','inherit','closed','closed','','1326-autosave-v1','','','2016-12-08 05:51:30','2016-12-08 05:51:30','',1326,'http://metro-landscaping.com/en/2016/11/20/1326-autosave-v1/',0,'revision','',0),(1340,1,'2016-11-20 08:32:50','2016-11-20 08:32:50','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Private Villa 4\' tag=\'h2\' style=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#35404b\'][/av_heading]\r\n\r\n[/av_two_third][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'1732\'][/av_slide]\r\n[av_slide id=\'1733\'][/av_slide]\r\n[av_slide id=\'1734\'][/av_slide]\r\n[av_slide id=\'1735\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nLandscaping & Water Feature Works\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'More Projects\' tag=\'h2\' style=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#35404b\'][/av_heading]\r\n\r\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\r\n\r\n[/av_two_third][av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]','Private Villa 4','Landscaping & Water Feature...','publish','open','closed','','private-villa-4','','','2016-11-30 07:45:42','2016-11-30 07:45:42','',0,'http://metro-landscaping.com/en/?post_type=portfolio&p=1340',0,'portfolio','',0),(1365,1,'2016-11-20 08:42:36','2016-11-20 08:42:36','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Private Villa 3\' tag=\'h2\' style=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#35404b\'][/av_heading]\r\n\r\n[/av_two_third][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'1726\'][/av_slide]\r\n[av_slide id=\'1727\'][/av_slide]\r\n[av_slide id=\'1728\'][/av_slide]\r\n[av_slide id=\'1729\'][/av_slide]\r\n[av_slide id=\'1730\'][/av_slide]\r\n[av_slide id=\'1731\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nLandscaping, Stamped Concrete, Stone Cladding, Irrigation Works, Fountains and Water Features.\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'More Projects\' tag=\'h2\' style=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#35404b\'][/av_heading]\r\n\r\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'DESC\']\r\n\r\n[/av_two_third][av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]','Private Villa 3','Landscaping, Stamped Concrete...','publish','open','closed','','private-villa-3','','','2016-11-30 07:40:15','2016-11-30 07:40:15','',0,'http://metro-landscaping.com/en/?post_type=portfolio&p=1365',0,'portfolio','',0),(1374,1,'2016-11-30 07:38:21','2016-11-30 07:38:21','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/11/Bandary-RE.-Pttern-2.png\' attachment=\'1494\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\n\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[av_heading heading=\'Private Villa 3\' tag=\'h2\' style=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#35404b\'][/av_heading]\n\n[/av_two_third][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\n[av_slide id=\'1366\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\n[av_slide id=\'1367\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\n[av_slide id=\'1368\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\n[av_slide id=\'1369\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\n[av_slide id=\'1370\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\n[av_slide id=\'1371\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\n[av_slide id=\'1372\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\n[av_slide id=\'1373\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\n[/av_slideshow]\n\n[av_toggle_container initial=\'0\' mode=\'accordion\' sort=\'\']\n[av_toggle title=\'Overview\' tags=\'\']\nFully furnished apartments in Um Ghuwailina with Spacious Bedrooms, Providing perfect accommodation for executives and other discerning professionals alike wanting to unwind in style after a busy day at work.\n[/av_toggle]\n[av_toggle title=\'Location\' tags=\'\']\nUm Ghuwailina behind Capital security department and near Souq Waqif.\n[/av_toggle]\n[av_toggle title=\'Luxury Facilities\' tags=\'\']\n<strong>Description:</strong>\n\n- 2 Bedrooms\n\n- 2 Bathrooms\n\n- Hall\n\n- Kitchen\n\n<strong>Features and Amenities:</strong>\n\n- Split A/C\n\n- Covered Parking\n\n- Maintenance\n\n- Security\n[/av_toggle]\n[av_toggle title=\'Property Address\' tags=\'\']\n<strong>City:</strong> Um Ghuwailina <strong>State:</strong> Qatar <strong>Country:</strong> Qatar\n[/av_toggle]\n[/av_toggle_container]\n\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[av_heading tag=\'h2\' padding=\'0\' heading=\'More Properties\' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\n\n[av_portfolio categories=\'6\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'DESC\']\n\n[/av_two_third][av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[/av_section]','Private Villa 3','Fully furnished apartments in Um Ghuwailina with Spacious Bedrooms, Providing...','inherit','closed','closed','','1365-autosave-v1','','','2016-11-30 07:38:21','2016-11-30 07:38:21','',1365,'http://metro-landscaping.com/en/2016/11/20/1365-autosave-v1/',0,'revision','',0),(1375,1,'2016-11-20 09:00:13','2016-11-20 09:00:13','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Private Villa 2 \' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_two_third][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'false\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'1717\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1718\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1719\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1720\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1721\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1722\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1723\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1724\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1725\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nSoft & Hard Landscaping Works.\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'DESC\']\r\n\r\n[/av_two_third][av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]','Private Villa 2','Soft & Hard Landscaping Works.','publish','open','closed','','private-villa-2','','','2016-12-08 05:49:51','2016-12-08 05:49:51','',0,'http://metro-landscaping.com/en/?post_type=portfolio&p=1375',0,'portfolio','',0),(1382,1,'2016-11-30 07:30:42','2016-11-30 07:30:42','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\n\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[av_heading heading=\'Private Villa 2 \' tag=\'h2\' style=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#35404b\'][/av_heading]\n\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\n[av_slide id=\'1717\'][/av_slide]\n[av_slide id=\'1718\'][/av_slide]\n[av_slide id=\'1719\'][/av_slide]\n[av_slide id=\'1720\'][/av_slide]\n[av_slide id=\'1721\'][/av_slide]\n[av_slide id=\'1722\'][/av_slide]\n[av_slide id=\'1723\'][/av_slide]\n[av_slide id=\'1724\'][/av_slide]\n[av_slide id=\'1725\'][/av_slide]\n[/av_slideshow]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\']\nClick here to add your own text\n[/av_textblock]\n\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Um Ghuwailina R26 \' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\n\n[av_portfolio categories=\'6\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'DESC\']\n\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[/av_one_fifth][av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[/av_section]','Private Villa 2','Fully furnished apartments in Um Ghuwailina with Spacious Bedrooms, Providing...','inherit','closed','closed','','1375-autosave-v1','','','2016-11-30 07:30:42','2016-11-30 07:30:42','',1375,'http://metro-landscaping.com/en/2016/11/20/1375-autosave-v1/',0,'revision','',0),(1383,1,'2016-11-20 09:15:38','2016-11-20 09:15:38','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Private Villa\' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_two_third][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'false\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'1713\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1714\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1715\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1716\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nSoft & Hard Landscaping Works.\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'More Projects\' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\r\n\r\n[/av_two_third][av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]','Private Villa','Soft & Hard Landscaping...','publish','open','closed','','private-villa','','','2016-12-08 05:46:55','2016-12-08 05:46:55','',0,'http://metro-landscaping.com/en/?post_type=portfolio&p=1383',0,'portfolio','',0),(1397,1,'2016-11-20 09:51:30','2016-11-20 09:51:30','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'MMUP Ministry \' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_two_third][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'1706\'][/av_slide]\r\n[av_slide id=\'1707\'][/av_slide]\r\n[av_slide id=\'1708\'][/av_slide]\r\n[av_slide id=\'1709\'][/av_slide]\r\n[av_slide id=\'1710\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nSoft, Hard Landscaping & Fountain Works.\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'More Projects\' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\r\n\r\n[/av_two_third][av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]','MMUP Ministry','Soft, Hard Landscaping...','publish','open','closed','','mmup-ministry','','','2016-11-30 07:20:26','2016-11-30 07:20:26','',0,'http://metro-landscaping.com/en/?post_type=portfolio&p=1397',0,'portfolio','',0),(1398,1,'2016-11-20 09:17:24','2016-11-20 09:17:24','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1033\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Properties\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Bandary-RE.-Pttern-1.png\' attachment=\'1252\' attachment_size=\'full\' attach=\'scroll\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading heading=\'Properties for Sale\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_portfolio categories=\'5\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\r\n\r\n[/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Bandary-RE.-Pttern-1.png\' attachment=\'1252\' attachment_size=\'full\' attach=\'scroll\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading heading=\'Properties fo Rent\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_portfolio categories=\'6\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\r\n[/av_section]','Properties','','inherit','closed','closed','','925-revision-v1','','','2016-11-20 09:17:24','2016-11-20 09:17:24','',925,'http://metro-landscaping.com/en/2016/11/20/925-revision-v1/',0,'revision','',0),(1399,1,'2016-11-20 09:18:02','2016-11-20 09:18:02','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1033\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Properties\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Bandary-RE.-Pttern-1.png\' attachment=\'1252\' attachment_size=\'full\' attach=\'scroll\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading heading=\'Properties for Sale\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_portfolio categories=\'5\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\r\n\r\n[/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Bandary-RE.-Pttern-1.png\' attachment=\'1252\' attachment_size=\'full\' attach=\'scroll\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading heading=\'Properties for Rent\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_portfolio categories=\'6\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\r\n\r\n[/av_section]','Properties','','inherit','closed','closed','','925-revision-v1','','','2016-11-20 09:18:02','2016-11-20 09:18:02','',925,'http://metro-landscaping.com/en/2016/11/20/925-revision-v1/',0,'revision','',0),(1407,1,'2016-11-20 11:22:25','2016-11-20 11:22:25','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Jumana Tower \' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_two_third][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'1698\'][/av_slide]\r\n[av_slide id=\'1699\'][/av_slide]\r\n[av_slide id=\'1700\'][/av_slide]\r\n[av_slide id=\'1701\'][/av_slide]\r\n[av_slide id=\'1702\'][/av_slide]\r\n[av_slide id=\'1703\'][/av_slide]\r\n[av_slide id=\'1704\'][/av_slide]\r\n[av_slide id=\'1705\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nLandscaping Works\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'More Projects\' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\r\n\r\n[/av_two_third][av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]','Jumana Tower','Landscaping Works...','publish','open','closed','','jumana-tower','','','2016-11-30 07:12:39','2016-11-30 07:12:39','',0,'http://metro-landscaping.com/en/?post_type=portfolio&p=1407',0,'portfolio','',0),(1424,1,'2016-11-20 11:32:11','2016-11-20 11:32:11','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Kahramaa Awareness Park \' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_two_third][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'1682\'][/av_slide]\r\n[av_slide id=\'1683\'][/av_slide]\r\n[av_slide id=\'1684\'][/av_slide]\r\n[av_slide id=\'1685\'][/av_slide]\r\n[av_slide id=\'1686\'][/av_slide]\r\n[av_slide id=\'1687\'][/av_slide]\r\n[av_slide id=\'1688\'][/av_slide]\r\n[av_slide id=\'1689\'][/av_slide]\r\n[av_slide id=\'1690\'][/av_slide]\r\n[av_slide id=\'1691\'][/av_slide]\r\n[av_slide id=\'1692\'][/av_slide]\r\n[av_slide id=\'1693\'][/av_slide]\r\n[av_slide id=\'1694\'][/av_slide]\r\n[av_slide id=\'1695\'][/av_slide]\r\n[av_slide id=\'1696\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nHard Landscaping, Stamped Concrete, Fountains & Water Features Works.\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'More Projects\' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\r\n\r\n[/av_two_third][av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]','Kahramaa Awareness Park','Hard Landscaping, Stamped...','publish','open','closed','','kahramaa-awareness-park','','','2016-11-30 07:04:40','2016-11-30 07:04:40','',0,'http://metro-landscaping.com/en/?post_type=portfolio&p=1424',0,'portfolio','',0),(1441,1,'2016-11-20 11:42:07','2016-11-20 11:42:07','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Al Telal - Fox Hills \' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_two_third][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'1670\'][/av_slide]\r\n[av_slide id=\'1671\'][/av_slide]\r\n[av_slide id=\'1672\'][/av_slide]\r\n[av_slide id=\'1673\'][/av_slide]\r\n[av_slide id=\'1674\'][/av_slide]\r\n[av_slide id=\'1675\'][/av_slide]\r\n[av_slide id=\'1676\'][/av_slide]\r\n[av_slide id=\'1677\'][/av_slide]\r\n[av_slide id=\'1678\'][/av_slide]\r\n[av_slide id=\'1680\'][/av_slide]\r\n[av_slide id=\'1681\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nHard Landscaping Works\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'More Projects\' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\r\n\r\n[/av_two_third][av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]','Al Telal - Fox Hills','Hard Landscaping Works...','publish','open','closed','','al-telal-fox-hills','','','2016-11-30 06:57:57','2016-11-30 06:57:57','',0,'http://metro-landscaping.com/en/?post_type=portfolio&p=1441',0,'portfolio','',0),(1450,1,'2016-11-20 11:55:37','2016-11-20 11:55:37','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Centara Hotel\' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_two_third][av_one_fifth first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'1659\'][/av_slide]\r\n[av_slide id=\'1661\'][/av_slide]\r\n[av_slide id=\'1662\'][/av_slide]\r\n[av_slide id=\'1663\'][/av_slide]\r\n[av_slide id=\'1664\'][/av_slide]\r\n[av_slide id=\'1665\'][/av_slide]\r\n[av_slide id=\'1666\'][/av_slide]\r\n[av_slide id=\'1667\'][/av_slide]\r\n[av_slide id=\'1668\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nLandscaping & Irrigation Works\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'More Projects\' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\r\n\r\n[/av_two_third][av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]','Centara Hotel','Landscaping & Irrigation Works...','publish','open','closed','','centara-hotel-2','','','2016-11-30 06:39:48','2016-11-30 06:39:48','',0,'http://metro-landscaping.com/en/?post_type=portfolio&p=1450',0,'portfolio','',0),(1460,1,'2016-11-20 12:05:26','2016-11-20 12:05:26','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'B.Square Mall \' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_two_third][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'1630\'][/av_slide]\r\n[av_slide id=\'1631\'][/av_slide]\r\n[av_slide id=\'1632\'][/av_slide]\r\n[av_slide id=\'1633\'][/av_slide]\r\n[av_slide id=\'1634\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nMovable Shade Structure\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'More Projects\' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\r\n\r\n[/av_two_third][av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]','B.Square Mall','Movable Shade Structure...','publish','open','closed','','b-square-mall','','','2016-11-30 06:44:54','2016-11-30 06:44:54','',0,'http://metro-landscaping.com/en/?post_type=portfolio&p=1460',0,'portfolio','',0),(1464,1,'2016-11-20 12:17:19','2016-11-20 12:17:19','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Al Bandary Hotel \' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_two_third][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'false\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'1639\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1640\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1641\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1642\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nSoft & Hard Landscaping Works.\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'More Projects\' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\r\n\r\n[/av_two_third][av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]','Al Bandary Hotel','Soft & Hard Landscaping... ','publish','open','closed','','al-bandary-hotel','','','2016-12-08 05:43:02','2016-12-08 05:43:02','',0,'http://metro-landscaping.com/en/?post_type=portfolio&p=1464',0,'portfolio','',0),(1473,1,'2016-11-20 12:46:53','2016-11-20 12:46:53','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Al Thuraya Tower\' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_two_third][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'false\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'1624\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1625\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1626\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1627\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1628\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1629\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nSoft & Hard Landscaping Works.\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'More Projects\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\r\n\r\n[/av_two_third][av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]','Al Thuraya Tower','Soft & Hard Landscaping...','publish','open','closed','','al-thuraya-tower-2','','','2016-12-08 05:41:23','2016-12-08 05:41:23','',0,'http://metro-landscaping.com/en/?post_type=portfolio&p=1473',0,'portfolio','',0),(1485,1,'2016-11-20 13:05:13','2016-11-20 13:05:13','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Marina Com-5 Office Tower\' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_two_third][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'true\' autoplay_stopper=\'aviaTBautoplay_stopper\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'1622\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n\r\n[/av_slideshow]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nCar Park Shades, Irrigation System, Soft & Hard Landscaping Works.\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'More Projects\' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\r\n\r\n[/av_two_third][av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]','Marina Com-5 Office Tower','Car Park Shades, Irrigation...','publish','open','closed','','marina-com-5-office-tower','','','2016-12-08 05:40:54','2016-12-08 05:40:54','',0,'http://metro-landscaping.com/en/?post_type=portfolio&p=1485',0,'portfolio','',0),(1489,1,'2016-12-03 06:03:07','2016-12-03 06:03:07','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\n\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Marina Com-5 Office Tower\' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\n\n[/av_two_third][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\n[av_slide id=\'1622\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\n\n\n[/av_slideshow]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\']\nCar Park Shades, Irrigation System, Soft & Hard Landscaping Works.\n[/av_textblock]\n\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[av_heading tag=\'h2\' padding=\'0\' heading=\'More Projects\' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\n\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\n\n[/av_two_third][av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[/av_section]','Marina Com-5 Office Tower','Car Park Shades, Irrigation...','inherit','closed','closed','','1485-autosave-v1','','','2016-12-03 06:03:07','2016-12-03 06:03:07','',1485,'http://metro-landscaping.com/en/2016/11/20/1485-autosave-v1/',0,'revision','',0),(1490,1,'2016-11-20 13:30:56','2016-11-20 13:30:56','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1033\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Properties\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Bandary-RE.-Pttern-1.png\' attachment=\'1252\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading heading=\'Properties for Sale\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_portfolio categories=\'5\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Bandary-RE.-Pttern-1.png\' attachment=\'1252\' attachment_size=\'full\' attach=\'scroll\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading heading=\'Properties for Rent\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_portfolio categories=\'6\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\r\n[/av_section]','Properties','','inherit','closed','closed','','925-revision-v1','','','2016-11-20 13:30:56','2016-11-20 13:30:56','',925,'http://metro-landscaping.com/en/2016/11/20/925-revision-v1/',0,'revision','',0),(1491,1,'2016-11-20 13:32:02','2016-11-20 13:32:02','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1033\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Properties\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Bandary-RE.-Pttern-1.png\' attachment=\'1252\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading heading=\'Properties for Sale\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_portfolio categories=\'5\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Bandary-RE.-Pttern-1.png\' attachment=\'1252\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading heading=\'Properties for Rent\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_portfolio categories=\'6\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\r\n[/av_section]','Properties','','inherit','closed','closed','','925-revision-v1','','','2016-11-20 13:32:02','2016-11-20 13:32:02','',925,'http://metro-landscaping.com/en/2016/11/20/925-revision-v1/',0,'revision','',0),(1493,1,'2016-12-03 06:55:43','2016-12-03 06:55:43','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\n\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Al Thuraya Tower\' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\n\n[/av_two_third][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\n[av_slide id=\'1624\'][/av_slide]\n[av_slide id=\'1625\'][/av_slide]\n[av_slide id=\'1626\'][/av_slide]\n[av_slide id=\'1627\'][/av_slide]\n[av_slide id=\'1628\'][/av_slide]\n[av_slide id=\'1629\'][/av_slide]\n[/av_slideshow]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\']\nSoft & Hard Landscaping Works.\n[/av_textblock]\n\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[av_heading heading=\'More Projects\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#35404b\'][/av_heading]\n\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\n\n[/av_two_third][av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[/av_section]','Al Thuraya Tower','Soft & Hard Landscaping...','inherit','closed','closed','','1473-autosave-v1','','','2016-12-03 06:55:43','2016-12-03 06:55:43','',1473,'http://metro-landscaping.com/en/2016/11/20/1473-autosave-v1/',0,'revision','',0),(1495,1,'2016-11-29 08:48:32','2016-11-29 08:48:32','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/11/Bandary-RE.-Pttern-2.png\' attachment=\'1494\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\n\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[av_heading heading=\'Al Bandary Hotel \' tag=\'h2\' style=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#35404b\'][/av_heading]\n\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\n[av_slide id=\'1466\'][/av_slide]\n[av_slide id=\'1467\'][/av_slide]\n[av_slide id=\'1468\'][/av_slide]\n[av_slide id=\'1469\'][/av_slide]\n[av_slide id=\'1470\'][/av_slide]\n[av_slide id=\'1471\'][/av_slide]\n[av_slide id=\'1472\'][/av_slide]\n[/av_slideshow]\n\n[av_toggle_container initial=\'0\' mode=\'accordion\' sort=\'\']\n[av_toggle title=\'Overview\' tags=\'\']\nAn administrative and commercial complex with total build up area 56568.57 sqm and plot size 14, 828 it\'s divided into different sized shops, stores and administrative offices at the highest level of luxury.\n[/av_toggle]\n[av_toggle title=\'Location\' tags=\'\']\nDoha Souq is located in Al Nasr road in the heart of Al Mirqab area, it\'s the most vital area in Qatar which surrounded by a lot of restaurants, mosques, medical centers and international companies.\n[/av_toggle]\n[av_toggle title=\'Luxury Facilities\' tags=\'\']\nDoha Souq is not merely a shopping destination, but an experience of vibrant comfort in itself. Situated in the heart of Doha, the mall has redefined the modern shopping experience in Qatar. It hosts world-class attractions and successfully positions itself as a popular host for various local, cultural and promotional activities.\n[/av_toggle]\n[av_toggle title=\'Property Address\' tags=\'\']\n<strong>City: </strong>Al Mirqab <strong>State: </strong>Qatar <strong>Country: </strong>Qatar\n[/av_toggle]\n[/av_toggle_container]\n\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[av_heading tag=\'h2\' padding=\'0\' heading=\'More Properties\' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\n\n[av_portfolio categories=\'6\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\n\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[/av_one_fifth][av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[/av_section]','Al Bandary Hotel','An administrative and commercial complex with total build up area 56568.57 sqm...','inherit','closed','closed','','1464-autosave-v1','','','2016-11-29 08:48:32','2016-11-29 08:48:32','',1464,'http://metro-landscaping.com/en/2016/11/20/1464-autosave-v1/',0,'revision','',0),(1497,1,'2016-11-30 07:03:31','2016-11-30 07:03:31','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/11/Bandary-RE.-Pttern-2.png\' attachment=\'1494\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\n\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[av_heading heading=\'Kahramaa Awareness Park \' tag=\'h2\' style=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#35404b\'][/av_heading]\n\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\n[av_slide id=\'1682\'][/av_slide]\n[av_slide id=\'1683\'][/av_slide]\n[av_slide id=\'1684\'][/av_slide]\n[av_slide id=\'1685\'][/av_slide]\n[av_slide id=\'1686\'][/av_slide]\n[av_slide id=\'1687\'][/av_slide]\n[av_slide id=\'1688\'][/av_slide]\n[av_slide id=\'1689\'][/av_slide]\n[av_slide id=\'1690\'][/av_slide]\n[av_slide id=\'1691\'][/av_slide]\n[av_slide id=\'1692\'][/av_slide]\n[av_slide id=\'1693\'][/av_slide]\n[av_slide id=\'1694\'][/av_slide]\n[av_slide id=\'1695\'][/av_slide]\n[av_slide id=\'1696\'][/av_slide]\n[/av_slideshow]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\']\nHard Landscaping, Stamped Concrete, Fountains & Water Features Works.\n[/av_textblock]\n\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[av_heading heading=\'More Projects\' tag=\'h2\' style=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#35404b\'][/av_heading]\n\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\n\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[/av_one_fifth][av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[/av_section]','Kahramaa Awareness Park','Sophisticated with a youthful edge, the living is easy and fun in this impressive and luxuriously...','inherit','closed','closed','','1424-autosave-v1','','','2016-11-30 07:03:31','2016-11-30 07:03:31','',1424,'http://metro-landscaping.com/en/2016/11/20/1424-autosave-v1/',0,'revision','',0),(1499,1,'2016-11-30 07:45:21','2016-11-30 07:45:21','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/11/Bandary-RE.-Pttern-2.png\' attachment=\'1494\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\n\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[av_heading heading=\'Private Villa 4\' tag=\'h2\' style=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#35404b\'][/av_heading]\n\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\n[av_slide id=\'1732\'][/av_slide]\n[av_slide id=\'1733\'][/av_slide]\n[av_slide id=\'1734\'][/av_slide]\n[av_slide id=\'1735\'][/av_slide]\n[/av_slideshow]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\']\nLandscaping & Water Feature Works\n[/av_textblock]\n\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[av_heading heading=\'More Projects\' tag=\'h2\' style=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#35404b\'][/av_heading]\n\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\n\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[/av_one_fifth][av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[/av_section]','Private Villa 4','Landscaping & Water Feature...','inherit','closed','closed','','1340-autosave-v1','','','2016-11-30 07:45:21','2016-11-30 07:45:21','',1340,'http://metro-landscaping.com/en/2016/11/20/1340-autosave-v1/',0,'revision','',0),(1500,1,'2016-11-30 07:58:07','2016-11-30 07:58:07','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/11/Bandary-RE.-Pttern-2.png\' attachment=\'1494\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\n\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[av_heading heading=\'Private Villa in Bani Hajer \' tag=\'h2\' style=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#35404b\'][/av_heading]\n\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\n[av_slide id=\'1745\'][/av_slide]\n[av_slide id=\'1746\'][/av_slide]\n[av_slide id=\'1747\'][/av_slide]\n[av_slide id=\'1748\'][/av_slide]\n[av_slide id=\'1749\'][/av_slide]\n[/av_slideshow]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\']\nClick here to add your own text\n[/av_textblock]\n\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[av_heading tag=\'h2\' padding=\'0\' heading=\'More Properties\' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\n\n[av_portfolio categories=\'6\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'DESC\']\n\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[/av_one_fifth][av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[/av_section]','Private Villa in Bani Hajer','Amazing Residence building with fully furnished apartments @ Al Mansoura. Relax and unwind...','inherit','closed','closed','','1321-autosave-v1','','','2016-11-30 07:58:07','2016-11-30 07:58:07','',1321,'http://metro-landscaping.com/en/2016/11/20/1321-autosave-v1/',0,'revision','',0),(1501,1,'2016-11-30 08:09:33','2016-11-30 08:09:33','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/11/Bandary-RE.-Pttern-2.png\' attachment=\'1494\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\n\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[av_heading heading=\'Soft & Hard Landscaping Works \' tag=\'h2\' style=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#35404b\'][/av_heading]\n\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\n[av_slide id=\'1304\'][/av_slide]\n[av_slide id=\'1305\'][/av_slide]\n[av_slide id=\'1306\'][/av_slide]\n[/av_slideshow]\n\n[av_toggle_container initial=\'0\' mode=\'accordion\' sort=\'\']\n[av_toggle title=\'Overview\' tags=\'\']\nAl Murooj 2 is a residential & commercial building, with a plot area: 2971.65 sqm. It consists of 4 floors and 33 units from 1, 2 and 3 bedrooms types. The building was designed to attract investors from all around the world; its design features a combination of classic, regional, Mediterranean and modern architectural styles, in addition to Arabian touches from Qatar\'s traditional heritage.\n[/av_toggle]\n[av_toggle title=\'Location\' tags=\'\']\nThe building is located in the residential area of Fox Hills, which will be the beating heart of Lusail City. Fox Hills is designed in a way that allocates residential, commercial and civic venues in a very distinctive manner. This prime area will feature long pergolas of covered walkways and enchanting squares surrounded by swaying palm trees, giving a sense of peace and contentment to both young and old alike.\n[/av_toggle]\n[av_toggle title=\'Luxury Facilities\' tags=\'\']\nIn addition to the unparalleled facilities in the Fox Hills, including but not limited to: Schools, Hospital, Kindergarten, Library, Sports Facility, Jumaa Mosque and Residential Buildings. Al Murooj 2 is characterized by the following facilities:\n<strong>Basement:</strong> 60 Parking Area\n<strong>Ground Floor:</strong> Commercial Retails, with area 907 sqm.\n<strong>Mezzanine:</strong> Entrance Hall, Car Parking and Building Service with total area: 1031 sqm.\n<strong>Upper Floors:</strong> Residential Apartments and Offices\n[/av_toggle]\n[av_toggle title=\'Property Address\' tags=\'\']\n<strong>City: </strong>Lusail <strong>State:</strong> Qatar <strong>Country:</strong> Qat\n[/av_toggle]\n[/av_toggle_container]\n\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[av_heading tag=\'h2\' padding=\'0\' heading=\'More Properties\' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\n\n[av_portfolio categories=\'5\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\n\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[/av_one_fifth][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[/av_section]','Soft & Hard Landscaping Works','Al Murooj 2 is a residential & commercial building, with a plot area: 2971.65 sqm...','inherit','closed','closed','','1303-autosave-v1','','','2016-11-30 08:09:33','2016-11-30 08:09:33','',1303,'http://metro-landscaping.com/en/2016/11/20/1303-autosave-v1/',0,'revision','',0),(1502,1,'2016-11-30 08:20:50','2016-11-30 08:20:50','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\n\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[av_heading heading=\'Rotana Hotel \' tag=\'h2\' style=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#35404b\'][/av_heading]\n\n[/av_two_third][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\n[av_slide slide_type=\'image\' id=\'1762\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' title=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\'][/av_slide]\n\n\n[/av_slideshow]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\']\nSoft & Hard Landscaping Works.\n[/av_textblock]\n\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[av_heading tag=\'h2\' padding=\'0\' heading=\'More Properties\' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\n\n[av_portfolio categories=\'5\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\n\n[/av_two_third][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[/av_section]','Rotana Hotel','Soft & Hard Landscaping...','inherit','closed','closed','','1301-autosave-v1','','','2016-11-30 08:20:50','2016-11-30 08:20:50','',1301,'http://metro-landscaping.com/en/2016/11/20/1301-autosave-v1/',0,'revision','',0),(1503,1,'2016-12-04 11:07:04','2016-12-04 11:07:04','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\n\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[av_heading heading=\'Rashid Al Mannai Villa\' tag=\'h2\' style=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#35404b\'][/av_heading]\n\n[/av_two_third][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\n[av_slide id=\'1983\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\n[av_slide id=\'1985\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\n[av_slide id=\'1984\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\n[av_slide id=\'1764\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\n[av_slide id=\'1766\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\n[/av_slideshow]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\']\nHard Landscaping, Stamped Concrete, Stone Cladding, Irrigation Works, Fountains and Water Features.\n[/av_textblock]\n\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[av_heading tag=\'h2\' padding=\'0\' heading=\'More Projects\' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\n\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\n\n[/av_two_third][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[/av_section]','Private Villa 6','Hard Landscaping, Stamped...','inherit','closed','closed','','1299-autosave-v1','','','2016-12-04 11:07:04','2016-12-04 11:07:04','',1299,'http://metro-landscaping.com/en/2016/11/20/1299-autosave-v1/',0,'revision','',0),(1505,1,'2016-11-20 17:57:22','2016-11-20 17:57:22','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Form Submit, Activity ID: 4137821 -->\r\n<!-- Expected URL: http://metro-landscaping.com/en/contactus -->\r\n\r\n<!-- Activity ID: 4137821 Activity Name: Al Bandary Real Estate - Form Submit Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Form Submit\r\nURL of the webpage where the tag is expected to be placed: http://metro-landscaping.com/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban00;dc_lat=;dc_rdid=868220308;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"100\" height=\"200\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban00;dc_lat=;dc_rdid=6255134;tag_for_child_directed_treatment=;ord=1?\" width=\"100\" height=\"200\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Remarketing, Activity ID: 4138824 -->\r\n<!-- Expected URL: http://metro-landscaping.com/en/contactus -->\r\n\r\n<!-- Activity ID: 4138824 Activity Name: Al Bandary Real Estate - Remarketing Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Remarketing\r\nURL of the webpage where the tag is expected to be placed: http://metro-landscaping.com/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban0;dc_lat=;dc_rdid=6255134;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban0;dc_lat=;dc_rdid=6255134;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n[/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-35.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-19px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'3px,0px,0px,80px\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n12th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 4041 0000\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 4479 6781\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"mailto:info@bre.com.qa\" target=\"_blank\">info@bre.com.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"http://www.big.qa\">www.bre.com.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0; margin-left: 20px; margin-top: -30px;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"360\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,80px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -65px;\" src=\"http://employee.big.qa/contact_form/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half]\r\n[/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-20 17:57:22','2016-11-20 17:57:22','',12,'http://metro-landscaping.com/en/2016/11/20/12-revision-v1/',0,'revision','',0),(1506,1,'2016-11-20 17:58:08','2016-11-20 17:58:08','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Form Submit, Activity ID: 4137821 -->\r\n<!-- Expected URL: http://metro-landscaping.com/en/contactus -->\r\n\r\n<!-- Activity ID: 4137821 Activity Name: Al Bandary Real Estate - Form Submit Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Form Submit\r\nURL of the webpage where the tag is expected to be placed: http://metro-landscaping.com/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban00;dc_lat=;dc_rdid=868220308;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"100\" height=\"200\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban00;dc_lat=;dc_rdid=6255134;tag_for_child_directed_treatment=;ord=1?\" width=\"100\" height=\"200\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Remarketing, Activity ID: 4138824 -->\r\n<!-- Expected URL: http://metro-landscaping.com/en/contactus -->\r\n\r\n<!-- Activity ID: 4138824 Activity Name: Al Bandary Real Estate - Remarketing Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Remarketing\r\nURL of the webpage where the tag is expected to be placed: http://metro-landscaping.com/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban0;dc_lat=;dc_rdid=6255134;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban0;dc_lat=;dc_rdid=6255134;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n[/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-35px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-19px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'3px,0px,0px,80px\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n12th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 4041 0000\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 4479 6781\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"mailto:info@bre.com.qa\" target=\"_blank\">info@bre.com.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"http://www.big.qa\">www.bre.com.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0; margin-left: 20px; margin-top: -30px;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"360\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,80px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -65px;\" src=\"http://employee.big.qa/contact_form/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half]\r\n[/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-20 17:58:08','2016-11-20 17:58:08','',12,'http://metro-landscaping.com/en/2016/11/20/12-revision-v1/',0,'revision','',0),(1507,1,'2016-11-20 18:00:15','2016-11-20 18:00:15','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1098\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-36px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Agents\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_fourth first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\' Tamer Jad \' job=\'Sales Manager \' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/11/about-us-banner.jpg\' attachment=\'1234\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'55747781\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\' t.jad@bre.com.qa\' link=\'mailto: t.jad@bre.com.qa\' link_target=\'_blank\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\' Beshir Abunimreh \' job=\'Senior Sales Officer \' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/11/2374f05e-4d46-4844-b88d-992faa2c7f76.jpg\' attachment=\'1235\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'66604519\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\' b.nimreh@bre.com.qa\' link=\'mailto: b.nimreh@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Hassan Mohamed Al Dhani \' job=\'Sales Officer \' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/11/026215bb-4bd3-4d3f-bf4d-138a8c26a1c6.jpg\' attachment=\'1236\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'30930095\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'h.aldhani@bre.com.qa\' link=\'mailto: h.aldhani@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Asma Samti \' job=\'Sales Officer \' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/11/9af35e0f-d7d9-4756-996b-83d3cf897fd9.jpg\' attachment=\'1237\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'33053374\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'a.samti@bre.com.qa\' link=\'mailto:a.samti@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_fourth][av_one_fourth first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\' Hisham Sameer \' job=\'Sales Officer \' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/11/45badb63-ed5f-4e25-ae41-31b8b5db38e2.jpg\' attachment=\'1238\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'66161983\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'h.aldhani@bre.com.qa\' link=\'mailto: h.sameer@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\' Ahmed Moustafa \' job=\'Leasing Manager \' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/11/9f8b4516-d4dc-4218-b6d9-e8574ec97df5.jpg\' attachment=\'1239\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'77237031\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'a.mustafa@bre.com.qa\' link=\'mailto: a.mustafa@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\' Elena Gheorghita \' job=\'Leasing Officer \' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/11/b705d955-37d0-4938-9018-ce02d0dd09e8.jpg\' attachment=\'1240\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'66487268\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'e.gheorghita@bre.com.qa\' link=\'mailto:e.gheorghita@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Muhammad Aly \' job=\'Leasing Officer \' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/11/2e53d016-d08b-4608-928e-97b908be533b.jpg\' attachment=\'1241\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'66736634\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'m.hendawy@bre.com.qa\' link=\'mailto: m.hendawy@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_fourth][av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]','Agents','','inherit','closed','closed','','929-revision-v1','','','2016-11-20 18:00:15','2016-11-20 18:00:15','',929,'http://metro-landscaping.com/en/2016/11/20/929-revision-v1/',0,'revision','',0),(1508,1,'2016-11-20 18:01:08','2016-11-20 18:01:08','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1098\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-35px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Agents\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_fourth first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\' Tamer Jad \' job=\'Sales Manager \' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/11/about-us-banner.jpg\' attachment=\'1234\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'55747781\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\' t.jad@bre.com.qa\' link=\'mailto: t.jad@bre.com.qa\' link_target=\'_blank\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\' Beshir Abunimreh \' job=\'Senior Sales Officer \' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/11/2374f05e-4d46-4844-b88d-992faa2c7f76.jpg\' attachment=\'1235\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'66604519\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\' b.nimreh@bre.com.qa\' link=\'mailto: b.nimreh@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Hassan Mohamed Al Dhani \' job=\'Sales Officer \' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/11/026215bb-4bd3-4d3f-bf4d-138a8c26a1c6.jpg\' attachment=\'1236\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'30930095\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'h.aldhani@bre.com.qa\' link=\'mailto: h.aldhani@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Asma Samti \' job=\'Sales Officer \' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/11/9af35e0f-d7d9-4756-996b-83d3cf897fd9.jpg\' attachment=\'1237\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'33053374\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'a.samti@bre.com.qa\' link=\'mailto:a.samti@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_fourth][av_one_fourth first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\' Hisham Sameer \' job=\'Sales Officer \' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/11/45badb63-ed5f-4e25-ae41-31b8b5db38e2.jpg\' attachment=\'1238\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'66161983\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'h.aldhani@bre.com.qa\' link=\'mailto: h.sameer@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\' Ahmed Moustafa \' job=\'Leasing Manager \' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/11/9f8b4516-d4dc-4218-b6d9-e8574ec97df5.jpg\' attachment=\'1239\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'77237031\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'a.mustafa@bre.com.qa\' link=\'mailto: a.mustafa@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\' Elena Gheorghita \' job=\'Leasing Officer \' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/11/b705d955-37d0-4938-9018-ce02d0dd09e8.jpg\' attachment=\'1240\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'66487268\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'e.gheorghita@bre.com.qa\' link=\'mailto:e.gheorghita@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Muhammad Aly \' job=\'Leasing Officer \' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/11/2e53d016-d08b-4608-928e-97b908be533b.jpg\' attachment=\'1241\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'66736634\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'m.hendawy@bre.com.qa\' link=\'mailto: m.hendawy@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_fourth][av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]','Agents','','inherit','closed','closed','','929-revision-v1','','','2016-11-20 18:01:08','2016-11-20 18:01:08','',929,'http://metro-landscaping.com/en/2016/11/20/929-revision-v1/',0,'revision','',0),(1509,1,'2016-11-20 18:02:28','2016-11-20 18:02:28','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1090\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-35px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Videos\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n[print_responsive_video_gallery_plus_lightbox]\r\n[/av_codeblock]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]','Videos','','inherit','closed','closed','','1213-revision-v1','','','2016-11-20 18:02:28','2016-11-20 18:02:28','',1213,'http://metro-landscaping.com/en/2016/11/20/1213-revision-v1/',0,'revision','',0),(1510,1,'2016-11-20 18:03:48','2016-11-20 18:03:48','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1033\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-35px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Properties\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/11/Bandary-RE.-Pttern-1.png\' attachment=\'1252\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading heading=\'Properties for Sale\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_portfolio categories=\'5\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/11/Bandary-RE.-Pttern-1.png\' attachment=\'1252\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading heading=\'Properties for Rent\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_portfolio categories=\'6\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\r\n[/av_section]','Properties','','inherit','closed','closed','','925-revision-v1','','','2016-11-20 18:03:48','2016-11-20 18:03:48','',925,'http://metro-landscaping.com/en/2016/11/20/925-revision-v1/',0,'revision','',0),(1511,1,'2016-11-20 18:05:17','2016-11-20 18:05:17','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1033\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-35px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Properties\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/11/Bandary-RE.-Pttern-1.png\' attachment=\'1252\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'1px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Properties for Sale\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_portfolio categories=\'5\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\r\n\r\n[/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/11/Bandary-RE.-Pttern-1.png\' attachment=\'1252\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading heading=\'Properties for Rent\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_portfolio categories=\'6\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\r\n[/av_section]','Properties','','inherit','closed','closed','','925-revision-v1','','','2016-11-20 18:05:17','2016-11-20 18:05:17','',925,'http://metro-landscaping.com/en/2016/11/20/925-revision-v1/',0,'revision','',0),(1512,1,'2016-11-20 18:06:52','2016-11-20 18:06:52','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1018\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-35px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector.\r\n\r\nOur team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n\r\nAl Bandary Real Estate is constantly looking to recruit and retain the highest caliber of talent, while securing a strong capital base and efficiently managing risks.\r\n\r\nAl Bandary Real Estate believes that these factors will lead to overall success while exploring opportunities that will have an added value to our clients, investors and shareholders.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_tab_container position=\'sidebar_tab sidebar_tab_left\' boxed=\'border_tabs\' initial=\'1\']\r\n[av_tab title=\'Vision, Mission & Values\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\n<strong>Vision</strong>\r\n\r\n- To be the pace setter in real estate services by exceeding customer expectations. Al Bandary Real Estate is committed to providing the most unique and comprehensive customer service for individuals interested in owning property.\r\n\r\n<strong>Mission</strong>\r\n\r\n- Aggressively pursue business through innovation to provide exceptional service to our clients\r\n\r\n- Ensuring career opportunities to our employees and continuous support to our society\r\n\r\n- Build lifetime relationships with our customers and communities.\r\n\r\n<strong>Values</strong>\r\n\r\n- Corporate Culture: Diversity and continued development, transparency, teamwork and integrity.\r\n\r\n- Performance: Our company ethics navigate our day-to-day lives to deliver an expected high quality range of products and services.\r\n\r\n- Spirit and future ambitions: Achieve long-term growth and raise the return on shareholder\'s equity services.\r\n[/av_tab]\r\n[av_tab title=\'Value in the market\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate emphasizes on quality rather than quantity as the main objective for all its endeavors. The company gained confidence and full trust in the property industry this has been achieved with high caliber professional approach with quality requirements. Al Bandary Real Estate has worthily established its roots in Qatar and is rated as one of the leading Class ‘A’ Real Estate Companies.\r\n\r\nThe professional team at Al Bandary Real Estate follows an active buy-manage-sell strategy as part of their professional portfolio management. They tackle their remit in property investment for the company with innovation, dedication and expertise.\r\n\r\nCustomer service – built on a foundation of experience and education – is the cornerstone of Al Bandary Real Estate success. Its track record built over the past years has proven that a focus on the customer\'s needs, backed by the ability to deliver and remains as important as ever.\r\n\r\nThis success shows the exponential growth of the company, and how through local knowledge and expertise Real Estate can offer the finest service through all stages of the real estate cycle.\r\n[/av_tab]\r\n[av_tab title=\'Company Capacity\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate has consistently been one of the leading Real Estate developers in Qatar. The company’s commitment to quality, efficiency and value, has allowed its projects to consistently achieve strong results.\r\n\r\nStrong industry links and the potential to create long-term partnerships with the area\'s prominent financial and governmental leaders have placed Al Bandary Real Estate in a favorable position. Al Bandary Real Estate had the vision to expand beyond facilitating traditional sale and lease transactions and provide a complete range of sales, leasing, consulting, development, and management services.\r\n\r\nWith a large portfolio of property listings and clients throughout Qatar, Al Bandary Real Estate is prepared to fulfill all commercial real estate requirements. In line with the dynamic growth in Qatar, Al Bandary Real Estate has increased its workforce, placing emphasis on recruiting and training the brightest talents in the market today.\r\n\r\nCentral to this growth will be further business development across the business to match the ambitious growth plans for Al Bandary Real Estate.\r\n\r\nAl Bandary Real Estate believes in the power of giving back to the community. As real estate professionals that work in Qatar, we know that being committed to provide only high-quality services will play an active role in promoting the growth of our community. Whether you are a buyer or a seller, Al Bandary Real Estate can open up a whole world of choice in terms of location, price and property.\r\n[/av_tab]\r\n[av_tab title=\'Company History\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate was established in 2005, as a leading company that provides advanced property solutions in the State of Qatar. As a part of Bandary International Group, Al Bandary Real Estate is contributing to the economic progress of the State of Qatar. Al Bandary Real Estate is widely recognized to be one of the leading Real Estate firms operating in the State of Qatar.\r\n\r\nUnder the management of Mr. Mohammed Abdullatif A. Al Mana, chairman of the Group, a great emphasis has been placed on safety, environment, quality control and timely completion which made the company consistently meet the highest property solutions while constantly ensuring high quality standards by achieving optimal level of clients\' satisfaction.\r\n\r\nAs part of the wider Bandary International Group, which currently has over 16 individual companies covering key areas such as transportation, manufacturing and construction, the strength of the Group\'s performance is based on its ability to utilize the synergies between its companies to support and complement each other, and to manage risk through diversification and strong management.\r\n\r\nAl Bandary Real Estate surpasses other real estate firms by the extensive experience in a variety of real estate services including construction, management and inspections, this is in addition to the proficiency, reliability and integrity.\r\n\r\nThe company, which is a member of Bandary International Group (BIG), is established based on the framework of the country\'s strategic plan to diversify the sources of income. Coupled with its sustained policy of encouraging the private sector in Qatar by participating in the construction and management of real estate projects, Al Bandary Real Estate aims to be the leading provider of affordable housing to families with quality residential units at affordable prices throughout the GCC region.\r\n[/av_tab]\r\n[/av_tab_container]\r\n[/av_one_full]\r\n\r\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-20 18:06:52','2016-11-20 18:06:52','',8,'http://metro-landscaping.com/en/2016/11/20/8-revision-v1/',0,'revision','',0),(1514,1,'2016-11-20 18:48:47','2016-11-20 18:48:47','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1090\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-35px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Videos\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n[print_responsive_video_gallery_plus_lightbox]\r\n[/av_codeblock]\r\n\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]','Videos','','inherit','closed','closed','','1213-revision-v1','','','2016-11-20 18:48:47','2016-11-20 18:48:47','',1213,'http://metro-landscaping.com/en/2016/11/20/1213-revision-v1/',0,'revision','',0),(1515,1,'2016-11-20 19:35:10','2016-11-20 19:35:10','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Bandary_Landing Page\r\nURL of the webpage where the tag is expected to be placed: http://bre.com.qa\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=868220308;tag_for_child_directed_treatment=;ord=\' 11132016 \'?\" width=\"100\" height=\"150\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=868220308;tag_for_child_directed_treatment=;ord=11132016 ?\" width=\"100\" height=\"150\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n<!-- Google Code for Contact us Conversion Page --> <script type=\"text/javascript\">\r\n/* <![CDATA[ */ var google_conversion_id = 868220308; var google_conversion_language = \"en\"; var google_conversion_format = \"3\"; var google_conversion_color = \"ffffff\"; var google_conversion_label = \"mxB0CKyU9msQlPv_nQM\"; var google_remarketing_only = false; /* ]]> */\r\n</script>\r\n<script type=\"text/javascript\" src=\"//www.googleadservices.com/pagead/conversion.js\">\r\n</script>\r\n<noscript>\r\n<div style=\"display:inline;\">\r\n<img height=\"100\" width=\"200\" style=\"border-style:none;\" alt=\"\" src=\"//www.googleadservices.com/pagead/conversion/868220308/?label=mxB0CKyU9msQlPv_nQM&guid=ON&script=0\"/></div>\r\n</noscript>\r\n\r\n<!-- Facebook Pixel Code -->\r\n<script>\r\n!function(f,b,e,v,n,t,s)\r\n{if(f.fbq)return;n=f.fbq=function(){n.callMethod?\r\nn.callMethod.apply(n,arguments):n.queue.push(arguments)};\r\nif(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version=\'2.0\';\r\nn.queue=[];t=b.createElement(e);t.async=!0;\r\nt.src=v;s=b.getElementsByTagName(e)[0];\r\ns.parentNode.insertBefore(t,s)}(window,document,\'script\',\'https://connect.facebook.net/en_US/fbevents.js\');\r\nfbq(\'init\', \'318715628513414\'); \r\nfbq(\'track\', \'PageView\');\r\n</script>\r\n<noscript>\r\n<img height=\"1\" width=\"1\" src=\"https://www.facebook.com/tr?id=318715628513414&ev=PageView &noscript=1\"/>\r\n</noscript>\r\n<!-- End Facebook Pixel Code -->\r\n[/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'998\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1001\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'999\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1000\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#e6e6e6\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'5px,0px\' padding=\'15px,25px,15px,25px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h3\' padding=\'0\' heading=\'ABOUT US\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'30\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector. Our team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n[/av_textblock]\r\n\r\n[/av_one_full][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/10/serv-bg.jpg\' attachment=\'1141\' attachment_size=\'full\' attach=\'scroll\' position=\'top center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/10/agent.jpg\' attachment=\'1143\' attachment_size=\'full\' align=\'left\' animation=\'left-to-right\' styling=\'no-styling\' hover=\'\' link=\'manually,http://almeelws.com/bre_website/agents/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nAGENTS\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://almeelws.com/bre_website/agents/\">AGENTS</a>\r\n\r\n<hr style=\"color: #e51f44; border: solid; width: 320px; padding-right: 50px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/10/Differentiate.jpg\' attachment=\'1144\' attachment_size=\'full\' align=\'left\' animation=\'top-to-bottom\' styling=\'no-styling\' hover=\'\' link=\'manually,http://almeelws.com/bre_website/properties/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nPROPERTIES\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://almeelws.com/bre_website/properties/\">PROPERTIES</a>\r\n\r\n<hr style=\"color: #92d32d; border: solid; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/10/gallery-inner.jpg\' attachment=\'1145\' attachment_size=\'full\' align=\'left\' animation=\'right-to-left\' styling=\'no-styling\' hover=\'\' link=\'manually,http://almeelws.com/bre_website/videos/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nVIDEOS\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://almeelws.com/bre_website/videos/\">VIDEOS</a>\r\n\r\n<hr style=\"color: #ffff00; border: solid; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-20 19:35:10','2016-11-20 19:35:10','',42,'http://metro-landscaping.com/en/2016/11/20/42-revision-v1/',0,'revision','',0),(1516,1,'2016-11-20 19:52:09','2016-11-20 19:52:09','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1033\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-34.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Properties\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/11/Bandary-RE.-Pttern-1.png\' attachment=\'1252\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'1px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Properties for Sale\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_portfolio categories=\'5\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/11/Bandary-RE.-Pttern-1.png\' attachment=\'1252\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading heading=\'Properties for Rent\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_portfolio categories=\'6\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\r\n[/av_section]','Properties','','inherit','closed','closed','','925-revision-v1','','','2016-11-20 19:52:09','2016-11-20 19:52:09','',925,'http://metro-landscaping.com/en/2016/11/20/925-revision-v1/',0,'revision','',0),(1517,1,'2016-11-20 19:52:56','2016-11-20 19:52:56','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1033\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-35px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Properties\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/11/Bandary-RE.-Pttern-1.png\' attachment=\'1252\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'1px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Properties for Sale\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_portfolio categories=\'5\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/11/Bandary-RE.-Pttern-1.png\' attachment=\'1252\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading heading=\'Properties for Rent\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_portfolio categories=\'6\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\r\n[/av_section]','Properties','','inherit','closed','closed','','925-revision-v1','','','2016-11-20 19:52:56','2016-11-20 19:52:56','',925,'http://metro-landscaping.com/en/2016/11/20/925-revision-v1/',0,'revision','',0),(1518,1,'2016-11-20 19:54:02','2016-11-20 19:54:02','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1033\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-34.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Properties\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/11/Bandary-RE.-Pttern-1.png\' attachment=\'1252\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'1px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Properties for Sale\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_portfolio categories=\'5\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/11/Bandary-RE.-Pttern-1.png\' attachment=\'1252\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading heading=\'Properties for Rent\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_portfolio categories=\'6\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\r\n[/av_section]','Properties','','inherit','closed','closed','','925-revision-v1','','','2016-11-20 19:54:02','2016-11-20 19:54:02','',925,'http://metro-landscaping.com/en/2016/11/20/925-revision-v1/',0,'revision','',0),(1519,1,'2016-11-20 19:59:15','2016-11-20 19:59:15','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Form Submit, Activity ID: 4137821 -->\r\n<!-- Expected URL: http://metro-landscaping.com/en/contactus -->\r\n\r\n<!-- Activity ID: 4137821 Activity Name: Al Bandary Real Estate - Form Submit Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Form Submit\r\nURL of the webpage where the tag is expected to be placed: http://metro-landscaping.com/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban00;dc_lat=;dc_rdid=868220308;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"100\" height=\"200\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban00;dc_lat=;dc_rdid=6255134;tag_for_child_directed_treatment=;ord=1?\" width=\"100\" height=\"200\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Remarketing, Activity ID: 4138824 -->\r\n<!-- Expected URL: http://metro-landscaping.com/en/contactus -->\r\n\r\n<!-- Activity ID: 4138824 Activity Name: Al Bandary Real Estate - Remarketing Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Remarketing\r\nURL of the webpage where the tag is expected to be placed: http://metro-landscaping.com/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban0;dc_lat=;dc_rdid=6255134;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban0;dc_lat=;dc_rdid=6255134;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n[/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-34.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-19px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'3px,0px,0px,80px\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n12th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 4041 0000\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 4479 6781\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"mailto:info@bre.com.qa\" target=\"_blank\">info@bre.com.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"http://www.big.qa\">www.bre.com.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0; margin-left: 20px; margin-top: -30px;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"360\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,80px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -65px;\" src=\"http://employee.big.qa/contact_form/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half]\r\n[/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-20 19:59:15','2016-11-20 19:59:15','',12,'http://metro-landscaping.com/en/2016/11/20/12-revision-v1/',0,'revision','',0),(1520,1,'2016-11-20 20:00:18','2016-11-20 20:00:18','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Form Submit, Activity ID: 4137821 -->\r\n<!-- Expected URL: http://metro-landscaping.com/en/contactus -->\r\n\r\n<!-- Activity ID: 4137821 Activity Name: Al Bandary Real Estate - Form Submit Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Form Submit\r\nURL of the webpage where the tag is expected to be placed: http://metro-landscaping.com/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban00;dc_lat=;dc_rdid=868220308;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"100\" height=\"200\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban00;dc_lat=;dc_rdid=6255134;tag_for_child_directed_treatment=;ord=1?\" width=\"100\" height=\"200\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Remarketing, Activity ID: 4138824 -->\r\n<!-- Expected URL: http://metro-landscaping.com/en/contactus -->\r\n\r\n<!-- Activity ID: 4138824 Activity Name: Al Bandary Real Estate - Remarketing Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Remarketing\r\nURL of the webpage where the tag is expected to be placed: http://metro-landscaping.com/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban0;dc_lat=;dc_rdid=6255134;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban0;dc_lat=;dc_rdid=6255134;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n[/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-34.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-19px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'3px,80px,0px,80px\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n12th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 4041 0000\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 4479 6781\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"mailto:info@bre.com.qa\" target=\"_blank\">info@bre.com.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"http://www.big.qa\">www.bre.com.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0; margin-left: 20px; margin-top: -30px;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"360\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,80px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -65px;\" src=\"http://employee.big.qa/contact_form/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-20 20:00:18','2016-11-20 20:00:18','',12,'http://metro-landscaping.com/en/2016/11/20/12-revision-v1/',0,'revision','',0),(1521,1,'2016-11-20 20:01:05','2016-11-20 20:01:05','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Form Submit, Activity ID: 4137821 -->\r\n<!-- Expected URL: http://metro-landscaping.com/en/contactus -->\r\n\r\n<!-- Activity ID: 4137821 Activity Name: Al Bandary Real Estate - Form Submit Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Form Submit\r\nURL of the webpage where the tag is expected to be placed: http://metro-landscaping.com/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban00;dc_lat=;dc_rdid=868220308;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"100\" height=\"200\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban00;dc_lat=;dc_rdid=6255134;tag_for_child_directed_treatment=;ord=1?\" width=\"100\" height=\"200\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Remarketing, Activity ID: 4138824 -->\r\n<!-- Expected URL: http://metro-landscaping.com/en/contactus -->\r\n\r\n<!-- Activity ID: 4138824 Activity Name: Al Bandary Real Estate - Remarketing Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Remarketing\r\nURL of the webpage where the tag is expected to be placed: http://metro-landscaping.com/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban0;dc_lat=;dc_rdid=6255134;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban0;dc_lat=;dc_rdid=6255134;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n[/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-34.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-19px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'3px,0px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n12th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 4041 0000\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 4479 6781\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"mailto:info@bre.com.qa\" target=\"_blank\">info@bre.com.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"http://www.big.qa\">www.bre.com.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0; margin-left: 20px; margin-top: -30px;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"360\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,80px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -65px;\" src=\"http://employee.big.qa/contact_form/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-20 20:01:05','2016-11-20 20:01:05','',12,'http://metro-landscaping.com/en/2016/11/20/12-revision-v1/',0,'revision','',0),(1522,1,'2016-11-20 20:03:25','2016-11-20 20:03:25','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Form Submit, Activity ID: 4137821 -->\r\n<!-- Expected URL: http://metro-landscaping.com/en/contactus -->\r\n\r\n<!-- Activity ID: 4137821 Activity Name: Al Bandary Real Estate - Form Submit Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Form Submit\r\nURL of the webpage where the tag is expected to be placed: http://metro-landscaping.com/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban00;dc_lat=;dc_rdid=868220308;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"100\" height=\"200\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban00;dc_lat=;dc_rdid=6255134;tag_for_child_directed_treatment=;ord=1?\" width=\"100\" height=\"200\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Remarketing, Activity ID: 4138824 -->\r\n<!-- Expected URL: http://metro-landscaping.com/en/contactus -->\r\n\r\n<!-- Activity ID: 4138824 Activity Name: Al Bandary Real Estate - Remarketing Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Remarketing\r\nURL of the webpage where the tag is expected to be placed: http://metro-landscaping.com/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban0;dc_lat=;dc_rdid=6255134;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban0;dc_lat=;dc_rdid=6255134;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n[/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-34.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-19px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'3px,10px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n12th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 4041 0000\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 4479 6781\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"mailto:info@bre.com.qa\" target=\"_blank\">info@bre.com.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"http://www.big.qa\">www.bre.com.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0; margin-left: 20px; margin-top: -30px;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"360\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -65px;\" src=\"http://employee.big.qa/contact_form/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-20 20:03:25','2016-11-20 20:03:25','',12,'http://metro-landscaping.com/en/2016/11/20/12-revision-v1/',0,'revision','',0),(1523,1,'2016-11-20 20:04:29','2016-11-20 20:04:29','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Form Submit, Activity ID: 4137821 -->\r\n<!-- Expected URL: http://metro-landscaping.com/en/contactus -->\r\n\r\n<!-- Activity ID: 4137821 Activity Name: Al Bandary Real Estate - Form Submit Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Form Submit\r\nURL of the webpage where the tag is expected to be placed: http://metro-landscaping.com/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban00;dc_lat=;dc_rdid=868220308;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"100\" height=\"200\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban00;dc_lat=;dc_rdid=6255134;tag_for_child_directed_treatment=;ord=1?\" width=\"100\" height=\"200\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Remarketing, Activity ID: 4138824 -->\r\n<!-- Expected URL: http://metro-landscaping.com/en/contactus -->\r\n\r\n<!-- Activity ID: 4138824 Activity Name: Al Bandary Real Estate - Remarketing Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Remarketing\r\nURL of the webpage where the tag is expected to be placed: http://metro-landscaping.com/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban0;dc_lat=;dc_rdid=6255134;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban0;dc_lat=;dc_rdid=6255134;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n[/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-34.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-19px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'3px,20px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n12th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 4041 0000\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 4479 6781\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"mailto:info@bre.com.qa\" target=\"_blank\">info@bre.com.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"http://www.big.qa\">www.bre.com.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0; margin-left: 20px; margin-top: -30px;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"360\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -65px;\" src=\"http://employee.big.qa/contact_form/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-20 20:04:29','2016-11-20 20:04:29','',12,'http://metro-landscaping.com/en/2016/11/20/12-revision-v1/',0,'revision','',0),(1524,1,'2016-11-20 20:05:41','2016-11-20 20:05:41','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Form Submit, Activity ID: 4137821 -->\r\n<!-- Expected URL: http://metro-landscaping.com/en/contactus -->\r\n\r\n<!-- Activity ID: 4137821 Activity Name: Al Bandary Real Estate - Form Submit Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Form Submit\r\nURL of the webpage where the tag is expected to be placed: http://metro-landscaping.com/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban00;dc_lat=;dc_rdid=868220308;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"100\" height=\"200\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban00;dc_lat=;dc_rdid=6255134;tag_for_child_directed_treatment=;ord=1?\" width=\"100\" height=\"200\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Remarketing, Activity ID: 4138824 -->\r\n<!-- Expected URL: http://metro-landscaping.com/en/contactus -->\r\n\r\n<!-- Activity ID: 4138824 Activity Name: Al Bandary Real Estate - Remarketing Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Remarketing\r\nURL of the webpage where the tag is expected to be placed: http://metro-landscaping.com/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban0;dc_lat=;dc_rdid=6255134;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban0;dc_lat=;dc_rdid=6255134;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n[/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-34.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-19px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'3px,30px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n12th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 4041 0000\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 4479 6781\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"mailto:info@bre.com.qa\" target=\"_blank\">info@bre.com.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"http://www.big.qa\">www.bre.com.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0; margin-left: 20px; margin-top: -30px;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"360\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -65px;\" src=\"http://employee.big.qa/contact_form/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-20 20:05:41','2016-11-20 20:05:41','',12,'http://metro-landscaping.com/en/2016/11/20/12-revision-v1/',0,'revision','',0),(1525,1,'2016-11-20 20:08:17','2016-11-20 20:08:17','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1033\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-34.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Properties\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/11/Bandary-RE.-Pttern-1.png\' attachment=\'1252\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'1px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Properties for Sale\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_portfolio categories=\'5\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\r\n\r\n[/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/11/Bandary-RE.-Pttern-1.png\' attachment=\'1252\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading heading=\'Properties for Rent\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_portfolio categories=\'6\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\r\n[/av_section]','Properties','','inherit','closed','closed','','925-revision-v1','','','2016-11-20 20:08:17','2016-11-20 20:08:17','',925,'http://metro-landscaping.com/en/2016/11/20/925-revision-v1/',0,'revision','',0),(1526,1,'2016-11-21 05:36:38','2016-11-21 05:36:38','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Form Submit, Activity ID: 4137821 -->\r\n<!-- Expected URL: http://metro-landscaping.com/en/contactus -->\r\n\r\n<!-- Activity ID: 4137821 Activity Name: Al Bandary Real Estate - Form Submit Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Form Submit\r\nURL of the webpage where the tag is expected to be placed: http://metro-landscaping.com/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban00;dc_lat=;dc_rdid=868220308;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"100\" height=\"200\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban00;dc_lat=;dc_rdid=6255134;tag_for_child_directed_treatment=;ord=1?\" width=\"100\" height=\"200\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Remarketing, Activity ID: 4138824 -->\r\n<!-- Expected URL: http://metro-landscaping.com/en/contactus -->\r\n\r\n<!-- Activity ID: 4138824 Activity Name: Al Bandary Real Estate - Remarketing Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Remarketing\r\nURL of the webpage where the tag is expected to be placed: http://metro-landscaping.com/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban0;dc_lat=;dc_rdid=6255134;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban0;dc_lat=;dc_rdid=6255134;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n[/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-34.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-19px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'3px,30px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'-5\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n12th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 4041 0000\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 4479 6781\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"mailto:info@bre.com.qa\" target=\"_blank\">info@bre.com.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"http://www.big.qa\">www.bre.com.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0; margin-left: 20px; margin-top: -30px;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"360\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -60px;\" src=\"http://employee.big.qa/contact_form/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-21 05:36:38','2016-11-21 05:36:38','',12,'http://metro-landscaping.com/en/2016/11/21/12-revision-v1/',0,'revision','',0),(1527,1,'2016-11-21 07:12:55','2016-11-21 07:12:55','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Remarketing, Activity ID: 4138824 -->\r\n<!-- Expected URL: http://metro-landscaping.com/en/contactus -->\r\n\r\n<!-- Activity ID: 4138824 Activity Name: Al Bandary Real Estate - Remarketing Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Remarketing\r\nURL of the webpage where the tag is expected to be placed: http://metro-landscaping.com/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban0;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban0;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n[/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'998\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1001\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'999\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1000\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#e6e6e6\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'5px,0px\' padding=\'15px,25px,15px,25px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h3\' padding=\'0\' heading=\'ABOUT US\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'30\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector. Our team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/10/serv-bg.jpg\' attachment=\'1141\' attachment_size=\'full\' attach=\'scroll\' position=\'top center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/10/agent.jpg\' attachment=\'1143\' attachment_size=\'full\' align=\'left\' animation=\'left-to-right\' styling=\'no-styling\' hover=\'\' link=\'manually,http://almeelws.com/bre_website/agents/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nAGENTS\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://almeelws.com/bre_website/agents/\">AGENTS</a>\r\n\r\n<hr style=\"color: #e51f44; border: solid; width: 320px; padding-right: 50px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/10/Differentiate.jpg\' attachment=\'1144\' attachment_size=\'full\' align=\'left\' animation=\'top-to-bottom\' styling=\'no-styling\' hover=\'\' link=\'manually,http://almeelws.com/bre_website/properties/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nPROPERTIES\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://almeelws.com/bre_website/properties/\">PROPERTIES</a>\r\n\r\n<hr style=\"color: #92d32d; border: solid; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/10/gallery-inner.jpg\' attachment=\'1145\' attachment_size=\'full\' align=\'left\' animation=\'right-to-left\' styling=\'no-styling\' hover=\'\' link=\'manually,http://almeelws.com/bre_website/videos/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nVIDEOS\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://almeelws.com/bre_website/videos/\">VIDEOS</a>\r\n\r\n<hr style=\"color: #ffff00; border: solid; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-21 07:12:55','2016-11-21 07:12:55','',42,'http://metro-landscaping.com/en/2016/11/21/42-revision-v1/',0,'revision','',0),(1529,1,'2016-11-21 08:27:58','2016-11-21 08:27:58','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<!-- Google Code for Contact us Conversion Page --> <script type=\"text/javascript\">\r\n/* <![CDATA[ */ var google_conversion_id = 868220308; var google_conversion_language = \"en\"; var google_conversion_format = \"3\"; var google_conversion_color = \"ffffff\"; var google_conversion_label = \"mxB0CKyU9msQlPv_nQM\"; var google_remarketing_only = false; /* ]]> */\r\n</script>\r\n<script type=\"text/javascript\" src=\"//www.googleadservices.com/pagead/conversion.js\">\r\n</script>\r\n<noscript>\r\n<div style=\"display:inline;\">\r\n<img height=\"150\" width=\"100\" style=\"border-style:none;\" alt=\"\" src=\"//www.googleadservices.com/pagead/conversion/868220308/?label=mxB0CKyU9msQlPv_nQM&guid=ON&script=0\"/></div>\r\n</noscript>\r\n\r\n<!-- Facebook Pixel Code -->\r\n<script>\r\n!function(f,b,e,v,n,t,s)\r\n{if(f.fbq)return;n=f.fbq=function(){n.callMethod?\r\nn.callMethod.apply(n,arguments):n.queue.push(arguments)};\r\nif(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version=\'2.0\';\r\nn.queue=[];t=b.createElement(e);t.async=!0;\r\nt.src=v;s=b.getElementsByTagName(e)[0];\r\ns.parentNode.insertBefore(t,s)}(window,document,\'script\',\r\n\'https://connect.facebook.net/en_US/fbevents.js\');\r\nfbq(\'init\', \'318715628513414\'); \r\nfbq(\'track\', \'PageView\');\r\n</script>\r\n<noscript>\r\n<img height=\"1\" width=\"1\" src=\"https://www.facebook.com/tr?id=318715628513414&ev=PageView &noscript=1\"/>\r\n</noscript>\r\n<!-- End Facebook Pixel Code -->\r\n[/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1018\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-35px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector.\r\n\r\nOur team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n\r\nAl Bandary Real Estate is constantly looking to recruit and retain the highest caliber of talent, while securing a strong capital base and efficiently managing risks.\r\n\r\nAl Bandary Real Estate believes that these factors will lead to overall success while exploring opportunities that will have an added value to our clients, investors and shareholders.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_tab_container position=\'sidebar_tab sidebar_tab_left\' boxed=\'border_tabs\' initial=\'1\']\r\n[av_tab title=\'Vision, Mission & Values\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\n<strong>Vision</strong>\r\n\r\n- To be the pace setter in real estate services by exceeding customer expectations. Al Bandary Real Estate is committed to providing the most unique and comprehensive customer service for individuals interested in owning property.\r\n\r\n<strong>Mission</strong>\r\n\r\n- Aggressively pursue business through innovation to provide exceptional service to our clients\r\n\r\n- Ensuring career opportunities to our employees and continuous support to our society\r\n\r\n- Build lifetime relationships with our customers and communities.\r\n\r\n<strong>Values</strong>\r\n\r\n- Corporate Culture: Diversity and continued development, transparency, teamwork and integrity.\r\n\r\n- Performance: Our company ethics navigate our day-to-day lives to deliver an expected high quality range of products and services.\r\n\r\n- Spirit and future ambitions: Achieve long-term growth and raise the return on shareholder\'s equity services.\r\n[/av_tab]\r\n[av_tab title=\'Value in the market\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate emphasizes on quality rather than quantity as the main objective for all its endeavors. The company gained confidence and full trust in the property industry this has been achieved with high caliber professional approach with quality requirements. Al Bandary Real Estate has worthily established its roots in Qatar and is rated as one of the leading Class ‘A’ Real Estate Companies.\r\n\r\nThe professional team at Al Bandary Real Estate follows an active buy-manage-sell strategy as part of their professional portfolio management. They tackle their remit in property investment for the company with innovation, dedication and expertise.\r\n\r\nCustomer service – built on a foundation of experience and education – is the cornerstone of Al Bandary Real Estate success. Its track record built over the past years has proven that a focus on the customer\'s needs, backed by the ability to deliver and remains as important as ever.\r\n\r\nThis success shows the exponential growth of the company, and how through local knowledge and expertise Real Estate can offer the finest service through all stages of the real estate cycle.\r\n[/av_tab]\r\n[av_tab title=\'Company Capacity\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate has consistently been one of the leading Real Estate developers in Qatar. The company’s commitment to quality, efficiency and value, has allowed its projects to consistently achieve strong results.\r\n\r\nStrong industry links and the potential to create long-term partnerships with the area\'s prominent financial and governmental leaders have placed Al Bandary Real Estate in a favorable position. Al Bandary Real Estate had the vision to expand beyond facilitating traditional sale and lease transactions and provide a complete range of sales, leasing, consulting, development, and management services.\r\n\r\nWith a large portfolio of property listings and clients throughout Qatar, Al Bandary Real Estate is prepared to fulfill all commercial real estate requirements. In line with the dynamic growth in Qatar, Al Bandary Real Estate has increased its workforce, placing emphasis on recruiting and training the brightest talents in the market today.\r\n\r\nCentral to this growth will be further business development across the business to match the ambitious growth plans for Al Bandary Real Estate.\r\n\r\nAl Bandary Real Estate believes in the power of giving back to the community. As real estate professionals that work in Qatar, we know that being committed to provide only high-quality services will play an active role in promoting the growth of our community. Whether you are a buyer or a seller, Al Bandary Real Estate can open up a whole world of choice in terms of location, price and property.\r\n[/av_tab]\r\n[av_tab title=\'Company History\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate was established in 2005, as a leading company that provides advanced property solutions in the State of Qatar. As a part of Bandary International Group, Al Bandary Real Estate is contributing to the economic progress of the State of Qatar. Al Bandary Real Estate is widely recognized to be one of the leading Real Estate firms operating in the State of Qatar.\r\n\r\nUnder the management of Mr. Mohammed Abdullatif A. Al Mana, chairman of the Group, a great emphasis has been placed on safety, environment, quality control and timely completion which made the company consistently meet the highest property solutions while constantly ensuring high quality standards by achieving optimal level of clients\' satisfaction.\r\n\r\nAs part of the wider Bandary International Group, which currently has over 16 individual companies covering key areas such as transportation, manufacturing and construction, the strength of the Group\'s performance is based on its ability to utilize the synergies between its companies to support and complement each other, and to manage risk through diversification and strong management.\r\n\r\nAl Bandary Real Estate surpasses other real estate firms by the extensive experience in a variety of real estate services including construction, management and inspections, this is in addition to the proficiency, reliability and integrity.\r\n\r\nThe company, which is a member of Bandary International Group (BIG), is established based on the framework of the country\'s strategic plan to diversify the sources of income. Coupled with its sustained policy of encouraging the private sector in Qatar by participating in the construction and management of real estate projects, Al Bandary Real Estate aims to be the leading provider of affordable housing to families with quality residential units at affordable prices throughout the GCC region.\r\n[/av_tab]\r\n[/av_tab_container]\r\n[/av_one_full]\r\n\r\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-21 08:27:58','2016-11-21 08:27:58','',8,'http://metro-landscaping.com/en/2016/11/21/8-revision-v1/',0,'revision','',0),(1530,1,'2016-11-21 08:28:44','2016-11-21 08:28:44','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Remarketing, Activity ID: 4138824 -->\r\n<!-- Expected URL: http://metro-landscaping.com/en/contactus -->\r\n\r\n<!-- Activity ID: 4138824 Activity Name: Al Bandary Real Estate - Remarketing Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Remarketing\r\nURL of the webpage where the tag is expected to be placed: http://metro-landscaping.com/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban0;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban0;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n<!-- Google Code for Contact us Conversion Page --> <script type=\"text/javascript\">\r\n/* <![CDATA[ */ var google_conversion_id = 868220308; var google_conversion_language = \"en\"; var google_conversion_format = \"3\"; var google_conversion_color = \"ffffff\"; var google_conversion_label = \"mxB0CKyU9msQlPv_nQM\"; var google_remarketing_only = false; /* ]]> */\r\n</script>\r\n<script type=\"text/javascript\" src=\"//www.googleadservices.com/pagead/conversion.js\">\r\n</script>\r\n<noscript>\r\n<div style=\"display:inline;\">\r\n<img height=\"150\" width=\"100\" style=\"border-style:none;\" alt=\"\" src=\"//www.googleadservices.com/pagead/conversion/868220308/?label=mxB0CKyU9msQlPv_nQM&guid=ON&script=0\"/></div>\r\n</noscript>\r\n\r\n<!-- Facebook Pixel Code -->\r\n<script>\r\n!function(f,b,e,v,n,t,s)\r\n{if(f.fbq)return;n=f.fbq=function(){n.callMethod?\r\nn.callMethod.apply(n,arguments):n.queue.push(arguments)};\r\nif(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version=\'2.0\';\r\nn.queue=[];t=b.createElement(e);t.async=!0;\r\nt.src=v;s=b.getElementsByTagName(e)[0];\r\ns.parentNode.insertBefore(t,s)}(window,document,\'script\',\r\n\'https://connect.facebook.net/en_US/fbevents.js\');\r\nfbq(\'init\', \'318715628513414\'); \r\nfbq(\'track\', \'PageView\');\r\n</script>\r\n<noscript>\r\n<img height=\"1\" width=\"1\" src=\"https://www.facebook.com/tr?id=318715628513414&ev=PageView &noscript=1\"/>\r\n</noscript>\r\n<!-- End Facebook Pixel Code -->\r\n[/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'998\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1001\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'999\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1000\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#e6e6e6\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'5px,0px\' padding=\'15px,25px,15px,25px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h3\' padding=\'0\' heading=\'ABOUT US\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'30\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector. Our team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/10/serv-bg.jpg\' attachment=\'1141\' attachment_size=\'full\' attach=\'scroll\' position=\'top center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/10/agent.jpg\' attachment=\'1143\' attachment_size=\'full\' align=\'left\' animation=\'left-to-right\' styling=\'no-styling\' hover=\'\' link=\'manually,http://almeelws.com/bre_website/agents/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nAGENTS\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://almeelws.com/bre_website/agents/\">AGENTS</a>\r\n\r\n<hr style=\"color: #e51f44; border: solid; width: 320px; padding-right: 50px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/10/Differentiate.jpg\' attachment=\'1144\' attachment_size=\'full\' align=\'left\' animation=\'top-to-bottom\' styling=\'no-styling\' hover=\'\' link=\'manually,http://almeelws.com/bre_website/properties/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nPROPERTIES\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://almeelws.com/bre_website/properties/\">PROPERTIES</a>\r\n\r\n<hr style=\"color: #92d32d; border: solid; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/10/gallery-inner.jpg\' attachment=\'1145\' attachment_size=\'full\' align=\'left\' animation=\'right-to-left\' styling=\'no-styling\' hover=\'\' link=\'manually,http://almeelws.com/bre_website/videos/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nVIDEOS\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://almeelws.com/bre_website/videos/\">VIDEOS</a>\r\n\r\n<hr style=\"color: #ffff00; border: solid; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-21 08:28:44','2016-11-21 08:28:44','',42,'http://metro-landscaping.com/en/2016/11/21/42-revision-v1/',0,'revision','',0),(1531,1,'2016-11-21 08:29:53','2016-11-21 08:29:53','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<!-- Google Code for Contact us Conversion Page --> <script type=\"text/javascript\">\r\n/* <![CDATA[ */ var google_conversion_id = 868220308; var google_conversion_language = \"en\"; var google_conversion_format = \"3\"; var google_conversion_color = \"ffffff\"; var google_conversion_label = \"mxB0CKyU9msQlPv_nQM\"; var google_remarketing_only = false; /* ]]> */\r\n</script>\r\n<script type=\"text/javascript\" src=\"//www.googleadservices.com/pagead/conversion.js\">\r\n</script>\r\n<noscript>\r\n<div style=\"display:inline;\">\r\n<img height=\"150\" width=\"100\" style=\"border-style:none;\" alt=\"\" src=\"//www.googleadservices.com/pagead/conversion/868220308/?label=mxB0CKyU9msQlPv_nQM&guid=ON&script=0\"/></div>\r\n</noscript>\r\n\r\n<!-- Facebook Pixel Code -->\r\n<script>\r\n!function(f,b,e,v,n,t,s)\r\n{if(f.fbq)return;n=f.fbq=function(){n.callMethod?\r\nn.callMethod.apply(n,arguments):n.queue.push(arguments)};\r\nif(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version=\'2.0\';\r\nn.queue=[];t=b.createElement(e);t.async=!0;\r\nt.src=v;s=b.getElementsByTagName(e)[0];\r\ns.parentNode.insertBefore(t,s)}(window,document,\'script\',\r\n\'https://connect.facebook.net/en_US/fbevents.js\');\r\nfbq(\'init\', \'318715628513414\'); \r\nfbq(\'track\', \'PageView\');\r\n</script>\r\n<noscript>\r\n<img height=\"1\" width=\"1\" src=\"https://www.facebook.com/tr?id=318715628513414&ev=PageView &noscript=1\"/>\r\n</noscript>\r\n<!-- End Facebook Pixel Code -->\r\n[/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1098\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-35px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Agents\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_fourth first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\' Tamer Jad \' job=\'Sales Manager \' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/11/about-us-banner.jpg\' attachment=\'1234\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'55747781\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\' t.jad@bre.com.qa\' link=\'mailto: t.jad@bre.com.qa\' link_target=\'_blank\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\' Beshir Abunimreh \' job=\'Senior Sales Officer \' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/11/2374f05e-4d46-4844-b88d-992faa2c7f76.jpg\' attachment=\'1235\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'66604519\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\' b.nimreh@bre.com.qa\' link=\'mailto: b.nimreh@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Hassan Mohamed Al Dhani \' job=\'Sales Officer \' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/11/026215bb-4bd3-4d3f-bf4d-138a8c26a1c6.jpg\' attachment=\'1236\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'30930095\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'h.aldhani@bre.com.qa\' link=\'mailto: h.aldhani@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Asma Samti \' job=\'Sales Officer \' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/11/9af35e0f-d7d9-4756-996b-83d3cf897fd9.jpg\' attachment=\'1237\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'33053374\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'a.samti@bre.com.qa\' link=\'mailto:a.samti@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_fourth][av_one_fourth first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\' Hisham Sameer \' job=\'Sales Officer \' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/11/45badb63-ed5f-4e25-ae41-31b8b5db38e2.jpg\' attachment=\'1238\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'66161983\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'h.aldhani@bre.com.qa\' link=\'mailto: h.sameer@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\' Ahmed Moustafa \' job=\'Leasing Manager \' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/11/9f8b4516-d4dc-4218-b6d9-e8574ec97df5.jpg\' attachment=\'1239\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'77237031\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'a.mustafa@bre.com.qa\' link=\'mailto: a.mustafa@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\' Elena Gheorghita \' job=\'Leasing Officer \' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/11/b705d955-37d0-4938-9018-ce02d0dd09e8.jpg\' attachment=\'1240\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'66487268\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'e.gheorghita@bre.com.qa\' link=\'mailto:e.gheorghita@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Muhammad Aly \' job=\'Leasing Officer \' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/11/2e53d016-d08b-4608-928e-97b908be533b.jpg\' attachment=\'1241\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'66736634\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'m.hendawy@bre.com.qa\' link=\'mailto: m.hendawy@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_fourth][av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]','Agents','','inherit','closed','closed','','929-revision-v1','','','2016-11-21 08:29:53','2016-11-21 08:29:53','',929,'http://metro-landscaping.com/en/2016/11/21/929-revision-v1/',0,'revision','',0),(1532,1,'2016-11-21 08:30:31','2016-11-21 08:30:31','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<!-- Google Code for Contact us Conversion Page --> <script type=\"text/javascript\">\r\n/* <![CDATA[ */ var google_conversion_id = 868220308; var google_conversion_language = \"en\"; var google_conversion_format = \"3\"; var google_conversion_color = \"ffffff\"; var google_conversion_label = \"mxB0CKyU9msQlPv_nQM\"; var google_remarketing_only = false; /* ]]> */\r\n</script>\r\n<script type=\"text/javascript\" src=\"//www.googleadservices.com/pagead/conversion.js\">\r\n</script>\r\n<noscript>\r\n<div style=\"display:inline;\">\r\n<img height=\"150\" width=\"100\" style=\"border-style:none;\" alt=\"\" src=\"//www.googleadservices.com/pagead/conversion/868220308/?label=mxB0CKyU9msQlPv_nQM&guid=ON&script=0\"/></div>\r\n</noscript>\r\n\r\n<!-- Facebook Pixel Code -->\r\n<script>\r\n!function(f,b,e,v,n,t,s)\r\n{if(f.fbq)return;n=f.fbq=function(){n.callMethod?\r\nn.callMethod.apply(n,arguments):n.queue.push(arguments)};\r\nif(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version=\'2.0\';\r\nn.queue=[];t=b.createElement(e);t.async=!0;\r\nt.src=v;s=b.getElementsByTagName(e)[0];\r\ns.parentNode.insertBefore(t,s)}(window,document,\'script\',\r\n\'https://connect.facebook.net/en_US/fbevents.js\');\r\nfbq(\'init\', \'318715628513414\'); \r\nfbq(\'track\', \'PageView\');\r\n</script>\r\n<noscript>\r\n<img height=\"1\" width=\"1\" src=\"https://www.facebook.com/tr?id=318715628513414&ev=PageView &noscript=1\"/>\r\n</noscript>\r\n<!-- End Facebook Pixel Code -->\r\n[/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1033\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-34.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Properties\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/11/Bandary-RE.-Pttern-1.png\' attachment=\'1252\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'1px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Properties for Sale\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_portfolio categories=\'5\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/11/Bandary-RE.-Pttern-1.png\' attachment=\'1252\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading heading=\'Properties for Rent\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_portfolio categories=\'6\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\r\n[/av_section]','Properties','','inherit','closed','closed','','925-revision-v1','','','2016-11-21 08:30:31','2016-11-21 08:30:31','',925,'http://metro-landscaping.com/en/2016/11/21/925-revision-v1/',0,'revision','',0),(1533,1,'2016-11-21 08:31:02','2016-11-21 08:31:02','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<!-- Google Code for Contact us Conversion Page --> <script type=\"text/javascript\">\r\n/* <![CDATA[ */ var google_conversion_id = 868220308; var google_conversion_language = \"en\"; var google_conversion_format = \"3\"; var google_conversion_color = \"ffffff\"; var google_conversion_label = \"mxB0CKyU9msQlPv_nQM\"; var google_remarketing_only = false; /* ]]> */\r\n</script>\r\n<script type=\"text/javascript\" src=\"//www.googleadservices.com/pagead/conversion.js\">\r\n</script>\r\n<noscript>\r\n<div style=\"display:inline;\">\r\n<img height=\"150\" width=\"100\" style=\"border-style:none;\" alt=\"\" src=\"//www.googleadservices.com/pagead/conversion/868220308/?label=mxB0CKyU9msQlPv_nQM&guid=ON&script=0\"/></div>\r\n</noscript>\r\n\r\n<!-- Facebook Pixel Code -->\r\n<script>\r\n!function(f,b,e,v,n,t,s)\r\n{if(f.fbq)return;n=f.fbq=function(){n.callMethod?\r\nn.callMethod.apply(n,arguments):n.queue.push(arguments)};\r\nif(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version=\'2.0\';\r\nn.queue=[];t=b.createElement(e);t.async=!0;\r\nt.src=v;s=b.getElementsByTagName(e)[0];\r\ns.parentNode.insertBefore(t,s)}(window,document,\'script\',\r\n\'https://connect.facebook.net/en_US/fbevents.js\');\r\nfbq(\'init\', \'318715628513414\'); \r\nfbq(\'track\', \'PageView\');\r\n</script>\r\n<noscript>\r\n<img height=\"1\" width=\"1\" src=\"https://www.facebook.com/tr?id=318715628513414&ev=PageView &noscript=1\"/>\r\n</noscript>\r\n<!-- End Facebook Pixel Code -->\r\n[/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1090\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-35px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Videos\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n[print_responsive_video_gallery_plus_lightbox]\r\n[/av_codeblock]\r\n\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]','Videos','','inherit','closed','closed','','1213-revision-v1','','','2016-11-21 08:31:02','2016-11-21 08:31:02','',1213,'http://metro-landscaping.com/en/2016/11/21/1213-revision-v1/',0,'revision','',0),(1534,1,'2016-11-21 08:32:00','2016-11-21 08:32:00','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Form Submit, Activity ID: 4137821 -->\r\n<!-- Expected URL: http://metro-landscaping.com/en/contactus -->\r\n\r\n<!-- Activity ID: 4137821 Activity Name: Al Bandary Real Estate - Form Submit Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Form Submit\r\nURL of the webpage where the tag is expected to be placed: http://metro-landscaping.com/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban00;dc_lat=;dc_rdid=868220308;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"100\" height=\"200\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban00;dc_lat=;dc_rdid=6255134;tag_for_child_directed_treatment=;ord=1?\" width=\"100\" height=\"200\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Remarketing, Activity ID: 4138824 -->\r\n<!-- Expected URL: http://metro-landscaping.com/en/contactus -->\r\n\r\n<!-- Activity ID: 4138824 Activity Name: Al Bandary Real Estate - Remarketing Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Remarketing\r\nURL of the webpage where the tag is expected to be placed: http://metro-landscaping.com/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban0;dc_lat=;dc_rdid=6255134;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban0;dc_lat=;dc_rdid=6255134;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n<!-- Google Code for Contact us Conversion Page --> <script type=\"text/javascript\">\r\n/* <![CDATA[ */ var google_conversion_id = 868220308; var google_conversion_language = \"en\"; var google_conversion_format = \"3\"; var google_conversion_color = \"ffffff\"; var google_conversion_label = \"mxB0CKyU9msQlPv_nQM\"; var google_remarketing_only = false; /* ]]> */\r\n</script>\r\n<script type=\"text/javascript\" src=\"//www.googleadservices.com/pagead/conversion.js\">\r\n</script>\r\n<noscript>\r\n<div style=\"display:inline;\">\r\n<img height=\"150\" width=\"100\" style=\"border-style:none;\" alt=\"\" src=\"//www.googleadservices.com/pagead/conversion/868220308/?label=mxB0CKyU9msQlPv_nQM&guid=ON&script=0\"/></div>\r\n</noscript>\r\n\r\n<!-- Facebook Pixel Code -->\r\n<script>\r\n!function(f,b,e,v,n,t,s)\r\n{if(f.fbq)return;n=f.fbq=function(){n.callMethod?\r\nn.callMethod.apply(n,arguments):n.queue.push(arguments)};\r\nif(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version=\'2.0\';\r\nn.queue=[];t=b.createElement(e);t.async=!0;\r\nt.src=v;s=b.getElementsByTagName(e)[0];\r\ns.parentNode.insertBefore(t,s)}(window,document,\'script\',\r\n\'https://connect.facebook.net/en_US/fbevents.js\');\r\nfbq(\'init\', \'318715628513414\'); \r\nfbq(\'track\', \'PageView\');\r\n</script>\r\n<noscript>\r\n<img height=\"1\" width=\"1\" src=\"https://www.facebook.com/tr?id=318715628513414&ev=PageView &noscript=1\"/>\r\n</noscript>\r\n<!-- End Facebook Pixel Code -->\r\n\r\n[/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-34.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-19px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'3px,30px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'-5\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n12th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 4041 0000\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 4479 6781\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"mailto:info@bre.com.qa\" target=\"_blank\">info@bre.com.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"http://www.big.qa\">www.bre.com.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0; margin-left: 20px; margin-top: -30px;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"360\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -60px;\" src=\"http://employee.big.qa/contact_form/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half]\r\n[/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-21 08:32:00','2016-11-21 08:32:00','',12,'http://metro-landscaping.com/en/2016/11/21/12-revision-v1/',0,'revision','',0),(1553,1,'2016-11-21 09:16:24','2016-11-21 09:16:24','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Form Submit, Activity ID: 4137821 -->\r\n<!-- Expected URL: http://metro-landscaping.com/en/contactus -->\r\n\r\n<!-- Activity ID: 4137821 Activity Name: Al Bandary Real Estate - Form Submit Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Form Submit\r\nURL of the webpage where the tag is expected to be placed: http://metro-landscaping.com/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban00;dc_lat=;dc_rdid=868220308;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"100\" height=\"200\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban00;dc_lat=;dc_rdid=6255134;tag_for_child_directed_treatment=;ord=1?\" width=\"100\" height=\"200\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Remarketing, Activity ID: 4138824 -->\r\n<!-- Expected URL: http://metro-landscaping.com/en/contactus -->\r\n\r\n<!-- Activity ID: 4138824 Activity Name: Al Bandary Real Estate - Remarketing Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Remarketing\r\nURL of the webpage where the tag is expected to be placed: http://metro-landscaping.com/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban0;dc_lat=;dc_rdid=6255134;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban0;dc_lat=;dc_rdid=6255134;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n<!-- Google Code for Contact us Conversion Page --> <script type=\"text/javascript\">\r\n/* <![CDATA[ */ var google_conversion_id = 868220308; var google_conversion_language = \"en\"; var google_conversion_format = \"3\"; var google_conversion_color = \"ffffff\"; var google_conversion_label = \"mxB0CKyU9msQlPv_nQM\"; var google_remarketing_only = false; /* ]]> */\r\n</script>\r\n<script type=\"text/javascript\" src=\"//www.googleadservices.com/pagead/conversion.js\">\r\n</script>\r\n<noscript>\r\n<div style=\"display:inline;\">\r\n<img height=\"150\" width=\"100\" style=\"border-style:none;\" alt=\"\" src=\"//www.googleadservices.com/pagead/conversion/868220308/?label=mxB0CKyU9msQlPv_nQM&guid=ON&script=0\"/></div>\r\n</noscript>\r\n\r\n<!-- Facebook Pixel Code -->\r\n<script>\r\n!function(f,b,e,v,n,t,s)\r\n{if(f.fbq)return;n=f.fbq=function(){n.callMethod?\r\nn.callMethod.apply(n,arguments):n.queue.push(arguments)};\r\nif(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version=\'2.0\';\r\nn.queue=[];t=b.createElement(e);t.async=!0;\r\nt.src=v;s=b.getElementsByTagName(e)[0];\r\ns.parentNode.insertBefore(t,s)}(window,document,\'script\',\r\n\'https://connect.facebook.net/en_US/fbevents.js\');\r\nfbq(\'init\', \'318715628513414\'); \r\nfbq(\'track\', \'PageView\');\r\n</script>\r\n<noscript>\r\n<img height=\"1\" width=\"1\" src=\"https://www.facebook.com/tr?id=318715628513414&ev=PageView &noscript=1\"/>\r\n</noscript>\r\n<!-- End Facebook Pixel Code -->\r\n\r\n[/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-34.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n\r\n[/av_one_full][av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-19px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'3px,30px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'-5\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n12th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 4041 0000\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 4479 6781\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"mailto:info@bre.com.qa\" target=\"_blank\">info@bre.com.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"http://www.big.qa\">www.bre.com.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0; margin-left: 20px; margin-top: -30px;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"360\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -60px;\" src=\"http://bre.com.qa/contact_form/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-21 09:16:24','2016-11-21 09:16:24','',12,'http://metro-landscaping.com/en/2016/11/21/12-revision-v1/',0,'revision','',0),(1554,1,'2016-11-21 09:19:05','2016-11-21 09:19:05','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Form Submit, Activity ID: 4137821 -->\r\n<!-- Expected URL: http://metro-landscaping.com/en/contactus -->\r\n\r\n<!-- Activity ID: 4137821 Activity Name: Al Bandary Real Estate - Form Submit Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Form Submit\r\nURL of the webpage where the tag is expected to be placed: http://metro-landscaping.com/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban00;dc_lat=;dc_rdid=868220308;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"100\" height=\"200\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban00;dc_lat=;dc_rdid=6255134;tag_for_child_directed_treatment=;ord=1?\" width=\"100\" height=\"200\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Remarketing, Activity ID: 4138824 -->\r\n<!-- Expected URL: http://metro-landscaping.com/en/contactus -->\r\n\r\n<!-- Activity ID: 4138824 Activity Name: Al Bandary Real Estate - Remarketing Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Remarketing\r\nURL of the webpage where the tag is expected to be placed: http://metro-landscaping.com/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban0;dc_lat=;dc_rdid=6255134;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban0;dc_lat=;dc_rdid=6255134;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n<!-- Google Code for Contact us Conversion Page --> <script type=\"text/javascript\">\r\n/* <![CDATA[ */ var google_conversion_id = 868220308; var google_conversion_language = \"en\"; var google_conversion_format = \"3\"; var google_conversion_color = \"ffffff\"; var google_conversion_label = \"mxB0CKyU9msQlPv_nQM\"; var google_remarketing_only = false; /* ]]> */\r\n</script>\r\n<script type=\"text/javascript\" src=\"//www.googleadservices.com/pagead/conversion.js\">\r\n</script>\r\n<noscript>\r\n<div style=\"display:inline;\">\r\n<img height=\"150\" width=\"100\" style=\"border-style:none;\" alt=\"\" src=\"//www.googleadservices.com/pagead/conversion/868220308/?label=mxB0CKyU9msQlPv_nQM&guid=ON&script=0\"/></div>\r\n</noscript>\r\n\r\n<!-- Facebook Pixel Code -->\r\n<script>\r\n!function(f,b,e,v,n,t,s)\r\n{if(f.fbq)return;n=f.fbq=function(){n.callMethod?\r\nn.callMethod.apply(n,arguments):n.queue.push(arguments)};\r\nif(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version=\'2.0\';\r\nn.queue=[];t=b.createElement(e);t.async=!0;\r\nt.src=v;s=b.getElementsByTagName(e)[0];\r\ns.parentNode.insertBefore(t,s)}(window,document,\'script\',\r\n\'https://connect.facebook.net/en_US/fbevents.js\');\r\nfbq(\'init\', \'318715628513414\'); \r\nfbq(\'track\', \'PageView\');\r\n</script>\r\n<noscript>\r\n<img height=\"1\" width=\"1\" src=\"https://www.facebook.com/tr?id=318715628513414&ev=PageView &noscript=1\"/>\r\n</noscript>\r\n<!-- End Facebook Pixel Code -->\r\n\r\n[/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-34.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-19px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'3px,30px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'-5\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n12th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 4041 0000\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 4479 6781\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"mailto:info@bre.com.qa\" target=\"_blank\">info@bre.com.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"http://www.big.qa\">www.bre.com.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0; margin-left: 20px; margin-top: -30px;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"360\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -60px;\" src=\"http://bre.com.qa/contact_form.php/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-21 09:19:05','2016-11-21 09:19:05','',12,'http://metro-landscaping.com/en/2016/11/21/12-revision-v1/',0,'revision','',0),(1555,1,'2016-11-21 09:22:46','2016-11-21 09:22:46','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Form Submit, Activity ID: 4137821 -->\r\n<!-- Expected URL: http://metro-landscaping.com/en/contactus -->\r\n\r\n<!-- Activity ID: 4137821 Activity Name: Al Bandary Real Estate - Form Submit Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Form Submit\r\nURL of the webpage where the tag is expected to be placed: http://metro-landscaping.com/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban00;dc_lat=;dc_rdid=868220308;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"100\" height=\"200\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban00;dc_lat=;dc_rdid=6255134;tag_for_child_directed_treatment=;ord=1?\" width=\"100\" height=\"200\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Remarketing, Activity ID: 4138824 -->\r\n<!-- Expected URL: http://metro-landscaping.com/en/contactus -->\r\n\r\n<!-- Activity ID: 4138824 Activity Name: Al Bandary Real Estate - Remarketing Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Remarketing\r\nURL of the webpage where the tag is expected to be placed: http://metro-landscaping.com/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban0;dc_lat=;dc_rdid=6255134;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban0;dc_lat=;dc_rdid=6255134;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n<!-- Google Code for Contact us Conversion Page --> <script type=\"text/javascript\">\r\n/* <![CDATA[ */ var google_conversion_id = 868220308; var google_conversion_language = \"en\"; var google_conversion_format = \"3\"; var google_conversion_color = \"ffffff\"; var google_conversion_label = \"mxB0CKyU9msQlPv_nQM\"; var google_remarketing_only = false; /* ]]> */\r\n</script>\r\n<script type=\"text/javascript\" src=\"//www.googleadservices.com/pagead/conversion.js\">\r\n</script>\r\n<noscript>\r\n<div style=\"display:inline;\">\r\n<img height=\"150\" width=\"100\" style=\"border-style:none;\" alt=\"\" src=\"//www.googleadservices.com/pagead/conversion/868220308/?label=mxB0CKyU9msQlPv_nQM&guid=ON&script=0\"/></div>\r\n</noscript>\r\n\r\n<!-- Facebook Pixel Code -->\r\n<script>\r\n!function(f,b,e,v,n,t,s)\r\n{if(f.fbq)return;n=f.fbq=function(){n.callMethod?\r\nn.callMethod.apply(n,arguments):n.queue.push(arguments)};\r\nif(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version=\'2.0\';\r\nn.queue=[];t=b.createElement(e);t.async=!0;\r\nt.src=v;s=b.getElementsByTagName(e)[0];\r\ns.parentNode.insertBefore(t,s)}(window,document,\'script\',\r\n\'https://connect.facebook.net/en_US/fbevents.js\');\r\nfbq(\'init\', \'318715628513414\'); \r\nfbq(\'track\', \'PageView\');\r\n</script>\r\n<noscript>\r\n<img height=\"1\" width=\"1\" src=\"https://www.facebook.com/tr?id=318715628513414&ev=PageView &noscript=1\"/>\r\n</noscript>\r\n<!-- End Facebook Pixel Code -->\r\n\r\n[/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-34.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-19px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'3px,30px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'-5\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n12th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 4041 0000\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 4479 6781\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"mailto:info@bre.com.qa\" target=\"_blank\">info@bre.com.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"http://www.big.qa\">www.bre.com.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0; margin-left: 20px; margin-top: -30px;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"360\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -60px;\" src=\"http://employee.big.qa/contact_form/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-21 09:22:46','2016-11-21 09:22:46','',12,'http://metro-landscaping.com/en/2016/11/21/12-revision-v1/',0,'revision','',0),(1561,1,'2016-11-21 09:46:10','2016-11-21 09:46:10','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Form Submit, Activity ID: 4137821 -->\r\n<!-- Expected URL: http://metro-landscaping.com/en/contactus -->\r\n\r\n<!-- Activity ID: 4137821 Activity Name: Al Bandary Real Estate - Form Submit Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Form Submit\r\nURL of the webpage where the tag is expected to be placed: http://metro-landscaping.com/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban00;dc_lat=;dc_rdid=868220308;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"100\" height=\"200\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban00;dc_lat=;dc_rdid=6255134;tag_for_child_directed_treatment=;ord=1?\" width=\"100\" height=\"200\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Remarketing, Activity ID: 4138824 -->\r\n<!-- Expected URL: http://metro-landscaping.com/en/contactus -->\r\n\r\n<!-- Activity ID: 4138824 Activity Name: Al Bandary Real Estate - Remarketing Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Remarketing\r\nURL of the webpage where the tag is expected to be placed: http://metro-landscaping.com/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban0;dc_lat=;dc_rdid=6255134;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban0;dc_lat=;dc_rdid=6255134;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n<!-- Google Code for Contact us Conversion Page --> <script type=\"text/javascript\">\r\n/* <![CDATA[ */ var google_conversion_id = 868220308; var google_conversion_language = \"en\"; var google_conversion_format = \"3\"; var google_conversion_color = \"ffffff\"; var google_conversion_label = \"mxB0CKyU9msQlPv_nQM\"; var google_remarketing_only = false; /* ]]> */\r\n</script>\r\n<script type=\"text/javascript\" src=\"//www.googleadservices.com/pagead/conversion.js\">\r\n</script>\r\n<noscript>\r\n<div style=\"display:inline;\">\r\n<img height=\"150\" width=\"100\" style=\"border-style:none;\" alt=\"\" src=\"//www.googleadservices.com/pagead/conversion/868220308/?label=mxB0CKyU9msQlPv_nQM&guid=ON&script=0\"/></div>\r\n</noscript>\r\n\r\n<!-- Facebook Pixel Code -->\r\n<script>\r\n!function(f,b,e,v,n,t,s)\r\n{if(f.fbq)return;n=f.fbq=function(){n.callMethod?\r\nn.callMethod.apply(n,arguments):n.queue.push(arguments)};\r\nif(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version=\'2.0\';\r\nn.queue=[];t=b.createElement(e);t.async=!0;\r\nt.src=v;s=b.getElementsByTagName(e)[0];\r\ns.parentNode.insertBefore(t,s)}(window,document,\'script\',\r\n\'https://connect.facebook.net/en_US/fbevents.js\');\r\nfbq(\'init\', \'318715628513414\'); \r\nfbq(\'track\', \'PageView\');\r\n</script>\r\n<noscript>\r\n<img height=\"1\" width=\"1\" src=\"https://www.facebook.com/tr?id=318715628513414&ev=PageView &noscript=1\"/>\r\n</noscript>\r\n<!-- End Facebook Pixel Code -->\r\n\r\n[/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-34.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-19px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'3px,30px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'-5\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n12th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 4041 0000\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 4479 6781\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"mailto:info@bre.com.qa\" target=\"_blank\">info@bre.com.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"http://www.big.qa\">www.bre.com.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0; margin-left: 20px; margin-top: -30px;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"360\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -50px;\" src=\"http://employee.big.qa/contact_form/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-21 09:46:10','2016-11-21 09:46:10','',12,'http://metro-landscaping.com/en/2016/11/21/12-revision-v1/',0,'revision','',0); INSERT INTO `wp_posts` VALUES (1562,1,'2016-11-21 09:46:50','2016-11-21 09:46:50','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Form Submit, Activity ID: 4137821 -->\r\n<!-- Expected URL: http://metro-landscaping.com/en/contactus -->\r\n\r\n<!-- Activity ID: 4137821 Activity Name: Al Bandary Real Estate - Form Submit Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Form Submit\r\nURL of the webpage where the tag is expected to be placed: http://metro-landscaping.com/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban00;dc_lat=;dc_rdid=868220308;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"100\" height=\"200\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban00;dc_lat=;dc_rdid=6255134;tag_for_child_directed_treatment=;ord=1?\" width=\"100\" height=\"200\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Remarketing, Activity ID: 4138824 -->\r\n<!-- Expected URL: http://metro-landscaping.com/en/contactus -->\r\n\r\n<!-- Activity ID: 4138824 Activity Name: Al Bandary Real Estate - Remarketing Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Remarketing\r\nURL of the webpage where the tag is expected to be placed: http://metro-landscaping.com/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban0;dc_lat=;dc_rdid=6255134;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/4138824;src=6255134;type=alban0;cat=alban0;dc_lat=;dc_rdid=6255134;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n<!-- Google Code for Contact us Conversion Page --> <script type=\"text/javascript\">\r\n/* <![CDATA[ */ var google_conversion_id = 868220308; var google_conversion_language = \"en\"; var google_conversion_format = \"3\"; var google_conversion_color = \"ffffff\"; var google_conversion_label = \"mxB0CKyU9msQlPv_nQM\"; var google_remarketing_only = false; /* ]]> */\r\n</script>\r\n<script type=\"text/javascript\" src=\"//www.googleadservices.com/pagead/conversion.js\">\r\n</script>\r\n<noscript>\r\n<div style=\"display:inline;\">\r\n<img height=\"150\" width=\"100\" style=\"border-style:none;\" alt=\"\" src=\"//www.googleadservices.com/pagead/conversion/868220308/?label=mxB0CKyU9msQlPv_nQM&guid=ON&script=0\"/></div>\r\n</noscript>\r\n\r\n<!-- Facebook Pixel Code -->\r\n<script>\r\n!function(f,b,e,v,n,t,s)\r\n{if(f.fbq)return;n=f.fbq=function(){n.callMethod?\r\nn.callMethod.apply(n,arguments):n.queue.push(arguments)};\r\nif(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version=\'2.0\';\r\nn.queue=[];t=b.createElement(e);t.async=!0;\r\nt.src=v;s=b.getElementsByTagName(e)[0];\r\ns.parentNode.insertBefore(t,s)}(window,document,\'script\',\r\n\'https://connect.facebook.net/en_US/fbevents.js\');\r\nfbq(\'init\', \'318715628513414\'); \r\nfbq(\'track\', \'PageView\');\r\n</script>\r\n<noscript>\r\n<img height=\"1\" width=\"1\" src=\"https://www.facebook.com/tr?id=318715628513414&ev=PageView &noscript=1\"/>\r\n</noscript>\r\n<!-- End Facebook Pixel Code -->\r\n\r\n[/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-34.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-19px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'3px,30px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'-5\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n12th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 4041 0000\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 4479 6781\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"mailto:info@bre.com.qa\" target=\"_blank\">info@bre.com.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"http://www.big.qa\">www.bre.com.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0; margin-left: 20px; margin-top: -30px;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"360\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -45px;\" src=\"http://employee.big.qa/contact_form/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-21 09:46:50','2016-11-21 09:46:50','',12,'http://metro-landscaping.com/en/2016/11/21/12-revision-v1/',0,'revision','',0),(1568,1,'2016-11-22 07:11:03','2016-11-22 07:11:03','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Remarketing, Activity ID: 4138824 -->\r\n<!-- Expected URL: http://metro-landscaping.com/en/contactus -->\r\n\r\n<!-- Activity ID: 4138824 Activity Name: Al Bandary Real Estate - Remarketing Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Remarketing\r\nURL of the webpage where the tag is expected to be placed: http://metro-landscaping.com/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban0;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban0;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n[/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1018\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-35px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector.\r\n\r\nOur team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n\r\nAl Bandary Real Estate is constantly looking to recruit and retain the highest caliber of talent, while securing a strong capital base and efficiently managing risks.\r\n\r\nAl Bandary Real Estate believes that these factors will lead to overall success while exploring opportunities that will have an added value to our clients, investors and shareholders.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_tab_container position=\'sidebar_tab sidebar_tab_left\' boxed=\'border_tabs\' initial=\'1\']\r\n[av_tab title=\'Vision, Mission & Values\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\n<strong>Vision</strong>\r\n\r\n- To be the pace setter in real estate services by exceeding customer expectations. Al Bandary Real Estate is committed to providing the most unique and comprehensive customer service for individuals interested in owning property.\r\n\r\n<strong>Mission</strong>\r\n\r\n- Aggressively pursue business through innovation to provide exceptional service to our clients\r\n\r\n- Ensuring career opportunities to our employees and continuous support to our society\r\n\r\n- Build lifetime relationships with our customers and communities.\r\n\r\n<strong>Values</strong>\r\n\r\n- Corporate Culture: Diversity and continued development, transparency, teamwork and integrity.\r\n\r\n- Performance: Our company ethics navigate our day-to-day lives to deliver an expected high quality range of products and services.\r\n\r\n- Spirit and future ambitions: Achieve long-term growth and raise the return on shareholder\'s equity services.\r\n[/av_tab]\r\n[av_tab title=\'Value in the market\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate emphasizes on quality rather than quantity as the main objective for all its endeavors. The company gained confidence and full trust in the property industry this has been achieved with high caliber professional approach with quality requirements. Al Bandary Real Estate has worthily established its roots in Qatar and is rated as one of the leading Class ‘A’ Real Estate Companies.\r\n\r\nThe professional team at Al Bandary Real Estate follows an active buy-manage-sell strategy as part of their professional portfolio management. They tackle their remit in property investment for the company with innovation, dedication and expertise.\r\n\r\nCustomer service – built on a foundation of experience and education – is the cornerstone of Al Bandary Real Estate success. Its track record built over the past years has proven that a focus on the customer\'s needs, backed by the ability to deliver and remains as important as ever.\r\n\r\nThis success shows the exponential growth of the company, and how through local knowledge and expertise Real Estate can offer the finest service through all stages of the real estate cycle.\r\n[/av_tab]\r\n[av_tab title=\'Company Capacity\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate has consistently been one of the leading Real Estate developers in Qatar. The company’s commitment to quality, efficiency and value, has allowed its projects to consistently achieve strong results.\r\n\r\nStrong industry links and the potential to create long-term partnerships with the area\'s prominent financial and governmental leaders have placed Al Bandary Real Estate in a favorable position. Al Bandary Real Estate had the vision to expand beyond facilitating traditional sale and lease transactions and provide a complete range of sales, leasing, consulting, development, and management services.\r\n\r\nWith a large portfolio of property listings and clients throughout Qatar, Al Bandary Real Estate is prepared to fulfill all commercial real estate requirements. In line with the dynamic growth in Qatar, Al Bandary Real Estate has increased its workforce, placing emphasis on recruiting and training the brightest talents in the market today.\r\n\r\nCentral to this growth will be further business development across the business to match the ambitious growth plans for Al Bandary Real Estate.\r\n\r\nAl Bandary Real Estate believes in the power of giving back to the community. As real estate professionals that work in Qatar, we know that being committed to provide only high-quality services will play an active role in promoting the growth of our community. Whether you are a buyer or a seller, Al Bandary Real Estate can open up a whole world of choice in terms of location, price and property.\r\n[/av_tab]\r\n[av_tab title=\'Company History\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate was established in 2005, as a leading company that provides advanced property solutions in the State of Qatar. As a part of Bandary International Group, Al Bandary Real Estate is contributing to the economic progress of the State of Qatar. Al Bandary Real Estate is widely recognized to be one of the leading Real Estate firms operating in the State of Qatar.\r\n\r\nUnder the management of Mr. Mohammed Abdullatif A. Al Mana, chairman of the Group, a great emphasis has been placed on safety, environment, quality control and timely completion which made the company consistently meet the highest property solutions while constantly ensuring high quality standards by achieving optimal level of clients\' satisfaction.\r\n\r\nAs part of the wider Bandary International Group, which currently has over 16 individual companies covering key areas such as transportation, manufacturing and construction, the strength of the Group\'s performance is based on its ability to utilize the synergies between its companies to support and complement each other, and to manage risk through diversification and strong management.\r\n\r\nAl Bandary Real Estate surpasses other real estate firms by the extensive experience in a variety of real estate services including construction, management and inspections, this is in addition to the proficiency, reliability and integrity.\r\n\r\nThe company, which is a member of Bandary International Group (BIG), is established based on the framework of the country\'s strategic plan to diversify the sources of income. Coupled with its sustained policy of encouraging the private sector in Qatar by participating in the construction and management of real estate projects, Al Bandary Real Estate aims to be the leading provider of affordable housing to families with quality residential units at affordable prices throughout the GCC region.\r\n[/av_tab]\r\n[/av_tab_container]\r\n[/av_one_full]\r\n\r\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-22 07:11:03','2016-11-22 07:11:03','',8,'http://metro-landscaping.com/en/2016/11/22/8-revision-v1/',0,'revision','',0),(1569,1,'2016-11-22 07:11:27','2016-11-22 07:11:27','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Remarketing, Activity ID: 4138824 -->\r\n<!-- Expected URL: http://metro-landscaping.com/en/contactus -->\r\n\r\n<!-- Activity ID: 4138824 Activity Name: Al Bandary Real Estate - Remarketing Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Remarketing\r\nURL of the webpage where the tag is expected to be placed: http://metro-landscaping.com/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban0;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban0;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n[/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1098\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-35px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Agents\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_fourth first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\' Tamer Jad \' job=\'Sales Manager \' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/11/about-us-banner.jpg\' attachment=\'1234\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'55747781\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\' t.jad@bre.com.qa\' link=\'mailto: t.jad@bre.com.qa\' link_target=\'_blank\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\' Beshir Abunimreh \' job=\'Senior Sales Officer \' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/11/2374f05e-4d46-4844-b88d-992faa2c7f76.jpg\' attachment=\'1235\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'66604519\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\' b.nimreh@bre.com.qa\' link=\'mailto: b.nimreh@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Hassan Mohamed Al Dhani \' job=\'Sales Officer \' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/11/026215bb-4bd3-4d3f-bf4d-138a8c26a1c6.jpg\' attachment=\'1236\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'30930095\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'h.aldhani@bre.com.qa\' link=\'mailto: h.aldhani@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Asma Samti \' job=\'Sales Officer \' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/11/9af35e0f-d7d9-4756-996b-83d3cf897fd9.jpg\' attachment=\'1237\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'33053374\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'a.samti@bre.com.qa\' link=\'mailto:a.samti@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_fourth][av_one_fourth first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\' Hisham Sameer \' job=\'Sales Officer \' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/11/45badb63-ed5f-4e25-ae41-31b8b5db38e2.jpg\' attachment=\'1238\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'66161983\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'h.aldhani@bre.com.qa\' link=\'mailto: h.sameer@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\' Ahmed Moustafa \' job=\'Leasing Manager \' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/11/9f8b4516-d4dc-4218-b6d9-e8574ec97df5.jpg\' attachment=\'1239\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'77237031\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'a.mustafa@bre.com.qa\' link=\'mailto: a.mustafa@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\' Elena Gheorghita \' job=\'Leasing Officer \' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/11/b705d955-37d0-4938-9018-ce02d0dd09e8.jpg\' attachment=\'1240\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'66487268\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'e.gheorghita@bre.com.qa\' link=\'mailto:e.gheorghita@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Muhammad Aly \' job=\'Leasing Officer \' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/11/2e53d016-d08b-4608-928e-97b908be533b.jpg\' attachment=\'1241\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'66736634\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'m.hendawy@bre.com.qa\' link=\'mailto: m.hendawy@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_fourth][av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]','Agents','','inherit','closed','closed','','929-revision-v1','','','2016-11-22 07:11:27','2016-11-22 07:11:27','',929,'http://metro-landscaping.com/en/2016/11/22/929-revision-v1/',0,'revision','',0),(1570,1,'2016-11-22 07:11:51','2016-11-22 07:11:51','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Remarketing, Activity ID: 4138824 -->\r\n<!-- Expected URL: http://metro-landscaping.com/en/contactus -->\r\n\r\n<!-- Activity ID: 4138824 Activity Name: Al Bandary Real Estate - Remarketing Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Remarketing\r\nURL of the webpage where the tag is expected to be placed: http://metro-landscaping.com/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban0;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban0;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n[/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-34.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-19px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'3px,30px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'-5\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n12th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 4041 0000\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 4479 6781\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"mailto:info@bre.com.qa\" target=\"_blank\">info@bre.com.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"http://www.big.qa\">www.bre.com.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0; margin-left: 20px; margin-top: -30px;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"360\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -45px;\" src=\"http://employee.big.qa/contact_form/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half]\r\n[/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-22 07:11:51','2016-11-22 07:11:51','',12,'http://metro-landscaping.com/en/2016/11/22/12-revision-v1/',0,'revision','',0),(1571,1,'2016-11-22 07:12:12','2016-11-22 07:12:12','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Remarketing, Activity ID: 4138824 -->\r\n<!-- Expected URL: http://metro-landscaping.com/en/contactus -->\r\n\r\n<!-- Activity ID: 4138824 Activity Name: Al Bandary Real Estate - Remarketing Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Remarketing\r\nURL of the webpage where the tag is expected to be placed: http://metro-landscaping.com/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban0;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban0;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n[/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'998\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1001\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'999\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1000\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#e6e6e6\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'5px,0px\' padding=\'15px,25px,15px,25px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h3\' padding=\'0\' heading=\'ABOUT US\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'30\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector. Our team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/10/serv-bg.jpg\' attachment=\'1141\' attachment_size=\'full\' attach=\'scroll\' position=\'top center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/10/agent.jpg\' attachment=\'1143\' attachment_size=\'full\' align=\'left\' animation=\'left-to-right\' styling=\'no-styling\' hover=\'\' link=\'manually,http://almeelws.com/bre_website/agents/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nAGENTS\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://almeelws.com/bre_website/agents/\">AGENTS</a>\r\n\r\n<hr style=\"color: #e51f44; border: solid; width: 320px; padding-right: 50px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/10/Differentiate.jpg\' attachment=\'1144\' attachment_size=\'full\' align=\'left\' animation=\'top-to-bottom\' styling=\'no-styling\' hover=\'\' link=\'manually,http://almeelws.com/bre_website/properties/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nPROPERTIES\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://almeelws.com/bre_website/properties/\">PROPERTIES</a>\r\n\r\n<hr style=\"color: #92d32d; border: solid; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/10/gallery-inner.jpg\' attachment=\'1145\' attachment_size=\'full\' align=\'left\' animation=\'right-to-left\' styling=\'no-styling\' hover=\'\' link=\'manually,http://almeelws.com/bre_website/videos/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nVIDEOS\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://almeelws.com/bre_website/videos/\">VIDEOS</a>\r\n\r\n<hr style=\"color: #ffff00; border: solid; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-22 07:12:12','2016-11-22 07:12:12','',42,'http://metro-landscaping.com/en/2016/11/22/42-revision-v1/',0,'revision','',0),(1572,1,'2016-11-22 07:12:38','2016-11-22 07:12:38','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Remarketing, Activity ID: 4138824 -->\r\n<!-- Expected URL: http://metro-landscaping.com/en/contactus -->\r\n\r\n<!-- Activity ID: 4138824 Activity Name: Al Bandary Real Estate - Remarketing Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Remarketing\r\nURL of the webpage where the tag is expected to be placed: http://metro-landscaping.com/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban0;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban0;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n[/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1033\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-34.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Properties\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/11/Bandary-RE.-Pttern-1.png\' attachment=\'1252\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'1px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Properties for Sale\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_portfolio categories=\'5\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/11/Bandary-RE.-Pttern-1.png\' attachment=\'1252\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading heading=\'Properties for Rent\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_portfolio categories=\'6\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\r\n[/av_section]','Properties','','inherit','closed','closed','','925-revision-v1','','','2016-11-22 07:12:38','2016-11-22 07:12:38','',925,'http://metro-landscaping.com/en/2016/11/22/925-revision-v1/',0,'revision','',0),(1573,1,'2016-11-22 07:12:57','2016-11-22 07:12:57','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Remarketing, Activity ID: 4138824 -->\r\n<!-- Expected URL: http://metro-landscaping.com/en/contactus -->\r\n\r\n<!-- Activity ID: 4138824 Activity Name: Al Bandary Real Estate - Remarketing Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Remarketing\r\nURL of the webpage where the tag is expected to be placed: http://metro-landscaping.com/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban0;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban0;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n[/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1090\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-35px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Videos\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n[print_responsive_video_gallery_plus_lightbox]\r\n[/av_codeblock]\r\n\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]','Videos','','inherit','closed','closed','','1213-revision-v1','','','2016-11-22 07:12:57','2016-11-22 07:12:57','',1213,'http://metro-landscaping.com/en/2016/11/22/1213-revision-v1/',0,'revision','',0),(1577,1,'2016-11-22 07:54:43','2016-11-22 07:54:43','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Bandary_Landing Page\r\nURL of the webpage where the tag is expected to be placed: http://bre.com.qa\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Remarketing, Activity ID: 4138824 -->\r\n<!-- Expected URL: http://metro-landscaping.com/en/contactus -->\r\n\r\n<!-- Activity ID: 4138824 Activity Name: Al Bandary Real Estate - Remarketing Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Remarketing\r\nURL of the webpage where the tag is expected to be placed: http://metro-landscaping.com/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban0;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban0;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n[/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1018\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-35px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector.\r\n\r\nOur team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n\r\nAl Bandary Real Estate is constantly looking to recruit and retain the highest caliber of talent, while securing a strong capital base and efficiently managing risks.\r\n\r\nAl Bandary Real Estate believes that these factors will lead to overall success while exploring opportunities that will have an added value to our clients, investors and shareholders.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_tab_container position=\'sidebar_tab sidebar_tab_left\' boxed=\'border_tabs\' initial=\'1\']\r\n[av_tab title=\'Vision, Mission & Values\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\n<strong>Vision</strong>\r\n\r\n- To be the pace setter in real estate services by exceeding customer expectations. Al Bandary Real Estate is committed to providing the most unique and comprehensive customer service for individuals interested in owning property.\r\n\r\n<strong>Mission</strong>\r\n\r\n- Aggressively pursue business through innovation to provide exceptional service to our clients\r\n\r\n- Ensuring career opportunities to our employees and continuous support to our society\r\n\r\n- Build lifetime relationships with our customers and communities.\r\n\r\n<strong>Values</strong>\r\n\r\n- Corporate Culture: Diversity and continued development, transparency, teamwork and integrity.\r\n\r\n- Performance: Our company ethics navigate our day-to-day lives to deliver an expected high quality range of products and services.\r\n\r\n- Spirit and future ambitions: Achieve long-term growth and raise the return on shareholder\'s equity services.\r\n[/av_tab]\r\n[av_tab title=\'Value in the market\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate emphasizes on quality rather than quantity as the main objective for all its endeavors. The company gained confidence and full trust in the property industry this has been achieved with high caliber professional approach with quality requirements. Al Bandary Real Estate has worthily established its roots in Qatar and is rated as one of the leading Class ‘A’ Real Estate Companies.\r\n\r\nThe professional team at Al Bandary Real Estate follows an active buy-manage-sell strategy as part of their professional portfolio management. They tackle their remit in property investment for the company with innovation, dedication and expertise.\r\n\r\nCustomer service – built on a foundation of experience and education – is the cornerstone of Al Bandary Real Estate success. Its track record built over the past years has proven that a focus on the customer\'s needs, backed by the ability to deliver and remains as important as ever.\r\n\r\nThis success shows the exponential growth of the company, and how through local knowledge and expertise Real Estate can offer the finest service through all stages of the real estate cycle.\r\n[/av_tab]\r\n[av_tab title=\'Company Capacity\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate has consistently been one of the leading Real Estate developers in Qatar. The company’s commitment to quality, efficiency and value, has allowed its projects to consistently achieve strong results.\r\n\r\nStrong industry links and the potential to create long-term partnerships with the area\'s prominent financial and governmental leaders have placed Al Bandary Real Estate in a favorable position. Al Bandary Real Estate had the vision to expand beyond facilitating traditional sale and lease transactions and provide a complete range of sales, leasing, consulting, development, and management services.\r\n\r\nWith a large portfolio of property listings and clients throughout Qatar, Al Bandary Real Estate is prepared to fulfill all commercial real estate requirements. In line with the dynamic growth in Qatar, Al Bandary Real Estate has increased its workforce, placing emphasis on recruiting and training the brightest talents in the market today.\r\n\r\nCentral to this growth will be further business development across the business to match the ambitious growth plans for Al Bandary Real Estate.\r\n\r\nAl Bandary Real Estate believes in the power of giving back to the community. As real estate professionals that work in Qatar, we know that being committed to provide only high-quality services will play an active role in promoting the growth of our community. Whether you are a buyer or a seller, Al Bandary Real Estate can open up a whole world of choice in terms of location, price and property.\r\n[/av_tab]\r\n[av_tab title=\'Company History\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate was established in 2005, as a leading company that provides advanced property solutions in the State of Qatar. As a part of Bandary International Group, Al Bandary Real Estate is contributing to the economic progress of the State of Qatar. Al Bandary Real Estate is widely recognized to be one of the leading Real Estate firms operating in the State of Qatar.\r\n\r\nUnder the management of Mr. Mohammed Abdullatif A. Al Mana, chairman of the Group, a great emphasis has been placed on safety, environment, quality control and timely completion which made the company consistently meet the highest property solutions while constantly ensuring high quality standards by achieving optimal level of clients\' satisfaction.\r\n\r\nAs part of the wider Bandary International Group, which currently has over 16 individual companies covering key areas such as transportation, manufacturing and construction, the strength of the Group\'s performance is based on its ability to utilize the synergies between its companies to support and complement each other, and to manage risk through diversification and strong management.\r\n\r\nAl Bandary Real Estate surpasses other real estate firms by the extensive experience in a variety of real estate services including construction, management and inspections, this is in addition to the proficiency, reliability and integrity.\r\n\r\nThe company, which is a member of Bandary International Group (BIG), is established based on the framework of the country\'s strategic plan to diversify the sources of income. Coupled with its sustained policy of encouraging the private sector in Qatar by participating in the construction and management of real estate projects, Al Bandary Real Estate aims to be the leading provider of affordable housing to families with quality residential units at affordable prices throughout the GCC region.\r\n[/av_tab]\r\n[/av_tab_container]\r\n[/av_one_full]\r\n\r\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-22 07:54:43','2016-11-22 07:54:43','',8,'http://metro-landscaping.com/en/2016/11/22/8-revision-v1/',0,'revision','',0),(1578,1,'2016-11-22 07:55:32','2016-11-22 07:55:32','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Bandary_Landing Page\r\nURL of the webpage where the tag is expected to be placed: http://bre.com.qa\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Remarketing, Activity ID: 4138824 -->\r\n<!-- Expected URL: http://metro-landscaping.com/en/contactus -->\r\n\r\n<!-- Activity ID: 4138824 Activity Name: Al Bandary Real Estate - Remarketing Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Remarketing\r\nURL of the webpage where the tag is expected to be placed: http://metro-landscaping.com/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban0;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban0;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n[/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1098\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-35px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Agents\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_fourth first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\' Tamer Jad \' job=\'Sales Manager \' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/11/about-us-banner.jpg\' attachment=\'1234\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'55747781\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\' t.jad@bre.com.qa\' link=\'mailto: t.jad@bre.com.qa\' link_target=\'_blank\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\' Beshir Abunimreh \' job=\'Senior Sales Officer \' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/11/2374f05e-4d46-4844-b88d-992faa2c7f76.jpg\' attachment=\'1235\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'66604519\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\' b.nimreh@bre.com.qa\' link=\'mailto: b.nimreh@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Hassan Mohamed Al Dhani \' job=\'Sales Officer \' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/11/026215bb-4bd3-4d3f-bf4d-138a8c26a1c6.jpg\' attachment=\'1236\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'30930095\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'h.aldhani@bre.com.qa\' link=\'mailto: h.aldhani@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Asma Samti \' job=\'Sales Officer \' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/11/9af35e0f-d7d9-4756-996b-83d3cf897fd9.jpg\' attachment=\'1237\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'33053374\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'a.samti@bre.com.qa\' link=\'mailto:a.samti@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_fourth][av_one_fourth first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\' Hisham Sameer \' job=\'Sales Officer \' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/11/45badb63-ed5f-4e25-ae41-31b8b5db38e2.jpg\' attachment=\'1238\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'66161983\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'h.aldhani@bre.com.qa\' link=\'mailto: h.sameer@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\' Ahmed Moustafa \' job=\'Leasing Manager \' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/11/9f8b4516-d4dc-4218-b6d9-e8574ec97df5.jpg\' attachment=\'1239\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'77237031\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'a.mustafa@bre.com.qa\' link=\'mailto: a.mustafa@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\' Elena Gheorghita \' job=\'Leasing Officer \' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/11/b705d955-37d0-4938-9018-ce02d0dd09e8.jpg\' attachment=\'1240\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'66487268\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'e.gheorghita@bre.com.qa\' link=\'mailto:e.gheorghita@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Muhammad Aly \' job=\'Leasing Officer \' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/11/2e53d016-d08b-4608-928e-97b908be533b.jpg\' attachment=\'1241\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'66736634\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'m.hendawy@bre.com.qa\' link=\'mailto: m.hendawy@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_fourth][av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]','Agents','','inherit','closed','closed','','929-revision-v1','','','2016-11-22 07:55:32','2016-11-22 07:55:32','',929,'http://metro-landscaping.com/en/2016/11/22/929-revision-v1/',0,'revision','',0),(1579,1,'2016-11-22 07:55:59','2016-11-22 07:55:59','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Bandary_Landing Page\r\nURL of the webpage where the tag is expected to be placed: http://bre.com.qa\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Remarketing, Activity ID: 4138824 -->\r\n<!-- Expected URL: http://metro-landscaping.com/en/contactus -->\r\n\r\n<!-- Activity ID: 4138824 Activity Name: Al Bandary Real Estate - Remarketing Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Remarketing\r\nURL of the webpage where the tag is expected to be placed: http://metro-landscaping.com/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban0;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban0;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n[/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-34.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-19px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'3px,30px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'-5\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n12th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 4041 0000\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 4479 6781\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"mailto:info@bre.com.qa\" target=\"_blank\">info@bre.com.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"http://www.big.qa\">www.bre.com.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0; margin-left: 20px; margin-top: -30px;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"360\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -45px;\" src=\"http://employee.big.qa/contact_form/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half]\r\n[/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-22 07:55:59','2016-11-22 07:55:59','',12,'http://metro-landscaping.com/en/2016/11/22/12-revision-v1/',0,'revision','',0),(1580,1,'2016-11-22 07:56:16','2016-11-22 07:56:16','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Bandary_Landing Page\r\nURL of the webpage where the tag is expected to be placed: http://bre.com.qa\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Remarketing, Activity ID: 4138824 -->\r\n<!-- Expected URL: http://metro-landscaping.com/en/contactus -->\r\n\r\n<!-- Activity ID: 4138824 Activity Name: Al Bandary Real Estate - Remarketing Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Remarketing\r\nURL of the webpage where the tag is expected to be placed: http://metro-landscaping.com/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban0;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban0;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n[/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'998\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1001\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'999\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1000\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#e6e6e6\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'5px,0px\' padding=\'15px,25px,15px,25px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h3\' padding=\'0\' heading=\'ABOUT US\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'30\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector. Our team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/10/serv-bg.jpg\' attachment=\'1141\' attachment_size=\'full\' attach=\'scroll\' position=\'top center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/10/agent.jpg\' attachment=\'1143\' attachment_size=\'full\' align=\'left\' animation=\'left-to-right\' styling=\'no-styling\' hover=\'\' link=\'manually,http://almeelws.com/bre_website/agents/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nAGENTS\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://almeelws.com/bre_website/agents/\">AGENTS</a>\r\n\r\n<hr style=\"color: #e51f44; border: solid; width: 320px; padding-right: 50px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/10/Differentiate.jpg\' attachment=\'1144\' attachment_size=\'full\' align=\'left\' animation=\'top-to-bottom\' styling=\'no-styling\' hover=\'\' link=\'manually,http://almeelws.com/bre_website/properties/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nPROPERTIES\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://almeelws.com/bre_website/properties/\">PROPERTIES</a>\r\n\r\n<hr style=\"color: #92d32d; border: solid; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/10/gallery-inner.jpg\' attachment=\'1145\' attachment_size=\'full\' align=\'left\' animation=\'right-to-left\' styling=\'no-styling\' hover=\'\' link=\'manually,http://almeelws.com/bre_website/videos/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nVIDEOS\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://almeelws.com/bre_website/videos/\">VIDEOS</a>\r\n\r\n<hr style=\"color: #ffff00; border: solid; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-22 07:56:16','2016-11-22 07:56:16','',42,'http://metro-landscaping.com/en/2016/11/22/42-revision-v1/',0,'revision','',0),(1581,1,'2016-11-22 07:56:42','2016-11-22 07:56:42','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Bandary_Landing Page\r\nURL of the webpage where the tag is expected to be placed: http://bre.com.qa\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Remarketing, Activity ID: 4138824 -->\r\n<!-- Expected URL: http://metro-landscaping.com/en/contactus -->\r\n\r\n<!-- Activity ID: 4138824 Activity Name: Al Bandary Real Estate - Remarketing Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Remarketing\r\nURL of the webpage where the tag is expected to be placed: http://metro-landscaping.com/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban0;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban0;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n[/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1033\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-34.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Properties\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/11/Bandary-RE.-Pttern-1.png\' attachment=\'1252\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'1px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Properties for Sale\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_portfolio categories=\'5\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/11/Bandary-RE.-Pttern-1.png\' attachment=\'1252\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'-37.5px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading heading=\'Properties for Rent\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_portfolio categories=\'6\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\r\n[/av_section]','Properties','','inherit','closed','closed','','925-revision-v1','','','2016-11-22 07:56:42','2016-11-22 07:56:42','',925,'http://metro-landscaping.com/en/2016/11/22/925-revision-v1/',0,'revision','',0),(1582,1,'2016-11-22 07:57:01','2016-11-22 07:57:01','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Bandary_Landing Page\r\nURL of the webpage where the tag is expected to be placed: http://bre.com.qa\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Remarketing, Activity ID: 4138824 -->\r\n<!-- Expected URL: http://metro-landscaping.com/en/contactus -->\r\n\r\n<!-- Activity ID: 4138824 Activity Name: Al Bandary Real Estate - Remarketing Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Remarketing\r\nURL of the webpage where the tag is expected to be placed: http://metro-landscaping.com/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban0;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban0;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n[/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1090\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-35px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Videos\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n[print_responsive_video_gallery_plus_lightbox]\r\n[/av_codeblock]\r\n\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]','Videos','','inherit','closed','closed','','1213-revision-v1','','','2016-11-22 07:57:01','2016-11-22 07:57:01','',1213,'http://metro-landscaping.com/en/2016/11/22/1213-revision-v1/',0,'revision','',0),(1584,1,'2016-11-22 09:33:05','2016-11-22 09:33:05','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Bandary_Landing Page\r\nURL of the webpage where the tag is expected to be placed: http://bre.com.qa\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Form Submit, Activity ID: 4137821 -->\r\n<!-- Expected URL: http://metro-landscaping.com/en/contactus -->\r\n\r\n<!-- Activity ID: 4137821 Activity Name: Al Bandary Real Estate - Form Submit Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Form Submit\r\nURL of the webpage where the tag is expected to be placed: http://metro-landscaping.com/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban00;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban00;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n[/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-34.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-19px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'3px,30px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'-5\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n12th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 4041 0000\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 4479 6781\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"mailto:info@bre.com.qa\" target=\"_blank\">info@bre.com.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"http://www.big.qa\">www.bre.com.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0; margin-left: 20px; margin-top: -30px;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"360\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -45px;\" src=\"http://employee.big.qa/contact_form/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half]\r\n[/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-22 09:33:05','2016-11-22 09:33:05','',12,'http://metro-landscaping.com/en/2016/11/22/12-revision-v1/',0,'revision','',0),(1586,1,'2016-11-22 12:25:07','2016-11-22 12:25:07','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Bandary_Landing Page\r\nURL of the webpage where the tag is expected to be placed: http://bre.com.qa\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Form Submit, Activity ID: 4137821 -->\r\n<!-- Expected URL: http://metro-landscaping.com/en/contactus -->\r\n\r\n<!-- Activity ID: 4137821 Activity Name: Al Bandary Real Estate - Form Submit Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Form Submit\r\nURL of the webpage where the tag is expected to be placed: http://metro-landscaping.com/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban00;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban00;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n<!-- Facebook Pixel Code -->\r\n<script>\r\n!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?\r\nn.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;\r\nn.push=n;n.loaded=!0;n.version=\'2.0\';n.queue=[];t=b.createElement(e);t.async=!0;\r\nt.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,\r\ndocument,\'script\',\'https://connect.facebook.net/en_US/fbevents.js\');\r\nfbq(\'init\', \'650141791822128\');\r\nfbq(\'track\', \'PageView\');\r\n</script>\r\n<noscript><img height=\"1\" width=\"1\" style=\"display:none\" src=\"https://www.facebook.com/tr?id=650141791822128&ev=PageView&noscript=1\" /></noscript>\r\n<!-- DO NOT MODIFY -->\r\n<!-- End Facebook Pixel Code -->\r\n\r\n[/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-34.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-19px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'3px,30px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'-5\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n12th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 4041 0000\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 4479 6781\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"mailto:info@bre.com.qa\" target=\"_blank\">info@bre.com.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"http://www.big.qa\">www.bre.com.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0; margin-left: 20px; margin-top: -30px;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"360\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -45px;\" src=\"http://employee.big.qa/contact_form/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half]\r\n[/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-22 12:25:07','2016-11-22 12:25:07','',12,'http://metro-landscaping.com/en/2016/11/22/12-revision-v1/',0,'revision','',0),(1588,1,'2016-11-22 12:54:16','2016-11-22 12:54:16','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Bandary_Landing Page\r\nURL of the webpage where the tag is expected to be placed: http://bre.com.qa\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Remarketing, Activity ID: 4138824 -->\r\n<!-- Expected URL: http://metro-landscaping.com/en/contactus -->\r\n\r\n<!-- Activity ID: 4138824 Activity Name: Al Bandary Real Estate - Remarketing Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Remarketing\r\nURL of the webpage where the tag is expected to be placed: http://metro-landscaping.com/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban0;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban0;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n[/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1098\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-35px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Agents\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\' Tamer Jad \' job=\'Sales Manager \' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/11/about-us-banner.jpg\' attachment=\'1234\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'55747781\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\' t.jad@bre.com.qa\' link=\'mailto: t.jad@bre.com.qa\' link_target=\'_blank\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\' Beshir Abunimreh \' job=\'Senior Sales Officer \' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/11/2374f05e-4d46-4844-b88d-992faa2c7f76.jpg\' attachment=\'1235\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'66604519\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\' b.nimreh@bre.com.qa\' link=\'mailto: b.nimreh@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Hassan Mohamed Al Dhani \' job=\'Sales Officer \' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/11/026215bb-4bd3-4d3f-bf4d-138a8c26a1c6.jpg\' attachment=\'1236\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'30930095\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'h.aldhani@bre.com.qa\' link=\'mailto: h.aldhani@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_third][av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Asma Samti \' job=\'Sales Officer \' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/11/9af35e0f-d7d9-4756-996b-83d3cf897fd9.jpg\' attachment=\'1237\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'33053374\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'a.samti@bre.com.qa\' link=\'mailto:a.samti@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\' Hisham Sameer \' job=\'Sales Officer \' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/11/45badb63-ed5f-4e25-ae41-31b8b5db38e2.jpg\' attachment=\'1238\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'66161983\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'h.aldhani@bre.com.qa\' link=\'mailto: h.sameer@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\' Ahmed Moustafa \' job=\'Leasing Manager \' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/11/9f8b4516-d4dc-4218-b6d9-e8574ec97df5.jpg\' attachment=\'1239\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'77237031\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'a.mustafa@bre.com.qa\' link=\'mailto: a.mustafa@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_third][av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\' Elena Gheorghita \' job=\'Leasing Officer \' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/11/b705d955-37d0-4938-9018-ce02d0dd09e8.jpg\' attachment=\'1240\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'66487268\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'e.gheorghita@bre.com.qa\' link=\'mailto:e.gheorghita@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Muhammad Aly \' job=\'Leasing Officer \' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/11/2e53d016-d08b-4608-928e-97b908be533b.jpg\' attachment=\'1241\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'66736634\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'m.hendawy@bre.com.qa\' link=\'mailto: m.hendawy@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_third][av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]','Agents','','inherit','closed','closed','','929-revision-v1','','','2016-11-22 12:54:16','2016-11-22 12:54:16','',929,'http://metro-landscaping.com/en/2016/11/22/929-revision-v1/',0,'revision','',0),(1589,1,'2016-11-22 12:56:33','2016-11-22 12:56:33','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Bandary_Landing Page\r\nURL of the webpage where the tag is expected to be placed: http://bre.com.qa\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Remarketing, Activity ID: 4138824 -->\r\n<!-- Expected URL: http://metro-landscaping.com/en/contactus -->\r\n\r\n<!-- Activity ID: 4138824 Activity Name: Al Bandary Real Estate - Remarketing Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Remarketing\r\nURL of the webpage where the tag is expected to be placed: http://metro-landscaping.com/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban0;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban0;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n[/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1098\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-35px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Agents\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_fourth first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\' Tamer Jad \' job=\'Sales Manager \' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/11/about-us-banner.jpg\' attachment=\'1234\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'55747781\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\' t.jad@bre.com.qa\' link=\'mailto: t.jad@bre.com.qa\' link_target=\'_blank\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\' Beshir Abunimreh \' job=\'Senior Sales Officer \' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/11/2374f05e-4d46-4844-b88d-992faa2c7f76.jpg\' attachment=\'1235\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'66604519\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\' b.nimreh@bre.com.qa\' link=\'mailto: b.nimreh@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Hassan Mohamed Al Dhani \' job=\'Sales Officer \' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/11/026215bb-4bd3-4d3f-bf4d-138a8c26a1c6.jpg\' attachment=\'1236\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'30930095\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'h.aldhani@bre.com.qa\' link=\'mailto: h.aldhani@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Asma Samti \' job=\'Sales Officer \' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/11/9af35e0f-d7d9-4756-996b-83d3cf897fd9.jpg\' attachment=\'1237\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'33053374\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'a.samti@bre.com.qa\' link=\'mailto:a.samti@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_fourth][av_one_fourth first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\' Hisham Sameer \' job=\'Sales Officer \' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/11/45badb63-ed5f-4e25-ae41-31b8b5db38e2.jpg\' attachment=\'1238\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'66161983\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'h.aldhani@bre.com.qa\' link=\'mailto: h.sameer@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\' Ahmed Moustafa \' job=\'Leasing Manager \' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/11/9f8b4516-d4dc-4218-b6d9-e8574ec97df5.jpg\' attachment=\'1239\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'77237031\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'a.mustafa@bre.com.qa\' link=\'mailto: a.mustafa@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\' Elena Gheorghita \' job=\'Leasing Officer \' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/11/b705d955-37d0-4938-9018-ce02d0dd09e8.jpg\' attachment=\'1240\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'66487268\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'e.gheorghita@bre.com.qa\' link=\'mailto:e.gheorghita@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Muhammad Aly \' job=\'Leasing Officer \' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/11/2e53d016-d08b-4608-928e-97b908be533b.jpg\' attachment=\'1241\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'66736634\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'m.hendawy@bre.com.qa\' link=\'mailto: m.hendawy@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_fourth][av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]','Agents','','inherit','closed','closed','','929-revision-v1','','','2016-11-22 12:56:33','2016-11-22 12:56:33','',929,'http://metro-landscaping.com/en/2016/11/22/929-revision-v1/',0,'revision','',0),(1590,1,'2016-11-22 15:09:23','2016-11-22 15:09:23','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Bandary_Landing Page\r\nURL of the webpage where the tag is expected to be placed: http://bre.com.qa\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Remarketing, Activity ID: 4138824 -->\r\n<!-- Expected URL: http://metro-landscaping.com/en/contactus -->\r\n\r\n<!-- Activity ID: 4138824 Activity Name: Al Bandary Real Estate - Remarketing Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Remarketing\r\nURL of the webpage where the tag is expected to be placed: http://metro-landscaping.com/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban0;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban0;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n[/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1098\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-35px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Agents\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\' Tamer Jad \' job=\'Sales Manager \' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/11/about-us-banner.jpg\' attachment=\'1234\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'55747781\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\' t.jad@bre.com.qa\' link=\'mailto: t.jad@bre.com.qa\' link_target=\'_blank\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Hassan Mohamed Al Dhani \' job=\'Sales Officer \' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/11/026215bb-4bd3-4d3f-bf4d-138a8c26a1c6.jpg\' attachment=\'1236\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'30930095\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'h.aldhani@bre.com.qa\' link=\'mailto: h.aldhani@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Asma Samti \' job=\'Sales Officer \' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/11/9af35e0f-d7d9-4756-996b-83d3cf897fd9.jpg\' attachment=\'1237\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'33053374\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'a.samti@bre.com.qa\' link=\'mailto:a.samti@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_third][av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\' Ahmed Moustafa \' job=\'Leasing Manager \' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/11/9f8b4516-d4dc-4218-b6d9-e8574ec97df5.jpg\' attachment=\'1239\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'77237031\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'a.mustafa@bre.com.qa\' link=\'mailto: a.mustafa@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\' Elena Gheorghita \' job=\'Leasing Officer \' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/11/b705d955-37d0-4938-9018-ce02d0dd09e8.jpg\' attachment=\'1240\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'66487268\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'e.gheorghita@bre.com.qa\' link=\'mailto:e.gheorghita@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_team_member name=\'Muhammad Aly \' job=\'Leasing Officer \' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/11/2e53d016-d08b-4608-928e-97b908be533b.jpg\' attachment=\'1241\' attachment_size=\'full\' description=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\']\r\n[av_team_icon title=\'66736634\' link=\'\' link_target=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n[av_team_icon title=\'m.hendawy@bre.com.qa\' link=\'mailto: m.hendawy@bre.com.qa\' link_target=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n[/av_team_member]\r\n\r\n[/av_one_third][av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]','Agents','','inherit','closed','closed','','929-revision-v1','','','2016-11-22 15:09:23','2016-11-22 15:09:23','',929,'http://metro-landscaping.com/en/2016/11/22/929-revision-v1/',0,'revision','',0),(1592,1,'2016-11-26 07:59:46','2016-11-26 07:59:46','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Bandary_Landing Page\r\nURL of the webpage where the tag is expected to be placed: http://bre.com.qa\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Form Submit, Activity ID: 4137821 -->\r\n<!-- Expected URL: http://metro-landscaping.com/en/contactus -->\r\n\r\n<!-- Activity ID: 4137821 Activity Name: Al Bandary Real Estate - Form Submit Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Form Submit\r\nURL of the webpage where the tag is expected to be placed: http://metro-landscaping.com/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban00;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban00;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n<!-- Facebook Pixel Code -->\r\n<script>\r\n!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?\r\nn.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;\r\nn.push=n;n.loaded=!0;n.version=\'2.0\';n.queue=[];t=b.createElement(e);t.async=!0;\r\nt.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,\r\ndocument,\'script\',\'https://connect.facebook.net/en_US/fbevents.js\');\r\nfbq(\'init\', \'650141791822128\');\r\nfbq(\'track\', \'PageView\');\r\n</script>\r\n<noscript><img height=\"1\" width=\"1\" style=\"display:none\" src=\"https://www.facebook.com/tr?id=650141791822128&ev=PageView&noscript=1\" /></noscript>\r\n<!-- DO NOT MODIFY -->\r\n<!-- End Facebook Pixel Code -->\r\n\r\n[/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'935\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-34.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-19px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'3px,30px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'-5\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n12th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 4041 0000\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 4479 6781\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"mailto:info@bre.com.qa\" target=\"_blank\">info@bre.com.qa</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"http://www.big.qa\">www.bre.com.qa</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0; margin-left: 20px; margin-top: -30px;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"360\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -45px;\" src=\"http://employee.big.qa/contact_form/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-26 07:59:46','2016-11-26 07:59:46','',12,'http://metro-landscaping.com/en/2016/11/26/12-revision-v1/',0,'revision','',0),(1594,1,'2016-11-29 07:02:26','2016-11-29 07:02:26','','8df68cce-47ec-4b9f-b96e-972ef3b1645e','','inherit','open','closed','','8df68cce-47ec-4b9f-b96e-972ef3b1645e','','','2016-11-29 07:02:26','2016-11-29 07:02:26','',0,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/8df68cce-47ec-4b9f-b96e-972ef3b1645e.jpg',0,'attachment','image/jpeg',0),(1595,1,'2016-11-29 07:04:43','2016-11-29 07:04:43','','icon','','inherit','open','closed','','icon','','','2016-11-29 07:04:43','2016-11-29 07:04:43','',0,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/icon.png',0,'attachment','image/png',0),(1596,1,'2016-11-29 07:09:53','2016-11-29 07:09:53','','header-2','','inherit','open','closed','','header-2','','','2016-11-29 07:09:53','2016-11-29 07:09:53','',0,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/header-2.png',0,'attachment','image/png',0),(1598,1,'2016-11-29 07:31:04','2016-11-29 07:31:04','','8df68cce-47ec-4b9f-b96e-972ef3b1645e','','inherit','open','closed','','8df68cce-47ec-4b9f-b96e-972ef3b1645e-2','','','2016-11-29 07:31:04','2016-11-29 07:31:04','',0,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/8df68cce-47ec-4b9f-b96e-972ef3b1645e.png',0,'attachment','image/png',0),(1599,1,'2016-11-29 07:35:17','2016-11-29 07:35:17','','7f6fcaae-0e28-43a6-aa57-0bf1d7879374','','inherit','open','closed','','7f6fcaae-0e28-43a6-aa57-0bf1d7879374','','','2016-11-29 07:35:17','2016-11-29 07:35:17','',42,'http://metro-landscaping.com/en/wp-content/uploads/2016/10/7f6fcaae-0e28-43a6-aa57-0bf1d7879374.jpg',0,'attachment','image/jpeg',0),(1600,1,'2016-11-29 07:35:22','2016-11-29 07:35:22','','73df4e82-0d11-4623-8ad9-2a3349b03697','','inherit','open','closed','','73df4e82-0d11-4623-8ad9-2a3349b03697','','','2016-11-29 07:35:22','2016-11-29 07:35:22','',42,'http://metro-landscaping.com/en/wp-content/uploads/2016/10/73df4e82-0d11-4623-8ad9-2a3349b03697.jpg',0,'attachment','image/jpeg',0),(1601,1,'2016-11-29 07:35:28','2016-11-29 07:35:28','','321d58d7-ecf6-4561-bc1f-d4e54e62a59d','','inherit','open','closed','','321d58d7-ecf6-4561-bc1f-d4e54e62a59d','','','2016-11-29 07:35:28','2016-11-29 07:35:28','',42,'http://metro-landscaping.com/en/wp-content/uploads/2016/10/321d58d7-ecf6-4561-bc1f-d4e54e62a59d.jpg',0,'attachment','image/jpeg',0),(1602,1,'2016-11-29 07:35:33','2016-11-29 07:35:33','','886bc89e-e290-47c5-af4f-cc3a1fd36e30','','inherit','open','closed','','886bc89e-e290-47c5-af4f-cc3a1fd36e30','','','2016-11-29 07:35:33','2016-11-29 07:35:33','',42,'http://metro-landscaping.com/en/wp-content/uploads/2016/10/886bc89e-e290-47c5-af4f-cc3a1fd36e30.jpg',0,'attachment','image/jpeg',0),(1603,1,'2016-11-29 07:35:38','2016-11-29 07:35:38','','37198b28-064b-4150-a74d-eac761ca1303','','inherit','open','closed','','37198b28-064b-4150-a74d-eac761ca1303','','','2016-11-29 07:35:38','2016-11-29 07:35:38','',42,'http://metro-landscaping.com/en/wp-content/uploads/2016/10/37198b28-064b-4150-a74d-eac761ca1303.jpg',0,'attachment','image/jpeg',0),(1604,1,'2017-01-23 12:56:26','2017-01-23 12:56:26','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\n[av_slide_full id=\'1838\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\n[av_slide_full id=\'1839\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\n[av_slide_full id=\'1840\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\n[av_slide_full id=\'1841\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\n[av_slide_full id=\'1842\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\n[av_slide_full id=\'1843\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\n[av_slide_full id=\'1844\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\n[/av_slideshow_full]\n\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#e6e6e6\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'5px,0px\' padding=\'15px,25px,15px,25px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[av_heading tag=\'h3\' padding=\'0\' heading=\'ABOUT US\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'30\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\']\nMetro Scape is Al Bandary International Group specialist in bringing Nature to your home and work space. Even though the local climate does not make the task easier, we know how to bring greenery and decoration to your surrounding! Let it be trees, plants, shrubs, flowers or ornamental plants, Metro Scape knows how to provide you with the adequate plant to make your surrounding better.\n[/av_textblock]\n\n[/av_one_full]\n[/av_section]\n\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/0712b9c1-299c-45f8-83aa-1d9a52c58622.jpg\' attachment=\'1613\' attachment_size=\'full\' attach=\'scroll\' position=\'top left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\n\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/1909ae44-125d-4e39-bde0-91551e8e9526.jpg\' attachment=\'1607\' attachment_size=\'full\' align=\'left\' animation=\'left-to-right\' styling=\'no-styling\' hover=\'av-hover-grow\' link=\'manually,http://metro-landscaping.com/en/projects/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\nAGENTS\n[/av_image]\n\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\n<a href=\"http://metro-landscaping.com/en/projects/\" style=\"color:#ffffff; font-size:21px; font-family:\'Roboto\'; text-decoration:none; padding-bottom:30px;\">PROJECTS</a>\n<hr style=\"color: #e51f44; border: solid; width: 320px; padding-right:50px;\">\n[/av_codeblock]\n\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/e98b1aa6-973e-4795-91be-55ef6ea279f7.jpg\' attachment=\'1609\' attachment_size=\'full\' align=\'left\' animation=\'top-to-bottom\' styling=\'no-styling\' hover=\'av-hover-grow\' link=\'manually,http://metro-landscaping.com/en/services/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\nPROPERTIES\n[/av_image]\n\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\n<a href=\"http://metro-landscaping.com/en/services/\" style=\"color:#ffffff; font-size:21px; font-family:\'Roboto\'; text-decoration:none; padding-bottom:30px;\">SERVICES</a>\n<hr style=\"color: #92d32d; border: solid; width: 320px;\">\n[/av_codeblock]\n\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/df3f2f81-1e73-4c35-8b9d-d39856993e91.jpg\' attachment=\'1608\' attachment_size=\'full\' align=\'left\' animation=\'right-to-left\' styling=\'no-styling\' hover=\'av-hover-grow\' link=\'manually,http://metro-landscaping.com/en/maintenance/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\nVIDEOS\n[/av_image]\n\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\n<a href=\"http://metro-landscaping.com/en/maintenance/\" style=\"color:#ffffff; font-size:21px; font-family:\'Roboto\'; text-decoration:none; padding-bottom:30px;\">MAINTENANCE</a>\n<hr style=\"color: #ffff00; border: solid; width: 320px;\">\n[/av_codeblock]\n\n[/av_one_third][/av_section]','Home','','inherit','closed','closed','','42-autosave-v1','','','2017-01-23 12:56:26','2017-01-23 12:56:26','',42,'http://metro-landscaping.com/en/2016/11/29/42-autosave-v1/',0,'revision','',0),(1605,1,'2016-11-29 07:35:43','2016-11-29 07:35:43','','323704e7-5e0c-4679-878c-4d12ff8ad69c','','inherit','open','closed','','323704e7-5e0c-4679-878c-4d12ff8ad69c','','','2016-11-29 07:35:43','2016-11-29 07:35:43','',42,'http://metro-landscaping.com/en/wp-content/uploads/2016/10/323704e7-5e0c-4679-878c-4d12ff8ad69c.jpg',0,'attachment','image/jpeg',0),(1606,1,'2016-11-29 07:35:47','2016-11-29 07:35:47','','c5e4f150-746f-4823-9eeb-d0d29b482457','','inherit','open','closed','','c5e4f150-746f-4823-9eeb-d0d29b482457','','','2016-11-29 07:35:47','2016-11-29 07:35:47','',42,'http://metro-landscaping.com/en/wp-content/uploads/2016/10/c5e4f150-746f-4823-9eeb-d0d29b482457.jpg',0,'attachment','image/jpeg',0),(1607,1,'2016-11-29 07:36:55','2016-11-29 07:36:55','','Projects','','inherit','open','closed','','1909ae44-125d-4e39-bde0-91551e8e9526','','','2016-12-01 08:48:49','2016-12-01 08:48:49','',0,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/1909ae44-125d-4e39-bde0-91551e8e9526.jpg',0,'attachment','image/jpeg',0),(1608,1,'2016-11-29 07:36:57','2016-11-29 07:36:57','','Maintenance','','inherit','open','closed','','df3f2f81-1e73-4c35-8b9d-d39856993e91','','','2016-12-01 08:50:20','2016-12-01 08:50:20','',0,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/df3f2f81-1e73-4c35-8b9d-d39856993e91.jpg',0,'attachment','image/jpeg',0),(1609,1,'2016-11-29 07:36:58','2016-11-29 07:36:58','','Services','','inherit','open','closed','','e98b1aa6-973e-4795-91be-55ef6ea279f7','','','2016-12-01 08:49:30','2016-12-01 08:49:30','',0,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/e98b1aa6-973e-4795-91be-55ef6ea279f7.jpg',0,'attachment','image/jpeg',0),(1610,1,'2016-11-29 07:37:33','2016-11-29 07:37:33','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\'][/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1599\'][/av_slide_full]\r\n[av_slide_full id=\'1600\'][/av_slide_full]\r\n[av_slide_full id=\'1601\'][/av_slide_full]\r\n[av_slide_full id=\'1602\'][/av_slide_full]\r\n[av_slide_full id=\'1603\'][/av_slide_full]\r\n[av_slide_full id=\'1605\'][/av_slide_full]\r\n[av_slide_full id=\'1606\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#e6e6e6\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'5px,0px\' padding=\'15px,25px,15px,25px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h3\' padding=\'0\' heading=\'ABOUT US\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'30\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nMetro Scape is Al Bandary International Group specialist in bringing Nature to your home and work space. Even though the local climate does not make the task easier, we know how to bring greenery and decoration to your surrounding! Let it be trees, plants, shrubs, flowers or ornamental plants, Metro Scape knows how to provide you with the adequate plant to make your surrounding better.\r\n[/av_textblock]\r\n\r\n[/av_one_full][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/10/serv-bg.jpg\' attachment=\'1141\' attachment_size=\'full\' attach=\'scroll\' position=\'top center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/10/agent.jpg\' attachment=\'1143\' attachment_size=\'full\' align=\'left\' animation=\'left-to-right\' styling=\'no-styling\' hover=\'\' link=\'manually,http://almeelws.com/bre_website/agents/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nAGENTS\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://almeelws.com/bre_website/agents/\">AGENTS</a>\r\n\r\n<hr style=\"color: #e51f44; border: solid; width: 320px; padding-right: 50px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/10/Differentiate.jpg\' attachment=\'1144\' attachment_size=\'full\' align=\'left\' animation=\'top-to-bottom\' styling=\'no-styling\' hover=\'\' link=\'manually,http://almeelws.com/bre_website/properties/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nPROPERTIES\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://almeelws.com/bre_website/properties/\">PROPERTIES</a>\r\n\r\n<hr style=\"color: #92d32d; border: solid; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/10/gallery-inner.jpg\' attachment=\'1145\' attachment_size=\'full\' align=\'left\' animation=\'right-to-left\' styling=\'no-styling\' hover=\'\' link=\'manually,http://almeelws.com/bre_website/videos/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nVIDEOS\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://almeelws.com/bre_website/videos/\">VIDEOS</a>\r\n\r\n<hr style=\"color: #ffff00; border: solid; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-29 07:37:33','2016-11-29 07:37:33','',42,'http://metro-landscaping.com/en/2016/11/29/42-revision-v1/',0,'revision','',0),(1611,1,'2016-11-29 07:40:14','2016-11-29 07:40:14','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\'][/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1599\'][/av_slide_full]\r\n[av_slide_full id=\'1600\'][/av_slide_full]\r\n[av_slide_full id=\'1601\'][/av_slide_full]\r\n[av_slide_full id=\'1602\'][/av_slide_full]\r\n[av_slide_full id=\'1603\'][/av_slide_full]\r\n[av_slide_full id=\'1605\'][/av_slide_full]\r\n[av_slide_full id=\'1606\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#e6e6e6\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'5px,0px\' padding=\'15px,25px,15px,25px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h3\' padding=\'0\' heading=\'ABOUT US\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'30\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nMetro Scape is Al Bandary International Group specialist in bringing Nature to your home and work space. Even though the local climate does not make the task easier, we know how to bring greenery and decoration to your surrounding! Let it be trees, plants, shrubs, flowers or ornamental plants, Metro Scape knows how to provide you with the adequate plant to make your surrounding better.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/10/serv-bg.jpg\' attachment=\'1141\' attachment_size=\'full\' attach=\'scroll\' position=\'top center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/1909ae44-125d-4e39-bde0-91551e8e9526.jpg\' attachment=\'1607\' attachment_size=\'full\' align=\'left\' animation=\'left-to-right\' styling=\'no-styling\' hover=\'\' link=\'manually,http://almeelws.com/bre_website/agents/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nAGENTS\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/agents/\">PROJECTS</a>\r\n\r\n<hr style=\"color: #e51f44; border: solid; width: 320px; padding-right: 50px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/e98b1aa6-973e-4795-91be-55ef6ea279f7.jpg\' attachment=\'1609\' attachment_size=\'full\' align=\'left\' animation=\'top-to-bottom\' styling=\'no-styling\' hover=\'\' link=\'manually,http://almeelws.com/bre_website/properties/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nPROPERTIES\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/properties/\">SERVICES</a>\r\n\r\n<hr style=\"color: #92d32d; border: solid; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/df3f2f81-1e73-4c35-8b9d-d39856993e91.jpg\' attachment=\'1608\' attachment_size=\'full\' align=\'left\' animation=\'right-to-left\' styling=\'no-styling\' hover=\'\' link=\'manually,http://almeelws.com/bre_website/videos/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nVIDEOS\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/maintenance/\">MAINTENANCE</a>\r\n\r\n<hr style=\"color: #ffff00; border: solid; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-29 07:40:14','2016-11-29 07:40:14','',42,'http://metro-landscaping.com/en/2016/11/29/42-revision-v1/',0,'revision','',0),(1612,1,'2016-11-29 07:40:48','2016-11-29 07:40:48','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\'][/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1599\'][/av_slide_full]\r\n[av_slide_full id=\'1600\'][/av_slide_full]\r\n[av_slide_full id=\'1601\'][/av_slide_full]\r\n[av_slide_full id=\'1602\'][/av_slide_full]\r\n[av_slide_full id=\'1603\'][/av_slide_full]\r\n[av_slide_full id=\'1605\'][/av_slide_full]\r\n[av_slide_full id=\'1606\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#e6e6e6\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'5px,0px\' padding=\'15px,25px,15px,25px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h3\' padding=\'0\' heading=\'ABOUT US\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'30\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nMetro Scape is Al Bandary International Group specialist in bringing Nature to your home and work space. Even though the local climate does not make the task easier, we know how to bring greenery and decoration to your surrounding! Let it be trees, plants, shrubs, flowers or ornamental plants, Metro Scape knows how to provide you with the adequate plant to make your surrounding better.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/10/serv-bg.jpg\' attachment=\'1141\' attachment_size=\'full\' attach=\'scroll\' position=\'top center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/1909ae44-125d-4e39-bde0-91551e8e9526.jpg\' attachment=\'1607\' attachment_size=\'full\' align=\'left\' animation=\'left-to-right\' styling=\'no-styling\' hover=\'\' link=\'manually,http://almeelws.com/bre_website/agents/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nAGENTS\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/projects/\">PROJECTS</a>\r\n\r\n<hr style=\"color: #e51f44; border: solid; width: 320px; padding-right: 50px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/e98b1aa6-973e-4795-91be-55ef6ea279f7.jpg\' attachment=\'1609\' attachment_size=\'full\' align=\'left\' animation=\'top-to-bottom\' styling=\'no-styling\' hover=\'\' link=\'manually,http://almeelws.com/bre_website/properties/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nPROPERTIES\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/services/\">SERVICES</a>\r\n\r\n<hr style=\"color: #92d32d; border: solid; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/df3f2f81-1e73-4c35-8b9d-d39856993e91.jpg\' attachment=\'1608\' attachment_size=\'full\' align=\'left\' animation=\'right-to-left\' styling=\'no-styling\' hover=\'\' link=\'manually,http://almeelws.com/bre_website/videos/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nVIDEOS\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/maintenance/\">MAINTENANCE</a>\r\n\r\n<hr style=\"color: #ffff00; border: solid; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-29 07:40:48','2016-11-29 07:40:48','',42,'http://metro-landscaping.com/en/2016/11/29/42-revision-v1/',0,'revision','',0),(1613,1,'2016-11-29 07:43:03','2016-11-29 07:43:03','','0712b9c1-299c-45f8-83aa-1d9a52c58622','','inherit','open','closed','','0712b9c1-299c-45f8-83aa-1d9a52c58622','','','2016-11-29 07:43:03','2016-11-29 07:43:03','',42,'http://metro-landscaping.com/en/wp-content/uploads/2016/10/0712b9c1-299c-45f8-83aa-1d9a52c58622.jpg',0,'attachment','image/jpeg',0),(1614,1,'2016-11-29 07:43:21','2016-11-29 07:43:21','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\'][/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1599\'][/av_slide_full]\r\n[av_slide_full id=\'1600\'][/av_slide_full]\r\n[av_slide_full id=\'1601\'][/av_slide_full]\r\n[av_slide_full id=\'1602\'][/av_slide_full]\r\n[av_slide_full id=\'1603\'][/av_slide_full]\r\n[av_slide_full id=\'1605\'][/av_slide_full]\r\n[av_slide_full id=\'1606\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#e6e6e6\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'5px,0px\' padding=\'15px,25px,15px,25px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h3\' padding=\'0\' heading=\'ABOUT US\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'30\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nMetro Scape is Al Bandary International Group specialist in bringing Nature to your home and work space. Even though the local climate does not make the task easier, we know how to bring greenery and decoration to your surrounding! Let it be trees, plants, shrubs, flowers or ornamental plants, Metro Scape knows how to provide you with the adequate plant to make your surrounding better.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/0712b9c1-299c-45f8-83aa-1d9a52c58622.jpg\' attachment=\'1613\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/1909ae44-125d-4e39-bde0-91551e8e9526.jpg\' attachment=\'1607\' attachment_size=\'full\' align=\'left\' animation=\'left-to-right\' styling=\'no-styling\' hover=\'\' link=\'manually,http://almeelws.com/bre_website/agents/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nAGENTS\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/projects/\">PROJECTS</a>\r\n\r\n<hr style=\"color: #e51f44; border: solid; width: 320px; padding-right: 50px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/e98b1aa6-973e-4795-91be-55ef6ea279f7.jpg\' attachment=\'1609\' attachment_size=\'full\' align=\'left\' animation=\'top-to-bottom\' styling=\'no-styling\' hover=\'\' link=\'manually,http://almeelws.com/bre_website/properties/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nPROPERTIES\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/services/\">SERVICES</a>\r\n\r\n<hr style=\"color: #92d32d; border: solid; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/df3f2f81-1e73-4c35-8b9d-d39856993e91.jpg\' attachment=\'1608\' attachment_size=\'full\' align=\'left\' animation=\'right-to-left\' styling=\'no-styling\' hover=\'\' link=\'manually,http://almeelws.com/bre_website/videos/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nVIDEOS\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/maintenance/\">MAINTENANCE</a>\r\n\r\n<hr style=\"color: #ffff00; border: solid; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-29 07:43:21','2016-11-29 07:43:21','',42,'http://metro-landscaping.com/en/2016/11/29/42-revision-v1/',0,'revision','',0),(1615,1,'2016-11-29 07:43:59','2016-11-29 07:43:59','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\'][/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1599\'][/av_slide_full]\r\n[av_slide_full id=\'1600\'][/av_slide_full]\r\n[av_slide_full id=\'1601\'][/av_slide_full]\r\n[av_slide_full id=\'1602\'][/av_slide_full]\r\n[av_slide_full id=\'1603\'][/av_slide_full]\r\n[av_slide_full id=\'1605\'][/av_slide_full]\r\n[av_slide_full id=\'1606\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#e6e6e6\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'5px,0px\' padding=\'15px,25px,15px,25px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h3\' padding=\'0\' heading=\'ABOUT US\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'30\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nMetro Scape is Al Bandary International Group specialist in bringing Nature to your home and work space. Even though the local climate does not make the task easier, we know how to bring greenery and decoration to your surrounding! Let it be trees, plants, shrubs, flowers or ornamental plants, Metro Scape knows how to provide you with the adequate plant to make your surrounding better.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/0712b9c1-299c-45f8-83aa-1d9a52c58622.jpg\' attachment=\'1613\' attachment_size=\'full\' attach=\'scroll\' position=\'top center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/1909ae44-125d-4e39-bde0-91551e8e9526.jpg\' attachment=\'1607\' attachment_size=\'full\' align=\'left\' animation=\'left-to-right\' styling=\'no-styling\' hover=\'\' link=\'manually,http://almeelws.com/bre_website/agents/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nAGENTS\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/projects/\">PROJECTS</a>\r\n\r\n<hr style=\"color: #e51f44; border: solid; width: 320px; padding-right: 50px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/e98b1aa6-973e-4795-91be-55ef6ea279f7.jpg\' attachment=\'1609\' attachment_size=\'full\' align=\'left\' animation=\'top-to-bottom\' styling=\'no-styling\' hover=\'\' link=\'manually,http://almeelws.com/bre_website/properties/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nPROPERTIES\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/services/\">SERVICES</a>\r\n\r\n<hr style=\"color: #92d32d; border: solid; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/df3f2f81-1e73-4c35-8b9d-d39856993e91.jpg\' attachment=\'1608\' attachment_size=\'full\' align=\'left\' animation=\'right-to-left\' styling=\'no-styling\' hover=\'\' link=\'manually,http://almeelws.com/bre_website/videos/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nVIDEOS\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/maintenance/\">MAINTENANCE</a>\r\n\r\n<hr style=\"color: #ffff00; border: solid; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-29 07:43:59','2016-11-29 07:43:59','',42,'http://metro-landscaping.com/en/2016/11/29/42-revision-v1/',0,'revision','',0),(1616,1,'2016-11-29 07:48:25','2016-11-29 07:48:25','','08298e39-48de-441f-9d4c-7874541b7f95','','inherit','open','closed','','08298e39-48de-441f-9d4c-7874541b7f95','','','2016-11-29 07:48:25','2016-11-29 07:48:25','',8,'http://metro-landscaping.com/en/wp-content/uploads/2016/10/08298e39-48de-441f-9d4c-7874541b7f95.jpg',0,'attachment','image/jpeg',0),(1617,1,'2016-11-29 07:50:38','2016-11-29 07:50:38','','diagonal-thin-light','','inherit','open','closed','','diagonal-thin-light','','','2016-11-29 07:50:38','2016-11-29 07:50:38','',8,'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png',0,'attachment','image/png',0),(1618,1,'2016-11-29 07:50:47','2016-11-29 07:50:47','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\'][/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1616\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-35px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#39865e\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'1617\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nAl Bandary Real Estate is a leading Real Estate company, organized under the laws of Qatar. Since its establishment in 2005, the company has strived to create, restructure and manage a group of investments in the real estate sector.\r\n\r\nOur team is highly experienced in underwriting assets to insure an accurate portrayal of a property\'s financials. We look at each asset separately, where each marketing package is customized to bring out the best that each asset can offer. We pride ourselves that many of our senior management team have been dynamically dedicated to the company for the past years. At the same time, we believe in complementing this existing strength by attracting and retaining the best new talents in the market.\r\n\r\nAl Bandary Real Estate is constantly looking to recruit and retain the highest caliber of talent, while securing a strong capital base and efficiently managing risks.\r\n\r\nAl Bandary Real Estate believes that these factors will lead to overall success while exploring opportunities that will have an added value to our clients, investors and shareholders.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_tab_container position=\'sidebar_tab sidebar_tab_left\' boxed=\'border_tabs\' initial=\'1\']\r\n[av_tab title=\'Vision, Mission & Values\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\n<strong>Vision</strong>\r\n\r\n- To be the pace setter in real estate services by exceeding customer expectations. Al Bandary Real Estate is committed to providing the most unique and comprehensive customer service for individuals interested in owning property.\r\n\r\n<strong>Mission</strong>\r\n\r\n- Aggressively pursue business through innovation to provide exceptional service to our clients\r\n\r\n- Ensuring career opportunities to our employees and continuous support to our society\r\n\r\n- Build lifetime relationships with our customers and communities.\r\n\r\n<strong>Values</strong>\r\n\r\n- Corporate Culture: Diversity and continued development, transparency, teamwork and integrity.\r\n\r\n- Performance: Our company ethics navigate our day-to-day lives to deliver an expected high quality range of products and services.\r\n\r\n- Spirit and future ambitions: Achieve long-term growth and raise the return on shareholder\'s equity services.\r\n[/av_tab]\r\n[av_tab title=\'Value in the market\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate emphasizes on quality rather than quantity as the main objective for all its endeavors. The company gained confidence and full trust in the property industry this has been achieved with high caliber professional approach with quality requirements. Al Bandary Real Estate has worthily established its roots in Qatar and is rated as one of the leading Class ‘A’ Real Estate Companies.\r\n\r\nThe professional team at Al Bandary Real Estate follows an active buy-manage-sell strategy as part of their professional portfolio management. They tackle their remit in property investment for the company with innovation, dedication and expertise.\r\n\r\nCustomer service – built on a foundation of experience and education – is the cornerstone of Al Bandary Real Estate success. Its track record built over the past years has proven that a focus on the customer\'s needs, backed by the ability to deliver and remains as important as ever.\r\n\r\nThis success shows the exponential growth of the company, and how through local knowledge and expertise Real Estate can offer the finest service through all stages of the real estate cycle.\r\n[/av_tab]\r\n[av_tab title=\'Company Capacity\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate has consistently been one of the leading Real Estate developers in Qatar. The company’s commitment to quality, efficiency and value, has allowed its projects to consistently achieve strong results.\r\n\r\nStrong industry links and the potential to create long-term partnerships with the area\'s prominent financial and governmental leaders have placed Al Bandary Real Estate in a favorable position. Al Bandary Real Estate had the vision to expand beyond facilitating traditional sale and lease transactions and provide a complete range of sales, leasing, consulting, development, and management services.\r\n\r\nWith a large portfolio of property listings and clients throughout Qatar, Al Bandary Real Estate is prepared to fulfill all commercial real estate requirements. In line with the dynamic growth in Qatar, Al Bandary Real Estate has increased its workforce, placing emphasis on recruiting and training the brightest talents in the market today.\r\n\r\nCentral to this growth will be further business development across the business to match the ambitious growth plans for Al Bandary Real Estate.\r\n\r\nAl Bandary Real Estate believes in the power of giving back to the community. As real estate professionals that work in Qatar, we know that being committed to provide only high-quality services will play an active role in promoting the growth of our community. Whether you are a buyer or a seller, Al Bandary Real Estate can open up a whole world of choice in terms of location, price and property.\r\n[/av_tab]\r\n[av_tab title=\'Company History\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate was established in 2005, as a leading company that provides advanced property solutions in the State of Qatar. As a part of Bandary International Group, Al Bandary Real Estate is contributing to the economic progress of the State of Qatar. Al Bandary Real Estate is widely recognized to be one of the leading Real Estate firms operating in the State of Qatar.\r\n\r\nUnder the management of Mr. Mohammed Abdullatif A. Al Mana, chairman of the Group, a great emphasis has been placed on safety, environment, quality control and timely completion which made the company consistently meet the highest property solutions while constantly ensuring high quality standards by achieving optimal level of clients\' satisfaction.\r\n\r\nAs part of the wider Bandary International Group, which currently has over 16 individual companies covering key areas such as transportation, manufacturing and construction, the strength of the Group\'s performance is based on its ability to utilize the synergies between its companies to support and complement each other, and to manage risk through diversification and strong management.\r\n\r\nAl Bandary Real Estate surpasses other real estate firms by the extensive experience in a variety of real estate services including construction, management and inspections, this is in addition to the proficiency, reliability and integrity.\r\n\r\nThe company, which is a member of Bandary International Group (BIG), is established based on the framework of the country\'s strategic plan to diversify the sources of income. Coupled with its sustained policy of encouraging the private sector in Qatar by participating in the construction and management of real estate projects, Al Bandary Real Estate aims to be the leading provider of affordable housing to families with quality residential units at affordable prices throughout the GCC region.\r\n[/av_tab]\r\n[/av_tab_container]\r\n[/av_one_full]\r\n\r\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-29 07:50:47','2016-11-29 07:50:47','',8,'http://metro-landscaping.com/en/2016/11/29/8-revision-v1/',0,'revision','',0),(1619,1,'2016-11-29 07:52:37','2016-11-29 07:52:37','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\'][/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1616\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-35px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#39865e\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'1617\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nMetro Scape is a Qatar Company involved in Landscaping, Softscaping, Irrigation Systems and Landscape Designs business. Metro Scape was established in the year 2010 and manage by Mr. Haytham Al Dahdoh.\r\n\r\nAs a professionally manage organization, we carry out Landscaping, Softscaping, Irrigation Systems and Landscape Designs project all over Qatar. Metro Scape has assigned qualified and well-experienced expertise to ensure the successful result of our projects.\r\n\r\nWe are currently engaged our work force for the Landscape, Softscape, Irrigation Systems and Designs of companies such as Kahramaa Awareness Park, Al Thuraya Tower, Al Bandary Hotel, Al Thumama Mall, Marina Com-005 Office Tower, Hotel Apartment in Dafna area, Construction of 17 Buildings in Fox Hills and Private Residential Buildings throughout Qatar. The company\'s trust, reliability and committed to quality is motivated us to widen our activities towards Civil Engineering construction area.\r\n\r\nAlso we have strengthened our organization with highly experienced quality conscious Engineers and Office Staffs.\r\n\r\nIt is Metro Scape\'s intention to build up sound business relation with our clients on the basis of reliable execution of projects within the specified schedule.\r\n[/av_textblock]\r\n\r\n[/av_one_full][av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_tab_container position=\'sidebar_tab sidebar_tab_left\' boxed=\'border_tabs\' initial=\'1\']\r\n[av_tab title=\'Value in the market\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate emphasizes on quality rather than quantity as the main objective for all its endeavors. The company gained confidence and full trust in the property industry this has been achieved with high caliber professional approach with quality requirements. Al Bandary Real Estate has worthily established its roots in Qatar and is rated as one of the leading Class ‘A’ Real Estate Companies.\r\n\r\nThe professional team at Al Bandary Real Estate follows an active buy-manage-sell strategy as part of their professional portfolio management. They tackle their remit in property investment for the company with innovation, dedication and expertise.\r\n\r\nCustomer service – built on a foundation of experience and education – is the cornerstone of Al Bandary Real Estate success. Its track record built over the past years has proven that a focus on the customer\'s needs, backed by the ability to deliver and remains as important as ever.\r\n\r\nThis success shows the exponential growth of the company, and how through local knowledge and expertise Real Estate can offer the finest service through all stages of the real estate cycle.\r\n[/av_tab]\r\n[av_tab title=\'Company Profile\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nQatar is country which much of its places consist of a low, barren plain, covered with sand. And with its climate that best describes as subtropical dry, hot dessert climate with low annual rainfall, very high temperature in summer and a big difference between maximum and minimum temperatures, especially in the inland areas. Definitely, not a good place to grow plants.\r\n\r\nThat\'s why Metro Scape was formed, to bring Nature to your home and business place, those various trees, plants, shrubs, flowerings and ornamental plants which are arranged and customized to the design you preferred with professional advice that your family will surely love and enjoy.\r\n\r\nSince it\'s foundation on 2010, Metro Scape has continually progressed and is now one of the local companies in Qatar that offers full Natural Landscaping and Design contracting. Back-up with well trained and friendly staff coupled with integrity, years of experience, character and respect for the environment which you can guaranteed on delivering the finest possible workmanship together with cost effective landscaping solutions.\r\n\r\nMetro Scape is continuously improving, searching and adapting nature, design, modern quality procedure, innovation & technology.\r\n[/av_tab]\r\n[av_tab title=\'Company History\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nSince its foundation in 2010, Metro Scape has continuously progressed and is now one of the local companies in Qatar that offer full natural landscaping and design contracting despite of the harsh local climate conditions.\r\n\r\nWe also specialize in maintenance and irrigation of these landscapes.\r\n\r\nOur previous and ongoing work for individuals, corporate and governmental projects best reflects our high standards and our versatility in landscaping.\r\n[/av_tab]\r\n[/av_tab_container]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-29 07:52:37','2016-11-29 07:52:37','',8,'http://metro-landscaping.com/en/2016/11/29/8-revision-v1/',0,'revision','',0),(1620,1,'2016-11-29 07:54:08','2016-11-29 07:54:08','','2f157351-2267-44f3-8053-ec2263cf70d7','','inherit','open','closed','','2f157351-2267-44f3-8053-ec2263cf70d7','','','2016-11-29 07:54:08','2016-11-29 07:54:08','',925,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/2f157351-2267-44f3-8053-ec2263cf70d7.jpg',0,'attachment','image/jpeg',0),(1621,1,'2016-11-29 07:57:03','2016-11-29 07:57:03','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Bandary_Landing Page\r\nURL of the webpage where the tag is expected to be placed: http://bre.com.qa\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Remarketing, Activity ID: 4138824 -->\r\n<!-- Expected URL: http://bre.com.qa/en/contactus -->\r\n\r\n<!-- Activity ID: 4138824 Activity Name: Al Bandary Real Estate - Remarketing Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Remarketing\r\nURL of the webpage where the tag is expected to be placed: http://bre.com.qa/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban0;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban0;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n[/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1033\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1620\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-34.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Projects\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/11/Bandary-RE.-Pttern-1.png\' attachment=\'1252\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_portfolio categories=\'5\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\r\n\r\n[/av_section]','Projects','','inherit','closed','closed','','925-revision-v1','','','2016-11-29 07:57:03','2016-11-29 07:57:03','',925,'http://metro-landscaping.com/en/2016/11/29/925-revision-v1/',0,'revision','',0),(1622,1,'2016-11-29 08:01:51','2016-11-29 08:01:51','','d9c0c94f-961e-4022-8abd-4a3a65c8b5a8','','inherit','open','closed','','d9c0c94f-961e-4022-8abd-4a3a65c8b5a8','','','2016-11-29 08:01:51','2016-11-29 08:01:51','',1485,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/d9c0c94f-961e-4022-8abd-4a3a65c8b5a8.jpg',0,'attachment','image/jpeg',0),(1624,1,'2016-11-29 08:10:10','2016-11-29 08:10:10','','94ff7abd-1a8f-4552-a15a-a871ca9423ee','','inherit','open','closed','','94ff7abd-1a8f-4552-a15a-a871ca9423ee','','','2016-11-29 08:10:10','2016-11-29 08:10:10','',1473,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/94ff7abd-1a8f-4552-a15a-a871ca9423ee.jpg',0,'attachment','image/jpeg',0),(1625,1,'2016-11-29 08:10:14','2016-11-29 08:10:14','','986b7d66-26a2-40a9-9e75-fa39f8802103','','inherit','open','closed','','986b7d66-26a2-40a9-9e75-fa39f8802103','','','2016-11-29 08:10:14','2016-11-29 08:10:14','',1473,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/986b7d66-26a2-40a9-9e75-fa39f8802103.jpg',0,'attachment','image/jpeg',0),(1626,1,'2016-11-29 08:10:16','2016-11-29 08:10:16','','3323fd92-a5eb-4245-b14a-40bae6ea971e','','inherit','open','closed','','3323fd92-a5eb-4245-b14a-40bae6ea971e','','','2016-11-29 08:10:16','2016-11-29 08:10:16','',1473,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/3323fd92-a5eb-4245-b14a-40bae6ea971e.jpg',0,'attachment','image/jpeg',0),(1627,1,'2016-11-29 08:10:20','2016-11-29 08:10:20','','0564281f-309c-4a3d-b24f-066053d262c4','','inherit','open','closed','','0564281f-309c-4a3d-b24f-066053d262c4','','','2016-11-29 08:10:20','2016-11-29 08:10:20','',1473,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/0564281f-309c-4a3d-b24f-066053d262c4.jpg',0,'attachment','image/jpeg',0),(1628,1,'2016-11-29 08:10:23','2016-11-29 08:10:23','','d1928568-c2c7-41ef-a4c3-73aede25254d','','inherit','open','closed','','d1928568-c2c7-41ef-a4c3-73aede25254d','','','2016-11-29 08:10:23','2016-11-29 08:10:23','',1473,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/d1928568-c2c7-41ef-a4c3-73aede25254d.jpg',0,'attachment','image/jpeg',0),(1629,1,'2016-11-29 08:10:26','2016-11-29 08:10:26','','f67b0675-ea5b-48cd-90f9-f485cb50d953','','inherit','open','closed','','f67b0675-ea5b-48cd-90f9-f485cb50d953','','','2016-11-29 08:10:26','2016-11-29 08:10:26','',1473,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f67b0675-ea5b-48cd-90f9-f485cb50d953.jpg',0,'attachment','image/jpeg',0),(1630,1,'2016-11-29 08:13:46','2016-11-29 08:13:46','','00d2de78-3635-4ca7-8e6c-2f732a723ba3','','inherit','open','closed','','00d2de78-3635-4ca7-8e6c-2f732a723ba3','','','2016-11-29 08:13:46','2016-11-29 08:13:46','',1460,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/00d2de78-3635-4ca7-8e6c-2f732a723ba3.jpg',0,'attachment','image/jpeg',0),(1631,1,'2016-11-29 08:13:49','2016-11-29 08:13:49','','1cb111e5-0685-401a-9382-1c06b8ead088','','inherit','open','closed','','1cb111e5-0685-401a-9382-1c06b8ead088','','','2016-11-29 08:13:49','2016-11-29 08:13:49','',1460,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/1cb111e5-0685-401a-9382-1c06b8ead088.jpg',0,'attachment','image/jpeg',0),(1632,1,'2016-11-29 08:13:53','2016-11-29 08:13:53','','1ec49d21-7f14-4d82-adbd-b97606109c60','','inherit','open','closed','','1ec49d21-7f14-4d82-adbd-b97606109c60','','','2016-11-29 08:13:53','2016-11-29 08:13:53','',1460,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/1ec49d21-7f14-4d82-adbd-b97606109c60.jpg',0,'attachment','image/jpeg',0),(1633,1,'2016-11-29 08:13:56','2016-11-29 08:13:56','','486120b1-4c0f-4874-8bcf-86ec06b3ef55','','inherit','open','closed','','486120b1-4c0f-4874-8bcf-86ec06b3ef55','','','2016-11-29 08:13:56','2016-11-29 08:13:56','',1460,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/486120b1-4c0f-4874-8bcf-86ec06b3ef55.jpg',0,'attachment','image/jpeg',0),(1634,1,'2016-11-29 08:13:59','2016-11-29 08:13:59','','f91a1b32-5ba7-4b57-bc16-de4e6ade9402','','inherit','open','closed','','f91a1b32-5ba7-4b57-bc16-de4e6ade9402','','','2016-11-29 08:13:59','2016-11-29 08:13:59','',1460,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f91a1b32-5ba7-4b57-bc16-de4e6ade9402.jpg',0,'attachment','image/jpeg',0),(1635,1,'2016-11-29 08:15:42','2016-11-29 08:15:42','','projects-bg','','inherit','open','closed','','projects-bg','','','2016-11-29 08:15:42','2016-11-29 08:15:42','',1460,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg',0,'attachment','image/jpeg',0),(1636,1,'2016-11-29 08:27:00','2016-11-29 08:27:00','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Bandary_Landing Page\r\nURL of the webpage where the tag is expected to be placed: http://bre.com.qa\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Remarketing, Activity ID: 4138824 -->\r\n<!-- Expected URL: http://bre.com.qa/en/contactus -->\r\n\r\n<!-- Activity ID: 4138824 Activity Name: Al Bandary Real Estate - Remarketing Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Remarketing\r\nURL of the webpage where the tag is expected to be placed: http://bre.com.qa/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban0;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban0;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n[/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1033\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1620\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-34.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Projects\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/11/Bandary-RE.-Pttern-1.png\' attachment=\'1252\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\r\n\r\n[/av_section]','Projects','','inherit','closed','closed','','925-revision-v1','','','2016-11-29 08:27:00','2016-11-29 08:27:00','',925,'http://metro-landscaping.com/en/2016/11/29/925-revision-v1/',0,'revision','',0),(1637,1,'2016-11-29 08:28:48','2016-11-29 08:28:48','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Bandary_Landing Page\r\nURL of the webpage where the tag is expected to be placed: http://bre.com.qa\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Remarketing, Activity ID: 4138824 -->\r\n<!-- Expected URL: http://bre.com.qa/en/contactus -->\r\n\r\n<!-- Activity ID: 4138824 Activity Name: Al Bandary Real Estate - Remarketing Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Remarketing\r\nURL of the webpage where the tag is expected to be placed: http://bre.com.qa/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban0;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban0;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n[/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1033\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1620\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-34.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Projects\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\r\n[/av_section]','Projects','','inherit','closed','closed','','925-revision-v1','','','2016-11-29 08:28:48','2016-11-29 08:28:48','',925,'http://metro-landscaping.com/en/2016/11/29/925-revision-v1/',0,'revision','',0),(1638,1,'2016-11-29 09:09:14','2016-11-29 09:09:14','','PROJECTS','','publish','closed','closed','','projects','','','2016-11-29 09:33:46','2016-11-29 09:33:46','',0,'http://metro-landscaping.com/en/?p=1638',3,'nav_menu_item','',0),(1639,1,'2016-11-29 09:14:57','2016-11-29 09:14:57','','34564e0a-dc3b-4dc0-ae45-6094761b931b','','inherit','open','closed','','34564e0a-dc3b-4dc0-ae45-6094761b931b','','','2016-11-29 09:14:57','2016-11-29 09:14:57','',1464,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/34564e0a-dc3b-4dc0-ae45-6094761b931b.jpg',0,'attachment','image/jpeg',0),(1640,1,'2016-11-29 09:15:00','2016-11-29 09:15:00','','47150f5d-9d11-46bd-a83c-1e000ff5b666','','inherit','open','closed','','47150f5d-9d11-46bd-a83c-1e000ff5b666','','','2016-11-29 09:15:00','2016-11-29 09:15:00','',1464,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/47150f5d-9d11-46bd-a83c-1e000ff5b666.jpg',0,'attachment','image/jpeg',0),(1641,1,'2016-11-29 09:15:03','2016-11-29 09:15:03','','0977844e-b7b4-4f7f-a835-43160f7dd2c2','','inherit','open','closed','','0977844e-b7b4-4f7f-a835-43160f7dd2c2','','','2016-11-29 09:15:03','2016-11-29 09:15:03','',1464,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/0977844e-b7b4-4f7f-a835-43160f7dd2c2.jpg',0,'attachment','image/jpeg',0),(1642,1,'2016-11-29 09:15:07','2016-11-29 09:15:07','','c5eddc7d-0ab9-40aa-961e-4ca504d9397b','','inherit','open','closed','','c5eddc7d-0ab9-40aa-961e-4ca504d9397b','','','2016-11-29 09:15:07','2016-11-29 09:15:07','',1464,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/c5eddc7d-0ab9-40aa-961e-4ca504d9397b.jpg',0,'attachment','image/jpeg',0),(1643,1,'2016-11-29 09:21:05','2016-11-29 09:21:05','','938b25be-98c2-4535-a81c-376189078c68','','inherit','open','closed','','938b25be-98c2-4535-a81c-376189078c68','','','2016-11-29 09:21:05','2016-11-29 09:21:05','',1213,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/938b25be-98c2-4535-a81c-376189078c68.jpg',0,'attachment','image/jpeg',0),(1644,1,'2016-11-29 09:21:38','2016-11-29 09:21:38','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\'][/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1643\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-35px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Services\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\'][/av_heading]\r\n\r\n[/av_one_full]','Services','','inherit','closed','closed','','1213-revision-v1','','','2016-11-29 09:21:38','2016-11-29 09:21:38','',1213,'http://metro-landscaping.com/en/2016/11/29/1213-revision-v1/',0,'revision','',0),(1645,1,'2016-11-29 09:22:50','2016-11-29 09:22:50','','cbb0cba6-d3f6-4890-8146-a624f5870fa0','','inherit','open','closed','','cbb0cba6-d3f6-4890-8146-a624f5870fa0','','','2016-11-29 09:22:50','2016-11-29 09:22:50','',929,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/cbb0cba6-d3f6-4890-8146-a624f5870fa0.jpg',0,'attachment','image/jpeg',0),(1646,1,'2016-11-29 09:23:02','2016-11-29 09:23:02','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Bandary_Landing Page\r\nURL of the webpage where the tag is expected to be placed: http://bre.com.qa\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Remarketing, Activity ID: 4138824 -->\r\n<!-- Expected URL: http://bre.com.qa/en/contactus -->\r\n\r\n<!-- Activity ID: 4138824 Activity Name: Al Bandary Real Estate - Remarketing Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Remarketing\r\nURL of the webpage where the tag is expected to be placed: http://bre.com.qa/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban0;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban0;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n[/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1645\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-35px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Maintenance\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n\r\n[/av_one_full]','Maintenance','','inherit','closed','closed','','929-revision-v1','','','2016-11-29 09:23:02','2016-11-29 09:23:02','',929,'http://metro-landscaping.com/en/2016/11/29/929-revision-v1/',0,'revision','',0),(1647,1,'2016-11-29 09:23:21','2016-11-29 09:23:21','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Bandary_Landing Page\r\nURL of the webpage where the tag is expected to be placed: http://bre.com.qa\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Remarketing, Activity ID: 4138824 -->\r\n<!-- Expected URL: http://bre.com.qa/en/contactus -->\r\n\r\n<!-- Activity ID: 4138824 Activity Name: Al Bandary Real Estate - Remarketing Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Remarketing\r\nURL of the webpage where the tag is expected to be placed: http://bre.com.qa/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban0;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban0;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n[/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1645\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-35px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Coming Soon...\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n\r\n[/av_one_full]','Maintenance','','inherit','closed','closed','','929-revision-v1','','','2016-11-29 09:23:21','2016-11-29 09:23:21','',929,'http://metro-landscaping.com/en/2016/11/29/929-revision-v1/',0,'revision','',0),(1649,1,'2016-11-29 09:24:29','2016-11-29 09:24:29','','f8bd7546-9647-4abe-b261-bd290ce45346','','inherit','open','closed','','f8bd7546-9647-4abe-b261-bd290ce45346','','','2016-11-29 09:24:29','2016-11-29 09:24:29','',12,'http://metro-landscaping.com/en/wp-content/uploads/2016/10/f8bd7546-9647-4abe-b261-bd290ce45346.jpg',0,'attachment','image/jpeg',0),(1650,1,'2016-11-29 09:25:06','2016-11-29 09:25:06','','f8bd7546-9647-4abe-b261-bd290ce45346','','inherit','open','closed','','f8bd7546-9647-4abe-b261-bd290ce45346-2','','','2016-11-29 09:25:06','2016-11-29 09:25:06','',12,'http://metro-landscaping.com/en/wp-content/uploads/2016/10/f8bd7546-9647-4abe-b261-bd290ce45346-1.jpg',0,'attachment','image/jpeg',0),(1651,1,'2016-11-29 09:27:42','2016-11-29 09:27:42','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Bandary_Landing Page\r\nURL of the webpage where the tag is expected to be placed: http://bre.com.qa\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Form Submit, Activity ID: 4137821 -->\r\n<!-- Expected URL: http://bre.com.qa/en/contactus -->\r\n\r\n<!-- Activity ID: 4137821 Activity Name: Al Bandary Real Estate - Form Submit Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Form Submit\r\nURL of the webpage where the tag is expected to be placed: http://bre.com.qa/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban00;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban00;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n<!-- Facebook Pixel Code -->\r\n<script>\r\n!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?\r\nn.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;\r\nn.push=n;n.loaded=!0;n.version=\'2.0\';n.queue=[];t=b.createElement(e);t.async=!0;\r\nt.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,\r\ndocument,\'script\',\'https://connect.facebook.net/en_US/fbevents.js\');\r\nfbq(\'init\', \'650141791822128\');\r\nfbq(\'track\', \'PageView\');\r\n</script>\r\n<noscript><img height=\"1\" width=\"1\" style=\"display:none\" src=\"https://www.facebook.com/tr?id=650141791822128&ev=PageView&noscript=1\" /></noscript>\r\n<!-- DO NOT MODIFY -->\r\n<!-- End Facebook Pixel Code -->\r\n\r\n[/av_codeblock]\r\n\r\n[av_slideshow_full size=\'featured_large\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1650\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' overlay_enable=\'\'][/av_slide_full]\r\n\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-34.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-19px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#1588a7\' src=\'http://almeelws.com/big_website/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'582\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'3px,30px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'-5\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n13th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 4476 4579\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 4464 0761\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"info@metro-landscaping.com\" target=\"_blank\">info@metro-landscaping.com</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0; margin-left: 20px; margin-top: -30px;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"360\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -45px;\" src=\"http://employee.big.qa/contact_form_ms/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-29 09:27:42','2016-11-29 09:27:42','',12,'http://metro-landscaping.com/en/2016/11/29/12-revision-v1/',0,'revision','',0),(1652,1,'2016-11-29 09:33:46','2016-11-29 09:33:46','','SERVICES','','publish','closed','closed','','services','','','2016-11-29 09:33:46','2016-11-29 09:33:46','',0,'http://metro-landscaping.com/en/?p=1652',4,'nav_menu_item','',0),(1653,1,'2016-11-29 09:33:47','2016-11-29 09:33:47','','MAINTENANCE','','publish','closed','closed','','maintenance','','','2016-11-29 09:33:47','2016-11-29 09:33:47','',0,'http://metro-landscaping.com/en/?p=1653',5,'nav_menu_item','',0),(1654,1,'2016-11-29 09:34:55','2016-11-29 09:34:55','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\'][/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1643\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-35px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Coming Soon\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\'][/av_heading]\r\n\r\n[/av_one_full]','Services','','inherit','closed','closed','','1213-revision-v1','','','2016-11-29 09:34:55','2016-11-29 09:34:55','',1213,'http://metro-landscaping.com/en/2016/11/29/1213-revision-v1/',0,'revision','',0),(1655,1,'2016-11-29 09:37:34','2016-11-29 09:37:34','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Bandary_Landing Page\r\nURL of the webpage where the tag is expected to be placed: http://bre.com.qa\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Form Submit, Activity ID: 4137821 -->\r\n<!-- Expected URL: http://bre.com.qa/en/contactus -->\r\n\r\n<!-- Activity ID: 4137821 Activity Name: Al Bandary Real Estate - Form Submit Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Form Submit\r\nURL of the webpage where the tag is expected to be placed: http://bre.com.qa/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban00;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban00;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n<!-- Facebook Pixel Code -->\r\n<script>\r\n!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?\r\nn.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;\r\nn.push=n;n.loaded=!0;n.version=\'2.0\';n.queue=[];t=b.createElement(e);t.async=!0;\r\nt.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,\r\ndocument,\'script\',\'https://connect.facebook.net/en_US/fbevents.js\');\r\nfbq(\'init\', \'650141791822128\');\r\nfbq(\'track\', \'PageView\');\r\n</script>\r\n<noscript><img height=\"1\" width=\"1\" style=\"display:none\" src=\"https://www.facebook.com/tr?id=650141791822128&ev=PageView&noscript=1\" /></noscript>\r\n<!-- DO NOT MODIFY -->\r\n<!-- End Facebook Pixel Code -->\r\n\r\n[/av_codeblock]\r\n\r\n[av_slideshow_full size=\'featured_large\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1650\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' overlay_enable=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-34.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-19px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#39865e\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'3px,30px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'-5\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n13th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 4476 4579\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 4464 0761\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"info@metro-landscaping.com\" target=\"_blank\">info@metro-landscaping.com</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0; margin-left: 20px; margin-top: -30px;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"360\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -45px;\" src=\"http://employee.big.qa/contact_form_ms/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-29 09:37:34','2016-11-29 09:37:34','',12,'http://metro-landscaping.com/en/2016/11/29/12-revision-v1/',0,'revision','',0),(1656,1,'2016-11-29 09:41:55','2016-11-29 09:41:55','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Bandary_Landing Page\r\nURL of the webpage where the tag is expected to be placed: http://bre.com.qa\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Form Submit, Activity ID: 4137821 -->\r\n<!-- Expected URL: http://bre.com.qa/en/contactus -->\r\n\r\n<!-- Activity ID: 4137821 Activity Name: Al Bandary Real Estate - Form Submit Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Form Submit\r\nURL of the webpage where the tag is expected to be placed: http://bre.com.qa/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban00;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban00;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n<!-- Facebook Pixel Code -->\r\n<script>\r\n!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?\r\nn.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;\r\nn.push=n;n.loaded=!0;n.version=\'2.0\';n.queue=[];t=b.createElement(e);t.async=!0;\r\nt.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,\r\ndocument,\'script\',\'https://connect.facebook.net/en_US/fbevents.js\');\r\nfbq(\'init\', \'650141791822128\');\r\nfbq(\'track\', \'PageView\');\r\n</script>\r\n<noscript><img height=\"1\" width=\"1\" style=\"display:none\" src=\"https://www.facebook.com/tr?id=650141791822128&ev=PageView&noscript=1\" /></noscript>\r\n<!-- DO NOT MODIFY -->\r\n<!-- End Facebook Pixel Code -->\r\n\r\n[/av_codeblock]\r\n\r\n[av_slideshow_full size=\'featured_large\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1650\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' overlay_enable=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-34.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-19px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#39865e\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'1617\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'3px,30px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'-5\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n13th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 4476 4579\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 4464 0761\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"info@metro-landscaping.com\" target=\"_blank\">info@metro-landscaping.com</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0; margin-left: 20px; margin-top: -30px;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"360\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -45px;\" src=\"http://employee.big.qa/contact_form_ms/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-29 09:41:55','2016-11-29 09:41:55','',12,'http://metro-landscaping.com/en/2016/11/29/12-revision-v1/',0,'revision','',0),(1657,1,'2016-11-29 09:48:09','2016-11-29 09:48:09','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\'][/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1643\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-35px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Coming Soon...\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\'][/av_heading]\r\n\r\n[/av_one_full]','Services','','inherit','closed','closed','','1213-revision-v1','','','2016-11-29 09:48:09','2016-11-29 09:48:09','',1213,'http://metro-landscaping.com/en/2016/11/29/1213-revision-v1/',0,'revision','',0),(1658,1,'2016-11-30 06:28:56','2016-11-30 06:28:56','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\n\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[av_one_fifth first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Centara Hotel\' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\n\n[/av_two_third][av_one_fifth first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\n[av_slide id=\'1659\'][/av_slide]\n[av_slide id=\'1661\'][/av_slide]\n[av_slide id=\'1662\'][/av_slide]\n[av_slide id=\'1663\'][/av_slide]\n[av_slide id=\'1664\'][/av_slide]\n[av_slide id=\'1665\'][/av_slide]\n[av_slide id=\'1666\'][/av_slide]\n[av_slide id=\'1667\'][/av_slide]\n[av_slide id=\'1668\'][/av_slide]\n[/av_slideshow]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\']\nLandscaping & Irrigation Works\n[/av_textblock]\n\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[av_heading tag=\'h2\' padding=\'0\' heading=\'More Projects\' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\n\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\n\n[/av_two_third][av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[/av_section]','Centara Hotel','Landscaping & Irrigation Works...','inherit','closed','closed','','1450-autosave-v1','','','2016-11-30 06:28:56','2016-11-30 06:28:56','',1450,'http://metro-landscaping.com/en/2016/11/30/1450-autosave-v1/',0,'revision','',0),(1659,1,'2016-11-30 06:14:01','2016-11-30 06:14:01','','1b60bb2a-cdc8-4e85-a6a2-df4571f49e9a','','inherit','open','closed','','1b60bb2a-cdc8-4e85-a6a2-df4571f49e9a','','','2016-11-30 06:14:01','2016-11-30 06:14:01','',1450,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/1b60bb2a-cdc8-4e85-a6a2-df4571f49e9a.jpg',0,'attachment','image/jpeg',0),(1660,1,'2016-11-30 06:14:06','2016-11-30 06:14:06','','3af6a412-8b57-4ccb-89ef-21b2eda144ac','','inherit','open','closed','','3af6a412-8b57-4ccb-89ef-21b2eda144ac','','','2016-11-30 06:14:06','2016-11-30 06:14:06','',1450,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/3af6a412-8b57-4ccb-89ef-21b2eda144ac.jpg',0,'attachment','image/jpeg',0),(1661,1,'2016-11-30 06:14:10','2016-11-30 06:14:10','','5cf297f3-d503-4bd1-9ef5-4b14c663f478','','inherit','open','closed','','5cf297f3-d503-4bd1-9ef5-4b14c663f478','','','2016-11-30 06:14:10','2016-11-30 06:14:10','',1450,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/5cf297f3-d503-4bd1-9ef5-4b14c663f478.jpg',0,'attachment','image/jpeg',0),(1662,1,'2016-11-30 06:14:14','2016-11-30 06:14:14','','31f41ba0-b991-446c-994f-f4725f673b56','','inherit','open','closed','','31f41ba0-b991-446c-994f-f4725f673b56','','','2016-11-30 06:14:14','2016-11-30 06:14:14','',1450,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/31f41ba0-b991-446c-994f-f4725f673b56.jpg',0,'attachment','image/jpeg',0),(1663,1,'2016-11-30 06:14:18','2016-11-30 06:14:18','','59a93e3a-4ced-41c9-8aba-edf87565293e','','inherit','open','closed','','59a93e3a-4ced-41c9-8aba-edf87565293e','','','2016-11-30 06:14:18','2016-11-30 06:14:18','',1450,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/59a93e3a-4ced-41c9-8aba-edf87565293e.jpg',0,'attachment','image/jpeg',0),(1664,1,'2016-11-30 06:14:22','2016-11-30 06:14:22','','948c434a-692b-4f1d-ba01-f4ffbfeba711','','inherit','open','closed','','948c434a-692b-4f1d-ba01-f4ffbfeba711','','','2016-11-30 06:14:22','2016-11-30 06:14:22','',1450,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/948c434a-692b-4f1d-ba01-f4ffbfeba711.jpg',0,'attachment','image/jpeg',0),(1665,1,'2016-11-30 06:14:26','2016-11-30 06:14:26','','951dc92f-6435-4343-9266-72941df313a7','','inherit','open','closed','','951dc92f-6435-4343-9266-72941df313a7','','','2016-11-30 06:14:26','2016-11-30 06:14:26','',1450,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/951dc92f-6435-4343-9266-72941df313a7.jpg',0,'attachment','image/jpeg',0),(1666,1,'2016-11-30 06:14:29','2016-11-30 06:14:29','','1417410a-3768-477e-ba40-4e3b69fc6e4e','','inherit','open','closed','','1417410a-3768-477e-ba40-4e3b69fc6e4e','','','2016-11-30 06:14:29','2016-11-30 06:14:29','',1450,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/1417410a-3768-477e-ba40-4e3b69fc6e4e.jpg',0,'attachment','image/jpeg',0),(1667,1,'2016-11-30 06:14:33','2016-11-30 06:14:33','','34374424-1b6b-4542-8c8f-f9c681fd3e46','','inherit','open','closed','','34374424-1b6b-4542-8c8f-f9c681fd3e46','','','2016-11-30 06:14:33','2016-11-30 06:14:33','',1450,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/34374424-1b6b-4542-8c8f-f9c681fd3e46.jpg',0,'attachment','image/jpeg',0),(1668,1,'2016-11-30 06:14:36','2016-11-30 06:14:36','','cb163f42-fe48-460f-972f-6a6cbf16ad54','','inherit','open','closed','','cb163f42-fe48-460f-972f-6a6cbf16ad54','','','2016-11-30 06:14:36','2016-11-30 06:14:36','',1450,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/cb163f42-fe48-460f-972f-6a6cbf16ad54.jpg',0,'attachment','image/jpeg',0),(1669,1,'2016-11-30 06:19:42','2016-11-30 06:19:42','','497e07b5-49c1-4472-aee5-b85effe7cbaa','','inherit','open','closed','','497e07b5-49c1-4472-aee5-b85effe7cbaa','','','2016-11-30 06:19:42','2016-11-30 06:19:42','',1450,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/497e07b5-49c1-4472-aee5-b85effe7cbaa.jpg',0,'attachment','image/jpeg',0),(1670,1,'2016-11-30 06:51:10','2016-11-30 06:51:10','','3f5012a8-6bb1-4ea8-9d88-07c7e72ed4a2','','inherit','open','closed','','3f5012a8-6bb1-4ea8-9d88-07c7e72ed4a2','','','2016-11-30 06:51:10','2016-11-30 06:51:10','',1441,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/3f5012a8-6bb1-4ea8-9d88-07c7e72ed4a2.jpg',0,'attachment','image/jpeg',0),(1671,1,'2016-11-30 06:51:13','2016-11-30 06:51:13','','7fa14581-1408-45fc-b912-aab976c655da','','inherit','open','closed','','7fa14581-1408-45fc-b912-aab976c655da','','','2016-11-30 06:51:13','2016-11-30 06:51:13','',1441,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/7fa14581-1408-45fc-b912-aab976c655da.jpg',0,'attachment','image/jpeg',0),(1672,1,'2016-11-30 06:51:16','2016-11-30 06:51:16','','9a6c0b74-f292-4266-bfc2-516eee70cc29','','inherit','open','closed','','9a6c0b74-f292-4266-bfc2-516eee70cc29','','','2016-11-30 06:51:16','2016-11-30 06:51:16','',1441,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/9a6c0b74-f292-4266-bfc2-516eee70cc29.jpg',0,'attachment','image/jpeg',0),(1673,1,'2016-11-30 06:51:18','2016-11-30 06:51:18','','55cc419e-3403-46f0-aed3-c4264a4b4b66','','inherit','open','closed','','55cc419e-3403-46f0-aed3-c4264a4b4b66','','','2016-11-30 06:51:18','2016-11-30 06:51:18','',1441,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/55cc419e-3403-46f0-aed3-c4264a4b4b66.jpg',0,'attachment','image/jpeg',0),(1674,1,'2016-11-30 06:51:21','2016-11-30 06:51:21','','8579a9d2-9d50-4dc9-aec6-e1a708e85c22','','inherit','open','closed','','8579a9d2-9d50-4dc9-aec6-e1a708e85c22','','','2016-11-30 06:51:21','2016-11-30 06:51:21','',1441,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/8579a9d2-9d50-4dc9-aec6-e1a708e85c22.jpg',0,'attachment','image/jpeg',0),(1675,1,'2016-11-30 06:51:24','2016-11-30 06:51:24','','532117d4-7b25-49ee-a376-556b3af7ba4b','','inherit','open','closed','','532117d4-7b25-49ee-a376-556b3af7ba4b','','','2016-11-30 06:51:24','2016-11-30 06:51:24','',1441,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/532117d4-7b25-49ee-a376-556b3af7ba4b.jpg',0,'attachment','image/jpeg',0),(1676,1,'2016-11-30 06:51:27','2016-11-30 06:51:27','','17083201-70c4-4523-b5da-44f1e3eb3aea','','inherit','open','closed','','17083201-70c4-4523-b5da-44f1e3eb3aea','','','2016-11-30 06:51:27','2016-11-30 06:51:27','',1441,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/17083201-70c4-4523-b5da-44f1e3eb3aea.jpg',0,'attachment','image/jpeg',0),(1677,1,'2016-11-30 06:51:29','2016-11-30 06:51:29','','70291640-2602-4253-9737-05c6b9b7fa84','','inherit','open','closed','','70291640-2602-4253-9737-05c6b9b7fa84','','','2016-11-30 06:51:29','2016-11-30 06:51:29','',1441,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/70291640-2602-4253-9737-05c6b9b7fa84.jpg',0,'attachment','image/jpeg',0),(1678,1,'2016-11-30 06:51:31','2016-11-30 06:51:31','','dc3d5ded-6e40-4e08-b1ef-8eb9637bdab0','','inherit','open','closed','','dc3d5ded-6e40-4e08-b1ef-8eb9637bdab0','','','2016-11-30 06:51:31','2016-11-30 06:51:31','',1441,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/dc3d5ded-6e40-4e08-b1ef-8eb9637bdab0.jpg',0,'attachment','image/jpeg',0),(1679,1,'2016-11-30 06:58:02','2016-11-30 06:58:02','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Al Telal - Fox Hills \' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\n\n[/av_two_third][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\n[av_slide id=\'1670\'][/av_slide]\n[av_slide id=\'1671\'][/av_slide]\n[av_slide id=\'1672\'][/av_slide]\n[av_slide id=\'1673\'][/av_slide]\n[av_slide id=\'1674\'][/av_slide]\n[av_slide id=\'1675\'][/av_slide]\n[av_slide id=\'1676\'][/av_slide]\n[av_slide id=\'1677\'][/av_slide]\n[av_slide id=\'1678\'][/av_slide]\n[av_slide id=\'1680\'][/av_slide]\n[av_slide id=\'1681\'][/av_slide]\n[/av_slideshow]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\']\nHard Landscaping Works\n[/av_textblock]\n\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[av_heading tag=\'h2\' padding=\'0\' heading=\'More Projects\' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\n\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\n\n[/av_two_third][av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n[/av_section]','Al Telal - Fox Hills','Hard Landscaping Works...','inherit','closed','closed','','1441-autosave-v1','','','2016-11-30 06:58:02','2016-11-30 06:58:02','',1441,'http://metro-landscaping.com/en/2016/11/30/1441-autosave-v1/',0,'revision','',0),(1680,1,'2016-11-30 06:51:34','2016-11-30 06:51:34','','dd68e74f-45a7-4af6-b609-eb6666bc8063','','inherit','open','closed','','dd68e74f-45a7-4af6-b609-eb6666bc8063','','','2016-11-30 06:51:34','2016-11-30 06:51:34','',1441,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/dd68e74f-45a7-4af6-b609-eb6666bc8063.jpg',0,'attachment','image/jpeg',0),(1681,1,'2016-11-30 06:51:37','2016-11-30 06:51:37','','e383239f-9cb9-4c54-9b7a-c25b3c241c6b','','inherit','open','closed','','e383239f-9cb9-4c54-9b7a-c25b3c241c6b','','','2016-11-30 06:51:37','2016-11-30 06:51:37','',1441,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/e383239f-9cb9-4c54-9b7a-c25b3c241c6b.jpg',0,'attachment','image/jpeg',0),(1682,1,'2016-11-30 07:01:43','2016-11-30 07:01:43','','1a5fce8a-d193-4b0d-9b2f-3cdf53f90a3a','','inherit','open','closed','','1a5fce8a-d193-4b0d-9b2f-3cdf53f90a3a','','','2016-11-30 07:01:43','2016-11-30 07:01:43','',1424,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/1a5fce8a-d193-4b0d-9b2f-3cdf53f90a3a.jpg',0,'attachment','image/jpeg',0),(1683,1,'2016-11-30 07:01:47','2016-11-30 07:01:47','','09c026f2-54c5-4419-b060-52088977a47f','','inherit','open','closed','','09c026f2-54c5-4419-b060-52088977a47f','','','2016-11-30 07:01:47','2016-11-30 07:01:47','',1424,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/09c026f2-54c5-4419-b060-52088977a47f.jpg',0,'attachment','image/jpeg',0),(1684,1,'2016-11-30 07:01:50','2016-11-30 07:01:50','','9ec0c14a-6f9b-48d8-9568-f2a2b7cb32c3','','inherit','open','closed','','9ec0c14a-6f9b-48d8-9568-f2a2b7cb32c3','','','2016-11-30 07:01:50','2016-11-30 07:01:50','',1424,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/9ec0c14a-6f9b-48d8-9568-f2a2b7cb32c3.jpg',0,'attachment','image/jpeg',0),(1685,1,'2016-11-30 07:01:54','2016-11-30 07:01:54','','39abe821-1a6e-4638-9dfb-25c7675d7000','','inherit','open','closed','','39abe821-1a6e-4638-9dfb-25c7675d7000','','','2016-11-30 07:01:54','2016-11-30 07:01:54','',1424,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/39abe821-1a6e-4638-9dfb-25c7675d7000.jpg',0,'attachment','image/jpeg',0),(1686,1,'2016-11-30 07:01:59','2016-11-30 07:01:59','','OLYMPUS DIGITAL CAMERA','OLYMPUS DIGITAL CAMERA','inherit','open','closed','','olympus-digital-camera','','','2016-11-30 07:01:59','2016-11-30 07:01:59','',1424,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/44e03392-55d6-4b9e-b131-eca9c8af32bd.jpg',0,'attachment','image/jpeg',0),(1687,1,'2016-11-30 07:02:02','2016-11-30 07:02:02','','48d2e898-0756-4abf-b778-b37feff26397','','inherit','open','closed','','48d2e898-0756-4abf-b778-b37feff26397','','','2016-11-30 07:02:02','2016-11-30 07:02:02','',1424,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/48d2e898-0756-4abf-b778-b37feff26397.jpg',0,'attachment','image/jpeg',0),(1688,1,'2016-11-30 07:02:04','2016-11-30 07:02:04','','154a22b4-7437-4a4b-83d7-a2587ce8162b','','inherit','open','closed','','154a22b4-7437-4a4b-83d7-a2587ce8162b','','','2016-11-30 07:02:04','2016-11-30 07:02:04','',1424,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/154a22b4-7437-4a4b-83d7-a2587ce8162b.jpg',0,'attachment','image/jpeg',0),(1689,1,'2016-11-30 07:02:07','2016-11-30 07:02:07','','361b4aee-4867-43d0-a0af-a42c9d8d3842','','inherit','open','closed','','361b4aee-4867-43d0-a0af-a42c9d8d3842','','','2016-11-30 07:02:07','2016-11-30 07:02:07','',1424,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/361b4aee-4867-43d0-a0af-a42c9d8d3842.jpg',0,'attachment','image/jpeg',0),(1690,1,'2016-11-30 07:02:10','2016-11-30 07:02:10','','409461e3-c3af-44dc-b38f-ec4ada037ae5','','inherit','open','closed','','409461e3-c3af-44dc-b38f-ec4ada037ae5','','','2016-11-30 07:02:10','2016-11-30 07:02:10','',1424,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/409461e3-c3af-44dc-b38f-ec4ada037ae5.jpg',0,'attachment','image/jpeg',0),(1691,1,'2016-11-30 07:02:13','2016-11-30 07:02:13','','ad0a437b-3768-4550-9eb6-ef3205c6eb84','','inherit','open','closed','','ad0a437b-3768-4550-9eb6-ef3205c6eb84','','','2016-11-30 07:02:13','2016-11-30 07:02:13','',1424,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/ad0a437b-3768-4550-9eb6-ef3205c6eb84.jpg',0,'attachment','image/jpeg',0),(1692,1,'2016-11-30 07:02:17','2016-11-30 07:02:17','','b05fd160-e99b-4576-90a9-071c0db9099a','','inherit','open','closed','','b05fd160-e99b-4576-90a9-071c0db9099a','','','2016-11-30 07:02:17','2016-11-30 07:02:17','',1424,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/b05fd160-e99b-4576-90a9-071c0db9099a.jpg',0,'attachment','image/jpeg',0),(1693,1,'2016-11-30 07:02:20','2016-11-30 07:02:20','','d1df55f9-f2af-47ff-9425-2aceb0774ded','','inherit','open','closed','','d1df55f9-f2af-47ff-9425-2aceb0774ded','','','2016-11-30 07:02:20','2016-11-30 07:02:20','',1424,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/d1df55f9-f2af-47ff-9425-2aceb0774ded.jpg',0,'attachment','image/jpeg',0),(1694,1,'2016-11-30 07:02:24','2016-11-30 07:02:24','','e20dd4eb-3b9f-412f-8f64-6beaade3726b','','inherit','open','closed','','e20dd4eb-3b9f-412f-8f64-6beaade3726b','','','2016-11-30 07:02:24','2016-11-30 07:02:24','',1424,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/e20dd4eb-3b9f-412f-8f64-6beaade3726b.jpg',0,'attachment','image/jpeg',0),(1695,1,'2016-11-30 07:02:28','2016-11-30 07:02:28','','f15055f3-719c-4648-871e-4d7c3dd67b43','','inherit','open','closed','','f15055f3-719c-4648-871e-4d7c3dd67b43','','','2016-11-30 07:02:28','2016-11-30 07:02:28','',1424,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f15055f3-719c-4648-871e-4d7c3dd67b43.jpg',0,'attachment','image/jpeg',0),(1696,1,'2016-11-30 07:02:32','2016-11-30 07:02:32','','fdb017e8-a454-4e20-b3dc-a154c7257208','','inherit','open','closed','','fdb017e8-a454-4e20-b3dc-a154c7257208','','','2016-11-30 07:02:32','2016-11-30 07:02:32','',1424,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/fdb017e8-a454-4e20-b3dc-a154c7257208.jpg',0,'attachment','image/jpeg',0),(1697,1,'2016-11-30 07:11:12','2016-11-30 07:11:12','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\n\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Jumana Tower \' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\n\n[/av_two_third][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\n[av_slide id=\'1698\'][/av_slide]\n[av_slide id=\'1699\'][/av_slide]\n[av_slide id=\'1700\'][/av_slide]\n[av_slide id=\'1701\'][/av_slide]\n[av_slide id=\'1702\'][/av_slide]\n[av_slide id=\'1703\'][/av_slide]\n[av_slide id=\'1704\'][/av_slide]\n[av_slide id=\'1705\'][/av_slide]\n[/av_slideshow]\n\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[av_heading tag=\'h2\' padding=\'0\' heading=\'More Projects\' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\n\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\n\n[/av_two_third][av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[/av_section]','Jumana Tower','Al Bandary Real Estate one of the largest private real estate developments in Qatar, offers...','inherit','closed','closed','','1407-autosave-v1','','','2016-11-30 07:11:12','2016-11-30 07:11:12','',1407,'http://metro-landscaping.com/en/2016/11/30/1407-autosave-v1/',0,'revision','',0),(1698,1,'2016-11-30 07:09:31','2016-11-30 07:09:31','','1efb18dc-125d-485f-b119-d5245e97f613','','inherit','open','closed','','1efb18dc-125d-485f-b119-d5245e97f613','','','2016-11-30 07:09:31','2016-11-30 07:09:31','',1407,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/1efb18dc-125d-485f-b119-d5245e97f613.jpg',0,'attachment','image/jpeg',0),(1699,1,'2016-11-30 07:09:35','2016-11-30 07:09:35','','3f842e73-1880-466a-a9c1-e0ff96b3aa94','','inherit','open','closed','','3f842e73-1880-466a-a9c1-e0ff96b3aa94','','','2016-11-30 07:09:35','2016-11-30 07:09:35','',1407,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/3f842e73-1880-466a-a9c1-e0ff96b3aa94.jpg',0,'attachment','image/jpeg',0),(1700,1,'2016-11-30 07:09:38','2016-11-30 07:09:38','','5e2ab194-d936-4f0d-b648-4777c964754d','','inherit','open','closed','','5e2ab194-d936-4f0d-b648-4777c964754d','','','2016-11-30 07:09:38','2016-11-30 07:09:38','',1407,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/5e2ab194-d936-4f0d-b648-4777c964754d.jpg',0,'attachment','image/jpeg',0),(1701,1,'2016-11-30 07:09:42','2016-11-30 07:09:42','','59efdc34-d2fc-4ea0-9a41-9040e5aeadb7','','inherit','open','closed','','59efdc34-d2fc-4ea0-9a41-9040e5aeadb7','','','2016-11-30 07:09:42','2016-11-30 07:09:42','',1407,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/59efdc34-d2fc-4ea0-9a41-9040e5aeadb7.jpg',0,'attachment','image/jpeg',0),(1702,1,'2016-11-30 07:09:45','2016-11-30 07:09:45','','163869d7-9913-4ab0-987b-eae4562e669f','','inherit','open','closed','','163869d7-9913-4ab0-987b-eae4562e669f','','','2016-11-30 07:09:45','2016-11-30 07:09:45','',1407,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/163869d7-9913-4ab0-987b-eae4562e669f.jpg',0,'attachment','image/jpeg',0),(1703,1,'2016-11-30 07:09:48','2016-11-30 07:09:48','','50058049-6730-4e39-949b-176325cd7af4','','inherit','open','closed','','50058049-6730-4e39-949b-176325cd7af4','','','2016-11-30 07:09:48','2016-11-30 07:09:48','',1407,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/50058049-6730-4e39-949b-176325cd7af4.jpg',0,'attachment','image/jpeg',0),(1704,1,'2016-11-30 07:09:50','2016-11-30 07:09:50','','b6cd11a6-a663-4d55-9cfe-11ccfbd4cff3','','inherit','open','closed','','b6cd11a6-a663-4d55-9cfe-11ccfbd4cff3','','','2016-11-30 07:09:50','2016-11-30 07:09:50','',1407,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/b6cd11a6-a663-4d55-9cfe-11ccfbd4cff3.jpg',0,'attachment','image/jpeg',0),(1705,1,'2016-11-30 07:09:53','2016-11-30 07:09:53','','d150ea5a-de98-4df1-9ba7-4c474858f2aa','','inherit','open','closed','','d150ea5a-de98-4df1-9ba7-4c474858f2aa','','','2016-11-30 07:09:53','2016-11-30 07:09:53','',1407,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/d150ea5a-de98-4df1-9ba7-4c474858f2aa.jpg',0,'attachment','image/jpeg',0),(1706,1,'2016-11-30 07:17:11','2016-11-30 07:17:11','','3f6a823f-8312-462e-aff8-f136265b5215','','inherit','open','closed','','3f6a823f-8312-462e-aff8-f136265b5215','','','2016-11-30 07:17:11','2016-11-30 07:17:11','',1397,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/3f6a823f-8312-462e-aff8-f136265b5215.jpg',0,'attachment','image/jpeg',0),(1707,1,'2016-11-30 07:17:15','2016-11-30 07:17:15','','a768bcd2-c3da-464b-9159-0926a44cbbdd','','inherit','open','closed','','a768bcd2-c3da-464b-9159-0926a44cbbdd','','','2016-11-30 07:17:15','2016-11-30 07:17:15','',1397,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/a768bcd2-c3da-464b-9159-0926a44cbbdd.jpg',0,'attachment','image/jpeg',0),(1708,1,'2016-11-30 07:17:18','2016-11-30 07:17:18','','b622aa7e-de55-4497-b3ff-f49224246a85','','inherit','open','closed','','b622aa7e-de55-4497-b3ff-f49224246a85','','','2016-11-30 07:17:18','2016-11-30 07:17:18','',1397,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/b622aa7e-de55-4497-b3ff-f49224246a85.jpg',0,'attachment','image/jpeg',0),(1709,1,'2016-11-30 07:17:22','2016-11-30 07:17:22','','f12c9edf-048f-4be8-8a4b-fbf449d63c64','','inherit','open','closed','','f12c9edf-048f-4be8-8a4b-fbf449d63c64','','','2016-11-30 07:17:22','2016-11-30 07:17:22','',1397,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f12c9edf-048f-4be8-8a4b-fbf449d63c64.jpg',0,'attachment','image/jpeg',0),(1710,1,'2016-11-30 07:17:25','2016-11-30 07:17:25','','fad45974-80f8-4bc8-8860-948df044d875','','inherit','open','closed','','fad45974-80f8-4bc8-8860-948df044d875','','','2016-11-30 07:17:25','2016-11-30 07:17:25','',1397,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/fad45974-80f8-4bc8-8860-948df044d875.jpg',0,'attachment','image/jpeg',0),(1711,1,'2016-11-30 07:20:16','2016-11-30 07:20:16','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\n\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[av_heading tag=\'h2\' padding=\'0\' heading=\'MMUP Ministry \' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\n\n[/av_two_third][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\n[av_slide id=\'1706\'][/av_slide]\n[av_slide id=\'1707\'][/av_slide]\n[av_slide id=\'1708\'][/av_slide]\n[av_slide id=\'1709\'][/av_slide]\n[av_slide id=\'1710\'][/av_slide]\n[/av_slideshow]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\']\nSoft, Hard Landscaping & Fountain Works.\n[/av_textblock]\n\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[av_heading tag=\'h2\' padding=\'0\' heading=\'More Projects\' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\n\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\n\n[/av_two_third][av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[/av_section]','MMUP Ministry','Soft, Hard Landscaping...','inherit','closed','closed','','1397-autosave-v1','','','2016-11-30 07:20:16','2016-11-30 07:20:16','',1397,'http://metro-landscaping.com/en/2016/11/30/1397-autosave-v1/',0,'revision','',0),(1712,1,'2016-11-30 07:23:53','2016-11-30 07:23:53','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://almeelws.com/bre_website/wp-content/uploads/2016/11/Bandary-RE.-Pttern-2.png\' attachment=\'1494\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\n\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[av_heading heading=\'Private Villa\' tag=\'h2\' style=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#35404b\'][/av_heading]\n\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\n[av_slide id=\'1713\'][/av_slide]\n[av_slide id=\'1714\'][/av_slide]\n[av_slide id=\'1715\'][/av_slide]\n[av_slide id=\'1716\'][/av_slide]\n[/av_slideshow]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\']\nSoft & Hard Landscaping Works.\n[/av_textblock]\n\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[av_heading heading=\'More Projects\' tag=\'h2\' style=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#35404b\'][/av_heading]\n\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\n\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[/av_one_fifth][av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[/av_section]','Private Villa','Soft & Hard Landscaping...','inherit','closed','closed','','1383-autosave-v1','','','2016-11-30 07:23:53','2016-11-30 07:23:53','',1383,'http://metro-landscaping.com/en/2016/11/30/1383-autosave-v1/',0,'revision','',0),(1713,1,'2016-11-30 07:22:53','2016-11-30 07:22:53','','120ea068-6062-4d36-860c-94ab06cbe36e-l','','inherit','open','closed','','120ea068-6062-4d36-860c-94ab06cbe36e-l','','','2016-11-30 07:22:53','2016-11-30 07:22:53','',1383,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/120ea068-6062-4d36-860c-94ab06cbe36e-L-.jpg',0,'attachment','image/jpeg',0),(1714,1,'2016-11-30 07:22:54','2016-11-30 07:22:54','','7513c4d5-dae6-4087-8966-dcc21a772cf1-l','','inherit','open','closed','','7513c4d5-dae6-4087-8966-dcc21a772cf1-l','','','2016-11-30 07:22:54','2016-11-30 07:22:54','',1383,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/7513c4d5-dae6-4087-8966-dcc21a772cf1-L-.jpg',0,'attachment','image/jpeg',0),(1715,1,'2016-11-30 07:22:55','2016-11-30 07:22:55','','2184583a-2491-4dfb-93bc-99b140f1fa0a-l','','inherit','open','closed','','2184583a-2491-4dfb-93bc-99b140f1fa0a-l','','','2016-11-30 07:22:55','2016-11-30 07:22:55','',1383,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/2184583a-2491-4dfb-93bc-99b140f1fa0a-L-.jpg',0,'attachment','image/jpeg',0),(1716,1,'2016-11-30 07:22:56','2016-11-30 07:22:56','','aba946c8-54d2-4e2b-9d39-9f0122eb05fe-l','','inherit','open','closed','','aba946c8-54d2-4e2b-9d39-9f0122eb05fe-l','','','2016-11-30 07:22:56','2016-11-30 07:22:56','',1383,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/aba946c8-54d2-4e2b-9d39-9f0122eb05fe-L-.jpg',0,'attachment','image/jpeg',0),(1717,1,'2016-11-30 07:29:55','2016-11-30 07:29:55','','0f6969d5-221a-4da7-970c-94f0aff4f34d','','inherit','open','closed','','0f6969d5-221a-4da7-970c-94f0aff4f34d','','','2016-11-30 07:29:55','2016-11-30 07:29:55','',1375,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/0f6969d5-221a-4da7-970c-94f0aff4f34d.jpg',0,'attachment','image/jpeg',0),(1718,1,'2016-11-30 07:30:01','2016-11-30 07:30:01','','5b3d45e8-7825-40e7-afb1-edf7843ab7e5','','inherit','open','closed','','5b3d45e8-7825-40e7-afb1-edf7843ab7e5','','','2016-11-30 07:30:01','2016-11-30 07:30:01','',1375,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/5b3d45e8-7825-40e7-afb1-edf7843ab7e5.jpg',0,'attachment','image/jpeg',0),(1719,1,'2016-11-30 07:30:05','2016-11-30 07:30:05','','7a7b2398-a875-4232-9733-e4aea3016ca7','','inherit','open','closed','','7a7b2398-a875-4232-9733-e4aea3016ca7','','','2016-11-30 07:30:05','2016-11-30 07:30:05','',1375,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/7a7b2398-a875-4232-9733-e4aea3016ca7.jpg',0,'attachment','image/jpeg',0),(1720,1,'2016-11-30 07:30:09','2016-11-30 07:30:09','','9f50a14e-21d9-4472-bb4b-3f0d02aebca7','','inherit','open','closed','','9f50a14e-21d9-4472-bb4b-3f0d02aebca7','','','2016-11-30 07:30:09','2016-11-30 07:30:09','',1375,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/9f50a14e-21d9-4472-bb4b-3f0d02aebca7.jpg',0,'attachment','image/jpeg',0),(1721,1,'2016-11-30 07:30:12','2016-11-30 07:30:12','','59a20f70-1619-4464-946e-077411dd0236','','inherit','open','closed','','59a20f70-1619-4464-946e-077411dd0236','','','2016-11-30 07:30:12','2016-11-30 07:30:12','',1375,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/59a20f70-1619-4464-946e-077411dd0236.jpg',0,'attachment','image/jpeg',0),(1722,1,'2016-11-30 07:30:15','2016-11-30 07:30:15','','8821304a-8d43-422d-858b-f1f2bb1841f2','','inherit','open','closed','','8821304a-8d43-422d-858b-f1f2bb1841f2','','','2016-11-30 07:30:15','2016-11-30 07:30:15','',1375,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/8821304a-8d43-422d-858b-f1f2bb1841f2.jpg',0,'attachment','image/jpeg',0),(1723,1,'2016-11-30 07:30:19','2016-11-30 07:30:19','','c2c47128-f7f0-4c71-b6bd-278ec98ab350','','inherit','open','closed','','c2c47128-f7f0-4c71-b6bd-278ec98ab350','','','2016-11-30 07:30:19','2016-11-30 07:30:19','',1375,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/c2c47128-f7f0-4c71-b6bd-278ec98ab350.jpg',0,'attachment','image/jpeg',0),(1724,1,'2016-11-30 07:30:22','2016-11-30 07:30:22','','e6d97675-ee44-4ba1-98aa-e369e3e9672b','','inherit','open','closed','','e6d97675-ee44-4ba1-98aa-e369e3e9672b','','','2016-11-30 07:30:22','2016-11-30 07:30:22','',1375,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/e6d97675-ee44-4ba1-98aa-e369e3e9672b.jpg',0,'attachment','image/jpeg',0),(1725,1,'2016-11-30 07:30:27','2016-11-30 07:30:27','','e6018bc5-4977-49ce-bde9-9c5e5a57b3d2','','inherit','open','closed','','e6018bc5-4977-49ce-bde9-9c5e5a57b3d2','','','2016-11-30 07:30:27','2016-11-30 07:30:27','',1375,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/e6018bc5-4977-49ce-bde9-9c5e5a57b3d2.jpg',0,'attachment','image/jpeg',0),(1726,1,'2016-11-30 07:36:33','2016-11-30 07:36:33','','5afaa0ee-b064-4604-8abf-8cb75dfdf2b1','','inherit','open','closed','','5afaa0ee-b064-4604-8abf-8cb75dfdf2b1','','','2016-11-30 07:36:33','2016-11-30 07:36:33','',1365,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/5afaa0ee-b064-4604-8abf-8cb75dfdf2b1.jpg',0,'attachment','image/jpeg',0),(1727,1,'2016-11-30 07:36:38','2016-11-30 07:36:38','','afc1fd6d-ba07-4c8c-8480-1119777b5b98','','inherit','open','closed','','afc1fd6d-ba07-4c8c-8480-1119777b5b98','','','2016-11-30 07:36:38','2016-11-30 07:36:38','',1365,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/afc1fd6d-ba07-4c8c-8480-1119777b5b98.jpg',0,'attachment','image/jpeg',0),(1728,1,'2016-11-30 07:36:41','2016-11-30 07:36:41','','b6ee6c1e-65ca-4328-a67e-10a844a18e62','','inherit','open','closed','','b6ee6c1e-65ca-4328-a67e-10a844a18e62','','','2016-11-30 07:36:41','2016-11-30 07:36:41','',1365,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/b6ee6c1e-65ca-4328-a67e-10a844a18e62.jpg',0,'attachment','image/jpeg',0),(1729,1,'2016-11-30 07:36:44','2016-11-30 07:36:44','','ba6dbe1f-5431-42e6-9aa7-3e6e19136f13','','inherit','open','closed','','ba6dbe1f-5431-42e6-9aa7-3e6e19136f13','','','2016-11-30 07:36:44','2016-11-30 07:36:44','',1365,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/ba6dbe1f-5431-42e6-9aa7-3e6e19136f13.jpg',0,'attachment','image/jpeg',0),(1730,1,'2016-11-30 07:36:47','2016-11-30 07:36:47','','c27d7656-a3ac-4d26-a618-70560403283d','','inherit','open','closed','','c27d7656-a3ac-4d26-a618-70560403283d','','','2016-11-30 07:36:47','2016-11-30 07:36:47','',1365,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/c27d7656-a3ac-4d26-a618-70560403283d.jpg',0,'attachment','image/jpeg',0),(1731,1,'2016-11-30 07:36:50','2016-11-30 07:36:50','','d8ce869a-3fc1-4e85-8d83-b6527e6d7c6c','','inherit','open','closed','','d8ce869a-3fc1-4e85-8d83-b6527e6d7c6c','','','2016-11-30 07:36:50','2016-11-30 07:36:50','',1365,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/d8ce869a-3fc1-4e85-8d83-b6527e6d7c6c.jpg',0,'attachment','image/jpeg',0),(1732,1,'2016-11-30 07:43:57','2016-11-30 07:43:57','','199d0a1a-35cb-482e-946e-f68bb470f5e3','','inherit','open','closed','','199d0a1a-35cb-482e-946e-f68bb470f5e3','','','2016-11-30 07:43:57','2016-11-30 07:43:57','',1340,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/199d0a1a-35cb-482e-946e-f68bb470f5e3.jpg',0,'attachment','image/jpeg',0),(1733,1,'2016-11-30 07:44:00','2016-11-30 07:44:00','','11017e0d-e9a0-414c-87cd-2030d60ff4cd','','inherit','open','closed','','11017e0d-e9a0-414c-87cd-2030d60ff4cd','','','2016-11-30 07:44:00','2016-11-30 07:44:00','',1340,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/11017e0d-e9a0-414c-87cd-2030d60ff4cd.jpg',0,'attachment','image/jpeg',0),(1734,1,'2016-11-30 07:44:04','2016-11-30 07:44:04','','b7c70092-8f73-4396-b2b3-b9630e7e956e','','inherit','open','closed','','b7c70092-8f73-4396-b2b3-b9630e7e956e','','','2016-11-30 07:44:04','2016-11-30 07:44:04','',1340,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/b7c70092-8f73-4396-b2b3-b9630e7e956e.jpg',0,'attachment','image/jpeg',0),(1735,1,'2016-11-30 07:44:07','2016-11-30 07:44:07','','da961646-2cfd-476c-a672-4c3d7646c8ab','','inherit','open','closed','','da961646-2cfd-476c-a672-4c3d7646c8ab','','','2016-11-30 07:44:07','2016-11-30 07:44:07','',1340,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/da961646-2cfd-476c-a672-4c3d7646c8ab.jpg',0,'attachment','image/jpeg',0),(1736,1,'2016-11-30 07:51:02','2016-11-30 07:51:02','','OLYMPUS DIGITAL CAMERA','OLYMPUS DIGITAL CAMERA','inherit','open','closed','','olympus-digital-camera-2','','','2016-11-30 07:51:02','2016-11-30 07:51:02','',1326,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/1fe8cf8c-d039-43af-8f91-e35119f3d910.jpg',0,'attachment','image/jpeg',0),(1737,1,'2016-11-30 07:51:07','2016-11-30 07:51:07','','5b46303a-73bc-4620-a535-b0a0be469925','','inherit','open','closed','','5b46303a-73bc-4620-a535-b0a0be469925','','','2016-11-30 07:51:07','2016-11-30 07:51:07','',1326,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/5b46303a-73bc-4620-a535-b0a0be469925.jpg',0,'attachment','image/jpeg',0),(1738,1,'2016-11-30 07:51:10','2016-11-30 07:51:10','','5eb6fcc3-6f5d-4793-9f38-2c98d80e7c2b','','inherit','open','closed','','5eb6fcc3-6f5d-4793-9f38-2c98d80e7c2b','','','2016-11-30 07:51:10','2016-11-30 07:51:10','',1326,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/5eb6fcc3-6f5d-4793-9f38-2c98d80e7c2b.jpg',0,'attachment','image/jpeg',0),(1739,1,'2016-11-30 07:51:14','2016-11-30 07:51:14','','OLYMPUS DIGITAL CAMERA','OLYMPUS DIGITAL CAMERA','inherit','open','closed','','olympus-digital-camera-3','','','2016-11-30 07:51:14','2016-11-30 07:51:14','',1326,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/8a278796-aa16-4450-915d-c2abc3bddf5e.jpg',0,'attachment','image/jpeg',0),(1740,1,'2016-11-30 07:51:17','2016-11-30 07:51:17','','9d8b0675-d380-4ad6-9edb-a9be30f1eca5','','inherit','open','closed','','9d8b0675-d380-4ad6-9edb-a9be30f1eca5','','','2016-11-30 07:51:17','2016-11-30 07:51:17','',1326,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/9d8b0675-d380-4ad6-9edb-a9be30f1eca5.jpg',0,'attachment','image/jpeg',0),(1741,1,'2016-11-30 07:51:19','2016-11-30 07:51:19','','44a28b6b-0fd4-4f1a-a597-f5474618d07a','','inherit','open','closed','','44a28b6b-0fd4-4f1a-a597-f5474618d07a','','','2016-11-30 07:51:19','2016-11-30 07:51:19','',1326,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/44a28b6b-0fd4-4f1a-a597-f5474618d07a.jpg',0,'attachment','image/jpeg',0),(1742,1,'2016-11-30 07:51:22','2016-11-30 07:51:22','','84ae9359-e4d1-45c9-ac39-705242a667de','','inherit','open','closed','','84ae9359-e4d1-45c9-ac39-705242a667de','','','2016-11-30 07:51:22','2016-11-30 07:51:22','',1326,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/84ae9359-e4d1-45c9-ac39-705242a667de.jpg',0,'attachment','image/jpeg',0),(1743,1,'2016-11-30 07:51:25','2016-11-30 07:51:25','','850058a2-56f4-4c4a-9a05-7d32c6c9dfaf','','inherit','open','closed','','850058a2-56f4-4c4a-9a05-7d32c6c9dfaf','','','2016-11-30 07:51:25','2016-11-30 07:51:25','',1326,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/850058a2-56f4-4c4a-9a05-7d32c6c9dfaf.jpg',0,'attachment','image/jpeg',0),(1744,1,'2016-11-30 07:51:27','2016-11-30 07:51:27','','c1d76851-e578-49ea-af79-8b7f4c93076f','','inherit','open','closed','','c1d76851-e578-49ea-af79-8b7f4c93076f','','','2016-11-30 07:51:27','2016-11-30 07:51:27','',1326,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/c1d76851-e578-49ea-af79-8b7f4c93076f.jpg',0,'attachment','image/jpeg',0),(1745,1,'2016-11-30 07:57:23','2016-11-30 07:57:23','','49f8e13e-bba4-464b-8b84-aa52bb722781','','inherit','open','closed','','49f8e13e-bba4-464b-8b84-aa52bb722781','','','2016-11-30 07:57:23','2016-11-30 07:57:23','',1321,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/49f8e13e-bba4-464b-8b84-aa52bb722781.jpg',0,'attachment','image/jpeg',0),(1746,1,'2016-11-30 07:57:26','2016-11-30 07:57:26','','98c2ecf0-a9e7-4790-9466-a4e83d888e04','','inherit','open','closed','','98c2ecf0-a9e7-4790-9466-a4e83d888e04','','','2016-11-30 07:57:26','2016-11-30 07:57:26','',1321,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/98c2ecf0-a9e7-4790-9466-a4e83d888e04.jpg',0,'attachment','image/jpeg',0),(1747,1,'2016-11-30 07:57:29','2016-11-30 07:57:29','','3553c788-9abe-4ba2-b2b9-4985e8492828','','inherit','open','closed','','3553c788-9abe-4ba2-b2b9-4985e8492828','','','2016-11-30 07:57:29','2016-11-30 07:57:29','',1321,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/3553c788-9abe-4ba2-b2b9-4985e8492828.jpg',0,'attachment','image/jpeg',0),(1748,1,'2016-11-30 07:57:33','2016-11-30 07:57:33','','977268da-3de5-4eef-9734-7aeca81e5ad3','','inherit','open','closed','','977268da-3de5-4eef-9734-7aeca81e5ad3','','','2016-11-30 07:57:33','2016-11-30 07:57:33','',1321,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/977268da-3de5-4eef-9734-7aeca81e5ad3.jpg',0,'attachment','image/jpeg',0),(1749,1,'2016-11-30 07:57:36','2016-11-30 07:57:36','','c65cb342-47f9-48fb-9eb0-ee34dc34bbcf','','inherit','open','closed','','c65cb342-47f9-48fb-9eb0-ee34dc34bbcf','','','2016-11-30 07:57:36','2016-11-30 07:57:36','',1321,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/c65cb342-47f9-48fb-9eb0-ee34dc34bbcf.jpg',0,'attachment','image/jpeg',0),(1750,1,'2016-11-30 08:04:59','2016-11-30 08:04:59','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\n\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[av_heading heading=\'Private Farm House \' tag=\'h2\' style=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#35404b\'][/av_heading]\n\n[/av_two_third][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\n[av_slide id=\'1751\'][/av_slide]\n[av_slide id=\'1752\'][/av_slide]\n[av_slide id=\'1753\'][/av_slide]\n[av_slide id=\'1754\'][/av_slide]\n[/av_slideshow]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\']\n14,000m² Landscaping & Irrigation Works\n[/av_textblock]\n\n[av_hr class=\'invisible\' height=\'-10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[av_heading heading=\'More Projects\' tag=\'h2\' style=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#35404b\'][/av_heading]\n\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\n\n[/av_two_third][/av_section][av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n','Private Farm House','14,000m² Landscaping & Irrigation...','inherit','closed','closed','','1310-autosave-v1','','','2016-11-30 08:04:59','2016-11-30 08:04:59','',1310,'http://metro-landscaping.com/en/2016/11/30/1310-autosave-v1/',0,'revision','',0),(1751,1,'2016-11-30 08:03:26','2016-11-30 08:03:26','','3dcf89c5-8f73-4a10-9a18-9989761899ca','','inherit','open','closed','','3dcf89c5-8f73-4a10-9a18-9989761899ca','','','2016-11-30 08:03:26','2016-11-30 08:03:26','',1310,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/3dcf89c5-8f73-4a10-9a18-9989761899ca.jpg',0,'attachment','image/jpeg',0),(1752,1,'2016-11-30 08:03:30','2016-11-30 08:03:30','','74f90b4f-9c30-4415-806f-df304a6cb388','','inherit','open','closed','','74f90b4f-9c30-4415-806f-df304a6cb388','','','2016-11-30 08:03:30','2016-11-30 08:03:30','',1310,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/74f90b4f-9c30-4415-806f-df304a6cb388.jpg',0,'attachment','image/jpeg',0),(1753,1,'2016-11-30 08:03:34','2016-11-30 08:03:34','','8780aac3-7c7f-44fb-a5c1-184260b221e3','','inherit','open','closed','','8780aac3-7c7f-44fb-a5c1-184260b221e3','','','2016-11-30 08:03:34','2016-11-30 08:03:34','',1310,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/8780aac3-7c7f-44fb-a5c1-184260b221e3.jpg',0,'attachment','image/jpeg',0),(1754,1,'2016-11-30 08:03:37','2016-11-30 08:03:37','','d69aa91c-a96c-4db9-8109-05bfc5d3d352','','inherit','open','closed','','d69aa91c-a96c-4db9-8109-05bfc5d3d352','','','2016-11-30 08:03:37','2016-11-30 08:03:37','',1310,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/d69aa91c-a96c-4db9-8109-05bfc5d3d352.jpg',0,'attachment','image/jpeg',0),(1755,1,'2016-11-30 08:09:22','2016-11-30 08:09:22','','3b9ccbd1-1572-48b3-81b8-945efc986571','','inherit','open','closed','','3b9ccbd1-1572-48b3-81b8-945efc986571','','','2016-11-30 08:09:22','2016-11-30 08:09:22','',1303,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/3b9ccbd1-1572-48b3-81b8-945efc986571.jpg',0,'attachment','image/jpeg',0),(1756,1,'2016-11-30 08:09:26','2016-11-30 08:09:26','','5cd17fb9-4983-4c44-bdef-163832d5d37f','','inherit','open','closed','','5cd17fb9-4983-4c44-bdef-163832d5d37f','','','2016-11-30 08:09:26','2016-11-30 08:09:26','',1303,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/5cd17fb9-4983-4c44-bdef-163832d5d37f.jpg',0,'attachment','image/jpeg',0),(1757,1,'2016-11-30 08:09:29','2016-11-30 08:09:29','','2560a130-e3df-4ba3-abf2-c1a02ac94459','','inherit','open','closed','','2560a130-e3df-4ba3-abf2-c1a02ac94459','','','2016-11-30 08:09:29','2016-11-30 08:09:29','',1303,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/2560a130-e3df-4ba3-abf2-c1a02ac94459.jpg',0,'attachment','image/jpeg',0),(1758,1,'2016-11-30 08:09:32','2016-11-30 08:09:32','','5713db1f-d4fd-4c86-822d-599e1846eb68','','inherit','open','closed','','5713db1f-d4fd-4c86-822d-599e1846eb68','','','2016-11-30 08:09:32','2016-11-30 08:09:32','',1303,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/5713db1f-d4fd-4c86-822d-599e1846eb68.jpg',0,'attachment','image/jpeg',0),(1759,1,'2016-11-30 08:09:34','2016-11-30 08:09:34','','bbff9ac9-c70f-4206-a106-39f3090da670','','inherit','open','closed','','bbff9ac9-c70f-4206-a106-39f3090da670','','','2016-11-30 08:09:34','2016-11-30 08:09:34','',1303,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/bbff9ac9-c70f-4206-a106-39f3090da670.jpg',0,'attachment','image/jpeg',0),(1760,1,'2016-11-30 08:09:38','2016-11-30 08:09:38','','cb6b22e9-37ea-42b8-96d5-b89db6d1380a','','inherit','open','closed','','cb6b22e9-37ea-42b8-96d5-b89db6d1380a','','','2016-11-30 08:09:38','2016-11-30 08:09:38','',1303,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/cb6b22e9-37ea-42b8-96d5-b89db6d1380a.jpg',0,'attachment','image/jpeg',0),(1761,1,'2016-11-30 08:15:33','2016-11-30 08:15:33','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Bandary_Landing Page\r\nURL of the webpage where the tag is expected to be placed: http://bre.com.qa\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Remarketing, Activity ID: 4138824 -->\r\n<!-- Expected URL: http://bre.com.qa/en/contactus -->\r\n\r\n<!-- Activity ID: 4138824 Activity Name: Al Bandary Real Estate - Remarketing Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Remarketing\r\nURL of the webpage where the tag is expected to be placed: http://bre.com.qa/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban0;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban0;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n[/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1033\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1620\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-34.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Projects\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'DESC\']\r\n\r\n[/av_section]','Projects','','inherit','closed','closed','','925-revision-v1','','','2016-11-30 08:15:33','2016-11-30 08:15:33','',925,'http://metro-landscaping.com/en/2016/11/30/925-revision-v1/',0,'revision','',0),(1762,1,'2016-11-30 08:20:03','2016-11-30 08:20:03','','a95e7201-b554-4695-8799-87d9a63963b7','','inherit','open','closed','','a95e7201-b554-4695-8799-87d9a63963b7','','','2016-11-30 08:20:03','2016-11-30 08:20:03','',1301,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/a95e7201-b554-4695-8799-87d9a63963b7.jpg',0,'attachment','image/jpeg',0),(1763,1,'2016-11-30 08:24:33','2016-11-30 08:24:33','','0c1ab552-a8ed-4e1b-a052-a069c97bcc62','','inherit','open','closed','','0c1ab552-a8ed-4e1b-a052-a069c97bcc62','','','2016-11-30 08:24:33','2016-11-30 08:24:33','',1299,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/0c1ab552-a8ed-4e1b-a052-a069c97bcc62.jpg',0,'attachment','image/jpeg',0),(1764,1,'2016-11-30 08:24:36','2016-11-30 08:24:36','','3f7a984d-7d3a-4284-98aa-e47773ee40cf','','inherit','open','closed','','3f7a984d-7d3a-4284-98aa-e47773ee40cf','','','2016-11-30 08:24:36','2016-11-30 08:24:36','',1299,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/3f7a984d-7d3a-4284-98aa-e47773ee40cf.jpg',0,'attachment','image/jpeg',0),(1765,1,'2016-11-30 08:24:39','2016-11-30 08:24:39','','04214f51-550d-4106-8069-e9c3df541c29','','inherit','open','closed','','04214f51-550d-4106-8069-e9c3df541c29','','','2016-11-30 08:24:39','2016-11-30 08:24:39','',1299,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/04214f51-550d-4106-8069-e9c3df541c29.jpg',0,'attachment','image/jpeg',0),(1766,1,'2016-11-30 08:24:42','2016-11-30 08:24:42','','c4f083c4-8816-47b6-b3a9-b020590fed26','','inherit','open','closed','','c4f083c4-8816-47b6-b3a9-b020590fed26','','','2016-11-30 08:24:42','2016-11-30 08:24:42','',1299,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/c4f083c4-8816-47b6-b3a9-b020590fed26.jpg',0,'attachment','image/jpeg',0),(1767,1,'2016-11-30 08:41:27','2016-11-30 08:41:27','','6dc9e4ea-57ec-4015-bb10-86b588797466','','inherit','open','closed','','6dc9e4ea-57ec-4015-bb10-86b588797466','','','2016-11-30 08:41:27','2016-11-30 08:41:27','',1289,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/6dc9e4ea-57ec-4015-bb10-86b588797466.jpg',0,'attachment','image/jpeg',0),(1768,1,'2016-11-30 08:41:31','2016-11-30 08:41:31','','8be3e66d-19dc-48a2-8b32-12150857288e','','inherit','open','closed','','8be3e66d-19dc-48a2-8b32-12150857288e','','','2016-11-30 08:41:31','2016-11-30 08:41:31','',1289,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/8be3e66d-19dc-48a2-8b32-12150857288e.jpg',0,'attachment','image/jpeg',0),(1769,1,'2016-11-30 08:41:33','2016-11-30 08:41:33','','9661b221-25e8-4ce2-b803-2a2d703577d8','','inherit','open','closed','','9661b221-25e8-4ce2-b803-2a2d703577d8','','','2016-11-30 08:41:33','2016-11-30 08:41:33','',1289,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/9661b221-25e8-4ce2-b803-2a2d703577d8.jpg',0,'attachment','image/jpeg',0),(1770,1,'2016-11-30 08:41:38','2016-11-30 08:41:38','','c37cab58-0a44-40d4-91da-47c91f676381','','inherit','open','closed','','c37cab58-0a44-40d4-91da-47c91f676381','','','2016-11-30 08:41:38','2016-11-30 08:41:38','',1289,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/c37cab58-0a44-40d4-91da-47c91f676381.jpg',0,'attachment','image/jpeg',0),(1771,1,'2016-11-30 08:41:40','2016-11-30 08:41:40','','dff2ce60-fa33-4e7e-99b0-bc83d636860e','','inherit','open','closed','','dff2ce60-fa33-4e7e-99b0-bc83d636860e','','','2016-11-30 08:41:40','2016-11-30 08:41:40','',1289,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/dff2ce60-fa33-4e7e-99b0-bc83d636860e.jpg',0,'attachment','image/jpeg',0),(1772,1,'2016-11-30 08:41:43','2016-11-30 08:41:43','','e8539322-2af4-4546-b3b6-9ee7e3f29a39','','inherit','open','closed','','e8539322-2af4-4546-b3b6-9ee7e3f29a39','','','2016-11-30 08:41:43','2016-11-30 08:41:43','',1289,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/e8539322-2af4-4546-b3b6-9ee7e3f29a39.jpg',0,'attachment','image/jpeg',0),(1773,1,'2016-11-30 09:02:29','2016-11-30 09:02:29','','99d30b26-474c-42f0-8aad-7c48d3ad37d7','','inherit','open','closed','','99d30b26-474c-42f0-8aad-7c48d3ad37d7','','','2016-11-30 09:02:29','2016-11-30 09:02:29','',1280,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/99d30b26-474c-42f0-8aad-7c48d3ad37d7.jpg',0,'attachment','image/jpeg',0),(1774,1,'2016-11-30 09:02:33','2016-11-30 09:02:33','','761a8482-d8ce-4a16-ac49-60e3fdc88c02','','inherit','open','closed','','761a8482-d8ce-4a16-ac49-60e3fdc88c02','','','2016-11-30 09:02:33','2016-11-30 09:02:33','',1280,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/761a8482-d8ce-4a16-ac49-60e3fdc88c02.jpg',0,'attachment','image/jpeg',0),(1775,1,'2016-11-30 09:02:36','2016-11-30 09:02:36','','b40eb8ca-bb4d-47f4-a06f-4e5d86fc80d3','','inherit','open','closed','','b40eb8ca-bb4d-47f4-a06f-4e5d86fc80d3','','','2016-11-30 09:02:36','2016-11-30 09:02:36','',1280,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/b40eb8ca-bb4d-47f4-a06f-4e5d86fc80d3.jpg',0,'attachment','image/jpeg',0),(1776,1,'2016-11-30 09:14:36','2016-11-30 09:14:36','','3b0af78d-c69f-4ad1-9525-089a7c5a660f','','inherit','open','closed','','3b0af78d-c69f-4ad1-9525-089a7c5a660f','','','2016-11-30 09:14:36','2016-11-30 09:14:36','',1276,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/3b0af78d-c69f-4ad1-9525-089a7c5a660f.jpg',0,'attachment','image/jpeg',0),(1777,1,'2016-11-30 09:14:39','2016-11-30 09:14:39','','05ed2ae3-51cf-42f3-bb1a-b50e09399918','','inherit','open','closed','','05ed2ae3-51cf-42f3-bb1a-b50e09399918','','','2016-11-30 09:14:39','2016-11-30 09:14:39','',1276,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/05ed2ae3-51cf-42f3-bb1a-b50e09399918.jpg',0,'attachment','image/jpeg',0),(1778,1,'2016-11-30 09:14:43','2016-11-30 09:14:43','','6f79c653-c2f0-4af8-ae96-ae2b761e5850','','inherit','open','closed','','6f79c653-c2f0-4af8-ae96-ae2b761e5850','','','2016-11-30 09:14:43','2016-11-30 09:14:43','',1276,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/6f79c653-c2f0-4af8-ae96-ae2b761e5850.jpg',0,'attachment','image/jpeg',0),(1779,1,'2016-11-30 09:14:46','2016-11-30 09:14:46','','29d929dd-2fcd-4407-a677-1f74546475c7','','inherit','open','closed','','29d929dd-2fcd-4407-a677-1f74546475c7','','','2016-11-30 09:14:46','2016-11-30 09:14:46','',1276,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/29d929dd-2fcd-4407-a677-1f74546475c7.jpg',0,'attachment','image/jpeg',0),(1780,1,'2016-11-30 09:14:48','2016-11-30 09:14:48','','955d207a-6b93-4b3b-827d-12590431a34b','','inherit','open','closed','','955d207a-6b93-4b3b-827d-12590431a34b','','','2016-11-30 09:14:48','2016-11-30 09:14:48','',1276,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/955d207a-6b93-4b3b-827d-12590431a34b.jpg',0,'attachment','image/jpeg',0),(1781,1,'2016-11-30 09:14:52','2016-11-30 09:14:52','','1199d092-68e0-4f1a-8c75-8f288c0c2063','','inherit','open','closed','','1199d092-68e0-4f1a-8c75-8f288c0c2063','','','2016-11-30 09:14:52','2016-11-30 09:14:52','',1276,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/1199d092-68e0-4f1a-8c75-8f288c0c2063.jpg',0,'attachment','image/jpeg',0),(1782,1,'2016-11-30 09:14:55','2016-11-30 09:14:55','','1330e6b6-bc0d-4e1f-90b7-4d3d409cafc5','','inherit','open','closed','','1330e6b6-bc0d-4e1f-90b7-4d3d409cafc5','','','2016-11-30 09:14:55','2016-11-30 09:14:55','',1276,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/1330e6b6-bc0d-4e1f-90b7-4d3d409cafc5.jpg',0,'attachment','image/jpeg',0),(1783,1,'2016-11-30 09:14:59','2016-11-30 09:14:59','','1756e6c9-159c-44d2-ba5c-b9bba1bac436','','inherit','open','closed','','1756e6c9-159c-44d2-ba5c-b9bba1bac436','','','2016-11-30 09:14:59','2016-11-30 09:14:59','',1276,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/1756e6c9-159c-44d2-ba5c-b9bba1bac436.jpg',0,'attachment','image/jpeg',0),(1784,1,'2016-11-30 09:15:02','2016-11-30 09:15:02','','6357a7c8-e006-446a-b674-92fc698b1688','','inherit','open','closed','','6357a7c8-e006-446a-b674-92fc698b1688','','','2016-11-30 09:15:02','2016-11-30 09:15:02','',1276,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/6357a7c8-e006-446a-b674-92fc698b1688.jpg',0,'attachment','image/jpeg',0),(1785,1,'2016-11-30 09:15:04','2016-11-30 09:15:04','','9187cb53-25e6-4405-a64c-18a23053637b','','inherit','open','closed','','9187cb53-25e6-4405-a64c-18a23053637b','','','2016-11-30 09:15:04','2016-11-30 09:15:04','',1276,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/9187cb53-25e6-4405-a64c-18a23053637b.jpg',0,'attachment','image/jpeg',0),(1786,1,'2016-11-30 09:15:07','2016-11-30 09:15:07','','321533b4-4531-432c-8681-edbf8381533f','','inherit','open','closed','','321533b4-4531-432c-8681-edbf8381533f','','','2016-11-30 09:15:07','2016-11-30 09:15:07','',1276,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/321533b4-4531-432c-8681-edbf8381533f.jpg',0,'attachment','image/jpeg',0),(1787,1,'2016-11-30 09:15:11','2016-11-30 09:15:11','','b3a8989c-a4f6-4ea6-b5c6-dd08702be38b','','inherit','open','closed','','b3a8989c-a4f6-4ea6-b5c6-dd08702be38b','','','2016-11-30 09:15:11','2016-11-30 09:15:11','',1276,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/b3a8989c-a4f6-4ea6-b5c6-dd08702be38b.jpg',0,'attachment','image/jpeg',0),(1788,1,'2016-11-30 09:15:14','2016-11-30 09:15:14','','dc162db7-6655-41b4-aa02-5c5e52911ade','','inherit','open','closed','','dc162db7-6655-41b4-aa02-5c5e52911ade','','','2016-11-30 09:15:14','2016-11-30 09:15:14','',1276,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/dc162db7-6655-41b4-aa02-5c5e52911ade.jpg',0,'attachment','image/jpeg',0),(1789,1,'2016-11-30 09:15:17','2016-11-30 09:15:17','','f1425af2-2aa0-4b7a-9f3b-0b5b342bff0e','','inherit','open','closed','','f1425af2-2aa0-4b7a-9f3b-0b5b342bff0e','','','2016-11-30 09:15:17','2016-11-30 09:15:17','',1276,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f1425af2-2aa0-4b7a-9f3b-0b5b342bff0e.jpg',0,'attachment','image/jpeg',0),(1790,1,'2016-11-30 09:52:11','2016-11-30 09:52:11','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://bre.com.qa/en/wp-content/uploads/2016/11/Bandary-RE.-Pttern-2.png\' attachment=\'1513\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\n\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[av_heading heading=\'Softscape\' tag=\'h2\' style=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#35404b\'][/av_heading]\n\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\n[av_slide id=\'1791\'][/av_slide]\n[av_slide id=\'1792\'][/av_slide]\n[av_slide id=\'1793\'][/av_slide]\n[av_slide id=\'1794\'][/av_slide]\n[av_slide id=\'1795\'][/av_slide]\n[av_slide id=\'1796\'][/av_slide]\n[av_slide id=\'1797\'][/av_slide]\n[av_slide id=\'1798\'][/av_slide]\n[av_slide id=\'1799\'][/av_slide]\n[av_slide id=\'1800\'][/av_slide]\n[av_slide id=\'1801\'][/av_slide]\n[av_slide id=\'1802\'][/av_slide]\n[av_slide id=\'1803\'][/av_slide]\n[av_slide id=\'1804\'][/av_slide]\n[av_slide id=\'1805\'][/av_slide]\n[av_slide id=\'1806\'][/av_slide]\n[av_slide id=\'1807\'][/av_slide]\n[av_slide id=\'1808\'][/av_slide]\n[av_slide id=\'1809\'][/av_slide]\n[av_slide id=\'1810\'][/av_slide]\n[av_slide id=\'1811\'][/av_slide]\n[av_slide id=\'1812\'][/av_slide]\n[av_slide id=\'1813\'][/av_slide]\n[av_slide id=\'1814\'][/av_slide]\n[av_slide id=\'1815\'][/av_slide]\n[av_slide id=\'1816\'][/av_slide]\n[av_slide id=\'1817\'][/av_slide]\n[av_slide id=\'1818\'][/av_slide]\n[av_slide id=\'1819\'][/av_slide]\n[av_slide id=\'1820\'][/av_slide]\n[av_slide id=\'1821\'][/av_slide]\n[av_slide id=\'1822\'][/av_slide]\n[av_slide id=\'1823\'][/av_slide]\n[av_slide id=\'1824\'][/av_slide]\n[av_slide id=\'1825\'][/av_slide]\n[/av_slideshow]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\']\n<strong>Name:</strong> Softscape\n\n<strong>Brief Description:</strong> Refers to the elements of a landscape that comprise live, horticultural elements. Softscaping can include flowers, plants, shrubs, trees, flower beds, etc. The purpose is to lend character to the landscaping, create aura, ambiance, and reflect sensibilities of the inhabitants also send life to the dry places and make them attractive to relieve the eye, soul, and nerves.\n[/av_textblock]\n\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[av_heading heading=\'More Services\' tag=\'h2\' style=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#35404b\'][/av_heading]\n\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[av_portfolio categories=\'8\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\n\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[/av_one_fifth][av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[/av_section]','Softscape','Al Thuraya is a 42 stories unique tower that takes place in Al Dafna Area...','inherit','closed','closed','','1267-autosave-v1','','','2016-11-30 09:52:11','2016-11-30 09:52:11','',1267,'http://metro-landscaping.com/en/2016/11/30/1267-autosave-v1/',0,'revision','',0),(1791,1,'2016-11-30 09:25:01','2016-11-30 09:25:01','','0b4d0553-8ae8-45b1-bea7-c97b28386a37','','inherit','open','closed','','0b4d0553-8ae8-45b1-bea7-c97b28386a37','','','2016-11-30 09:25:01','2016-11-30 09:25:01','',1267,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/0b4d0553-8ae8-45b1-bea7-c97b28386a37.jpg',0,'attachment','image/jpeg',0),(1792,1,'2016-11-30 09:25:04','2016-11-30 09:25:04','','3b518fb5-a614-495a-aeeb-a79c24c46ea7','','inherit','open','closed','','3b518fb5-a614-495a-aeeb-a79c24c46ea7','','','2016-11-30 09:25:04','2016-11-30 09:25:04','',1267,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/3b518fb5-a614-495a-aeeb-a79c24c46ea7.jpg',0,'attachment','image/jpeg',0),(1793,1,'2016-11-30 09:25:07','2016-11-30 09:25:07','','OLYMPUS DIGITAL CAMERA','OLYMPUS DIGITAL CAMERA','inherit','open','closed','','olympus-digital-camera-4','','','2016-11-30 09:25:07','2016-11-30 09:25:07','',1267,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/4bf7ff86-d594-455d-8cf1-9cede07e66d9.jpg',0,'attachment','image/jpeg',0),(1794,1,'2016-11-30 09:25:10','2016-11-30 09:25:10','','OLYMPUS DIGITAL CAMERA','OLYMPUS DIGITAL CAMERA','inherit','open','closed','','olympus-digital-camera-5','','','2016-11-30 09:25:10','2016-11-30 09:25:10','',1267,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/4c2fa515-e90b-45d3-b7ca-acd07aa88846.jpg',0,'attachment','image/jpeg',0),(1795,1,'2016-11-30 09:25:13','2016-11-30 09:25:13','','4c23638b-6097-42db-a133-b70d643213f6','','inherit','open','closed','','4c23638b-6097-42db-a133-b70d643213f6','','','2016-11-30 09:25:13','2016-11-30 09:25:13','',1267,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/4c23638b-6097-42db-a133-b70d643213f6.jpg',0,'attachment','image/jpeg',0),(1796,1,'2016-11-30 09:25:16','2016-11-30 09:25:16','','6d56ef37-153c-4d0f-9cf5-25778c202453','','inherit','open','closed','','6d56ef37-153c-4d0f-9cf5-25778c202453','','','2016-11-30 09:25:16','2016-11-30 09:25:16','',1267,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/6d56ef37-153c-4d0f-9cf5-25778c202453.jpg',0,'attachment','image/jpeg',0),(1797,1,'2016-11-30 09:25:19','2016-11-30 09:25:19','','7b2dbd5a-871d-4729-b0a5-9539111bf6f3','','inherit','open','closed','','7b2dbd5a-871d-4729-b0a5-9539111bf6f3','','','2016-11-30 09:25:19','2016-11-30 09:25:19','',1267,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/7b2dbd5a-871d-4729-b0a5-9539111bf6f3.jpg',0,'attachment','image/jpeg',0),(1798,1,'2016-11-30 09:25:21','2016-11-30 09:25:21','','9ac3fe35-1e1c-4a66-ae8d-b9355f4d770b','','inherit','open','closed','','9ac3fe35-1e1c-4a66-ae8d-b9355f4d770b','','','2016-11-30 09:25:21','2016-11-30 09:25:21','',1267,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/9ac3fe35-1e1c-4a66-ae8d-b9355f4d770b.jpg',0,'attachment','image/jpeg',0),(1799,1,'2016-11-30 09:25:25','2016-11-30 09:25:25','','16f636e0-a304-4b48-b9de-9c4cf24c5bca','','inherit','open','closed','','16f636e0-a304-4b48-b9de-9c4cf24c5bca','','','2016-11-30 09:25:25','2016-11-30 09:25:25','',1267,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/16f636e0-a304-4b48-b9de-9c4cf24c5bca.jpg',0,'attachment','image/jpeg',0),(1800,1,'2016-11-30 09:25:29','2016-11-30 09:25:29','','21b3f36e-2db9-4a13-b6f7-a958f79a3ea8','','inherit','open','closed','','21b3f36e-2db9-4a13-b6f7-a958f79a3ea8','','','2016-11-30 09:25:29','2016-11-30 09:25:29','',1267,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/21b3f36e-2db9-4a13-b6f7-a958f79a3ea8.jpg',0,'attachment','image/jpeg',0),(1801,1,'2016-11-30 09:25:33','2016-11-30 09:25:33','','27aaafc2-97eb-4293-b74d-14f11d826f33','','inherit','open','closed','','27aaafc2-97eb-4293-b74d-14f11d826f33','','','2016-11-30 09:25:33','2016-11-30 09:25:33','',1267,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/27aaafc2-97eb-4293-b74d-14f11d826f33.jpg',0,'attachment','image/jpeg',0),(1802,1,'2016-11-30 09:25:38','2016-11-30 09:25:38','','39f8e221-a789-44cd-8eec-9bd4570b8782','','inherit','open','closed','','39f8e221-a789-44cd-8eec-9bd4570b8782','','','2016-11-30 09:25:38','2016-11-30 09:25:38','',1267,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/39f8e221-a789-44cd-8eec-9bd4570b8782.jpg',0,'attachment','image/jpeg',0),(1803,1,'2016-11-30 09:25:41','2016-11-30 09:25:41','','100c3548-52b4-40a4-a763-234ee5d0e750','','inherit','open','closed','','100c3548-52b4-40a4-a763-234ee5d0e750','','','2016-11-30 09:25:41','2016-11-30 09:25:41','',1267,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/100c3548-52b4-40a4-a763-234ee5d0e750.jpg',0,'attachment','image/jpeg',0),(1804,1,'2016-11-30 09:25:44','2016-11-30 09:25:44','','OLYMPUS DIGITAL CAMERA','OLYMPUS DIGITAL CAMERA','inherit','open','closed','','olympus-digital-camera-6','','','2016-11-30 09:25:44','2016-11-30 09:25:44','',1267,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/475d085a-25f3-4750-ae2e-e36441526948.jpg',0,'attachment','image/jpeg',0),(1805,1,'2016-11-30 09:25:47','2016-11-30 09:25:47','','478ddcb4-36ad-4afa-bc4c-04be9a0527bc','','inherit','open','closed','','478ddcb4-36ad-4afa-bc4c-04be9a0527bc','','','2016-11-30 09:25:47','2016-11-30 09:25:47','',1267,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/478ddcb4-36ad-4afa-bc4c-04be9a0527bc.jpg',0,'attachment','image/jpeg',0),(1806,1,'2016-11-30 09:25:50','2016-11-30 09:25:50','','OLYMPUS DIGITAL CAMERA','OLYMPUS DIGITAL CAMERA','inherit','open','closed','','olympus-digital-camera-7','','','2016-11-30 09:25:50','2016-11-30 09:25:50','',1267,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/486fb6a1-078d-4d5f-a91f-c491cb928457.jpg',0,'attachment','image/jpeg',0),(1807,1,'2016-11-30 09:25:54','2016-11-30 09:25:54','','515d14a8-9940-413d-a80e-8df2f84957b1','','inherit','open','closed','','515d14a8-9940-413d-a80e-8df2f84957b1','','','2016-11-30 09:25:54','2016-11-30 09:25:54','',1267,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/515d14a8-9940-413d-a80e-8df2f84957b1.jpg',0,'attachment','image/jpeg',0),(1808,1,'2016-11-30 09:25:57','2016-11-30 09:25:57','','595bc4ce-00a4-4eb1-aba3-d94cf46e7edf','','inherit','open','closed','','595bc4ce-00a4-4eb1-aba3-d94cf46e7edf','','','2016-11-30 09:25:57','2016-11-30 09:25:57','',1267,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/595bc4ce-00a4-4eb1-aba3-d94cf46e7edf.jpg',0,'attachment','image/jpeg',0),(1809,1,'2016-11-30 09:26:01','2016-11-30 09:26:01','','921d4869-c675-42d3-a464-50e15f6af507','','inherit','open','closed','','921d4869-c675-42d3-a464-50e15f6af507','','','2016-11-30 09:26:01','2016-11-30 09:26:01','',1267,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/921d4869-c675-42d3-a464-50e15f6af507.jpg',0,'attachment','image/jpeg',0),(1810,1,'2016-11-30 09:26:04','2016-11-30 09:26:04','','4487ec4f-90e9-408e-954d-31ed5f52adf8','','inherit','open','closed','','4487ec4f-90e9-408e-954d-31ed5f52adf8','','','2016-11-30 09:26:04','2016-11-30 09:26:04','',1267,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/4487ec4f-90e9-408e-954d-31ed5f52adf8.jpg',0,'attachment','image/jpeg',0),(1811,1,'2016-11-30 09:26:08','2016-11-30 09:26:08','','7867daee-8925-4f20-9014-575fc05ad321','','inherit','open','closed','','7867daee-8925-4f20-9014-575fc05ad321','','','2016-11-30 09:26:08','2016-11-30 09:26:08','',1267,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/7867daee-8925-4f20-9014-575fc05ad321.jpg',0,'attachment','image/jpeg',0),(1812,1,'2016-11-30 09:26:11','2016-11-30 09:26:11','','8131d4ef-8e9a-439d-aed2-d8720ce08a75','','inherit','open','closed','','8131d4ef-8e9a-439d-aed2-d8720ce08a75','','','2016-11-30 09:26:11','2016-11-30 09:26:11','',1267,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/8131d4ef-8e9a-439d-aed2-d8720ce08a75.jpg',0,'attachment','image/jpeg',0),(1813,1,'2016-11-30 09:26:14','2016-11-30 09:26:14','','8742d718-1df6-4df4-85af-d260f32d174d','','inherit','open','closed','','8742d718-1df6-4df4-85af-d260f32d174d','','','2016-11-30 09:26:14','2016-11-30 09:26:14','',1267,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/8742d718-1df6-4df4-85af-d260f32d174d.jpg',0,'attachment','image/jpeg',0),(1814,1,'2016-11-30 09:26:17','2016-11-30 09:26:17','','OLYMPUS DIGITAL CAMERA','OLYMPUS DIGITAL CAMERA','inherit','open','closed','','olympus-digital-camera-8','','','2016-11-30 09:26:17','2016-11-30 09:26:17','',1267,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/09405e17-818a-402d-9f1c-bcfee59c0fd4.jpg',0,'attachment','image/jpeg',0),(1815,1,'2016-11-30 09:26:22','2016-11-30 09:26:22','','35418a0a-f1d1-4d7c-ae8e-d079d28d6d09','','inherit','open','closed','','35418a0a-f1d1-4d7c-ae8e-d079d28d6d09','','','2016-11-30 09:26:22','2016-11-30 09:26:22','',1267,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/35418a0a-f1d1-4d7c-ae8e-d079d28d6d09.jpg',0,'attachment','image/jpeg',0),(1816,1,'2016-11-30 09:26:25','2016-11-30 09:26:25','','51906c7a-8919-4f15-8fd4-a0bffe24ae4b','','inherit','open','closed','','51906c7a-8919-4f15-8fd4-a0bffe24ae4b','','','2016-11-30 09:26:25','2016-11-30 09:26:25','',1267,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/51906c7a-8919-4f15-8fd4-a0bffe24ae4b.jpg',0,'attachment','image/jpeg',0),(1817,1,'2016-11-30 09:26:28','2016-11-30 09:26:28','','OLYMPUS DIGITAL CAMERA','OLYMPUS DIGITAL CAMERA','inherit','open','closed','','olympus-digital-camera-9','','','2016-11-30 09:26:28','2016-11-30 09:26:28','',1267,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/64718f1d-bc37-4bfc-858b-6a1c5e2180d6.jpg',0,'attachment','image/jpeg',0),(1818,1,'2016-11-30 09:26:31','2016-11-30 09:26:31','','OLYMPUS DIGITAL CAMERA','OLYMPUS DIGITAL CAMERA','inherit','open','closed','','olympus-digital-camera-10','','','2016-11-30 09:26:31','2016-11-30 09:26:31','',1267,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/a5a9f6e5-1c0b-49d3-b245-e2315fb3b9fd.jpg',0,'attachment','image/jpeg',0),(1819,1,'2016-11-30 09:26:34','2016-11-30 09:26:34','','OLYMPUS DIGITAL CAMERA','OLYMPUS DIGITAL CAMERA','inherit','open','closed','','olympus-digital-camera-11','','','2016-11-30 09:26:34','2016-11-30 09:26:34','',1267,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/a027a271-450a-4590-af2c-95747e3ab08c.jpg',0,'attachment','image/jpeg',0),(1820,1,'2016-11-30 09:26:39','2016-11-30 09:26:39','','a8442448-6342-4315-8582-395204e96a92','','inherit','open','closed','','a8442448-6342-4315-8582-395204e96a92','','','2016-11-30 09:26:39','2016-11-30 09:26:39','',1267,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/a8442448-6342-4315-8582-395204e96a92.jpg',0,'attachment','image/jpeg',0),(1821,1,'2016-11-30 09:26:42','2016-11-30 09:26:42','','ac9e9594-a2d4-47fb-9acd-3ecb422638ed','','inherit','open','closed','','ac9e9594-a2d4-47fb-9acd-3ecb422638ed','','','2016-11-30 09:26:42','2016-11-30 09:26:42','',1267,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/ac9e9594-a2d4-47fb-9acd-3ecb422638ed.jpg',0,'attachment','image/jpeg',0),(1822,1,'2016-11-30 09:26:46','2016-11-30 09:26:46','','c8adff4e-c3ed-4a32-afe7-e5de1cc1a630','','inherit','open','closed','','c8adff4e-c3ed-4a32-afe7-e5de1cc1a630','','','2016-11-30 09:26:46','2016-11-30 09:26:46','',1267,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/c8adff4e-c3ed-4a32-afe7-e5de1cc1a630.jpg',0,'attachment','image/jpeg',0),(1823,1,'2016-11-30 09:26:51','2016-11-30 09:26:51','','c32f7e2f-b33c-4df5-95aa-625bfc9ac86b','','inherit','open','closed','','c32f7e2f-b33c-4df5-95aa-625bfc9ac86b','','','2016-11-30 09:26:51','2016-11-30 09:26:51','',1267,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/c32f7e2f-b33c-4df5-95aa-625bfc9ac86b.jpg',0,'attachment','image/jpeg',0),(1824,1,'2016-11-30 09:26:54','2016-11-30 09:26:54','','OLYMPUS DIGITAL CAMERA','OLYMPUS DIGITAL CAMERA','inherit','open','closed','','olympus-digital-camera-12','','','2016-11-30 09:26:54','2016-11-30 09:26:54','',1267,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/cfbfa8d4-718b-4f33-909b-14b5f6ecba68.jpg',0,'attachment','image/jpeg',0),(1825,1,'2016-11-30 09:26:57','2016-11-30 09:26:57','','d37f863b-691e-40bd-91f7-b586f8305cb1','','inherit','open','closed','','d37f863b-691e-40bd-91f7-b586f8305cb1','','','2016-11-30 09:26:57','2016-11-30 09:26:57','',1267,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/d37f863b-691e-40bd-91f7-b586f8305cb1.jpg',0,'attachment','image/jpeg',0),(1826,1,'2016-11-30 09:57:34','2016-11-30 09:57:34','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\'][/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1643\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' overlay_enable=\'\'][/av_slide_full]\r\n\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-35px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Services\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\'][/av_heading]\r\n\r\n[/av_one_full][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' scroll_down=\'\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_portfolio categories=\'8\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'DESC\']\r\n\r\n[/av_section]','Services','','inherit','closed','closed','','1213-revision-v1','','','2016-11-30 09:57:34','2016-11-30 09:57:34','',1213,'http://metro-landscaping.com/en/2016/11/30/1213-revision-v1/',0,'revision','',0),(1827,1,'2016-11-30 09:59:53','2016-11-30 09:59:53','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\'][/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1643\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' overlay_enable=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-35px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Services\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_portfolio categories=\'8\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'DESC\']\r\n[/av_section]','Services','','inherit','closed','closed','','1213-revision-v1','','','2016-11-30 09:59:53','2016-11-30 09:59:53','',1213,'http://metro-landscaping.com/en/2016/11/30/1213-revision-v1/',0,'revision','',0),(1828,1,'2016-11-30 11:14:33','2016-11-30 11:14:33','','About Us','','inherit','open','closed','','3','','','2016-11-30 11:22:00','2016-11-30 11:22:00','',8,'http://metro-landscaping.com/en/wp-content/uploads/2016/10/3.jpg',0,'attachment','image/jpeg',0),(1829,1,'2016-11-30 11:14:41','2016-11-30 11:14:41','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\'][/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1828\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-35px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#39865e\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'1617\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nMetro Scape is a Qatar Company involved in Landscaping, Softscaping, Irrigation Systems and Landscape Designs business. Metro Scape was established in the year 2010 and manage by Mr. Haytham Al Dahdoh.\r\n\r\nAs a professionally manage organization, we carry out Landscaping, Softscaping, Irrigation Systems and Landscape Designs project all over Qatar. Metro Scape has assigned qualified and well-experienced expertise to ensure the successful result of our projects.\r\n\r\nWe are currently engaged our work force for the Landscape, Softscape, Irrigation Systems and Designs of companies such as Kahramaa Awareness Park, Al Thuraya Tower, Al Bandary Hotel, Al Thumama Mall, Marina Com-005 Office Tower, Hotel Apartment in Dafna area, Construction of 17 Buildings in Fox Hills and Private Residential Buildings throughout Qatar. The company\'s trust, reliability and committed to quality is motivated us to widen our activities towards Civil Engineering construction area.\r\n\r\nAlso we have strengthened our organization with highly experienced quality conscious Engineers and Office Staffs.\r\n\r\nIt is Metro Scape\'s intention to build up sound business relation with our clients on the basis of reliable execution of projects within the specified schedule.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_tab_container position=\'sidebar_tab sidebar_tab_left\' boxed=\'border_tabs\' initial=\'1\']\r\n[av_tab title=\'Value in the market\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nAl Bandary Real Estate emphasizes on quality rather than quantity as the main objective for all its endeavors. The company gained confidence and full trust in the property industry this has been achieved with high caliber professional approach with quality requirements. Al Bandary Real Estate has worthily established its roots in Qatar and is rated as one of the leading Class ‘A’ Real Estate Companies.\r\n\r\nThe professional team at Al Bandary Real Estate follows an active buy-manage-sell strategy as part of their professional portfolio management. They tackle their remit in property investment for the company with innovation, dedication and expertise.\r\n\r\nCustomer service – built on a foundation of experience and education – is the cornerstone of Al Bandary Real Estate success. Its track record built over the past years has proven that a focus on the customer\'s needs, backed by the ability to deliver and remains as important as ever.\r\n\r\nThis success shows the exponential growth of the company, and how through local knowledge and expertise Real Estate can offer the finest service through all stages of the real estate cycle.\r\n[/av_tab]\r\n[av_tab title=\'Company Profile\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nQatar is country which much of its places consist of a low, barren plain, covered with sand. And with its climate that best describes as subtropical dry, hot dessert climate with low annual rainfall, very high temperature in summer and a big difference between maximum and minimum temperatures, especially in the inland areas. Definitely, not a good place to grow plants.\r\n\r\nThat\'s why Metro Scape was formed, to bring Nature to your home and business place, those various trees, plants, shrubs, flowerings and ornamental plants which are arranged and customized to the design you preferred with professional advice that your family will surely love and enjoy.\r\n\r\nSince it\'s foundation on 2010, Metro Scape has continually progressed and is now one of the local companies in Qatar that offers full Natural Landscaping and Design contracting. Back-up with well trained and friendly staff coupled with integrity, years of experience, character and respect for the environment which you can guaranteed on delivering the finest possible workmanship together with cost effective landscaping solutions.\r\n\r\nMetro Scape is continuously improving, searching and adapting nature, design, modern quality procedure, innovation & technology.\r\n[/av_tab]\r\n[av_tab title=\'Company History\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nSince its foundation in 2010, Metro Scape has continuously progressed and is now one of the local companies in Qatar that offer full natural landscaping and design contracting despite of the harsh local climate conditions.\r\n\r\nWe also specialize in maintenance and irrigation of these landscapes.\r\n\r\nOur previous and ongoing work for individuals, corporate and governmental projects best reflects our high standards and our versatility in landscaping.\r\n[/av_tab]\r\n[/av_tab_container]\r\n[/av_one_full]\r\n\r\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-11-30 11:14:41','2016-11-30 11:14:41','',8,'http://metro-landscaping.com/en/2016/11/30/8-revision-v1/',0,'revision','',0),(1830,1,'2016-11-30 11:16:19','2016-11-30 11:16:19','','Projects','','inherit','open','closed','','1','','','2016-11-30 11:21:43','2016-11-30 11:21:43','',925,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/1.jpg',0,'attachment','image/jpeg',0),(1831,1,'2016-11-30 11:16:30','2016-11-30 11:16:30','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Bandary_Landing Page\r\nURL of the webpage where the tag is expected to be placed: http://bre.com.qa\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Remarketing, Activity ID: 4138824 -->\r\n<!-- Expected URL: http://bre.com.qa/en/contactus -->\r\n\r\n<!-- Activity ID: 4138824 Activity Name: Al Bandary Real Estate - Remarketing Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Remarketing\r\nURL of the webpage where the tag is expected to be placed: http://bre.com.qa/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban0;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban0;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n[/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1830\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-34.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Projects\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'DESC\']\r\n[/av_section]','Projects','','inherit','closed','closed','','925-revision-v1','','','2016-11-30 11:16:30','2016-11-30 11:16:30','',925,'http://metro-landscaping.com/en/2016/11/30/925-revision-v1/',0,'revision','',0),(1832,1,'2016-11-30 11:17:09','2016-11-30 11:17:09','','Services','','inherit','open','closed','','2','','','2016-11-30 11:21:25','2016-11-30 11:21:25','',1213,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/2.jpg',0,'attachment','image/jpeg',0),(1833,1,'2016-11-30 11:17:17','2016-11-30 11:17:17','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\'][/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1832\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-35px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Services\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_portfolio categories=\'8\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'DESC\']\r\n[/av_section]','Services','','inherit','closed','closed','','1213-revision-v1','','','2016-11-30 11:17:17','2016-11-30 11:17:17','',1213,'http://metro-landscaping.com/en/2016/11/30/1213-revision-v1/',0,'revision','',0),(1834,1,'2016-11-30 11:18:21','2016-11-30 11:18:21','','Maintenance','','inherit','open','closed','','4','','','2016-11-30 11:21:07','2016-11-30 11:21:07','',929,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/4.jpg',0,'attachment','image/jpeg',0),(1835,1,'2016-11-30 11:18:30','2016-11-30 11:18:30','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Bandary_Landing Page\r\nURL of the webpage where the tag is expected to be placed: http://bre.com.qa\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Remarketing, Activity ID: 4138824 -->\r\n<!-- Expected URL: http://bre.com.qa/en/contactus -->\r\n\r\n<!-- Activity ID: 4138824 Activity Name: Al Bandary Real Estate - Remarketing Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Remarketing\r\nURL of the webpage where the tag is expected to be placed: http://bre.com.qa/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban0;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban0;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n[/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1834\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-35px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Coming Soon...\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]','Maintenance','','inherit','closed','closed','','929-revision-v1','','','2016-11-30 11:18:30','2016-11-30 11:18:30','',929,'http://metro-landscaping.com/en/2016/11/30/929-revision-v1/',0,'revision','',0),(1836,1,'2016-11-30 11:19:13','2016-11-30 11:19:13','','Contact Us','','inherit','open','closed','','5','','','2016-11-30 11:20:32','2016-11-30 11:20:32','',12,'http://metro-landscaping.com/en/wp-content/uploads/2016/10/5.jpg',0,'attachment','image/jpeg',0),(1837,1,'2016-11-30 11:19:26','2016-11-30 11:19:26','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Bandary_Landing Page\r\nURL of the webpage where the tag is expected to be placed: http://bre.com.qa\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Form Submit, Activity ID: 4137821 -->\r\n<!-- Expected URL: http://bre.com.qa/en/contactus -->\r\n\r\n<!-- Activity ID: 4137821 Activity Name: Al Bandary Real Estate - Form Submit Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Form Submit\r\nURL of the webpage where the tag is expected to be placed: http://bre.com.qa/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban00;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban00;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n<!-- Facebook Pixel Code -->\r\n<script>\r\n!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?\r\nn.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;\r\nn.push=n;n.loaded=!0;n.version=\'2.0\';n.queue=[];t=b.createElement(e);t.async=!0;\r\nt.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,\r\ndocument,\'script\',\'https://connect.facebook.net/en_US/fbevents.js\');\r\nfbq(\'init\', \'650141791822128\');\r\nfbq(\'track\', \'PageView\');\r\n</script>\r\n<noscript><img height=\"1\" width=\"1\" style=\"display:none\" src=\"https://www.facebook.com/tr?id=650141791822128&ev=PageView&noscript=1\" /></noscript>\r\n<!-- DO NOT MODIFY -->\r\n<!-- End Facebook Pixel Code -->\r\n\r\n[/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1836\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-34.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-19px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#39865e\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'1617\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'3px,30px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'-5\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n13th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 4476 4579\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 4464 0761\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"info@metro-landscaping.com\" target=\"_blank\">info@metro-landscaping.com</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0; margin-left: 20px; margin-top: -30px;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"360\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -45px;\" src=\"http://employee.big.qa/contact_form_ms/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half]\r\n[/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-11-30 11:19:26','2016-11-30 11:19:26','',12,'http://metro-landscaping.com/en/2016/11/30/12-revision-v1/',0,'revision','',0),(1838,1,'2016-11-30 11:22:57','2016-11-30 11:22:57','','MetroScape','','inherit','open','closed','','1-2','','','2016-12-01 05:35:02','2016-12-01 05:35:02','',42,'http://metro-landscaping.com/en/wp-content/uploads/2016/10/1.jpg',0,'attachment','image/jpeg',0),(1839,1,'2016-11-30 11:23:01','2016-11-30 11:23:01','','MetroScape','','inherit','open','closed','','2-2','','','2016-12-01 05:35:17','2016-12-01 05:35:17','',42,'http://metro-landscaping.com/en/wp-content/uploads/2016/10/2.jpg',0,'attachment','image/jpeg',0),(1840,1,'2016-11-30 11:23:05','2016-11-30 11:23:05','','MetroScape','','inherit','open','closed','','3-2','','','2016-12-01 05:35:33','2016-12-01 05:35:33','',42,'http://metro-landscaping.com/en/wp-content/uploads/2016/10/3-1.jpg',0,'attachment','image/jpeg',0),(1841,1,'2016-11-30 11:23:08','2016-11-30 11:23:08','','MetroScape','','inherit','open','closed','','4-2','','','2016-12-01 05:35:49','2016-12-01 05:35:49','',42,'http://metro-landscaping.com/en/wp-content/uploads/2016/10/4.jpg',0,'attachment','image/jpeg',0),(1842,1,'2016-11-30 11:23:12','2016-11-30 11:23:12','','MetroScape','','inherit','open','closed','','5-2','','','2016-12-01 05:36:03','2016-12-01 05:36:03','',42,'http://metro-landscaping.com/en/wp-content/uploads/2016/10/5-1.jpg',0,'attachment','image/jpeg',0),(1843,1,'2016-11-30 11:23:16','2016-11-30 11:23:16','','MetroScape','','inherit','open','closed','','6','','','2016-12-01 05:36:16','2016-12-01 05:36:16','',42,'http://metro-landscaping.com/en/wp-content/uploads/2016/10/6.jpg',0,'attachment','image/jpeg',0),(1844,1,'2016-11-30 11:23:19','2016-11-30 11:23:19','','MetroScape','','inherit','open','closed','','7','','','2016-12-01 05:36:30','2016-12-01 05:36:30','',42,'http://metro-landscaping.com/en/wp-content/uploads/2016/10/7.jpg',0,'attachment','image/jpeg',0),(1845,1,'2016-11-30 11:23:30','2016-11-30 11:23:30','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\'][/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1838\'][/av_slide_full]\r\n[av_slide_full id=\'1839\'][/av_slide_full]\r\n[av_slide_full id=\'1840\'][/av_slide_full]\r\n[av_slide_full id=\'1841\'][/av_slide_full]\r\n[av_slide_full id=\'1842\'][/av_slide_full]\r\n[av_slide_full id=\'1843\'][/av_slide_full]\r\n[av_slide_full id=\'1844\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#e6e6e6\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'5px,0px\' padding=\'15px,25px,15px,25px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h3\' padding=\'0\' heading=\'ABOUT US\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'30\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nMetro Scape is Al Bandary International Group specialist in bringing Nature to your home and work space. Even though the local climate does not make the task easier, we know how to bring greenery and decoration to your surrounding! Let it be trees, plants, shrubs, flowers or ornamental plants, Metro Scape knows how to provide you with the adequate plant to make your surrounding better.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/0712b9c1-299c-45f8-83aa-1d9a52c58622.jpg\' attachment=\'1613\' attachment_size=\'full\' attach=\'scroll\' position=\'top center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/1909ae44-125d-4e39-bde0-91551e8e9526.jpg\' attachment=\'1607\' attachment_size=\'full\' align=\'left\' animation=\'left-to-right\' styling=\'no-styling\' hover=\'\' link=\'manually,http://almeelws.com/bre_website/agents/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nAGENTS\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/projects/\">PROJECTS</a>\r\n\r\n<hr style=\"color: #e51f44; border: solid; width: 320px; padding-right: 50px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/e98b1aa6-973e-4795-91be-55ef6ea279f7.jpg\' attachment=\'1609\' attachment_size=\'full\' align=\'left\' animation=\'top-to-bottom\' styling=\'no-styling\' hover=\'\' link=\'manually,http://almeelws.com/bre_website/properties/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nPROPERTIES\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/services/\">SERVICES</a>\r\n\r\n<hr style=\"color: #92d32d; border: solid; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/df3f2f81-1e73-4c35-8b9d-d39856993e91.jpg\' attachment=\'1608\' attachment_size=\'full\' align=\'left\' animation=\'right-to-left\' styling=\'no-styling\' hover=\'\' link=\'manually,http://almeelws.com/bre_website/videos/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nVIDEOS\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/maintenance/\">MAINTENANCE</a>\r\n\r\n<hr style=\"color: #ffff00; border: solid; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-11-30 11:23:30','2016-11-30 11:23:30','',42,'http://metro-landscaping.com/en/2016/11/30/42-revision-v1/',0,'revision','',0),(1846,1,'2016-12-01 05:41:09','2016-12-01 05:41:09','','1e2377c5-6607-499e-ade9-3afed4c4625b','','inherit','open','closed','','1e2377c5-6607-499e-ade9-3afed4c4625b','','','2016-12-01 05:41:09','2016-12-01 05:41:09','',1261,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/1e2377c5-6607-499e-ade9-3afed4c4625b.jpg',0,'attachment','image/jpeg',0),(1847,1,'2016-12-01 05:41:12','2016-12-01 05:41:12','','OLYMPUS DIGITAL CAMERA','OLYMPUS DIGITAL CAMERA','inherit','open','closed','','olympus-digital-camera-13','','','2016-12-01 05:41:12','2016-12-01 05:41:12','',1261,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/34a421c0-aab7-432e-bb18-5ffaabeedf03.jpg',0,'attachment','image/jpeg',0),(1848,1,'2016-12-01 05:41:16','2016-12-01 05:41:16','','6834f610-4982-42bb-92d3-5b3c916b87e0','','inherit','open','closed','','6834f610-4982-42bb-92d3-5b3c916b87e0','','','2016-12-01 05:41:16','2016-12-01 05:41:16','',1261,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/6834f610-4982-42bb-92d3-5b3c916b87e0.jpg',0,'attachment','image/jpeg',0),(1849,1,'2016-12-01 05:41:21','2016-12-01 05:41:21','','b205f060-b086-473c-8205-d2fbaefe3d96','','inherit','open','closed','','b205f060-b086-473c-8205-d2fbaefe3d96','','','2016-12-01 05:41:21','2016-12-01 05:41:21','',1261,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/b205f060-b086-473c-8205-d2fbaefe3d96.jpg',0,'attachment','image/jpeg',0),(1850,1,'2016-12-01 05:41:27','2016-12-01 05:41:27','','cd119818-5d0b-41bc-a4c7-aceecb52aa18','','inherit','open','closed','','cd119818-5d0b-41bc-a4c7-aceecb52aa18','','','2016-12-01 05:41:27','2016-12-01 05:41:27','',1261,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/cd119818-5d0b-41bc-a4c7-aceecb52aa18.jpg',0,'attachment','image/jpeg',0),(1851,1,'2016-12-01 05:41:31','2016-12-01 05:41:31','','f6627a99-9c4d-4bce-8000-3803f8c0bfd2','','inherit','open','closed','','f6627a99-9c4d-4bce-8000-3803f8c0bfd2','','','2016-12-01 05:41:31','2016-12-01 05:41:31','',1261,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f6627a99-9c4d-4bce-8000-3803f8c0bfd2.jpg',0,'attachment','image/jpeg',0),(1852,1,'2016-12-01 05:49:10','2016-12-01 05:49:10','','3aac0cf9-c516-4628-b0bb-9ea54efb4457','','inherit','open','closed','','3aac0cf9-c516-4628-b0bb-9ea54efb4457','','','2016-12-01 05:49:10','2016-12-01 05:49:10','',1042,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/3aac0cf9-c516-4628-b0bb-9ea54efb4457.jpg',0,'attachment','image/jpeg',0),(1853,1,'2016-12-01 05:49:13','2016-12-01 05:49:13','','3b52c0a3-c230-4b67-9641-b434a9db1981','','inherit','open','closed','','3b52c0a3-c230-4b67-9641-b434a9db1981','','','2016-12-01 05:49:13','2016-12-01 05:49:13','',1042,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/3b52c0a3-c230-4b67-9641-b434a9db1981.jpg',0,'attachment','image/jpeg',0),(1854,1,'2016-12-01 05:49:16','2016-12-01 05:49:16','','5f102415-30de-4deb-8ff9-6506c8e65500','','inherit','open','closed','','5f102415-30de-4deb-8ff9-6506c8e65500','','','2016-12-01 05:49:16','2016-12-01 05:49:16','',1042,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/5f102415-30de-4deb-8ff9-6506c8e65500.jpg',0,'attachment','image/jpeg',0),(1855,1,'2016-12-01 05:49:20','2016-12-01 05:49:20','','14ec56db-25d3-4271-8ad4-2e12e6b4fea9','','inherit','open','closed','','14ec56db-25d3-4271-8ad4-2e12e6b4fea9','','','2016-12-01 05:49:20','2016-12-01 05:49:20','',1042,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/14ec56db-25d3-4271-8ad4-2e12e6b4fea9.jpg',0,'attachment','image/jpeg',0),(1856,1,'2016-12-01 05:49:23','2016-12-01 05:49:23','','56da2157-5cd0-4710-8e78-ac42ed1d5ebc','','inherit','open','closed','','56da2157-5cd0-4710-8e78-ac42ed1d5ebc','','','2016-12-01 05:49:23','2016-12-01 05:49:23','',1042,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/56da2157-5cd0-4710-8e78-ac42ed1d5ebc.jpg',0,'attachment','image/jpeg',0),(1857,1,'2016-12-01 05:49:26','2016-12-01 05:49:26','','078f62cf-89dd-4b01-be31-4c8200b0c17c','','inherit','open','closed','','078f62cf-89dd-4b01-be31-4c8200b0c17c','','','2016-12-01 05:49:26','2016-12-01 05:49:26','',1042,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/078f62cf-89dd-4b01-be31-4c8200b0c17c.jpg',0,'attachment','image/jpeg',0),(1858,1,'2016-12-01 05:49:30','2016-12-01 05:49:30','','252b327a-13f9-438e-a804-0d89c3145068','','inherit','open','closed','','252b327a-13f9-438e-a804-0d89c3145068','','','2016-12-01 05:49:30','2016-12-01 05:49:30','',1042,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/252b327a-13f9-438e-a804-0d89c3145068.jpg',0,'attachment','image/jpeg',0),(1859,1,'2016-12-01 05:49:33','2016-12-01 05:49:33','','708f0e88-e086-49a9-8bc8-56bd34b9784f','','inherit','open','closed','','708f0e88-e086-49a9-8bc8-56bd34b9784f','','','2016-12-01 05:49:33','2016-12-01 05:49:33','',1042,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/708f0e88-e086-49a9-8bc8-56bd34b9784f.jpg',0,'attachment','image/jpeg',0),(1860,1,'2016-12-01 05:49:36','2016-12-01 05:49:36','','3374c820-952a-4b07-9e20-c39b09c11f68','','inherit','open','closed','','3374c820-952a-4b07-9e20-c39b09c11f68','','','2016-12-01 05:49:36','2016-12-01 05:49:36','',1042,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/3374c820-952a-4b07-9e20-c39b09c11f68.jpg',0,'attachment','image/jpeg',0),(1861,1,'2016-12-01 05:49:39','2016-12-01 05:49:39','','5705aa9c-ad04-45e9-922c-dc31d5d575cc','','inherit','open','closed','','5705aa9c-ad04-45e9-922c-dc31d5d575cc','','','2016-12-01 05:49:39','2016-12-01 05:49:39','',1042,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/5705aa9c-ad04-45e9-922c-dc31d5d575cc.jpg',0,'attachment','image/jpeg',0),(1862,1,'2016-12-01 05:49:42','2016-12-01 05:49:42','','055100bc-6546-448a-aaa1-29f96328ef5e','','inherit','open','closed','','055100bc-6546-448a-aaa1-29f96328ef5e','','','2016-12-01 05:49:42','2016-12-01 05:49:42','',1042,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/055100bc-6546-448a-aaa1-29f96328ef5e.jpg',0,'attachment','image/jpeg',0),(1863,1,'2016-12-01 05:49:46','2016-12-01 05:49:46','','cc1a354c-b04f-4b13-9f33-762bf4e7c659','','inherit','open','closed','','cc1a354c-b04f-4b13-9f33-762bf4e7c659','','','2016-12-01 05:49:46','2016-12-01 05:49:46','',1042,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/cc1a354c-b04f-4b13-9f33-762bf4e7c659.jpg',0,'attachment','image/jpeg',0),(1864,1,'2016-12-01 05:49:49','2016-12-01 05:49:49','','e9a83cde-85e8-4590-89ea-866a3f2b443f','','inherit','open','closed','','e9a83cde-85e8-4590-89ea-866a3f2b443f','','','2016-12-01 05:49:49','2016-12-01 05:49:49','',1042,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/e9a83cde-85e8-4590-89ea-866a3f2b443f.jpg',0,'attachment','image/jpeg',0),(1865,1,'2016-12-01 05:49:53','2016-12-01 05:49:53','','f51b8bd3-1d96-44a6-8ee7-49df6305ff17','','inherit','open','closed','','f51b8bd3-1d96-44a6-8ee7-49df6305ff17','','','2016-12-01 05:49:53','2016-12-01 05:49:53','',1042,'http://metro-landscaping.com/en/wp-content/uploads/2016/11/f51b8bd3-1d96-44a6-8ee7-49df6305ff17.jpg',0,'attachment','image/jpeg',0),(1866,1,'2016-12-01 06:08:34','2016-12-01 06:08:34','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\' Stone Cladding \' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_two_third][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'1867\'][/av_slide]\r\n[av_slide id=\'1868\'][/av_slide]\r\n[av_slide id=\'1869\'][/av_slide]\r\n[av_slide id=\'1870\'][/av_slide]\r\n[av_slide id=\'1871\'][/av_slide]\r\n[av_slide id=\'1872\'][/av_slide]\r\n[av_slide id=\'1873\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<strong>Name:</strong> Stone Cladding\r\n\r\n<strong>Brief Description:</strong> Is a layer of real or simulated stone applied to building or other structure made of a material other than stone. Stone cladding is sometimes applied to concrete and steel buildings as part of their original architectural design.\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\' Stone Cladding \' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_portfolio categories=\'8\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'DESC\']\r\n\r\n[/av_two_third][av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]','Stone Cladding','Is a layer of real...','publish','open','closed','','stone-cladding','','','2016-12-01 06:09:00','2016-12-01 06:09:00','',0,'http://metro-landscaping.com/en/?post_type=portfolio&p=1866',0,'portfolio','',0),(1867,1,'2016-12-01 06:02:55','2016-12-01 06:02:55','','12792cd0-70d9-4040-a20f-70f712efdee5','','inherit','open','closed','','12792cd0-70d9-4040-a20f-70f712efdee5','','','2016-12-01 06:02:55','2016-12-01 06:02:55','',1866,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/12792cd0-70d9-4040-a20f-70f712efdee5.jpg',0,'attachment','image/jpeg',0),(1868,1,'2016-12-01 06:02:59','2016-12-01 06:02:59','','a84f2c04-df65-4be4-a40c-f1bc3d85b0fe','','inherit','open','closed','','a84f2c04-df65-4be4-a40c-f1bc3d85b0fe','','','2016-12-01 06:02:59','2016-12-01 06:02:59','',1866,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/a84f2c04-df65-4be4-a40c-f1bc3d85b0fe.jpg',0,'attachment','image/jpeg',0),(1869,1,'2016-12-01 06:03:02','2016-12-01 06:03:02','','ad8616fe-c901-4057-a02f-35f87276de2c','','inherit','open','closed','','ad8616fe-c901-4057-a02f-35f87276de2c','','','2016-12-01 06:03:02','2016-12-01 06:03:02','',1866,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/ad8616fe-c901-4057-a02f-35f87276de2c.jpg',0,'attachment','image/jpeg',0),(1870,1,'2016-12-01 06:03:05','2016-12-01 06:03:05','','c92c2bd4-0597-4784-9aa4-0e5d4c6f6ea6','','inherit','open','closed','','c92c2bd4-0597-4784-9aa4-0e5d4c6f6ea6','','','2016-12-01 06:03:05','2016-12-01 06:03:05','',1866,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/c92c2bd4-0597-4784-9aa4-0e5d4c6f6ea6.jpg',0,'attachment','image/jpeg',0),(1871,1,'2016-12-01 06:03:09','2016-12-01 06:03:09','','c2117258-5406-43aa-beba-a79cd9e38484','','inherit','open','closed','','c2117258-5406-43aa-beba-a79cd9e38484','','','2016-12-01 06:03:09','2016-12-01 06:03:09','',1866,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/c2117258-5406-43aa-beba-a79cd9e38484.jpg',0,'attachment','image/jpeg',0),(1872,1,'2016-12-01 06:03:13','2016-12-01 06:03:13','','cc8b8f7f-20e1-4f69-88a9-dd40ea3c9d21','','inherit','open','closed','','cc8b8f7f-20e1-4f69-88a9-dd40ea3c9d21','','','2016-12-01 06:03:13','2016-12-01 06:03:13','',1866,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/cc8b8f7f-20e1-4f69-88a9-dd40ea3c9d21.jpg',0,'attachment','image/jpeg',0),(1873,1,'2016-12-01 06:03:16','2016-12-01 06:03:16','','d4bc29b2-c230-47f2-b901-06adbb68f594','','inherit','open','closed','','d4bc29b2-c230-47f2-b901-06adbb68f594','','','2016-12-01 06:03:16','2016-12-01 06:03:16','',1866,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/d4bc29b2-c230-47f2-b901-06adbb68f594.jpg',0,'attachment','image/jpeg',0),(1874,1,'2016-12-01 06:18:39','2016-12-01 06:18:39','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Water Feature \' tag=\'h2\' style=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#35404b\'][/av_heading]\r\n\r\n[/av_two_third][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'false\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'1875\'][/av_slide]\r\n[av_slide id=\'1876\'][/av_slide]\r\n[av_slide id=\'1877\'][/av_slide]\r\n[av_slide id=\'1878\'][/av_slide]\r\n[av_slide id=\'1879\'][/av_slide]\r\n[av_slide id=\'1880\'][/av_slide]\r\n[av_slide id=\'1881\'][/av_slide]\r\n[av_slide id=\'1882\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<strong>Name:</strong> Water Feature\r\n\r\n<strong>Brief Description:</strong> In landscape architecture and garden design,. Water feature is one or more items from a range of fountains, pools, ponds, cascades, waterfalls and streams.\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'More Services\' tag=\'h2\' style=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#35404b\'][/av_heading]\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_portfolio categories=\'8\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'DESC\']\r\n\r\n[/av_two_third][av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n[/av_section]','Water Feature','In landscape architecture...','publish','open','closed','','water-feature','','','2016-12-08 06:03:47','2016-12-08 06:03:47','',0,'http://metro-landscaping.com/en/?post_type=portfolio&p=1874',0,'portfolio','',0),(1875,1,'2016-12-01 06:15:52','2016-12-01 06:15:52','','3d8fdcfb-0d00-42da-bed8-21b0b55fd4c9','','inherit','open','closed','','3d8fdcfb-0d00-42da-bed8-21b0b55fd4c9','','','2016-12-01 06:15:52','2016-12-01 06:15:52','',1874,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/3d8fdcfb-0d00-42da-bed8-21b0b55fd4c9.jpg',0,'attachment','image/jpeg',0),(1876,1,'2016-12-01 06:15:57','2016-12-01 06:15:57','','05c0ca35-be53-44c3-800a-7be931771054','','inherit','open','closed','','05c0ca35-be53-44c3-800a-7be931771054','','','2016-12-01 06:15:57','2016-12-01 06:15:57','',1874,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/05c0ca35-be53-44c3-800a-7be931771054.jpg',0,'attachment','image/jpeg',0),(1877,1,'2016-12-01 06:15:59','2016-12-01 06:15:59','','10fa22ec-ee9c-42d2-9d6d-4833f59f982c','','inherit','open','closed','','10fa22ec-ee9c-42d2-9d6d-4833f59f982c','','','2016-12-01 06:15:59','2016-12-01 06:15:59','',1874,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/10fa22ec-ee9c-42d2-9d6d-4833f59f982c.jpg',0,'attachment','image/jpeg',0),(1878,1,'2016-12-01 06:16:03','2016-12-01 06:16:03','','764b0f45-ab3e-4d54-bd3d-f5d887f95e43','','inherit','open','closed','','764b0f45-ab3e-4d54-bd3d-f5d887f95e43','','','2016-12-01 06:16:03','2016-12-01 06:16:03','',1874,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/764b0f45-ab3e-4d54-bd3d-f5d887f95e43.jpg',0,'attachment','image/jpeg',0),(1879,1,'2016-12-01 06:16:05','2016-12-01 06:16:05','','4716e5ef-01b1-43d3-b8f7-0d572e5baaba','','inherit','open','closed','','4716e5ef-01b1-43d3-b8f7-0d572e5baaba','','','2016-12-01 06:16:05','2016-12-01 06:16:05','',1874,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/4716e5ef-01b1-43d3-b8f7-0d572e5baaba.jpg',0,'attachment','image/jpeg',0),(1880,1,'2016-12-01 06:16:09','2016-12-01 06:16:09','','dd228cd3-ecaa-49ef-aa4d-dfde81bda285','','inherit','open','closed','','dd228cd3-ecaa-49ef-aa4d-dfde81bda285','','','2016-12-01 06:16:09','2016-12-01 06:16:09','',1874,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/dd228cd3-ecaa-49ef-aa4d-dfde81bda285.jpg',0,'attachment','image/jpeg',0),(1881,1,'2016-12-01 06:16:12','2016-12-01 06:16:12','','e88eea61-a0b1-4a74-a241-355d906f52ba','','inherit','open','closed','','e88eea61-a0b1-4a74-a241-355d906f52ba','','','2016-12-01 06:16:12','2016-12-01 06:16:12','',1874,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/e88eea61-a0b1-4a74-a241-355d906f52ba.jpg',0,'attachment','image/jpeg',0),(1882,1,'2016-12-01 06:16:15','2016-12-01 06:16:15','','e434cd1c-784b-4cdd-b1b4-6084e43b249b','','inherit','open','closed','','e434cd1c-784b-4cdd-b1b4-6084e43b249b','','','2016-12-01 06:16:15','2016-12-01 06:16:15','',1874,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/e434cd1c-784b-4cdd-b1b4-6084e43b249b.jpg',0,'attachment','image/jpeg',0),(1883,1,'2016-12-01 06:27:31','2016-12-01 06:27:31','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\' Fountain and Water Lake \' tag=\'h2\' style=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#35404b\'][/av_heading]\r\n\r\n[/av_two_third][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'1884\'][/av_slide]\r\n[av_slide id=\'1885\'][/av_slide]\r\n[av_slide id=\'1886\'][/av_slide]\r\n[av_slide id=\'1887\'][/av_slide]\r\n[av_slide id=\'1888\'][/av_slide]\r\n[av_slide id=\'1889\'][/av_slide]\r\n[av_slide id=\'1890\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<strong>Name:</strong> Fountain and Water Lake\r\n\r\n<strong>Brief Description:</strong> Is a piece of architecture which pours water into a basin or jets it into the air to supply drinking water and/or for decorative or dramatic effect. Fountains were originally purely functional, connected to springs or aqueducts and used to provide drinking water and water for bathing and washing to the residents of cities, towns and villages.\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'More Services\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#35404b\'][/av_heading]\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_portfolio categories=\'8\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'DESC\']\r\n\r\n[/av_two_third][av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]','Fountain and Water Lake','Is a piece of architecture...','publish','open','closed','','fountain-and-water-lake','','','2016-12-04 11:04:18','2016-12-04 11:04:18','',0,'http://metro-landscaping.com/en/?post_type=portfolio&p=1883',0,'portfolio','',0),(1884,1,'2016-12-01 06:24:46','2016-12-01 06:24:46','','0ce7a12c-ae39-4138-83f1-e6fc7caa206c','','inherit','open','closed','','0ce7a12c-ae39-4138-83f1-e6fc7caa206c','','','2016-12-01 06:24:46','2016-12-01 06:24:46','',1883,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/0ce7a12c-ae39-4138-83f1-e6fc7caa206c.jpg',0,'attachment','image/jpeg',0),(1885,1,'2016-12-01 06:24:50','2016-12-01 06:24:50','','1b59ac5c-5392-4186-bbf5-ad2ca86d2e05','','inherit','open','closed','','1b59ac5c-5392-4186-bbf5-ad2ca86d2e05','','','2016-12-01 06:24:50','2016-12-01 06:24:50','',1883,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/1b59ac5c-5392-4186-bbf5-ad2ca86d2e05.jpg',0,'attachment','image/jpeg',0),(1886,1,'2016-12-01 06:24:52','2016-12-01 06:24:52','','OLYMPUS DIGITAL CAMERA','OLYMPUS DIGITAL CAMERA','inherit','open','closed','','olympus-digital-camera-14','','','2016-12-01 06:24:52','2016-12-01 06:24:52','',1883,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/1c2c38a1-2709-4ffa-a896-7c52e0f7e2a0.jpg',0,'attachment','image/jpeg',0),(1887,1,'2016-12-01 06:24:55','2016-12-01 06:24:55','','1f734bd1-4e77-406e-b994-0cbeb1d814a2','','inherit','open','closed','','1f734bd1-4e77-406e-b994-0cbeb1d814a2','','','2016-12-01 06:24:55','2016-12-01 06:24:55','',1883,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/1f734bd1-4e77-406e-b994-0cbeb1d814a2.jpg',0,'attachment','image/jpeg',0),(1888,1,'2016-12-01 06:24:58','2016-12-01 06:24:58','','32413918-cc32-4b4e-a2b1-1898c4b9c05e','','inherit','open','closed','','32413918-cc32-4b4e-a2b1-1898c4b9c05e','','','2016-12-01 06:24:58','2016-12-01 06:24:58','',1883,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/32413918-cc32-4b4e-a2b1-1898c4b9c05e.jpg',0,'attachment','image/jpeg',0),(1889,1,'2016-12-01 06:25:02','2016-12-01 06:25:02','','b11d2d4d-f103-4444-8f38-e5c051b285d3','','inherit','open','closed','','b11d2d4d-f103-4444-8f38-e5c051b285d3','','','2016-12-01 06:25:02','2016-12-01 06:25:02','',1883,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/b11d2d4d-f103-4444-8f38-e5c051b285d3.jpg',0,'attachment','image/jpeg',0),(1890,1,'2016-12-01 06:25:05','2016-12-01 06:25:05','','d375c1c7-05f5-46c9-ba35-7696115ac82f','','inherit','open','closed','','d375c1c7-05f5-46c9-ba35-7696115ac82f','','','2016-12-01 06:25:05','2016-12-01 06:25:05','',1883,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/d375c1c7-05f5-46c9-ba35-7696115ac82f.jpg',0,'attachment','image/jpeg',0),(1891,1,'2016-12-01 06:46:13','2016-12-01 06:46:13','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\' Parking Shade \' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_two_third][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'false\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'1892\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1893\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1894\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1895\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1896\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1897\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1898\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1899\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1900\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1901\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1902\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<strong>Name:</strong> Parking Shade\r\n\r\n<strong>Brief Description:</strong> Is a small structure where a car or a vehicle can go to get out of the sun or rain.\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'More Services\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_portfolio categories=\'8\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'DESC\']\r\n\r\n[/av_two_third][av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]','Parking Shade','Is a small structure...','publish','open','closed','','parking-shade','','','2016-12-08 06:06:14','2016-12-08 06:06:14','',0,'http://metro-landscaping.com/en/?post_type=portfolio&p=1891',0,'portfolio','',0),(1892,1,'2016-12-01 06:43:18','2016-12-01 06:43:18','','1c58e5f1-ab81-4591-93ba-cd2316e86a6e','','inherit','open','closed','','1c58e5f1-ab81-4591-93ba-cd2316e86a6e','','','2016-12-01 06:43:18','2016-12-01 06:43:18','',1891,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/1c58e5f1-ab81-4591-93ba-cd2316e86a6e.jpg',0,'attachment','image/jpeg',0),(1893,1,'2016-12-01 06:43:20','2016-12-01 06:43:20','','3dcbd9b5-cdc0-4090-9d9a-da82f89e7cad','','inherit','open','closed','','3dcbd9b5-cdc0-4090-9d9a-da82f89e7cad','','','2016-12-01 06:43:20','2016-12-01 06:43:20','',1891,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/3dcbd9b5-cdc0-4090-9d9a-da82f89e7cad.jpg',0,'attachment','image/jpeg',0),(1894,1,'2016-12-01 06:43:22','2016-12-01 06:43:22','','4ad5bc92-9bcd-414a-a73f-78a4c1a5b469','','inherit','open','closed','','4ad5bc92-9bcd-414a-a73f-78a4c1a5b469','','','2016-12-01 06:43:22','2016-12-01 06:43:22','',1891,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/4ad5bc92-9bcd-414a-a73f-78a4c1a5b469.jpg',0,'attachment','image/jpeg',0),(1895,1,'2016-12-01 06:43:25','2016-12-01 06:43:25','','5e1a53db-d8bf-419b-8fef-7fde93068539','','inherit','open','closed','','5e1a53db-d8bf-419b-8fef-7fde93068539','','','2016-12-01 06:43:25','2016-12-01 06:43:25','',1891,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/5e1a53db-d8bf-419b-8fef-7fde93068539.jpg',0,'attachment','image/jpeg',0),(1896,1,'2016-12-01 06:43:28','2016-12-01 06:43:28','','9650ea2d-c5d2-4a6b-965e-4de04fb8117e','','inherit','open','closed','','9650ea2d-c5d2-4a6b-965e-4de04fb8117e','','','2016-12-01 06:43:28','2016-12-01 06:43:28','',1891,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/9650ea2d-c5d2-4a6b-965e-4de04fb8117e.jpg',0,'attachment','image/jpeg',0),(1897,1,'2016-12-01 06:43:31','2016-12-01 06:43:31','','47333080-b651-42fe-860b-26a03035a9f1','','inherit','open','closed','','47333080-b651-42fe-860b-26a03035a9f1','','','2016-12-01 06:43:31','2016-12-01 06:43:31','',1891,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/47333080-b651-42fe-860b-26a03035a9f1.jpg',0,'attachment','image/jpeg',0),(1898,1,'2016-12-01 06:43:34','2016-12-01 06:43:34','','65361077-e9a2-4d38-a344-4fe7f96a0b03','','inherit','open','closed','','65361077-e9a2-4d38-a344-4fe7f96a0b03','','','2016-12-01 06:43:34','2016-12-01 06:43:34','',1891,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/65361077-e9a2-4d38-a344-4fe7f96a0b03.jpg',0,'attachment','image/jpeg',0),(1899,1,'2016-12-01 06:43:36','2016-12-01 06:43:36','','b238e6d5-f84f-475e-9e92-39a8448fbc9d','','inherit','open','closed','','b238e6d5-f84f-475e-9e92-39a8448fbc9d','','','2016-12-01 06:43:36','2016-12-01 06:43:36','',1891,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/b238e6d5-f84f-475e-9e92-39a8448fbc9d.jpg',0,'attachment','image/jpeg',0),(1900,1,'2016-12-01 06:43:39','2016-12-01 06:43:39','','f0d5d6f1-7663-4051-8e4a-18340e8c04e8','','inherit','open','closed','','f0d5d6f1-7663-4051-8e4a-18340e8c04e8','','','2016-12-01 06:43:39','2016-12-01 06:43:39','',1891,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/f0d5d6f1-7663-4051-8e4a-18340e8c04e8.jpg',0,'attachment','image/jpeg',0),(1901,1,'2016-12-01 06:43:41','2016-12-01 06:43:41','','f5e5a0a5-3376-44ee-91e2-1eb3521f3306','','inherit','open','closed','','f5e5a0a5-3376-44ee-91e2-1eb3521f3306','','','2016-12-01 06:43:41','2016-12-01 06:43:41','',1891,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/f5e5a0a5-3376-44ee-91e2-1eb3521f3306.jpg',0,'attachment','image/jpeg',0),(1902,1,'2016-12-01 06:43:45','2016-12-01 06:43:45','','ff030ad4-2d34-4610-b408-0b5f6deff6dd','','inherit','open','closed','','ff030ad4-2d34-4610-b408-0b5f6deff6dd','','','2016-12-01 06:43:45','2016-12-01 06:43:45','',1891,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/ff030ad4-2d34-4610-b408-0b5f6deff6dd.jpg',0,'attachment','image/jpeg',0),(1903,1,'2016-12-01 07:01:39','2016-12-01 07:01:39','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Landscape Design \' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_two_third][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'1931\'][/av_slide]\r\n[av_slide id=\'1912\'][/av_slide]\r\n[av_slide id=\'1905\'][/av_slide]\r\n[av_slide id=\'1906\'][/av_slide]\r\n[av_slide id=\'1907\'][/av_slide]\r\n[av_slide id=\'1908\'][/av_slide]\r\n[av_slide id=\'1909\'][/av_slide]\r\n[av_slide id=\'1911\'][/av_slide]\r\n[av_slide id=\'1910\'][/av_slide]\r\n[av_slide id=\'1913\'][/av_slide]\r\n[av_slide id=\'1914\'][/av_slide]\r\n[av_slide id=\'1915\'][/av_slide]\r\n[av_slide id=\'1917\'][/av_slide]\r\n[av_slide id=\'1916\'][/av_slide]\r\n[av_slide id=\'1918\'][/av_slide]\r\n[av_slide id=\'1919\'][/av_slide]\r\n[av_slide id=\'1920\'][/av_slide]\r\n[av_slide id=\'1921\'][/av_slide]\r\n[av_slide id=\'1922\'][/av_slide]\r\n[av_slide id=\'1923\'][/av_slide]\r\n[av_slide id=\'1924\'][/av_slide]\r\n[av_slide id=\'1925\'][/av_slide]\r\n[av_slide id=\'1926\'][/av_slide]\r\n[av_slide id=\'1927\'][/av_slide]\r\n[av_slide id=\'1928\'][/av_slide]\r\n[av_slide id=\'1929\'][/av_slide]\r\n[av_slide id=\'1930\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<strong>Name:</strong> Landscape Design\r\n\r\n<strong>Brief Description:</strong> Is an independent profession and a design and art tradition, practiced by landscape designers, combining nature and culture. In contemporary practice landscape design bridges between landscape architecture and garden design.\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'More Services\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#35404b\'][/av_heading]\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_portfolio categories=\'8\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'DESC\']\r\n\r\n[/av_two_third][av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]','Landscape Design','Is an independent...','publish','open','closed','','landscape-design','','','2016-12-01 07:02:58','2016-12-01 07:02:58','',0,'http://metro-landscaping.com/en/?post_type=portfolio&p=1903',0,'portfolio','',0),(1904,1,'2016-12-01 06:50:11','2016-12-01 06:50:11','','0bfc8f5c-0e12-484e-950c-d686fe7903c8','','inherit','open','closed','','0bfc8f5c-0e12-484e-950c-d686fe7903c8','','','2016-12-01 06:50:11','2016-12-01 06:50:11','',1903,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/0bfc8f5c-0e12-484e-950c-d686fe7903c8.jpg',0,'attachment','image/jpeg',0),(1905,1,'2016-12-01 06:50:15','2016-12-01 06:50:15','','01f73573-0275-4a6f-b1e6-d8368f7e11c4','','inherit','open','closed','','01f73573-0275-4a6f-b1e6-d8368f7e11c4','','','2016-12-01 06:50:15','2016-12-01 06:50:15','',1903,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/01f73573-0275-4a6f-b1e6-d8368f7e11c4.jpg',0,'attachment','image/jpeg',0),(1906,1,'2016-12-01 06:50:19','2016-12-01 06:50:19','','2c5358ee-3032-4140-8a9d-3116f4c38228','','inherit','open','closed','','2c5358ee-3032-4140-8a9d-3116f4c38228','','','2016-12-01 06:50:19','2016-12-01 06:50:19','',1903,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/2c5358ee-3032-4140-8a9d-3116f4c38228.jpg',0,'attachment','image/jpeg',0),(1907,1,'2016-12-01 06:50:22','2016-12-01 06:50:22','','3ba4dd64-b96a-4c8f-b889-d86d1af93804','','inherit','open','closed','','3ba4dd64-b96a-4c8f-b889-d86d1af93804','','','2016-12-01 06:50:22','2016-12-01 06:50:22','',1903,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/3ba4dd64-b96a-4c8f-b889-d86d1af93804.jpg',0,'attachment','image/jpeg',0),(1908,1,'2016-12-01 06:50:26','2016-12-01 06:50:26','','5b4ee071-23d9-43dd-ab94-70acd5abb66d','','inherit','open','closed','','5b4ee071-23d9-43dd-ab94-70acd5abb66d','','','2016-12-01 06:50:26','2016-12-01 06:50:26','',1903,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/5b4ee071-23d9-43dd-ab94-70acd5abb66d.jpg',0,'attachment','image/jpeg',0),(1909,1,'2016-12-01 06:50:28','2016-12-01 06:50:28','','8f7c61a8-dd1b-4e2c-9d6f-0b788ff02fa5','','inherit','open','closed','','8f7c61a8-dd1b-4e2c-9d6f-0b788ff02fa5','','','2016-12-01 06:50:28','2016-12-01 06:50:28','',1903,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/8f7c61a8-dd1b-4e2c-9d6f-0b788ff02fa5.jpg',0,'attachment','image/jpeg',0),(1910,1,'2016-12-01 06:50:33','2016-12-01 06:50:33','','31b5f993-dc02-4687-a29d-6f38d973ec45','','inherit','open','closed','','31b5f993-dc02-4687-a29d-6f38d973ec45','','','2016-12-01 06:50:33','2016-12-01 06:50:33','',1903,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/31b5f993-dc02-4687-a29d-6f38d973ec45.jpg',0,'attachment','image/jpeg',0),(1911,1,'2016-12-01 06:50:37','2016-12-01 06:50:37','','36e4bd57-923e-4052-a29c-feac630adf45','','inherit','open','closed','','36e4bd57-923e-4052-a29c-feac630adf45','','','2016-12-01 06:50:37','2016-12-01 06:50:37','',1903,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/36e4bd57-923e-4052-a29c-feac630adf45.jpg',0,'attachment','image/jpeg',0),(1912,1,'2016-12-01 06:50:39','2016-12-01 06:50:39','','38ac0de8-dcd2-4077-b51f-eb36f7fcec70','','inherit','open','closed','','38ac0de8-dcd2-4077-b51f-eb36f7fcec70','','','2016-12-01 06:50:39','2016-12-01 06:50:39','',1903,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/38ac0de8-dcd2-4077-b51f-eb36f7fcec70.jpg',0,'attachment','image/jpeg',0),(1913,1,'2016-12-01 06:50:41','2016-12-01 06:50:41','','49c6fdcf-443b-4d93-a255-3d16094d0d8a','','inherit','open','closed','','49c6fdcf-443b-4d93-a255-3d16094d0d8a','','','2016-12-01 06:50:41','2016-12-01 06:50:41','',1903,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/49c6fdcf-443b-4d93-a255-3d16094d0d8a.jpg',0,'attachment','image/jpeg',0),(1914,1,'2016-12-01 06:50:44','2016-12-01 06:50:44','','455a13f7-1c07-4f4b-92d5-f8c33468ab0a','','inherit','open','closed','','455a13f7-1c07-4f4b-92d5-f8c33468ab0a','','','2016-12-01 06:50:44','2016-12-01 06:50:44','',1903,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/455a13f7-1c07-4f4b-92d5-f8c33468ab0a.jpg',0,'attachment','image/jpeg',0),(1915,1,'2016-12-01 06:50:46','2016-12-01 06:50:46','','768e0c8e-b90b-486d-ada3-f5f7f7e043b5','','inherit','open','closed','','768e0c8e-b90b-486d-ada3-f5f7f7e043b5','','','2016-12-01 06:50:46','2016-12-01 06:50:46','',1903,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/768e0c8e-b90b-486d-ada3-f5f7f7e043b5.jpg',0,'attachment','image/jpeg',0),(1916,1,'2016-12-01 06:50:48','2016-12-01 06:50:48','','5369ec37-6564-4a60-a8d6-65978c9bb200','','inherit','open','closed','','5369ec37-6564-4a60-a8d6-65978c9bb200','','','2016-12-01 06:50:48','2016-12-01 06:50:48','',1903,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/5369ec37-6564-4a60-a8d6-65978c9bb200.jpg',0,'attachment','image/jpeg',0),(1917,1,'2016-12-01 06:50:52','2016-12-01 06:50:52','','8337b062-375b-420d-83eb-d8bc657a0bd5','','inherit','open','closed','','8337b062-375b-420d-83eb-d8bc657a0bd5','','','2016-12-01 06:50:52','2016-12-01 06:50:52','',1903,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/8337b062-375b-420d-83eb-d8bc657a0bd5.jpg',0,'attachment','image/jpeg',0),(1918,1,'2016-12-01 06:50:55','2016-12-01 06:50:55','','9978e678-7d8a-43b4-b1f3-d41c579d8b0e','','inherit','open','closed','','9978e678-7d8a-43b4-b1f3-d41c579d8b0e','','','2016-12-01 06:50:55','2016-12-01 06:50:55','',1903,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/9978e678-7d8a-43b4-b1f3-d41c579d8b0e.jpg',0,'attachment','image/jpeg',0),(1919,1,'2016-12-01 06:50:58','2016-12-01 06:50:58','','39304a47-00de-4f3a-ac30-4bfa11e7f42d','','inherit','open','closed','','39304a47-00de-4f3a-ac30-4bfa11e7f42d','','','2016-12-01 06:50:58','2016-12-01 06:50:58','',1903,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/39304a47-00de-4f3a-ac30-4bfa11e7f42d.jpg',0,'attachment','image/jpeg',0),(1920,1,'2016-12-01 06:51:02','2016-12-01 06:51:02','','444196b6-8167-40c7-84c8-149f812542b5','','inherit','open','closed','','444196b6-8167-40c7-84c8-149f812542b5','','','2016-12-01 06:51:02','2016-12-01 06:51:02','',1903,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/444196b6-8167-40c7-84c8-149f812542b5.jpg',0,'attachment','image/jpeg',0),(1921,1,'2016-12-01 06:51:05','2016-12-01 06:51:05','','474597c7-791d-49b4-8070-5fd3ad85d099','','inherit','open','closed','','474597c7-791d-49b4-8070-5fd3ad85d099','','','2016-12-01 06:51:05','2016-12-01 06:51:05','',1903,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/474597c7-791d-49b4-8070-5fd3ad85d099.jpg',0,'attachment','image/jpeg',0),(1922,1,'2016-12-01 06:51:09','2016-12-01 06:51:09','','623719eb-97d2-4461-bbb7-a1cc591f4778','','inherit','open','closed','','623719eb-97d2-4461-bbb7-a1cc591f4778','','','2016-12-01 06:51:09','2016-12-01 06:51:09','',1903,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/623719eb-97d2-4461-bbb7-a1cc591f4778.jpg',0,'attachment','image/jpeg',0),(1923,1,'2016-12-01 06:51:11','2016-12-01 06:51:11','','a7040f15-c97e-4314-915f-14bb5e240bc3','','inherit','open','closed','','a7040f15-c97e-4314-915f-14bb5e240bc3','','','2016-12-01 06:51:11','2016-12-01 06:51:11','',1903,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/a7040f15-c97e-4314-915f-14bb5e240bc3.jpg',0,'attachment','image/jpeg',0),(1924,1,'2016-12-01 06:51:14','2016-12-01 06:51:14','','abab2b52-5f6b-4550-9339-b7fd8f53c441','','inherit','open','closed','','abab2b52-5f6b-4550-9339-b7fd8f53c441','','','2016-12-01 06:51:14','2016-12-01 06:51:14','',1903,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/abab2b52-5f6b-4550-9339-b7fd8f53c441.jpg',0,'attachment','image/jpeg',0),(1925,1,'2016-12-01 06:51:18','2016-12-01 06:51:18','','b0f39b1c-3789-457f-a940-d363bf0a9862','','inherit','open','closed','','b0f39b1c-3789-457f-a940-d363bf0a9862','','','2016-12-01 06:51:18','2016-12-01 06:51:18','',1903,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/b0f39b1c-3789-457f-a940-d363bf0a9862.jpg',0,'attachment','image/jpeg',0),(1926,1,'2016-12-01 06:51:21','2016-12-01 06:51:21','','b7b7c7f2-889f-4b65-8a0c-682c93c41079','','inherit','open','closed','','b7b7c7f2-889f-4b65-8a0c-682c93c41079','','','2016-12-01 06:51:21','2016-12-01 06:51:21','',1903,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/b7b7c7f2-889f-4b65-8a0c-682c93c41079.jpg',0,'attachment','image/jpeg',0),(1927,1,'2016-12-01 06:51:25','2016-12-01 06:51:25','','bf508634-50ab-45a4-bcba-cae120661057','','inherit','open','closed','','bf508634-50ab-45a4-bcba-cae120661057','','','2016-12-01 06:51:25','2016-12-01 06:51:25','',1903,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/bf508634-50ab-45a4-bcba-cae120661057.jpg',0,'attachment','image/jpeg',0),(1928,1,'2016-12-01 06:51:28','2016-12-01 06:51:28','','bfdbfac4-1972-4346-a69e-e5ef7175df27','','inherit','open','closed','','bfdbfac4-1972-4346-a69e-e5ef7175df27','','','2016-12-01 06:51:28','2016-12-01 06:51:28','',1903,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/bfdbfac4-1972-4346-a69e-e5ef7175df27.jpg',0,'attachment','image/jpeg',0),(1929,1,'2016-12-01 06:51:30','2016-12-01 06:51:30','','d35f7db9-77f4-4e21-8705-0ffba09828c5','','inherit','open','closed','','d35f7db9-77f4-4e21-8705-0ffba09828c5','','','2016-12-01 06:51:30','2016-12-01 06:51:30','',1903,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/d35f7db9-77f4-4e21-8705-0ffba09828c5.jpg',0,'attachment','image/jpeg',0),(1930,1,'2016-12-01 06:51:34','2016-12-01 06:51:34','','e409a5c3-bb5d-4279-9d55-31f0a2631a85','','inherit','open','closed','','e409a5c3-bb5d-4279-9d55-31f0a2631a85','','','2016-12-01 06:51:34','2016-12-01 06:51:34','',1903,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/e409a5c3-bb5d-4279-9d55-31f0a2631a85.jpg',0,'attachment','image/jpeg',0),(1931,1,'2016-12-01 06:51:37','2016-12-01 06:51:37','','fc00a111-8306-4fa3-a59f-be42ebe093d6','','inherit','open','closed','','fc00a111-8306-4fa3-a59f-be42ebe093d6','','','2016-12-01 06:51:37','2016-12-01 06:51:37','',1903,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/fc00a111-8306-4fa3-a59f-be42ebe093d6.jpg',0,'attachment','image/jpeg',0),(1932,1,'2016-12-01 08:10:10','2016-12-01 08:10:10','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\'][/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1828\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-35px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#39865e\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'1617\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nMetro Scape is a Qatar Company involved in Landscaping, Softscaping, Irrigation Systems and Landscape Designs business. Metro Scape was established in the year 2010 and manage by Mr. Haytham Al Dahdoh.\r\n\r\nAs a professionally manage organization, we carry out Landscaping, Softscaping, Irrigation Systems and Landscape Designs project all over Qatar. Metro Scape has assigned qualified and well-experienced expertise to ensure the successful result of our projects.\r\n\r\nWe are currently engaged our work force for the Landscape, Softscape, Irrigation Systems and Designs of companies such as Kahramaa Awareness Park, Al Thuraya Tower, Al Bandary Hotel, Al Thumama Mall, Marina Com-005 Office Tower, Hotel Apartment in Dafna area, Construction of 17 Buildings in Fox Hills and Private Residential Buildings throughout Qatar. The company\'s trust, reliability and committed to quality is motivated us to widen our activities towards Civil Engineering construction area.\r\n\r\nAlso we have strengthened our organization with highly experienced quality conscious Engineers and Office Staffs.\r\n\r\nIt is Metro Scape\'s intention to build up sound business relation with our clients on the basis of reliable execution of projects within the specified schedule.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_tab_container position=\'sidebar_tab sidebar_tab_left\' boxed=\'border_tabs\' initial=\'1\']\r\n[av_tab title=\'Value in the market\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nQatar is country which much of its places consist of a low, barren plain, covered with sand. And with its climate that best describes as subtropical dry, hot dessert climate with low annual rainfall, very high temperature in summer and a big difference between maximum and minimum temperatures, especially in the inland areas. Definitely, not a good place to grow plants.\r\n\r\nThat\'s why Metro Scape was formed, to bring Nature to your home and business place, those various trees, plants, shrubs, flowerings and ornamental plants which are arranged and customized to the design you preferred with professional advice that your family will surely love and enjoy.\r\n[/av_tab]\r\n[av_tab title=\'Company Profile\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nQatar is country which much of its places consist of a low, barren plain, covered with sand. And with its climate that best describes as subtropical dry, hot dessert climate with low annual rainfall, very high temperature in summer and a big difference between maximum and minimum temperatures, especially in the inland areas. Definitely, not a good place to grow plants.\r\n\r\nThat\'s why Metro Scape was formed, to bring Nature to your home and business place, those various trees, plants, shrubs, flowerings and ornamental plants which are arranged and customized to the design you preferred with professional advice that your family will surely love and enjoy.\r\n\r\nSince it\'s foundation on 2010, Metro Scape has continually progressed and is now one of the local companies in Qatar that offers full Natural Landscaping and Design contracting. Back-up with well trained and friendly staff coupled with integrity, years of experience, character and respect for the environment which you can guaranteed on delivering the finest possible workmanship together with cost effective landscaping solutions.\r\n\r\nMetro Scape is continuously improving, searching and adapting nature, design, modern quality procedure, innovation & technology.\r\n[/av_tab]\r\n[av_tab title=\'Company History\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nSince its foundation in 2010, Metro Scape has continuously progressed and is now one of the local companies in Qatar that offer full natural landscaping and design contracting despite of the harsh local climate conditions.\r\n\r\nWe also specialize in maintenance and irrigation of these landscapes.\r\n\r\nOur previous and ongoing work for individuals, corporate and governmental projects best reflects our high standards and our versatility in landscaping.\r\n[/av_tab]\r\n[/av_tab_container]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-12-01 08:10:10','2016-12-01 08:10:10','',8,'http://metro-landscaping.com/en/2016/12/01/8-revision-v1/',0,'revision','',0),(1933,1,'2016-12-01 08:13:03','2016-12-01 08:13:03','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\'][/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1828\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-35px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#39865e\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'1617\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nMetro Scape is a Qatar Company involved in Landscaping, Softscaping, Irrigation Systems and Landscape Designs business. Metro Scape was established in the year 2010 and manage by Mr. Haytham Al Dahdoh.\r\n\r\nAs a professionally manage organization, we carry out Landscaping, Softscaping, Irrigation Systems and Landscape Designs project all over Qatar. Metro Scape has assigned qualified and well-experienced expertise to ensure the successful result of our projects.\r\n\r\nWe are currently engaged our work force for the Landscape, Softscape, Irrigation Systems and Designs of companies such as Kahramaa Awareness Park, Al Thuraya Tower, Al Bandary Hotel, Al Thumama Mall, Marina Com-005 Office Tower, Hotel Apartment in Dafna area, Construction of 17 Buildings in Fox Hills and Private Residential Buildings throughout Qatar. The company\'s trust, reliability and committed to quality is motivated us to widen our activities towards Civil Engineering construction area.\r\n\r\nAlso we have strengthened our organization with highly experienced quality conscious Engineers and Office Staffs.\r\n\r\nIt is Metro Scape\'s intention to build up sound business relation with our clients on the basis of reliable execution of projects within the specified schedule.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_tab_container position=\'sidebar_tab sidebar_tab_left\' boxed=\'border_tabs\' initial=\'1\']\r\n[av_tab title=\'Value in the market\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nQatar is country which much of its places consist of a low, barren plain, covered with sand. And with its climate that best describes as subtropical dry, hot dessert climate with low annual rainfall, very high temperature in summer and a big difference between maximum and minimum temperatures, especially in the inland areas. Definitely, not a good place to grow plants.\r\n\r\nThat\'s why Metro Scape was formed, to bring Nature to your home and business place, those various trees, plants, shrubs, flowerings and ornamental plants which are arranged and customized to the design you preferred with professional advice that your family will surely love and enjoy.\r\n[/av_tab]\r\n[av_tab title=\'Company Profile\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nSince it\'s foundation on 2010, Metro Scape has continually progressed and is now one of the local companies in Qatar that offers full Natural Landscaping and Design contracting. Back-up with well trained and friendly staff coupled with integrity, years of experience, character and respect for the environment which you can guaranteed on delivering the finest possible workmanship together with cost effective landscaping solutions.\r\n\r\nMetro Scape is continuously improving, searching and adapting nature, design, modern quality procedure, innovation & technology.\r\n[/av_tab]\r\n[av_tab title=\'Company History\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nSince its foundation in 2010, Metro Scape has continuously progressed and is now one of the local companies in Qatar that offer full natural landscaping and design contracting despite of the harsh local climate conditions.\r\n\r\nWe also specialize in maintenance and irrigation of these landscapes.\r\n\r\nOur previous and ongoing work for individuals, corporate and governmental projects best reflects our high standards and our versatility in landscaping.\r\n[/av_tab]\r\n[/av_tab_container]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-12-01 08:13:03','2016-12-01 08:13:03','',8,'http://metro-landscaping.com/en/2016/12/01/8-revision-v1/',0,'revision','',0),(1934,1,'2016-12-01 08:46:17','2016-12-01 08:46:17','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\'][/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1838\'][/av_slide_full]\r\n[av_slide_full id=\'1839\'][/av_slide_full]\r\n[av_slide_full id=\'1840\'][/av_slide_full]\r\n[av_slide_full id=\'1841\'][/av_slide_full]\r\n[av_slide_full id=\'1842\'][/av_slide_full]\r\n[av_slide_full id=\'1843\'][/av_slide_full]\r\n[av_slide_full id=\'1844\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#e6e6e6\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'5px,0px\' padding=\'15px,25px,15px,25px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h3\' padding=\'0\' heading=\'ABOUT US\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'30\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nMetro Scape is Al Bandary International Group specialist in bringing Nature to your home and work space. Even though the local climate does not make the task easier, we know how to bring greenery and decoration to your surrounding! Let it be trees, plants, shrubs, flowers or ornamental plants, Metro Scape knows how to provide you with the adequate plant to make your surrounding better.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/0712b9c1-299c-45f8-83aa-1d9a52c58622.jpg\' attachment=\'1613\' attachment_size=\'full\' attach=\'scroll\' position=\'top center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/1909ae44-125d-4e39-bde0-91551e8e9526.jpg\' attachment=\'1607\' attachment_size=\'full\' align=\'left\' animation=\'left-to-right\' styling=\'no-styling\' hover=\'\' link=\'manually,http://almeelws.com/bre_website/projects/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nAGENTS\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/projects/\">PROJECTS</a>\r\n\r\n<hr style=\"color: #e51f44; border: solid; width: 320px; padding-right: 50px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/e98b1aa6-973e-4795-91be-55ef6ea279f7.jpg\' attachment=\'1609\' attachment_size=\'full\' align=\'left\' animation=\'top-to-bottom\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/services/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nPROPERTIES\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/services/\">SERVICES</a>\r\n\r\n<hr style=\"color: #92d32d; border: solid; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/df3f2f81-1e73-4c35-8b9d-d39856993e91.jpg\' attachment=\'1608\' attachment_size=\'full\' align=\'left\' animation=\'right-to-left\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/maintenance/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nVIDEOS\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/maintenance/\">MAINTENANCE</a>\r\n\r\n<hr style=\"color: #ffff00; border: solid; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-12-01 08:46:17','2016-12-01 08:46:17','',42,'http://metro-landscaping.com/en/2016/12/01/42-revision-v1/',0,'revision','',0),(1935,1,'2016-12-01 08:47:03','2016-12-01 08:47:03','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\'][/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1838\'][/av_slide_full]\r\n[av_slide_full id=\'1839\'][/av_slide_full]\r\n[av_slide_full id=\'1840\'][/av_slide_full]\r\n[av_slide_full id=\'1841\'][/av_slide_full]\r\n[av_slide_full id=\'1842\'][/av_slide_full]\r\n[av_slide_full id=\'1843\'][/av_slide_full]\r\n[av_slide_full id=\'1844\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#e6e6e6\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'5px,0px\' padding=\'15px,25px,15px,25px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h3\' padding=\'0\' heading=\'ABOUT US\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'30\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nMetro Scape is Al Bandary International Group specialist in bringing Nature to your home and work space. Even though the local climate does not make the task easier, we know how to bring greenery and decoration to your surrounding! Let it be trees, plants, shrubs, flowers or ornamental plants, Metro Scape knows how to provide you with the adequate plant to make your surrounding better.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/0712b9c1-299c-45f8-83aa-1d9a52c58622.jpg\' attachment=\'1613\' attachment_size=\'full\' attach=\'scroll\' position=\'top center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/1909ae44-125d-4e39-bde0-91551e8e9526.jpg\' attachment=\'1607\' attachment_size=\'full\' align=\'left\' animation=\'left-to-right\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/projects/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nAGENTS\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/projects/\">PROJECTS</a>\r\n\r\n<hr style=\"color: #e51f44; border: solid; width: 320px; padding-right: 50px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/e98b1aa6-973e-4795-91be-55ef6ea279f7.jpg\' attachment=\'1609\' attachment_size=\'full\' align=\'left\' animation=\'top-to-bottom\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/services/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nPROPERTIES\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/services/\">SERVICES</a>\r\n\r\n<hr style=\"color: #92d32d; border: solid; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/df3f2f81-1e73-4c35-8b9d-d39856993e91.jpg\' attachment=\'1608\' attachment_size=\'full\' align=\'left\' animation=\'right-to-left\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/maintenance/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nVIDEOS\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/maintenance/\">MAINTENANCE</a>\r\n\r\n<hr style=\"color: #ffff00; border: solid; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-12-01 08:47:03','2016-12-01 08:47:03','',42,'http://metro-landscaping.com/en/2016/12/01/42-revision-v1/',0,'revision','',0),(1936,1,'2016-12-01 09:11:27','2016-12-01 09:11:27','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\'][/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1832\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-35px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Services\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_portfolio categories=\'9\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\r\n\r\n[/av_section]','Services','','inherit','closed','closed','','1213-revision-v1','','','2016-12-01 09:11:27','2016-12-01 09:11:27','',1213,'http://metro-landscaping.com/en/2016/12/01/1213-revision-v1/',0,'revision','',0),(1937,1,'2016-12-01 09:24:37','2016-12-01 09:24:37','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Trees \' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_two_third][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'false\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'1938\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1939\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1940\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1941\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1942\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1943\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1944\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1945\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<strong>Name:</strong> Trees\r\n\r\n<strong>Brief Description:</strong>\r\n\r\n-Edging and Trimming\r\n\r\n-Mowing\r\n\r\n-Watering\r\n\r\n-Pesticides application\r\n\r\n-Fertilization\r\n\r\n-General cleaning and good shape\r\n\r\n-Weed control in grass and ground cover\r\n\r\n-Verti cutting\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'More Maintenance\' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_portfolio categories=\'9\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'DESC\']\r\n\r\n[/av_two_third][av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]','Trees','Edging and Trimming...','publish','open','closed','','trees','','','2016-12-08 06:07:37','2016-12-08 06:07:37','',0,'http://metro-landscaping.com/en/?post_type=portfolio&p=1937',0,'portfolio','',0),(1938,1,'2016-12-01 09:20:53','2016-12-01 09:20:53','','2f0d0071-b174-4a15-89d8-c59816783793','','inherit','open','closed','','2f0d0071-b174-4a15-89d8-c59816783793','','','2016-12-01 09:20:53','2016-12-01 09:20:53','',1937,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/2f0d0071-b174-4a15-89d8-c59816783793.jpg',0,'attachment','image/jpeg',0),(1939,1,'2016-12-01 09:20:55','2016-12-01 09:20:55','','678f346c-3eda-4a47-adbc-141b17e73ff5','','inherit','open','closed','','678f346c-3eda-4a47-adbc-141b17e73ff5','','','2016-12-01 09:20:55','2016-12-01 09:20:55','',1937,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/678f346c-3eda-4a47-adbc-141b17e73ff5.jpg',0,'attachment','image/jpeg',0),(1940,1,'2016-12-01 09:20:59','2016-12-01 09:20:59','','968e9794-7a05-48f1-8768-6563402c11f8','','inherit','open','closed','','968e9794-7a05-48f1-8768-6563402c11f8','','','2016-12-01 09:20:59','2016-12-01 09:20:59','',1937,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/968e9794-7a05-48f1-8768-6563402c11f8.jpg',0,'attachment','image/jpeg',0),(1941,1,'2016-12-01 09:21:01','2016-12-01 09:21:01','','5650e4c7-771d-47fe-ab2c-c3c2af5322ea','','inherit','open','closed','','5650e4c7-771d-47fe-ab2c-c3c2af5322ea','','','2016-12-01 09:21:01','2016-12-01 09:21:01','',1937,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/5650e4c7-771d-47fe-ab2c-c3c2af5322ea.jpg',0,'attachment','image/jpeg',0),(1942,1,'2016-12-01 09:21:03','2016-12-01 09:21:03','','OLYMPUS DIGITAL CAMERA','OLYMPUS DIGITAL CAMERA','inherit','open','closed','','olympus-digital-camera-15','','','2016-12-01 09:21:03','2016-12-01 09:21:03','',1937,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/6571f200-af50-4701-b4a9-40801075fca5.jpg',0,'attachment','image/jpeg',0),(1943,1,'2016-12-01 09:21:05','2016-12-01 09:21:05','','OLYMPUS DIGITAL CAMERA','OLYMPUS DIGITAL CAMERA','inherit','open','closed','','olympus-digital-camera-16','','','2016-12-01 09:21:05','2016-12-01 09:21:05','',1937,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/704855be-b66b-4a1e-b8b3-53445ad9b19c.jpg',0,'attachment','image/jpeg',0),(1944,1,'2016-12-01 09:21:07','2016-12-01 09:21:07','','OLYMPUS DIGITAL CAMERA','OLYMPUS DIGITAL CAMERA','inherit','open','closed','','olympus-digital-camera-17','','','2016-12-01 09:21:07','2016-12-01 09:21:07','',1937,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/abbfe566-05b5-491b-8ed8-f203759130ba.jpg',0,'attachment','image/jpeg',0),(1945,1,'2016-12-01 09:21:09','2016-12-01 09:21:09','','ff4cff4d-7795-47e3-9af6-80dfe4a5e2a4','','inherit','open','closed','','ff4cff4d-7795-47e3-9af6-80dfe4a5e2a4','','','2016-12-01 09:21:09','2016-12-01 09:21:09','',1937,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/ff4cff4d-7795-47e3-9af6-80dfe4a5e2a4.jpg',0,'attachment','image/jpeg',0),(1946,1,'2016-12-01 09:37:37','2016-12-01 09:37:37','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\' Shrubs\' tag=\'h2\' style=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#35404b\'][/av_heading]\r\n\r\n[/av_two_third][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'1947\'][/av_slide]\r\n[av_slide id=\'1948\'][/av_slide]\r\n[av_slide id=\'1949\'][/av_slide]\r\n[av_slide id=\'1950\'][/av_slide]\r\n[av_slide id=\'1951\'][/av_slide]\r\n[av_slide id=\'1952\'][/av_slide]\r\n[av_slide id=\'1953\'][/av_slide]\r\n[av_slide id=\'1954\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<strong>Name:</strong> Shrubs\r\n\r\n<strong>Brief Description:</strong>\r\n\r\n-Edging and Trimming\r\n\r\n-Mowing\r\n\r\n-Watering\r\n\r\n-Pesticides application\r\n\r\n-Fertilization\r\n\r\n-General cleaning and good shape\r\n\r\n-Weed control in grass and ground cover\r\n\r\n-Verti cutting\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading heading=\'More Maintenance\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#35404b\'][/av_heading]\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_portfolio categories=\'9\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'DESC\']\r\n\r\n[/av_two_third][/av_section]','Shrubs',' Edging and Trimming...\r\n\r\n','publish','open','closed','','shrubs','','','2016-12-01 09:37:37','2016-12-01 09:37:37','',0,'http://metro-landscaping.com/en/?post_type=portfolio&p=1946',0,'portfolio','',0),(1947,1,'2016-12-01 09:33:21','2016-12-01 09:33:21','','OLYMPUS DIGITAL CAMERA','OLYMPUS DIGITAL CAMERA','inherit','open','closed','','olympus-digital-camera-18','','','2016-12-01 09:33:21','2016-12-01 09:33:21','',1946,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/2f4944fe-d1b4-43ad-8f3b-20cf069bcf51.jpg',0,'attachment','image/jpeg',0),(1948,1,'2016-12-01 09:33:26','2016-12-01 09:33:26','','OLYMPUS DIGITAL CAMERA','OLYMPUS DIGITAL CAMERA','inherit','open','closed','','olympus-digital-camera-19','','','2016-12-01 09:33:26','2016-12-01 09:33:26','',1946,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/6aa00852-a010-4cba-9a73-b0463cf326c2.jpg',0,'attachment','image/jpeg',0),(1949,1,'2016-12-01 09:33:28','2016-12-01 09:33:28','','OLYMPUS DIGITAL CAMERA','OLYMPUS DIGITAL CAMERA','inherit','open','closed','','olympus-digital-camera-20','','','2016-12-01 09:33:28','2016-12-01 09:33:28','',1946,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/6bcb50e1-5924-4975-8f20-1dc8e2de82b2.jpg',0,'attachment','image/jpeg',0),(1950,1,'2016-12-01 09:33:31','2016-12-01 09:33:31','','OLYMPUS DIGITAL CAMERA','OLYMPUS DIGITAL CAMERA','inherit','open','closed','','olympus-digital-camera-21','','','2016-12-01 09:33:31','2016-12-01 09:33:31','',1946,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/6d64d5c6-0606-432d-a736-1b65caaf2db8.jpg',0,'attachment','image/jpeg',0),(1951,1,'2016-12-01 09:33:35','2016-12-01 09:33:35','','OLYMPUS DIGITAL CAMERA','OLYMPUS DIGITAL CAMERA','inherit','open','closed','','olympus-digital-camera-22','','','2016-12-01 09:33:35','2016-12-01 09:33:35','',1946,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/2529d724-ddcd-4801-9f70-0ff683726409.jpg',0,'attachment','image/jpeg',0),(1952,1,'2016-12-01 09:33:39','2016-12-01 09:33:39','','OLYMPUS DIGITAL CAMERA','OLYMPUS DIGITAL CAMERA','inherit','open','closed','','olympus-digital-camera-23','','','2016-12-01 09:33:39','2016-12-01 09:33:39','',1946,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/ed657ff1-5f36-4073-917c-81541ec4de7d.jpg',0,'attachment','image/jpeg',0),(1953,1,'2016-12-01 09:33:41','2016-12-01 09:33:41','','OLYMPUS DIGITAL CAMERA','OLYMPUS DIGITAL CAMERA','inherit','open','closed','','olympus-digital-camera-24','','','2016-12-01 09:33:41','2016-12-01 09:33:41','',1946,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/f82c2cd3-802d-4be0-a89f-6e3052447670.jpg',0,'attachment','image/jpeg',0),(1954,1,'2016-12-01 09:33:44','2016-12-01 09:33:44','','OLYMPUS DIGITAL CAMERA','OLYMPUS DIGITAL CAMERA','inherit','open','closed','','olympus-digital-camera-25','','','2016-12-01 09:33:44','2016-12-01 09:33:44','',1946,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/f892d2eb-b431-4ff1-8f6e-446255d68c74.jpg',0,'attachment','image/jpeg',0),(1955,1,'2016-12-01 09:52:01','2016-12-01 09:52:01','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Flowering Plants \' tag=\'h2\' style=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#35404b\'][/av_heading]\r\n\r\n[/av_two_third][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'false\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'1956\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1957\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1958\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1959\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1960\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<strong>Name:</strong> Flowering Plants\r\n\r\n<strong>Brief Description:</strong>\r\n\r\n-Edging and Trimming\r\n\r\n-Mowing\r\n\r\n-Watering\r\n\r\n-Pesticides application\r\n\r\n-Fertilization\r\n\r\n-General cleaning and good shape\r\n\r\n-Weed control in grass and ground cover\r\n\r\n-Verti cutting\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'More Maintenance\' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_portfolio categories=\'9\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'DESC\']\r\n\r\n[/av_two_third][av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]','Flowering Plants','Edging and Trimming...','publish','open','closed','','flowering-plants','','','2016-12-08 06:12:21','2016-12-08 06:12:21','',0,'http://metro-landscaping.com/en/?post_type=portfolio&p=1955',0,'portfolio','',0),(1956,1,'2016-12-01 09:48:49','2016-12-01 09:48:49','','5bc7bcfc-a3dd-46a7-b888-eb0dc76d4c6b','','inherit','open','closed','','5bc7bcfc-a3dd-46a7-b888-eb0dc76d4c6b','','','2016-12-01 09:48:49','2016-12-01 09:48:49','',1955,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/5bc7bcfc-a3dd-46a7-b888-eb0dc76d4c6b.jpg',0,'attachment','image/jpeg',0),(1957,1,'2016-12-01 09:48:51','2016-12-01 09:48:51','','74999165-3a56-4ac0-a5f7-2ca7fd285a0d','','inherit','open','closed','','74999165-3a56-4ac0-a5f7-2ca7fd285a0d','','','2016-12-01 09:48:51','2016-12-01 09:48:51','',1955,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/74999165-3a56-4ac0-a5f7-2ca7fd285a0d.jpg',0,'attachment','image/jpeg',0),(1958,1,'2016-12-01 09:48:53','2016-12-01 09:48:53','','OLYMPUS DIGITAL CAMERA','OLYMPUS DIGITAL CAMERA','inherit','open','closed','','olympus-digital-camera-26','','','2016-12-01 09:48:53','2016-12-01 09:48:53','',1955,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/a9c6591a-bb67-4b75-a22c-2854f19f254e.jpg',0,'attachment','image/jpeg',0),(1959,1,'2016-12-01 09:48:55','2016-12-01 09:48:55','','OLYMPUS DIGITAL CAMERA','OLYMPUS DIGITAL CAMERA','inherit','open','closed','','olympus-digital-camera-27','','','2016-12-01 09:48:55','2016-12-01 09:48:55','',1955,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/c5b994c9-6fd0-44e7-ae7f-ca6ecbeec951.jpg',0,'attachment','image/jpeg',0),(1960,1,'2016-12-01 09:48:58','2016-12-01 09:48:58','','OLYMPUS DIGITAL CAMERA','OLYMPUS DIGITAL CAMERA','inherit','open','closed','','olympus-digital-camera-28','','','2016-12-01 09:48:58','2016-12-01 09:48:58','',1955,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/c447e376-54ff-47ef-a691-90ecd3e54595.jpg',0,'attachment','image/jpeg',0),(1961,1,'2016-12-01 10:00:15','2016-12-01 10:00:15','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Green Surface\' tag=\'h2\' style=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#35404b\'][/av_heading]\r\n\r\n[/av_two_third][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'1962\'][/av_slide]\r\n[av_slide id=\'1963\'][/av_slide]\r\n[av_slide id=\'1964\'][/av_slide]\r\n[av_slide id=\'1965\'][/av_slide]\r\n[av_slide id=\'1966\'][/av_slide]\r\n[av_slide id=\'1967\'][/av_slide]\r\n[av_slide id=\'1968\'][/av_slide]\r\n[av_slide id=\'1969\'][/av_slide]\r\n[av_slide id=\'1970\'][/av_slide]\r\n[av_slide id=\'1971\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<strong>Name:</strong> Green Surface\r\n\r\n<strong>Brief Description:</strong>\r\n\r\n-Edging and Trimming\r\n\r\n-Mowing\r\n\r\n-Watering\r\n\r\n-Pesticides application\r\n\r\n-Fertilization\r\n\r\n-General cleaning and good shape\r\n\r\n-Weed control in grass and ground cover\r\n\r\n-Verti cutting\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'More Maintenance\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_portfolio categories=\'9\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'DESC\']\r\n\r\n[/av_two_third][av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]','Green Surface','Edging and Trimming...','publish','open','closed','','green-surface','','','2016-12-08 06:09:47','2016-12-08 06:09:47','',0,'http://metro-landscaping.com/en/?post_type=portfolio&p=1961',0,'portfolio','',0),(1962,1,'2016-12-01 09:58:04','2016-12-01 09:58:04','','OLYMPUS DIGITAL CAMERA','OLYMPUS DIGITAL CAMERA','inherit','open','closed','','olympus-digital-camera-29','','','2016-12-01 09:58:04','2016-12-01 09:58:04','',1961,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/1ab1ae7d-f0e5-44ee-a96f-1c8c7f7e82c3.jpg',0,'attachment','image/jpeg',0),(1963,1,'2016-12-01 09:58:07','2016-12-01 09:58:07','','OLYMPUS DIGITAL CAMERA','OLYMPUS DIGITAL CAMERA','inherit','open','closed','','olympus-digital-camera-30','','','2016-12-01 09:58:07','2016-12-01 09:58:07','',1961,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/2c736f72-f1d5-4f7e-bd00-86f773da79ad.jpg',0,'attachment','image/jpeg',0),(1964,1,'2016-12-01 09:58:10','2016-12-01 09:58:10','','7c60106c-b796-4be4-bf90-3ac8356135c6','','inherit','open','closed','','7c60106c-b796-4be4-bf90-3ac8356135c6','','','2016-12-01 09:58:10','2016-12-01 09:58:10','',1961,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/7c60106c-b796-4be4-bf90-3ac8356135c6.jpg',0,'attachment','image/jpeg',0),(1965,1,'2016-12-01 09:58:11','2016-12-01 09:58:11','','7e906566-391a-4d90-9329-ec52c6640fd1','','inherit','open','closed','','7e906566-391a-4d90-9329-ec52c6640fd1','','','2016-12-01 09:58:11','2016-12-01 09:58:11','',1961,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/7e906566-391a-4d90-9329-ec52c6640fd1.jpg',0,'attachment','image/jpeg',0),(1966,1,'2016-12-01 09:58:14','2016-12-01 09:58:14','','OLYMPUS DIGITAL CAMERA','OLYMPUS DIGITAL CAMERA','inherit','open','closed','','olympus-digital-camera-31','','','2016-12-01 09:58:14','2016-12-01 09:58:14','',1961,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/242e0728-b9cf-410c-9700-92ad410bae66.jpg',0,'attachment','image/jpeg',0),(1967,1,'2016-12-01 09:58:17','2016-12-01 09:58:17','','OLYMPUS DIGITAL CAMERA','OLYMPUS DIGITAL CAMERA','inherit','open','closed','','olympus-digital-camera-32','','','2016-12-01 09:58:17','2016-12-01 09:58:17','',1961,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/b0ae8745-fe65-4fa9-8f4f-0a3cd7c9c95f.jpg',0,'attachment','image/jpeg',0),(1968,1,'2016-12-01 09:58:20','2016-12-01 09:58:20','','OLYMPUS DIGITAL CAMERA','OLYMPUS DIGITAL CAMERA','inherit','open','closed','','olympus-digital-camera-33','','','2016-12-01 09:58:20','2016-12-01 09:58:20','',1961,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/bf9ccd61-7a62-45c9-9223-9f966a945b0b.jpg',0,'attachment','image/jpeg',0),(1969,1,'2016-12-01 09:58:22','2016-12-01 09:58:22','','OLYMPUS DIGITAL CAMERA','OLYMPUS DIGITAL CAMERA','inherit','open','closed','','olympus-digital-camera-34','','','2016-12-01 09:58:22','2016-12-01 09:58:22','',1961,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/cc7a5bb9-906d-474f-a05e-9358cf1839f0.jpg',0,'attachment','image/jpeg',0),(1970,1,'2016-12-01 09:58:25','2016-12-01 09:58:25','','OLYMPUS DIGITAL CAMERA','OLYMPUS DIGITAL CAMERA','inherit','open','closed','','olympus-digital-camera-35','','','2016-12-01 09:58:25','2016-12-01 09:58:25','',1961,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/d6aa1c06-63f9-4da4-a066-8063d7079a4c.jpg',0,'attachment','image/jpeg',0),(1971,1,'2016-12-01 09:58:26','2016-12-01 09:58:26','','f4fb809a-daad-48b0-92f5-e973baa3a7bf','','inherit','open','closed','','f4fb809a-daad-48b0-92f5-e973baa3a7bf','','','2016-12-01 09:58:26','2016-12-01 09:58:26','',1961,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/f4fb809a-daad-48b0-92f5-e973baa3a7bf.jpg',0,'attachment','image/jpeg',0),(1972,1,'2016-12-01 10:01:21','2016-12-01 10:01:21','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Bandary_Landing Page\r\nURL of the webpage where the tag is expected to be placed: http://bre.com.qa\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Remarketing, Activity ID: 4138824 -->\r\n<!-- Expected URL: http://bre.com.qa/en/contactus -->\r\n\r\n<!-- Activity ID: 4138824 Activity Name: Al Bandary Real Estate - Remarketing Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Remarketing\r\nURL of the webpage where the tag is expected to be placed: http://bre.com.qa/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban0;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban0;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n[/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1834\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-35px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'Maintenance\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_portfolio columns=\'4\' one_column_template=\'special\' items=\'16\' contents=\'yes\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'DESC\']\r\n\r\n[/av_section]','Maintenance','','inherit','closed','closed','','929-revision-v1','','','2016-12-01 10:01:21','2016-12-01 10:01:21','',929,'http://metro-landscaping.com/en/2016/12/01/929-revision-v1/',0,'revision','',0),(1973,1,'2016-12-01 10:01:50','2016-12-01 10:01:50','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Bandary_Landing Page\r\nURL of the webpage where the tag is expected to be placed: http://bre.com.qa\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Remarketing, Activity ID: 4138824 -->\r\n<!-- Expected URL: http://bre.com.qa/en/contactus -->\r\n\r\n<!-- Activity ID: 4138824 Activity Name: Al Bandary Real Estate - Remarketing Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Remarketing\r\nURL of the webpage where the tag is expected to be placed: http://bre.com.qa/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban0;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban0;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n[/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1834\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-35px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Maintenance\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_portfolio categories=\'9\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'DESC\']\r\n\r\n[/av_section]','Maintenance','','inherit','closed','closed','','929-revision-v1','','','2016-12-01 10:01:50','2016-12-01 10:01:50','',929,'http://metro-landscaping.com/en/2016/12/01/929-revision-v1/',0,'revision','',0),(1974,1,'2016-12-01 10:02:46','2016-12-01 10:02:46','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Bandary_Landing Page\r\nURL of the webpage where the tag is expected to be placed: http://bre.com.qa\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Remarketing, Activity ID: 4138824 -->\r\n<!-- Expected URL: http://bre.com.qa/en/contactus -->\r\n\r\n<!-- Activity ID: 4138824 Activity Name: Al Bandary Real Estate - Remarketing Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Remarketing\r\nURL of the webpage where the tag is expected to be placed: http://bre.com.qa/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban0;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban0;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n[/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1834\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-35px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Maintenance\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_portfolio categories=\'9\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'DESC\']\r\n[/av_section]','Maintenance','','inherit','closed','closed','','929-revision-v1','','','2016-12-01 10:02:46','2016-12-01 10:02:46','',929,'http://metro-landscaping.com/en/2016/12/01/929-revision-v1/',0,'revision','',0),(1975,1,'2016-12-01 10:05:14','2016-12-01 10:05:14','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Bandary_Landing Page\r\nURL of the webpage where the tag is expected to be placed: http://bre.com.qa\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Remarketing, Activity ID: 4138824 -->\r\n<!-- Expected URL: http://bre.com.qa/en/contactus -->\r\n\r\n<!-- Activity ID: 4138824 Activity Name: Al Bandary Real Estate - Remarketing Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Remarketing\r\nURL of the webpage where the tag is expected to be placed: http://bre.com.qa/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban0;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban0;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n[/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1834\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-35px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Maintenance\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_portfolio categories=\'9\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\r\n\r\n[/av_section]','Maintenance','','inherit','closed','closed','','929-revision-v1','','','2016-12-01 10:05:14','2016-12-01 10:05:14','',929,'http://metro-landscaping.com/en/2016/12/01/929-revision-v1/',0,'revision','',0),(1977,1,'2016-12-03 06:45:06','2016-12-03 06:45:06','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Private Engineering Office\' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_two_third][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'false\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'1981\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1980\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1979\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1978\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nLandscaping, Stamped Concrete, Stone Cladding, Irrigation Works, Fountains and Water Features.\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'More Projects\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'DESC\']\r\n\r\n[/av_two_third][av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]','Private Engineering Office','Landscaping, Stamped Concrete...','publish','open','closed','','private-engineering-office','','','2016-12-10 08:33:44','2016-12-10 08:33:44','',0,'http://metro-landscaping.com/en/?post_type=portfolio&p=1977',0,'portfolio','',0),(1978,1,'2016-12-03 06:36:01','2016-12-03 06:36:01','','dsc_0185','','inherit','open','closed','','dsc_0185','','','2016-12-03 06:36:01','2016-12-03 06:36:01','',1977,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/DSC_0185.jpg',0,'attachment','image/jpeg',0),(1979,1,'2016-12-03 06:36:28','2016-12-03 06:36:28','','dsc_0192','','inherit','open','closed','','dsc_0192','','','2016-12-03 06:36:28','2016-12-03 06:36:28','',1977,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/DSC_0192.jpg',0,'attachment','image/jpeg',0),(1980,1,'2016-12-03 06:36:51','2016-12-03 06:36:51','','dsc_0194','','inherit','open','closed','','dsc_0194','','','2016-12-03 06:36:51','2016-12-03 06:36:51','',1977,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/DSC_0194.jpg',0,'attachment','image/jpeg',0),(1981,1,'2016-12-03 06:36:59','2016-12-03 06:36:59','','img-20160110-wa0010','','inherit','open','closed','','img-20160110-wa0010','','','2016-12-03 06:36:59','2016-12-03 06:36:59','',1977,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/IMG-20160110-WA0010.jpg',0,'attachment','image/jpeg',0),(1983,1,'2016-12-03 06:53:05','2016-12-03 06:53:05','','3b375c04-1652-4f55-a209-c0afbae0dbe9','','inherit','open','closed','','3b375c04-1652-4f55-a209-c0afbae0dbe9','','','2016-12-03 06:53:05','2016-12-03 06:53:05','',0,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/3b375c04-1652-4f55-a209-c0afbae0dbe9.jpg',0,'attachment','image/jpeg',0),(1984,1,'2016-12-03 06:53:09','2016-12-03 06:53:09','','6ad464f0-2d5a-4e2b-ac64-3af6d22ee2b7','','inherit','open','closed','','6ad464f0-2d5a-4e2b-ac64-3af6d22ee2b7','','','2016-12-03 06:53:09','2016-12-03 06:53:09','',0,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/6ad464f0-2d5a-4e2b-ac64-3af6d22ee2b7.jpg',0,'attachment','image/jpeg',0),(1985,1,'2016-12-03 06:53:14','2016-12-03 06:53:14','','img-20160216-wa0004','','inherit','open','closed','','img-20160216-wa0004','','','2016-12-03 06:53:14','2016-12-03 06:53:14','',0,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/IMG-20160216-WA0004.jpg',0,'attachment','image/jpeg',0),(1988,1,'2016-12-03 07:34:48','2016-12-03 07:34:48','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Wakra Villa\' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_two_third][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'false\' interval=\'5\' control_layout=\'\']\r\n[av_slide id=\'1989\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1990\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[av_slide id=\'1991\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\r\n[/av_slideshow]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nLandscaping & Water Feature Works\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'More Projects\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'DESC\']\r\n\r\n[/av_two_third][av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[/av_section]','Wakra Villa','Landscaping & Water Feature...\r\n','publish','open','closed','','wakra-villa','','','2016-12-06 14:39:38','2016-12-06 14:39:38','',0,'http://metro-landscaping.com/en/?post_type=portfolio&p=1988',0,'portfolio','',0),(1989,1,'2016-12-03 07:18:40','2016-12-03 07:18:40','','img-20160306-wa0005','','inherit','open','closed','','img-20160306-wa0005','','','2016-12-03 07:18:40','2016-12-03 07:18:40','',1988,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/IMG-20160306-WA0005.jpg',0,'attachment','image/jpeg',0),(1990,1,'2016-12-03 07:18:50','2016-12-03 07:18:50','','img-20160306-wa0006','','inherit','open','closed','','img-20160306-wa0006','','','2016-12-03 07:18:50','2016-12-03 07:18:50','',1988,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/IMG-20160306-WA0006.jpg',0,'attachment','image/jpeg',0),(1991,1,'2016-12-03 07:18:57','2016-12-03 07:18:57','','img-20160307-wa0015','','inherit','open','closed','','img-20160307-wa0015','','','2016-12-03 07:18:57','2016-12-03 07:18:57','',1988,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/IMG-20160307-WA0015.jpg',0,'attachment','image/jpeg',0),(1993,1,'2016-12-03 09:32:44','2016-12-03 09:32:44','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\'][/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1838\'][/av_slide_full]\r\n[av_slide_full id=\'1839\'][/av_slide_full]\r\n[av_slide_full id=\'1840\'][/av_slide_full]\r\n[av_slide_full id=\'1841\'][/av_slide_full]\r\n[av_slide_full id=\'1842\'][/av_slide_full]\r\n[av_slide_full id=\'1843\'][/av_slide_full]\r\n[av_slide_full id=\'1844\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#e6e6e6\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'5px,0px\' padding=\'-15px,25px,-15px,25px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h3\' padding=\'0\' heading=\'ABOUT US\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'30\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nMetro Scape is Al Bandary International Group specialist in bringing Nature to your home and work space. Even though the local climate does not make the task easier, we know how to bring greenery and decoration to your surrounding! Let it be trees, plants, shrubs, flowers or ornamental plants, Metro Scape knows how to provide you with the adequate plant to make your surrounding better.\r\n[/av_textblock]\r\n\r\n[/av_one_full][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/0712b9c1-299c-45f8-83aa-1d9a52c58622.jpg\' attachment=\'1613\' attachment_size=\'full\' attach=\'scroll\' position=\'top center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/1909ae44-125d-4e39-bde0-91551e8e9526.jpg\' attachment=\'1607\' attachment_size=\'full\' align=\'left\' animation=\'left-to-right\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/projects/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nAGENTS\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/projects/\">PROJECTS</a>\r\n\r\n<hr style=\"color: #e51f44; border: solid; width: 320px; padding-right: 50px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/e98b1aa6-973e-4795-91be-55ef6ea279f7.jpg\' attachment=\'1609\' attachment_size=\'full\' align=\'left\' animation=\'top-to-bottom\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/services/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nPROPERTIES\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/services/\">SERVICES</a>\r\n\r\n<hr style=\"color: #92d32d; border: solid; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/df3f2f81-1e73-4c35-8b9d-d39856993e91.jpg\' attachment=\'1608\' attachment_size=\'full\' align=\'left\' animation=\'right-to-left\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/maintenance/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nVIDEOS\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/maintenance/\">MAINTENANCE</a>\r\n\r\n<hr style=\"color: #ffff00; border: solid; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-12-03 09:32:44','2016-12-03 09:32:44','',42,'http://metro-landscaping.com/en/2016/12/03/42-revision-v1/',0,'revision','',0),(1994,1,'2016-12-03 09:33:10','2016-12-03 09:33:10','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\'][/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1838\'][/av_slide_full]\r\n[av_slide_full id=\'1839\'][/av_slide_full]\r\n[av_slide_full id=\'1840\'][/av_slide_full]\r\n[av_slide_full id=\'1841\'][/av_slide_full]\r\n[av_slide_full id=\'1842\'][/av_slide_full]\r\n[av_slide_full id=\'1843\'][/av_slide_full]\r\n[av_slide_full id=\'1844\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#e6e6e6\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'5px,0px\' padding=\'15px,25px,15px,25px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h3\' padding=\'0\' heading=\'ABOUT US\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'30\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nMetro Scape is Al Bandary International Group specialist in bringing Nature to your home and work space. Even though the local climate does not make the task easier, we know how to bring greenery and decoration to your surrounding! Let it be trees, plants, shrubs, flowers or ornamental plants, Metro Scape knows how to provide you with the adequate plant to make your surrounding better.\r\n[/av_textblock]\r\n\r\n[/av_one_full][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/0712b9c1-299c-45f8-83aa-1d9a52c58622.jpg\' attachment=\'1613\' attachment_size=\'full\' attach=\'scroll\' position=\'top center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/1909ae44-125d-4e39-bde0-91551e8e9526.jpg\' attachment=\'1607\' attachment_size=\'full\' align=\'left\' animation=\'left-to-right\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/projects/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nAGENTS\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/projects/\">PROJECTS</a>\r\n\r\n<hr style=\"color: #e51f44; border: solid; width: 320px; padding-right: 50px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/e98b1aa6-973e-4795-91be-55ef6ea279f7.jpg\' attachment=\'1609\' attachment_size=\'full\' align=\'left\' animation=\'top-to-bottom\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/services/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nPROPERTIES\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/services/\">SERVICES</a>\r\n\r\n<hr style=\"color: #92d32d; border: solid; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/df3f2f81-1e73-4c35-8b9d-d39856993e91.jpg\' attachment=\'1608\' attachment_size=\'full\' align=\'left\' animation=\'right-to-left\' styling=\'no-styling\' hover=\'\' link=\'manually,http://metro-landscaping.com/en/maintenance/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nVIDEOS\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/maintenance/\">MAINTENANCE</a>\r\n\r\n<hr style=\"color: #ffff00; border: solid; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-12-03 09:33:10','2016-12-03 09:33:10','',42,'http://metro-landscaping.com/en/2016/12/03/42-revision-v1/',0,'revision','',0),(1995,1,'2016-12-03 11:08:27','2016-12-03 11:08:27','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\'][/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1838\'][/av_slide_full]\r\n[av_slide_full id=\'1839\'][/av_slide_full]\r\n[av_slide_full id=\'1840\'][/av_slide_full]\r\n[av_slide_full id=\'1841\'][/av_slide_full]\r\n[av_slide_full id=\'1842\'][/av_slide_full]\r\n[av_slide_full id=\'1843\'][/av_slide_full]\r\n[av_slide_full id=\'1844\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#e6e6e6\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'5px,0px\' padding=\'15px,25px,15px,25px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h3\' padding=\'0\' heading=\'ABOUT US\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'30\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nMetro Scape is Al Bandary International Group specialist in bringing Nature to your home and work space. Even though the local climate does not make the task easier, we know how to bring greenery and decoration to your surrounding! Let it be trees, plants, shrubs, flowers or ornamental plants, Metro Scape knows how to provide you with the adequate plant to make your surrounding better.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/0712b9c1-299c-45f8-83aa-1d9a52c58622.jpg\' attachment=\'1613\' attachment_size=\'full\' attach=\'scroll\' position=\'top center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/1909ae44-125d-4e39-bde0-91551e8e9526.jpg\' attachment=\'1607\' attachment_size=\'full\' align=\'left\' animation=\'left-to-right\' styling=\'no-styling\' hover=\'av-hover-grow\' link=\'manually,http://metro-landscaping.com/en/projects/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nAGENTS\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/projects/\">PROJECTS</a>\r\n\r\n<hr style=\"color: #e51f44; border: solid; width: 320px; padding-right: 50px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/e98b1aa6-973e-4795-91be-55ef6ea279f7.jpg\' attachment=\'1609\' attachment_size=\'full\' align=\'left\' animation=\'top-to-bottom\' styling=\'no-styling\' hover=\'av-hover-grow\' link=\'manually,http://metro-landscaping.com/en/services/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nPROPERTIES\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/services/\">SERVICES</a>\r\n\r\n<hr style=\"color: #92d32d; border: solid; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/df3f2f81-1e73-4c35-8b9d-d39856993e91.jpg\' attachment=\'1608\' attachment_size=\'full\' align=\'left\' animation=\'right-to-left\' styling=\'no-styling\' hover=\'av-hover-grow\' link=\'manually,http://metro-landscaping.com/en/maintenance/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nVIDEOS\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/maintenance/\">MAINTENANCE</a>\r\n\r\n<hr style=\"color: #ffff00; border: solid; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-12-03 11:08:27','2016-12-03 11:08:27','',42,'http://metro-landscaping.com/en/2016/12/03/42-revision-v1/',0,'revision','',0),(1996,1,'2016-12-04 06:20:16','2016-12-04 06:20:16','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Bandary_Landing Page\r\nURL of the webpage where the tag is expected to be placed: http://bre.com.qa\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Form Submit, Activity ID: 4137821 -->\r\n<!-- Expected URL: http://bre.com.qa/en/contactus -->\r\n\r\n<!-- Activity ID: 4137821 Activity Name: Al Bandary Real Estate - Form Submit Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Form Submit\r\nURL of the webpage where the tag is expected to be placed: http://bre.com.qa/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban00;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban00;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n<!-- Facebook Pixel Code -->\r\n<script>\r\n!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?\r\nn.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;\r\nn.push=n;n.loaded=!0;n.version=\'2.0\';n.queue=[];t=b.createElement(e);t.async=!0;\r\nt.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,\r\ndocument,\'script\',\'https://connect.facebook.net/en_US/fbevents.js\');\r\nfbq(\'init\', \'650141791822128\');\r\nfbq(\'track\', \'PageView\');\r\n</script>\r\n<noscript><img height=\"1\" width=\"1\" style=\"display:none\" src=\"https://www.facebook.com/tr?id=650141791822128&ev=PageView&noscript=1\" /></noscript>\r\n<!-- DO NOT MODIFY -->\r\n<!-- End Facebook Pixel Code -->\r\n\r\n[/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1836\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-34.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-19px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#39865e\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'1617\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'3px,30px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'-5\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n13th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 4476 4579\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 4464 0761\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"info@metro-landscaping.com\" target=\"_blank\">info@metro-landscaping.com</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0; margin-left: 20px; margin-top: -30px;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"360\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -45px;\" src=\"http://employee.big.qa/contact_forms/ms_en/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-12-04 06:20:16','2016-12-04 06:20:16','',12,'http://metro-landscaping.com/en/2016/12/04/12-revision-v1/',0,'revision','',0),(1997,1,'2016-12-04 06:26:03','2016-12-04 06:26:03','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Bandary_Landing Page\r\nURL of the webpage where the tag is expected to be placed: http://bre.com.qa\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Form Submit, Activity ID: 4137821 -->\r\n<!-- Expected URL: http://bre.com.qa/en/contactus -->\r\n\r\n<!-- Activity ID: 4137821 Activity Name: Al Bandary Real Estate - Form Submit Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Form Submit\r\nURL of the webpage where the tag is expected to be placed: http://bre.com.qa/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban00;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban00;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n<!-- Facebook Pixel Code -->\r\n<script>\r\n!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?\r\nn.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;\r\nn.push=n;n.loaded=!0;n.version=\'2.0\';n.queue=[];t=b.createElement(e);t.async=!0;\r\nt.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,\r\ndocument,\'script\',\'https://connect.facebook.net/en_US/fbevents.js\');\r\nfbq(\'init\', \'650141791822128\');\r\nfbq(\'track\', \'PageView\');\r\n</script>\r\n<noscript><img height=\"1\" width=\"1\" style=\"display:none\" src=\"https://www.facebook.com/tr?id=650141791822128&ev=PageView&noscript=1\" /></noscript>\r\n<!-- DO NOT MODIFY -->\r\n<!-- End Facebook Pixel Code -->\r\n\r\n[/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1836\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-34.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-19px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#39865e\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'1617\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'3px,30px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'-5\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n13th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 4476 4579\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 4464 0761\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"info@metro-landscaping.com\" target=\"_blank\">info@metro-landscaping.com</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0; margin-left: 20px; margin-top: -30px;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"360\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'-5\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -45px;\" src=\"http://employee.big.qa/contact_forms/ms_en/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-12-04 06:26:03','2016-12-04 06:26:03','',12,'http://metro-landscaping.com/en/2016/12/04/12-revision-v1/',0,'revision','',0),(1998,1,'2016-12-04 06:26:33','2016-12-04 06:26:33','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Bandary_Landing Page\r\nURL of the webpage where the tag is expected to be placed: http://bre.com.qa\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Form Submit, Activity ID: 4137821 -->\r\n<!-- Expected URL: http://bre.com.qa/en/contactus -->\r\n\r\n<!-- Activity ID: 4137821 Activity Name: Al Bandary Real Estate - Form Submit Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Form Submit\r\nURL of the webpage where the tag is expected to be placed: http://bre.com.qa/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban00;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban00;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n<!-- Facebook Pixel Code -->\r\n<script>\r\n!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?\r\nn.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;\r\nn.push=n;n.loaded=!0;n.version=\'2.0\';n.queue=[];t=b.createElement(e);t.async=!0;\r\nt.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,\r\ndocument,\'script\',\'https://connect.facebook.net/en_US/fbevents.js\');\r\nfbq(\'init\', \'650141791822128\');\r\nfbq(\'track\', \'PageView\');\r\n</script>\r\n<noscript><img height=\"1\" width=\"1\" style=\"display:none\" src=\"https://www.facebook.com/tr?id=650141791822128&ev=PageView&noscript=1\" /></noscript>\r\n<!-- DO NOT MODIFY -->\r\n<!-- End Facebook Pixel Code -->\r\n\r\n[/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1836\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-34.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-19px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#39865e\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'1617\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'3px,30px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'-5\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n13th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 4476 4579\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 4464 0761\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"info@metro-landscaping.com\" target=\"_blank\">info@metro-landscaping.com</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0; margin-left: 20px; margin-top: -30px;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"360\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -45px;\" src=\"http://employee.big.qa/contact_forms/ms_en/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-12-04 06:26:33','2016-12-04 06:26:33','',12,'http://metro-landscaping.com/en/2016/12/04/12-revision-v1/',0,'revision','',0),(1999,1,'2016-12-04 06:27:06','2016-12-04 06:27:06','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Bandary_Landing Page\r\nURL of the webpage where the tag is expected to be placed: http://bre.com.qa\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Form Submit, Activity ID: 4137821 -->\r\n<!-- Expected URL: http://bre.com.qa/en/contactus -->\r\n\r\n<!-- Activity ID: 4137821 Activity Name: Al Bandary Real Estate - Form Submit Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Form Submit\r\nURL of the webpage where the tag is expected to be placed: http://bre.com.qa/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban00;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban00;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n<!-- Facebook Pixel Code -->\r\n<script>\r\n!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?\r\nn.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;\r\nn.push=n;n.loaded=!0;n.version=\'2.0\';n.queue=[];t=b.createElement(e);t.async=!0;\r\nt.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,\r\ndocument,\'script\',\'https://connect.facebook.net/en_US/fbevents.js\');\r\nfbq(\'init\', \'650141791822128\');\r\nfbq(\'track\', \'PageView\');\r\n</script>\r\n<noscript><img height=\"1\" width=\"1\" style=\"display:none\" src=\"https://www.facebook.com/tr?id=650141791822128&ev=PageView&noscript=1\" /></noscript>\r\n<!-- DO NOT MODIFY -->\r\n<!-- End Facebook Pixel Code -->\r\n\r\n[/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1836\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-34.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-19px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#39865e\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'1617\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'3px,30px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'-5\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n13th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 4476 4579\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 4464 0761\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"info@metro-landscaping.com\" target=\"_blank\">info@metro-landscaping.com</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0; margin-left: 20px; margin-top: -30px;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"360\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'45\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -45px;\" src=\"http://employee.big.qa/contact_forms/ms_en/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-12-04 06:27:06','2016-12-04 06:27:06','',12,'http://metro-landscaping.com/en/2016/12/04/12-revision-v1/',0,'revision','',0),(2000,1,'2016-12-04 06:52:41','2016-12-04 06:52:41','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\'][/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1832\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-35px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Services\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_portfolio categories=\'8\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\r\n\r\n[/av_section]','Services','','inherit','closed','closed','','1213-revision-v1','','','2016-12-04 06:52:41','2016-12-04 06:52:41','',1213,'http://metro-landscaping.com/en/2016/12/04/1213-revision-v1/',0,'revision','',0),(2001,1,'2016-12-04 10:53:58','2016-12-04 10:53:58','','contact-us','','inherit','open','closed','','contact-us','','','2016-12-04 10:53:58','2016-12-04 10:53:58','',12,'http://metro-landscaping.com/en/wp-content/uploads/2016/10/Contact-Us.jpg',0,'attachment','image/jpeg',0),(2002,1,'2016-12-04 10:54:13','2016-12-04 10:54:13','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Bandary_Landing Page\r\nURL of the webpage where the tag is expected to be placed: http://bre.com.qa\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Form Submit, Activity ID: 4137821 -->\r\n<!-- Expected URL: http://bre.com.qa/en/contactus -->\r\n\r\n<!-- Activity ID: 4137821 Activity Name: Al Bandary Real Estate - Form Submit Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Form Submit\r\nURL of the webpage where the tag is expected to be placed: http://bre.com.qa/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban00;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban00;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n<!-- Facebook Pixel Code -->\r\n<script>\r\n!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?\r\nn.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;\r\nn.push=n;n.loaded=!0;n.version=\'2.0\';n.queue=[];t=b.createElement(e);t.async=!0;\r\nt.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,\r\ndocument,\'script\',\'https://connect.facebook.net/en_US/fbevents.js\');\r\nfbq(\'init\', \'650141791822128\');\r\nfbq(\'track\', \'PageView\');\r\n</script>\r\n<noscript><img height=\"1\" width=\"1\" style=\"display:none\" src=\"https://www.facebook.com/tr?id=650141791822128&ev=PageView&noscript=1\" /></noscript>\r\n<!-- DO NOT MODIFY -->\r\n<!-- End Facebook Pixel Code -->\r\n\r\n[/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'2001\'][/av_slide_full]\r\n\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-34.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-19px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#39865e\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'1617\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'3px,30px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'-5\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n13th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 32080, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 4476 4579\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 4464 0761\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"info@metro-landscaping.com\" target=\"_blank\">info@metro-landscaping.com</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0; margin-left: 20px; margin-top: -30px;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"360\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'45\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -45px;\" src=\"http://employee.big.qa/contact_forms/ms_en/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half]\r\n[/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-12-04 10:54:13','2016-12-04 10:54:13','',12,'http://metro-landscaping.com/en/2016/12/04/12-revision-v1/',0,'revision','',0),(2003,1,'2016-12-04 11:03:29','2016-12-04 11:03:29','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\n\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[av_heading tag=\'h2\' padding=\'0\' heading=\' Fountain and Water Lake \' color=\'custom-color-heading\' style=\'\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\n\n[/av_two_third][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\n[av_slide id=\'1884\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\n[av_slide id=\'1885\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\n[av_slide id=\'1886\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\n[av_slide id=\'1887\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\n[av_slide id=\'1889\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\n[av_slide id=\'1890\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\n[/av_slideshow]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\']\n<strong>Name:</strong> Fountain and Water Lake\n\n<strong>Brief Description:</strong> Is a piece of architecture which pours water into a basin or jets it into the air to supply drinking water and/or for decorative or dramatic effect. Fountains were originally purely functional, connected to springs or aqueducts and used to provide drinking water and water for bathing and washing to the residents of cities, towns and villages.\n[/av_textblock]\n\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[av_heading tag=\'h2\' padding=\'0\' heading=\'More Services\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\n\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[av_portfolio categories=\'8\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'DESC\']\n\n[/av_two_third][av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[/av_section]','Fountain and Water Lake','Is a piece of architecture...','inherit','closed','closed','','1883-autosave-v1','','','2016-12-04 11:03:29','2016-12-04 11:03:29','',1883,'http://metro-landscaping.com/en/2016/12/04/1883-autosave-v1/',0,'revision','',0),(2004,1,'2016-12-04 11:30:19','2016-12-04 11:30:19','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Bandary_Landing Page\r\nURL of the webpage where the tag is expected to be placed: http://bre.com.qa\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Form Submit, Activity ID: 4137821 -->\r\n<!-- Expected URL: http://bre.com.qa/en/contactus -->\r\n\r\n<!-- Activity ID: 4137821 Activity Name: Al Bandary Real Estate - Form Submit Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Form Submit\r\nURL of the webpage where the tag is expected to be placed: http://bre.com.qa/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban00;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban00;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n<!-- Facebook Pixel Code -->\r\n<script>\r\n!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?\r\nn.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;\r\nn.push=n;n.loaded=!0;n.version=\'2.0\';n.queue=[];t=b.createElement(e);t.async=!0;\r\nt.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,\r\ndocument,\'script\',\'https://connect.facebook.net/en_US/fbevents.js\');\r\nfbq(\'init\', \'650141791822128\');\r\nfbq(\'track\', \'PageView\');\r\n</script>\r\n<noscript><img height=\"1\" width=\"1\" style=\"display:none\" src=\"https://www.facebook.com/tr?id=650141791822128&ev=PageView&noscript=1\" /></noscript>\r\n<!-- DO NOT MODIFY -->\r\n<!-- End Facebook Pixel Code -->\r\n\r\n[/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'2001\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-34.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-19px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#39865e\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'1617\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'3px,30px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'-5\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n13th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 47116, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 4476 4579\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 4464 0761\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"info@metro-landscaping.com\" target=\"_blank\">info@metro-landscaping.com</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0; margin-left: 20px; margin-top: -30px;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"360\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'45\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -45px;\" src=\"http://employee.big.qa/contact_forms/ms_en/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-12-04 11:30:19','2016-12-04 11:30:19','',12,'http://metro-landscaping.com/en/2016/12/04/12-revision-v1/',0,'revision','',0),(2005,1,'2016-12-04 12:19:02','2016-12-04 12:19:02','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Bandary_Landing Page\r\nURL of the webpage where the tag is expected to be placed: http://bre.com.qa\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Form Submit, Activity ID: 4137821 -->\r\n<!-- Expected URL: http://bre.com.qa/en/contactus -->\r\n\r\n<!-- Activity ID: 4137821 Activity Name: Al Bandary Real Estate - Form Submit Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Form Submit\r\nURL of the webpage where the tag is expected to be placed: http://bre.com.qa/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban00;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban00;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n<!-- Facebook Pixel Code -->\r\n<script>\r\n!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?\r\nn.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;\r\nn.push=n;n.loaded=!0;n.version=\'2.0\';n.queue=[];t=b.createElement(e);t.async=!0;\r\nt.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,\r\ndocument,\'script\',\'https://connect.facebook.net/en_US/fbevents.js\');\r\nfbq(\'init\', \'650141791822128\');\r\nfbq(\'track\', \'PageView\');\r\n</script>\r\n<noscript><img height=\"1\" width=\"1\" style=\"display:none\" src=\"https://www.facebook.com/tr?id=650141791822128&ev=PageView&noscript=1\" /></noscript>\r\n<!-- DO NOT MODIFY -->\r\n<!-- End Facebook Pixel Code -->\r\n\r\n[/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'2001\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-34.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-19px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#39865e\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'1617\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'3px,30px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'-5\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n13th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 47116, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 4476 4579\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 4464 0761\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"info@metro-landscaping.com\" target=\"_blank\">info@metro-landscaping.com</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0; margin-left: 20px; margin-top: -30px;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"360\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'45\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -45px;\" src=\"http://employee.big.qa/contact_forms/ms_en/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half]\r\n[/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-12-04 12:19:02','2016-12-04 12:19:02','',12,'http://metro-landscaping.com/en/2016/12/04/12-revision-v1/',0,'revision','',0),(2006,1,'2016-12-04 12:19:41','2016-12-04 12:19:41','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Bandary_Landing Page\r\nURL of the webpage where the tag is expected to be placed: http://bre.com.qa\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Form Submit, Activity ID: 4137821 -->\r\n<!-- Expected URL: http://bre.com.qa/en/contactus -->\r\n\r\n<!-- Activity ID: 4137821 Activity Name: Al Bandary Real Estate - Form Submit Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Form Submit\r\nURL of the webpage where the tag is expected to be placed: http://bre.com.qa/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban00;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban00;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n<!-- Facebook Pixel Code -->\r\n<script>\r\n!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?\r\nn.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;\r\nn.push=n;n.loaded=!0;n.version=\'2.0\';n.queue=[];t=b.createElement(e);t.async=!0;\r\nt.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,\r\ndocument,\'script\',\'https://connect.facebook.net/en_US/fbevents.js\');\r\nfbq(\'init\', \'650141791822128\');\r\nfbq(\'track\', \'PageView\');\r\n</script>\r\n<noscript><img height=\"1\" width=\"1\" style=\"display:none\" src=\"https://www.facebook.com/tr?id=650141791822128&ev=PageView&noscript=1\" /></noscript>\r\n<!-- DO NOT MODIFY -->\r\n<!-- End Facebook Pixel Code -->\r\n\r\n[/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'2001\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-34.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-19px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#39865e\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'1617\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'3px,30px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'-5\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n13th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 47116, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 4476 4579\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 4464 0761\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"info@metro-landscaping.com\" target=\"_blank\">info@metro-landscaping.com</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0; margin-left: 20px; margin-top: -30px;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"360\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'45\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -45px;\" src=\"http://employee.big.qa/contact_forms/ms_en/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half]\r\n[/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-12-04 12:19:41','2016-12-04 12:19:41','',12,'http://metro-landscaping.com/en/2016/12/04/12-revision-v1/',0,'revision','',0),(2007,1,'2016-12-04 12:27:12','2016-12-04 12:27:12','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Bandary_Landing Page\r\nURL of the webpage where the tag is expected to be placed: http://bre.com.qa\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Form Submit, Activity ID: 4137821 -->\r\n<!-- Expected URL: http://bre.com.qa/en/contactus -->\r\n\r\n<!-- Activity ID: 4137821 Activity Name: Al Bandary Real Estate - Form Submit Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Form Submit\r\nURL of the webpage where the tag is expected to be placed: http://bre.com.qa/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban00;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban00;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n<!-- Facebook Pixel Code -->\r\n<script>\r\n!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?\r\nn.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;\r\nn.push=n;n.loaded=!0;n.version=\'2.0\';n.queue=[];t=b.createElement(e);t.async=!0;\r\nt.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,\r\ndocument,\'script\',\'https://connect.facebook.net/en_US/fbevents.js\');\r\nfbq(\'init\', \'650141791822128\');\r\nfbq(\'track\', \'PageView\');\r\n</script>\r\n<noscript><img height=\"1\" width=\"1\" style=\"display:none\" src=\"https://www.facebook.com/tr?id=650141791822128&ev=PageView&noscript=1\" /></noscript>\r\n<!-- DO NOT MODIFY -->\r\n<!-- End Facebook Pixel Code -->\r\n\r\n[/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'2001\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-34.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-19px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#39865e\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'1617\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px,-45px\' padding=\'3px,30px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'-5\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n13th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 47116, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 4476 4579\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 4464 0761\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"info@metro-landscaping.com\" target=\"_blank\">info@metro-landscaping.com</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0; margin-left: 20px; margin-top: -30px;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"360\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'45\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -45px;\" src=\"http://employee.big.qa/contact_forms/ms_en/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-12-04 12:27:12','2016-12-04 12:27:12','',12,'http://metro-landscaping.com/en/2016/12/04/12-revision-v1/',0,'revision','',0),(2008,1,'2016-12-04 12:28:07','2016-12-04 12:28:07','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Bandary_Landing Page\r\nURL of the webpage where the tag is expected to be placed: http://bre.com.qa\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Form Submit, Activity ID: 4137821 -->\r\n<!-- Expected URL: http://bre.com.qa/en/contactus -->\r\n\r\n<!-- Activity ID: 4137821 Activity Name: Al Bandary Real Estate - Form Submit Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Form Submit\r\nURL of the webpage where the tag is expected to be placed: http://bre.com.qa/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban00;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban00;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n<!-- Facebook Pixel Code -->\r\n<script>\r\n!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?\r\nn.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;\r\nn.push=n;n.loaded=!0;n.version=\'2.0\';n.queue=[];t=b.createElement(e);t.async=!0;\r\nt.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,\r\ndocument,\'script\',\'https://connect.facebook.net/en_US/fbevents.js\');\r\nfbq(\'init\', \'650141791822128\');\r\nfbq(\'track\', \'PageView\');\r\n</script>\r\n<noscript><img height=\"1\" width=\"1\" style=\"display:none\" src=\"https://www.facebook.com/tr?id=650141791822128&ev=PageView&noscript=1\" /></noscript>\r\n<!-- DO NOT MODIFY -->\r\n<!-- End Facebook Pixel Code -->\r\n\r\n[/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'2001\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-34.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-19px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#39865e\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'1617\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px,-65px\' padding=\'3px,30px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'-5\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n13th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 47116, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 4476 4579\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 4464 0761\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"info@metro-landscaping.com\" target=\"_blank\">info@metro-landscaping.com</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0; margin-left: 20px; margin-top: -30px;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"360\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'45\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -45px;\" src=\"http://employee.big.qa/contact_forms/ms_en/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-12-04 12:28:07','2016-12-04 12:28:07','',12,'http://metro-landscaping.com/en/2016/12/04/12-revision-v1/',0,'revision','',0),(2009,1,'2016-12-04 12:28:57','2016-12-04 12:28:57','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Bandary_Landing Page\r\nURL of the webpage where the tag is expected to be placed: http://bre.com.qa\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Form Submit, Activity ID: 4137821 -->\r\n<!-- Expected URL: http://bre.com.qa/en/contactus -->\r\n\r\n<!-- Activity ID: 4137821 Activity Name: Al Bandary Real Estate - Form Submit Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Form Submit\r\nURL of the webpage where the tag is expected to be placed: http://bre.com.qa/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban00;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban00;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n<!-- Facebook Pixel Code -->\r\n<script>\r\n!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?\r\nn.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;\r\nn.push=n;n.loaded=!0;n.version=\'2.0\';n.queue=[];t=b.createElement(e);t.async=!0;\r\nt.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,\r\ndocument,\'script\',\'https://connect.facebook.net/en_US/fbevents.js\');\r\nfbq(\'init\', \'650141791822128\');\r\nfbq(\'track\', \'PageView\');\r\n</script>\r\n<noscript><img height=\"1\" width=\"1\" style=\"display:none\" src=\"https://www.facebook.com/tr?id=650141791822128&ev=PageView&noscript=1\" /></noscript>\r\n<!-- DO NOT MODIFY -->\r\n<!-- End Facebook Pixel Code -->\r\n\r\n[/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'2001\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-34.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-19px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#39865e\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'1617\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px,-85px\' padding=\'3px,30px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'-5\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n13th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 47116, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 4476 4579\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 4464 0761\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"info@metro-landscaping.com\" target=\"_blank\">info@metro-landscaping.com</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0; margin-left: 20px; margin-top: -30px;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"360\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'45\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -45px;\" src=\"http://employee.big.qa/contact_forms/ms_en/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-12-04 12:28:57','2016-12-04 12:28:57','',12,'http://metro-landscaping.com/en/2016/12/04/12-revision-v1/',0,'revision','',0),(2010,1,'2016-12-04 12:31:18','2016-12-04 12:31:18','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Bandary_Landing Page\r\nURL of the webpage where the tag is expected to be placed: http://bre.com.qa\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Form Submit, Activity ID: 4137821 -->\r\n<!-- Expected URL: http://bre.com.qa/en/contactus -->\r\n\r\n<!-- Activity ID: 4137821 Activity Name: Al Bandary Real Estate - Form Submit Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Form Submit\r\nURL of the webpage where the tag is expected to be placed: http://bre.com.qa/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban00;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban00;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n<!-- Facebook Pixel Code -->\r\n<script>\r\n!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?\r\nn.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;\r\nn.push=n;n.loaded=!0;n.version=\'2.0\';n.queue=[];t=b.createElement(e);t.async=!0;\r\nt.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,\r\ndocument,\'script\',\'https://connect.facebook.net/en_US/fbevents.js\');\r\nfbq(\'init\', \'650141791822128\');\r\nfbq(\'track\', \'PageView\');\r\n</script>\r\n<noscript><img height=\"1\" width=\"1\" style=\"display:none\" src=\"https://www.facebook.com/tr?id=650141791822128&ev=PageView&noscript=1\" /></noscript>\r\n<!-- DO NOT MODIFY -->\r\n<!-- End Facebook Pixel Code -->\r\n\r\n[/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'2001\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-34.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-19px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#39865e\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'1617\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px,-85px\' padding=\'3px,30px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'-5\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n13th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 47116, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 4476 4579\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 4464 0761\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"info@metro-landscaping.com\" target=\"_blank\">info@metro-landscaping.com</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a href=\"http://www.metro-landscaping.com\" target=\"_blank\">www.metro-landscaping.com</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0; margin-left: 20px; margin-top: -30px;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"360\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'45\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -45px;\" src=\"http://employee.big.qa/contact_forms/ms_en/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-12-04 12:31:18','2016-12-04 12:31:18','',12,'http://metro-landscaping.com/en/2016/12/04/12-revision-v1/',0,'revision','',0),(2011,1,'2016-12-04 13:45:02','2016-12-04 13:45:02','','contact-us','','inherit','open','closed','','contact-us-2','','','2016-12-04 13:45:02','2016-12-04 13:45:02','',12,'http://metro-landscaping.com/en/wp-content/uploads/2016/10/Contact-Us-1.jpg',0,'attachment','image/jpeg',0),(2012,1,'2016-12-04 13:45:47','2016-12-04 13:45:47','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Bandary_Landing Page\r\nURL of the webpage where the tag is expected to be placed: http://bre.com.qa\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Form Submit, Activity ID: 4137821 -->\r\n<!-- Expected URL: http://bre.com.qa/en/contactus -->\r\n\r\n<!-- Activity ID: 4137821 Activity Name: Al Bandary Real Estate - Form Submit Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Form Submit\r\nURL of the webpage where the tag is expected to be placed: http://bre.com.qa/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban00;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban00;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n<!-- Facebook Pixel Code -->\r\n<script>\r\n!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?\r\nn.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;\r\nn.push=n;n.loaded=!0;n.version=\'2.0\';n.queue=[];t=b.createElement(e);t.async=!0;\r\nt.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,\r\ndocument,\'script\',\'https://connect.facebook.net/en_US/fbevents.js\');\r\nfbq(\'init\', \'650141791822128\');\r\nfbq(\'track\', \'PageView\');\r\n</script>\r\n<noscript><img height=\"1\" width=\"1\" style=\"display:none\" src=\"https://www.facebook.com/tr?id=650141791822128&ev=PageView&noscript=1\" /></noscript>\r\n<!-- DO NOT MODIFY -->\r\n<!-- End Facebook Pixel Code -->\r\n\r\n[/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'2011\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-34.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-19px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#39865e\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'1617\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px,-85px\' padding=\'3px,30px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'-5\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n13th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 47116, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 4476 4579\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 4464 0761\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"info@metro-landscaping.com\" target=\"_blank\">info@metro-landscaping.com</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a href=\"http://www.metro-landscaping.com\" target=\"_blank\">www.metro-landscaping.com</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0; margin-left: 20px; margin-top: -30px;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"360\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'45\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -45px;\" src=\"http://employee.big.qa/contact_forms/ms_en/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half]\r\n[/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-12-04 13:45:47','2016-12-04 13:45:47','',12,'http://metro-landscaping.com/en/2016/12/04/12-revision-v1/',0,'revision','',0),(2013,1,'2016-12-04 13:48:09','2016-12-04 13:48:09','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-minimal\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1838\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1839\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1840\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1841\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1842\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1843\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1844\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#e6e6e6\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'5px,0px\' padding=\'15px,25px,15px,25px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h3\' padding=\'0\' heading=\'ABOUT US\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'30\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nMetro Scape is Al Bandary International Group specialist in bringing Nature to your home and work space. Even though the local climate does not make the task easier, we know how to bring greenery and decoration to your surrounding! Let it be trees, plants, shrubs, flowers or ornamental plants, Metro Scape knows how to provide you with the adequate plant to make your surrounding better.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/0712b9c1-299c-45f8-83aa-1d9a52c58622.jpg\' attachment=\'1613\' attachment_size=\'full\' attach=\'scroll\' position=\'top center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/1909ae44-125d-4e39-bde0-91551e8e9526.jpg\' attachment=\'1607\' attachment_size=\'full\' align=\'left\' animation=\'left-to-right\' styling=\'no-styling\' hover=\'av-hover-grow\' link=\'manually,http://metro-landscaping.com/en/projects/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nAGENTS\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/projects/\">PROJECTS</a>\r\n\r\n<hr style=\"color: #e51f44; border: solid; width: 320px; padding-right: 50px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/e98b1aa6-973e-4795-91be-55ef6ea279f7.jpg\' attachment=\'1609\' attachment_size=\'full\' align=\'left\' animation=\'top-to-bottom\' styling=\'no-styling\' hover=\'av-hover-grow\' link=\'manually,http://metro-landscaping.com/en/services/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nPROPERTIES\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/services/\">SERVICES</a>\r\n\r\n<hr style=\"color: #92d32d; border: solid; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/df3f2f81-1e73-4c35-8b9d-d39856993e91.jpg\' attachment=\'1608\' attachment_size=\'full\' align=\'left\' animation=\'right-to-left\' styling=\'no-styling\' hover=\'av-hover-grow\' link=\'manually,http://metro-landscaping.com/en/maintenance/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nVIDEOS\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/maintenance/\">MAINTENANCE</a>\r\n\r\n<hr style=\"color: #ffff00; border: solid; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-12-04 13:48:09','2016-12-04 13:48:09','',42,'http://metro-landscaping.com/en/2016/12/04/42-revision-v1/',0,'revision','',0),(2014,1,'2016-12-04 14:17:06','2016-12-04 14:17:06','[av_fullscreen size=\'no scaling\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'\']\r\n[av_fullscreen_slide id=\'1599\'][/av_fullscreen_slide]\r\n[av_fullscreen_slide id=\'1600\'][/av_fullscreen_slide]\r\n[av_fullscreen_slide id=\'1601\'][/av_fullscreen_slide]\r\n[av_fullscreen_slide id=\'1602\'][/av_fullscreen_slide]\r\n[av_fullscreen_slide id=\'1603\'][/av_fullscreen_slide]\r\n[av_fullscreen_slide id=\'1605\'][/av_fullscreen_slide]\r\n[av_fullscreen_slide id=\'1606\'][/av_fullscreen_slide]\r\n[/av_fullscreen]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#e6e6e6\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'5px,0px\' padding=\'15px,25px,15px,25px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h3\' padding=\'0\' heading=\'ABOUT US\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'30\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nMetro Scape is Al Bandary International Group specialist in bringing Nature to your home and work space. Even though the local climate does not make the task easier, we know how to bring greenery and decoration to your surrounding! Let it be trees, plants, shrubs, flowers or ornamental plants, Metro Scape knows how to provide you with the adequate plant to make your surrounding better.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/0712b9c1-299c-45f8-83aa-1d9a52c58622.jpg\' attachment=\'1613\' attachment_size=\'full\' attach=\'scroll\' position=\'top center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/1909ae44-125d-4e39-bde0-91551e8e9526.jpg\' attachment=\'1607\' attachment_size=\'full\' align=\'left\' animation=\'left-to-right\' styling=\'no-styling\' hover=\'av-hover-grow\' link=\'manually,http://metro-landscaping.com/en/projects/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nAGENTS\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/projects/\">PROJECTS</a>\r\n\r\n<hr style=\"color: #e51f44; border: solid; width: 320px; padding-right: 50px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/e98b1aa6-973e-4795-91be-55ef6ea279f7.jpg\' attachment=\'1609\' attachment_size=\'full\' align=\'left\' animation=\'top-to-bottom\' styling=\'no-styling\' hover=\'av-hover-grow\' link=\'manually,http://metro-landscaping.com/en/services/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nPROPERTIES\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/services/\">SERVICES</a>\r\n\r\n<hr style=\"color: #92d32d; border: solid; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/df3f2f81-1e73-4c35-8b9d-d39856993e91.jpg\' attachment=\'1608\' attachment_size=\'full\' align=\'left\' animation=\'right-to-left\' styling=\'no-styling\' hover=\'av-hover-grow\' link=\'manually,http://metro-landscaping.com/en/maintenance/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nVIDEOS\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/maintenance/\">MAINTENANCE</a>\r\n\r\n<hr style=\"color: #ffff00; border: solid; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-12-04 14:17:06','2016-12-04 14:17:06','',42,'http://metro-landscaping.com/en/2016/12/04/42-revision-v1/',0,'revision','',0),(2015,1,'2016-12-04 14:18:53','2016-12-04 14:18:53','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1599\'][/av_slide_full]\r\n[av_slide_full id=\'1600\'][/av_slide_full]\r\n[av_slide_full id=\'1601\'][/av_slide_full]\r\n[av_slide_full id=\'1602\'][/av_slide_full]\r\n[av_slide_full id=\'1603\'][/av_slide_full]\r\n[av_slide_full id=\'1605\'][/av_slide_full]\r\n[av_slide_full id=\'1606\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#e6e6e6\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'5px,0px\' padding=\'15px,25px,15px,25px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h3\' padding=\'0\' heading=\'ABOUT US\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'30\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nMetro Scape is Al Bandary International Group specialist in bringing Nature to your home and work space. Even though the local climate does not make the task easier, we know how to bring greenery and decoration to your surrounding! Let it be trees, plants, shrubs, flowers or ornamental plants, Metro Scape knows how to provide you with the adequate plant to make your surrounding better.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/0712b9c1-299c-45f8-83aa-1d9a52c58622.jpg\' attachment=\'1613\' attachment_size=\'full\' attach=\'scroll\' position=\'top center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/1909ae44-125d-4e39-bde0-91551e8e9526.jpg\' attachment=\'1607\' attachment_size=\'full\' align=\'left\' animation=\'left-to-right\' styling=\'no-styling\' hover=\'av-hover-grow\' link=\'manually,http://metro-landscaping.com/en/projects/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nAGENTS\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/projects/\">PROJECTS</a>\r\n\r\n<hr style=\"color: #e51f44; border: solid; width: 320px; padding-right: 50px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/e98b1aa6-973e-4795-91be-55ef6ea279f7.jpg\' attachment=\'1609\' attachment_size=\'full\' align=\'left\' animation=\'top-to-bottom\' styling=\'no-styling\' hover=\'av-hover-grow\' link=\'manually,http://metro-landscaping.com/en/services/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nPROPERTIES\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/services/\">SERVICES</a>\r\n\r\n<hr style=\"color: #92d32d; border: solid; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/df3f2f81-1e73-4c35-8b9d-d39856993e91.jpg\' attachment=\'1608\' attachment_size=\'full\' align=\'left\' animation=\'right-to-left\' styling=\'no-styling\' hover=\'av-hover-grow\' link=\'manually,http://metro-landscaping.com/en/maintenance/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nVIDEOS\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/maintenance/\">MAINTENANCE</a>\r\n\r\n<hr style=\"color: #ffff00; border: solid; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-12-04 14:18:53','2016-12-04 14:18:53','',42,'http://metro-landscaping.com/en/2016/12/04/42-revision-v1/',0,'revision','',0),(2016,1,'2016-12-04 14:21:09','2016-12-04 14:21:09','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1838\'][/av_slide_full]\r\n[av_slide_full id=\'1839\'][/av_slide_full]\r\n[av_slide_full id=\'1840\'][/av_slide_full]\r\n[av_slide_full id=\'1841\'][/av_slide_full]\r\n[av_slide_full id=\'1842\'][/av_slide_full]\r\n[av_slide_full id=\'1843\'][/av_slide_full]\r\n[av_slide_full id=\'1844\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#e6e6e6\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'5px,0px\' padding=\'15px,25px,15px,25px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h3\' padding=\'0\' heading=\'ABOUT US\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'30\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nMetro Scape is Al Bandary International Group specialist in bringing Nature to your home and work space. Even though the local climate does not make the task easier, we know how to bring greenery and decoration to your surrounding! Let it be trees, plants, shrubs, flowers or ornamental plants, Metro Scape knows how to provide you with the adequate plant to make your surrounding better.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/0712b9c1-299c-45f8-83aa-1d9a52c58622.jpg\' attachment=\'1613\' attachment_size=\'full\' attach=\'scroll\' position=\'top center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/1909ae44-125d-4e39-bde0-91551e8e9526.jpg\' attachment=\'1607\' attachment_size=\'full\' align=\'left\' animation=\'left-to-right\' styling=\'no-styling\' hover=\'av-hover-grow\' link=\'manually,http://metro-landscaping.com/en/projects/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nAGENTS\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/projects/\">PROJECTS</a>\r\n\r\n<hr style=\"color: #e51f44; border: solid; width: 320px; padding-right: 50px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/e98b1aa6-973e-4795-91be-55ef6ea279f7.jpg\' attachment=\'1609\' attachment_size=\'full\' align=\'left\' animation=\'top-to-bottom\' styling=\'no-styling\' hover=\'av-hover-grow\' link=\'manually,http://metro-landscaping.com/en/services/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nPROPERTIES\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/services/\">SERVICES</a>\r\n\r\n<hr style=\"color: #92d32d; border: solid; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/df3f2f81-1e73-4c35-8b9d-d39856993e91.jpg\' attachment=\'1608\' attachment_size=\'full\' align=\'left\' animation=\'right-to-left\' styling=\'no-styling\' hover=\'av-hover-grow\' link=\'manually,http://metro-landscaping.com/en/maintenance/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nVIDEOS\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/maintenance/\">MAINTENANCE</a>\r\n\r\n<hr style=\"color: #ffff00; border: solid; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-12-04 14:21:09','2016-12-04 14:21:09','',42,'http://metro-landscaping.com/en/2016/12/04/42-revision-v1/',0,'revision','',0),(2017,1,'2016-12-04 14:21:59','2016-12-04 14:21:59','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-hidden\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1838\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1839\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1840\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1841\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1842\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1843\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1844\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#e6e6e6\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'5px,0px\' padding=\'15px,25px,15px,25px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h3\' padding=\'0\' heading=\'ABOUT US\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'30\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nMetro Scape is Al Bandary International Group specialist in bringing Nature to your home and work space. Even though the local climate does not make the task easier, we know how to bring greenery and decoration to your surrounding! Let it be trees, plants, shrubs, flowers or ornamental plants, Metro Scape knows how to provide you with the adequate plant to make your surrounding better.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/0712b9c1-299c-45f8-83aa-1d9a52c58622.jpg\' attachment=\'1613\' attachment_size=\'full\' attach=\'scroll\' position=\'top center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/1909ae44-125d-4e39-bde0-91551e8e9526.jpg\' attachment=\'1607\' attachment_size=\'full\' align=\'left\' animation=\'left-to-right\' styling=\'no-styling\' hover=\'av-hover-grow\' link=\'manually,http://metro-landscaping.com/en/projects/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nAGENTS\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/projects/\">PROJECTS</a>\r\n\r\n<hr style=\"color: #e51f44; border: solid; width: 320px; padding-right: 50px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/e98b1aa6-973e-4795-91be-55ef6ea279f7.jpg\' attachment=\'1609\' attachment_size=\'full\' align=\'left\' animation=\'top-to-bottom\' styling=\'no-styling\' hover=\'av-hover-grow\' link=\'manually,http://metro-landscaping.com/en/services/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nPROPERTIES\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/services/\">SERVICES</a>\r\n\r\n<hr style=\"color: #92d32d; border: solid; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/df3f2f81-1e73-4c35-8b9d-d39856993e91.jpg\' attachment=\'1608\' attachment_size=\'full\' align=\'left\' animation=\'right-to-left\' styling=\'no-styling\' hover=\'av-hover-grow\' link=\'manually,http://metro-landscaping.com/en/maintenance/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nVIDEOS\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/maintenance/\">MAINTENANCE</a>\r\n\r\n<hr style=\"color: #ffff00; border: solid; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-12-04 14:21:59','2016-12-04 14:21:59','',42,'http://metro-landscaping.com/en/2016/12/04/42-revision-v1/',0,'revision','',0),(2018,1,'2016-12-04 14:22:35','2016-12-04 14:22:35','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1838\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1839\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1840\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1841\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1842\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1843\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1844\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#e6e6e6\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'5px,0px\' padding=\'15px,25px,15px,25px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h3\' padding=\'0\' heading=\'ABOUT US\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'30\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nMetro Scape is Al Bandary International Group specialist in bringing Nature to your home and work space. Even though the local climate does not make the task easier, we know how to bring greenery and decoration to your surrounding! Let it be trees, plants, shrubs, flowers or ornamental plants, Metro Scape knows how to provide you with the adequate plant to make your surrounding better.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/0712b9c1-299c-45f8-83aa-1d9a52c58622.jpg\' attachment=\'1613\' attachment_size=\'full\' attach=\'scroll\' position=\'top center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/1909ae44-125d-4e39-bde0-91551e8e9526.jpg\' attachment=\'1607\' attachment_size=\'full\' align=\'left\' animation=\'left-to-right\' styling=\'no-styling\' hover=\'av-hover-grow\' link=\'manually,http://metro-landscaping.com/en/projects/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nAGENTS\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/projects/\">PROJECTS</a>\r\n\r\n<hr style=\"color: #e51f44; border: solid; width: 320px; padding-right: 50px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/e98b1aa6-973e-4795-91be-55ef6ea279f7.jpg\' attachment=\'1609\' attachment_size=\'full\' align=\'left\' animation=\'top-to-bottom\' styling=\'no-styling\' hover=\'av-hover-grow\' link=\'manually,http://metro-landscaping.com/en/services/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nPROPERTIES\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/services/\">SERVICES</a>\r\n\r\n<hr style=\"color: #92d32d; border: solid; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/df3f2f81-1e73-4c35-8b9d-d39856993e91.jpg\' attachment=\'1608\' attachment_size=\'full\' align=\'left\' animation=\'right-to-left\' styling=\'no-styling\' hover=\'av-hover-grow\' link=\'manually,http://metro-landscaping.com/en/maintenance/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nVIDEOS\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/maintenance/\">MAINTENANCE</a>\r\n\r\n<hr style=\"color: #ffff00; border: solid; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-12-04 14:22:35','2016-12-04 14:22:35','',42,'http://metro-landscaping.com/en/2016/12/04/42-revision-v1/',0,'revision','',0),(2019,1,'2016-12-06 12:34:29','2016-12-06 12:34:29','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1838\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1839\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1840\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1841\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1842\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1843\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1844\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#e6e6e6\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'5px,0px\' padding=\'15px,25px,15px,25px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h3\' padding=\'0\' heading=\'ABOUT US\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'30\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nMetro Scape is Al Bandary International Group specialist in bringing Nature to your home and work space. Even though the local climate does not make the task easier, we know how to bring greenery and decoration to your surrounding! Let it be trees, plants, shrubs, flowers or ornamental plants, Metro Scape knows how to provide you with the adequate plant to make your surrounding better.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/0712b9c1-299c-45f8-83aa-1d9a52c58622.jpg\' attachment=\'1613\' attachment_size=\'full\' attach=\'scroll\' position=\'top center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/1909ae44-125d-4e39-bde0-91551e8e9526.jpg\' attachment=\'1607\' attachment_size=\'full\' align=\'left\' animation=\'left-to-right\' styling=\'no-styling\' hover=\'av-hover-grow\' link=\'manually,http://metro-landscaping.com/en/projects/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nAGENTS\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/projects/\">PROJECTS</a>\r\n\r\n<hr style=\"color: #e51f44; border: solid; width: 320px; padding-right: 50px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/e98b1aa6-973e-4795-91be-55ef6ea279f7.jpg\' attachment=\'1609\' attachment_size=\'full\' align=\'left\' animation=\'top-to-bottom\' styling=\'no-styling\' hover=\'av-hover-grow\' link=\'manually,http://metro-landscaping.com/en/services/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nPROPERTIES\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/services/\">SERVICES</a>\r\n\r\n<hr style=\"color: #92d32d; border: solid; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/df3f2f81-1e73-4c35-8b9d-d39856993e91.jpg\' attachment=\'1608\' attachment_size=\'full\' align=\'left\' animation=\'right-to-left\' styling=\'no-styling\' hover=\'av-hover-grow\' link=\'manually,http://metro-landscaping.com/en/maintenance/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nVIDEOS\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/maintenance/\">MAINTENANCE</a>\r\n\r\n<hr style=\"color: #ffff00; border: solid; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-12-06 12:34:29','2016-12-06 12:34:29','',42,'http://metro-landscaping.com/en/2016/12/06/42-revision-v1/',0,'revision','',0),(2020,1,'2016-12-06 12:35:05','2016-12-06 12:35:05','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1838\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1839\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1840\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1841\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1842\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1843\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1844\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#e6e6e6\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'5px,0px\' padding=\'15px,25px,15px,25px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h3\' padding=\'0\' heading=\'ABOUT US\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'30\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nMetro Scape is Al Bandary International Group specialist in bringing Nature to your home and work space. Even though the local climate does not make the task easier, we know how to bring greenery and decoration to your surrounding! Let it be trees, plants, shrubs, flowers or ornamental plants, Metro Scape knows how to provide you with the adequate plant to make your surrounding better.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/0712b9c1-299c-45f8-83aa-1d9a52c58622.jpg\' attachment=\'1613\' attachment_size=\'full\' attach=\'scroll\' position=\'top center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/1909ae44-125d-4e39-bde0-91551e8e9526.jpg\' attachment=\'1607\' attachment_size=\'full\' align=\'left\' animation=\'left-to-right\' styling=\'no-styling\' hover=\'av-hover-grow\' link=\'manually,http://metro-landscaping.com/en/projects/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nAGENTS\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/projects/\">PROJECTS</a>\r\n\r\n<hr style=\"color: #e51f44; border: solid; width: 320px; padding-right: 50px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/e98b1aa6-973e-4795-91be-55ef6ea279f7.jpg\' attachment=\'1609\' attachment_size=\'full\' align=\'left\' animation=\'top-to-bottom\' styling=\'no-styling\' hover=\'av-hover-grow\' link=\'manually,http://metro-landscaping.com/en/services/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nPROPERTIES\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/services/\">SERVICES</a>\r\n\r\n<hr style=\"color: #92d32d; border: solid; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/df3f2f81-1e73-4c35-8b9d-d39856993e91.jpg\' attachment=\'1608\' attachment_size=\'full\' align=\'left\' animation=\'right-to-left\' styling=\'no-styling\' hover=\'av-hover-grow\' link=\'manually,http://metro-landscaping.com/en/maintenance/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nVIDEOS\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/maintenance/\">MAINTENANCE</a>\r\n\r\n<hr style=\"color: #ffff00; border: solid; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-12-06 12:35:05','2016-12-06 12:35:05','',42,'http://metro-landscaping.com/en/2016/12/06/42-revision-v1/',0,'revision','',0),(2021,1,'2016-12-06 12:39:15','2016-12-06 12:39:15','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1828\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-35px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#39865e\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'1617\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nMetro Scape is a Qatar Company involved in Landscaping, Softscaping, Irrigation Systems and Landscape Designs business. Metro Scape was established in the year 2010 and manage by Mr. Haytham Al Dahdoh.\r\n\r\nAs a professionally manage organization, we carry out Landscaping, Softscaping, Irrigation Systems and Landscape Designs project all over Qatar. Metro Scape has assigned qualified and well-experienced expertise to ensure the successful result of our projects.\r\n\r\nWe are currently engaged our work force for the Landscape, Softscape, Irrigation Systems and Designs of companies such as Kahramaa Awareness Park, Al Thuraya Tower, Al Bandary Hotel, Al Thumama Mall, Marina Com-005 Office Tower, Hotel Apartment in Dafna area, Construction of 17 Buildings in Fox Hills and Private Residential Buildings throughout Qatar. The company\'s trust, reliability and committed to quality is motivated us to widen our activities towards Civil Engineering construction area.\r\n\r\nAlso we have strengthened our organization with highly experienced quality conscious Engineers and Office Staffs.\r\n\r\nIt is Metro Scape\'s intention to build up sound business relation with our clients on the basis of reliable execution of projects within the specified schedule.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_tab_container position=\'sidebar_tab sidebar_tab_left\' boxed=\'border_tabs\' initial=\'1\']\r\n[av_tab title=\'Value in the market\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nQatar is country which much of its places consist of a low, barren plain, covered with sand. And with its climate that best describes as subtropical dry, hot dessert climate with low annual rainfall, very high temperature in summer and a big difference between maximum and minimum temperatures, especially in the inland areas. Definitely, not a good place to grow plants.\r\n\r\nThat\'s why Metro Scape was formed, to bring Nature to your home and business place, those various trees, plants, shrubs, flowerings and ornamental plants which are arranged and customized to the design you preferred with professional advice that your family will surely love and enjoy.\r\n[/av_tab]\r\n[av_tab title=\'Company Profile\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nSince it\'s foundation on 2010, Metro Scape has continually progressed and is now one of the local companies in Qatar that offers full Natural Landscaping and Design contracting. Back-up with well trained and friendly staff coupled with integrity, years of experience, character and respect for the environment which you can guaranteed on delivering the finest possible workmanship together with cost effective landscaping solutions.\r\n\r\nMetro Scape is continuously improving, searching and adapting nature, design, modern quality procedure, innovation & technology.\r\n[/av_tab]\r\n[av_tab title=\'Company History\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nSince its foundation in 2010, Metro Scape has continuously progressed and is now one of the local companies in Qatar that offer full natural landscaping and design contracting despite of the harsh local climate conditions.\r\n\r\nWe also specialize in maintenance and irrigation of these landscapes.\r\n\r\nOur previous and ongoing work for individuals, corporate and governmental projects best reflects our high standards and our versatility in landscaping.\r\n[/av_tab]\r\n[/av_tab_container]\r\n[/av_one_full]\r\n\r\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-12-06 12:39:15','2016-12-06 12:39:15','',8,'http://metro-landscaping.com/en/2016/12/06/8-revision-v1/',0,'revision','',0),(2022,1,'2016-12-06 12:41:22','2016-12-06 12:41:22','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1828\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-75px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#39865e\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'1617\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nMetro Scape is a Qatar Company involved in Landscaping, Softscaping, Irrigation Systems and Landscape Designs business. Metro Scape was established in the year 2010 and manage by Mr. Haytham Al Dahdoh.\r\n\r\nAs a professionally manage organization, we carry out Landscaping, Softscaping, Irrigation Systems and Landscape Designs project all over Qatar. Metro Scape has assigned qualified and well-experienced expertise to ensure the successful result of our projects.\r\n\r\nWe are currently engaged our work force for the Landscape, Softscape, Irrigation Systems and Designs of companies such as Kahramaa Awareness Park, Al Thuraya Tower, Al Bandary Hotel, Al Thumama Mall, Marina Com-005 Office Tower, Hotel Apartment in Dafna area, Construction of 17 Buildings in Fox Hills and Private Residential Buildings throughout Qatar. The company\'s trust, reliability and committed to quality is motivated us to widen our activities towards Civil Engineering construction area.\r\n\r\nAlso we have strengthened our organization with highly experienced quality conscious Engineers and Office Staffs.\r\n\r\nIt is Metro Scape\'s intention to build up sound business relation with our clients on the basis of reliable execution of projects within the specified schedule.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_tab_container position=\'sidebar_tab sidebar_tab_left\' boxed=\'border_tabs\' initial=\'1\']\r\n[av_tab title=\'Value in the market\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nQatar is country which much of its places consist of a low, barren plain, covered with sand. And with its climate that best describes as subtropical dry, hot dessert climate with low annual rainfall, very high temperature in summer and a big difference between maximum and minimum temperatures, especially in the inland areas. Definitely, not a good place to grow plants.\r\n\r\nThat\'s why Metro Scape was formed, to bring Nature to your home and business place, those various trees, plants, shrubs, flowerings and ornamental plants which are arranged and customized to the design you preferred with professional advice that your family will surely love and enjoy.\r\n[/av_tab]\r\n[av_tab title=\'Company Profile\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nSince it\'s foundation on 2010, Metro Scape has continually progressed and is now one of the local companies in Qatar that offers full Natural Landscaping and Design contracting. Back-up with well trained and friendly staff coupled with integrity, years of experience, character and respect for the environment which you can guaranteed on delivering the finest possible workmanship together with cost effective landscaping solutions.\r\n\r\nMetro Scape is continuously improving, searching and adapting nature, design, modern quality procedure, innovation & technology.\r\n[/av_tab]\r\n[av_tab title=\'Company History\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nSince its foundation in 2010, Metro Scape has continuously progressed and is now one of the local companies in Qatar that offer full natural landscaping and design contracting despite of the harsh local climate conditions.\r\n\r\nWe also specialize in maintenance and irrigation of these landscapes.\r\n\r\nOur previous and ongoing work for individuals, corporate and governmental projects best reflects our high standards and our versatility in landscaping.\r\n[/av_tab]\r\n[/av_tab_container]\r\n[/av_one_full]\r\n\r\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-12-06 12:41:22','2016-12-06 12:41:22','',8,'http://metro-landscaping.com/en/2016/12/06/8-revision-v1/',0,'revision','',0),(2023,1,'2016-12-06 12:41:57','2016-12-06 12:41:57','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1828\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-85px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#39865e\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'1617\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nMetro Scape is a Qatar Company involved in Landscaping, Softscaping, Irrigation Systems and Landscape Designs business. Metro Scape was established in the year 2010 and manage by Mr. Haytham Al Dahdoh.\r\n\r\nAs a professionally manage organization, we carry out Landscaping, Softscaping, Irrigation Systems and Landscape Designs project all over Qatar. Metro Scape has assigned qualified and well-experienced expertise to ensure the successful result of our projects.\r\n\r\nWe are currently engaged our work force for the Landscape, Softscape, Irrigation Systems and Designs of companies such as Kahramaa Awareness Park, Al Thuraya Tower, Al Bandary Hotel, Al Thumama Mall, Marina Com-005 Office Tower, Hotel Apartment in Dafna area, Construction of 17 Buildings in Fox Hills and Private Residential Buildings throughout Qatar. The company\'s trust, reliability and committed to quality is motivated us to widen our activities towards Civil Engineering construction area.\r\n\r\nAlso we have strengthened our organization with highly experienced quality conscious Engineers and Office Staffs.\r\n\r\nIt is Metro Scape\'s intention to build up sound business relation with our clients on the basis of reliable execution of projects within the specified schedule.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_tab_container position=\'sidebar_tab sidebar_tab_left\' boxed=\'border_tabs\' initial=\'1\']\r\n[av_tab title=\'Value in the market\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nQatar is country which much of its places consist of a low, barren plain, covered with sand. And with its climate that best describes as subtropical dry, hot dessert climate with low annual rainfall, very high temperature in summer and a big difference between maximum and minimum temperatures, especially in the inland areas. Definitely, not a good place to grow plants.\r\n\r\nThat\'s why Metro Scape was formed, to bring Nature to your home and business place, those various trees, plants, shrubs, flowerings and ornamental plants which are arranged and customized to the design you preferred with professional advice that your family will surely love and enjoy.\r\n[/av_tab]\r\n[av_tab title=\'Company Profile\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nSince it\'s foundation on 2010, Metro Scape has continually progressed and is now one of the local companies in Qatar that offers full Natural Landscaping and Design contracting. Back-up with well trained and friendly staff coupled with integrity, years of experience, character and respect for the environment which you can guaranteed on delivering the finest possible workmanship together with cost effective landscaping solutions.\r\n\r\nMetro Scape is continuously improving, searching and adapting nature, design, modern quality procedure, innovation & technology.\r\n[/av_tab]\r\n[av_tab title=\'Company History\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nSince its foundation in 2010, Metro Scape has continuously progressed and is now one of the local companies in Qatar that offer full natural landscaping and design contracting despite of the harsh local climate conditions.\r\n\r\nWe also specialize in maintenance and irrigation of these landscapes.\r\n\r\nOur previous and ongoing work for individuals, corporate and governmental projects best reflects our high standards and our versatility in landscaping.\r\n[/av_tab]\r\n[/av_tab_container]\r\n[/av_one_full]\r\n\r\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-12-06 12:41:57','2016-12-06 12:41:57','',8,'http://metro-landscaping.com/en/2016/12/06/8-revision-v1/',0,'revision','',0),(2024,1,'2016-12-06 12:42:28','2016-12-06 12:42:28','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1828\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-86px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#39865e\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'1617\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nMetro Scape is a Qatar Company involved in Landscaping, Softscaping, Irrigation Systems and Landscape Designs business. Metro Scape was established in the year 2010 and manage by Mr. Haytham Al Dahdoh.\r\n\r\nAs a professionally manage organization, we carry out Landscaping, Softscaping, Irrigation Systems and Landscape Designs project all over Qatar. Metro Scape has assigned qualified and well-experienced expertise to ensure the successful result of our projects.\r\n\r\nWe are currently engaged our work force for the Landscape, Softscape, Irrigation Systems and Designs of companies such as Kahramaa Awareness Park, Al Thuraya Tower, Al Bandary Hotel, Al Thumama Mall, Marina Com-005 Office Tower, Hotel Apartment in Dafna area, Construction of 17 Buildings in Fox Hills and Private Residential Buildings throughout Qatar. The company\'s trust, reliability and committed to quality is motivated us to widen our activities towards Civil Engineering construction area.\r\n\r\nAlso we have strengthened our organization with highly experienced quality conscious Engineers and Office Staffs.\r\n\r\nIt is Metro Scape\'s intention to build up sound business relation with our clients on the basis of reliable execution of projects within the specified schedule.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_tab_container position=\'sidebar_tab sidebar_tab_left\' boxed=\'border_tabs\' initial=\'1\']\r\n[av_tab title=\'Value in the market\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nQatar is country which much of its places consist of a low, barren plain, covered with sand. And with its climate that best describes as subtropical dry, hot dessert climate with low annual rainfall, very high temperature in summer and a big difference between maximum and minimum temperatures, especially in the inland areas. Definitely, not a good place to grow plants.\r\n\r\nThat\'s why Metro Scape was formed, to bring Nature to your home and business place, those various trees, plants, shrubs, flowerings and ornamental plants which are arranged and customized to the design you preferred with professional advice that your family will surely love and enjoy.\r\n[/av_tab]\r\n[av_tab title=\'Company Profile\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nSince it\'s foundation on 2010, Metro Scape has continually progressed and is now one of the local companies in Qatar that offers full Natural Landscaping and Design contracting. Back-up with well trained and friendly staff coupled with integrity, years of experience, character and respect for the environment which you can guaranteed on delivering the finest possible workmanship together with cost effective landscaping solutions.\r\n\r\nMetro Scape is continuously improving, searching and adapting nature, design, modern quality procedure, innovation & technology.\r\n[/av_tab]\r\n[av_tab title=\'Company History\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nSince its foundation in 2010, Metro Scape has continuously progressed and is now one of the local companies in Qatar that offer full natural landscaping and design contracting despite of the harsh local climate conditions.\r\n\r\nWe also specialize in maintenance and irrigation of these landscapes.\r\n\r\nOur previous and ongoing work for individuals, corporate and governmental projects best reflects our high standards and our versatility in landscaping.\r\n[/av_tab]\r\n[/av_tab_container]\r\n[/av_one_full]\r\n\r\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-12-06 12:42:28','2016-12-06 12:42:28','',8,'http://metro-landscaping.com/en/2016/12/06/8-revision-v1/',0,'revision','',0),(2025,1,'2016-12-06 12:42:59','2016-12-06 12:42:59','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1828\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-87px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#39865e\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'1617\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nMetro Scape is a Qatar Company involved in Landscaping, Softscaping, Irrigation Systems and Landscape Designs business. Metro Scape was established in the year 2010 and manage by Mr. Haytham Al Dahdoh.\r\n\r\nAs a professionally manage organization, we carry out Landscaping, Softscaping, Irrigation Systems and Landscape Designs project all over Qatar. Metro Scape has assigned qualified and well-experienced expertise to ensure the successful result of our projects.\r\n\r\nWe are currently engaged our work force for the Landscape, Softscape, Irrigation Systems and Designs of companies such as Kahramaa Awareness Park, Al Thuraya Tower, Al Bandary Hotel, Al Thumama Mall, Marina Com-005 Office Tower, Hotel Apartment in Dafna area, Construction of 17 Buildings in Fox Hills and Private Residential Buildings throughout Qatar. The company\'s trust, reliability and committed to quality is motivated us to widen our activities towards Civil Engineering construction area.\r\n\r\nAlso we have strengthened our organization with highly experienced quality conscious Engineers and Office Staffs.\r\n\r\nIt is Metro Scape\'s intention to build up sound business relation with our clients on the basis of reliable execution of projects within the specified schedule.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_tab_container position=\'sidebar_tab sidebar_tab_left\' boxed=\'border_tabs\' initial=\'1\']\r\n[av_tab title=\'Value in the market\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nQatar is country which much of its places consist of a low, barren plain, covered with sand. And with its climate that best describes as subtropical dry, hot dessert climate with low annual rainfall, very high temperature in summer and a big difference between maximum and minimum temperatures, especially in the inland areas. Definitely, not a good place to grow plants.\r\n\r\nThat\'s why Metro Scape was formed, to bring Nature to your home and business place, those various trees, plants, shrubs, flowerings and ornamental plants which are arranged and customized to the design you preferred with professional advice that your family will surely love and enjoy.\r\n[/av_tab]\r\n[av_tab title=\'Company Profile\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nSince it\'s foundation on 2010, Metro Scape has continually progressed and is now one of the local companies in Qatar that offers full Natural Landscaping and Design contracting. Back-up with well trained and friendly staff coupled with integrity, years of experience, character and respect for the environment which you can guaranteed on delivering the finest possible workmanship together with cost effective landscaping solutions.\r\n\r\nMetro Scape is continuously improving, searching and adapting nature, design, modern quality procedure, innovation & technology.\r\n[/av_tab]\r\n[av_tab title=\'Company History\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nSince its foundation in 2010, Metro Scape has continuously progressed and is now one of the local companies in Qatar that offer full natural landscaping and design contracting despite of the harsh local climate conditions.\r\n\r\nWe also specialize in maintenance and irrigation of these landscapes.\r\n\r\nOur previous and ongoing work for individuals, corporate and governmental projects best reflects our high standards and our versatility in landscaping.\r\n[/av_tab]\r\n[/av_tab_container]\r\n[/av_one_full]\r\n\r\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-12-06 12:42:59','2016-12-06 12:42:59','',8,'http://metro-landscaping.com/en/2016/12/06/8-revision-v1/',0,'revision','',0),(2026,1,'2016-12-06 12:43:30','2016-12-06 12:43:30','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1828\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-87px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' custom_margin=\'aviaTBcustom_margin\' margin=\'-86px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#39865e\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'1617\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nMetro Scape is a Qatar Company involved in Landscaping, Softscaping, Irrigation Systems and Landscape Designs business. Metro Scape was established in the year 2010 and manage by Mr. Haytham Al Dahdoh.\r\n\r\nAs a professionally manage organization, we carry out Landscaping, Softscaping, Irrigation Systems and Landscape Designs project all over Qatar. Metro Scape has assigned qualified and well-experienced expertise to ensure the successful result of our projects.\r\n\r\nWe are currently engaged our work force for the Landscape, Softscape, Irrigation Systems and Designs of companies such as Kahramaa Awareness Park, Al Thuraya Tower, Al Bandary Hotel, Al Thumama Mall, Marina Com-005 Office Tower, Hotel Apartment in Dafna area, Construction of 17 Buildings in Fox Hills and Private Residential Buildings throughout Qatar. The company\'s trust, reliability and committed to quality is motivated us to widen our activities towards Civil Engineering construction area.\r\n\r\nAlso we have strengthened our organization with highly experienced quality conscious Engineers and Office Staffs.\r\n\r\nIt is Metro Scape\'s intention to build up sound business relation with our clients on the basis of reliable execution of projects within the specified schedule.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_tab_container position=\'sidebar_tab sidebar_tab_left\' boxed=\'border_tabs\' initial=\'1\']\r\n[av_tab title=\'Value in the market\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nQatar is country which much of its places consist of a low, barren plain, covered with sand. And with its climate that best describes as subtropical dry, hot dessert climate with low annual rainfall, very high temperature in summer and a big difference between maximum and minimum temperatures, especially in the inland areas. Definitely, not a good place to grow plants.\r\n\r\nThat\'s why Metro Scape was formed, to bring Nature to your home and business place, those various trees, plants, shrubs, flowerings and ornamental plants which are arranged and customized to the design you preferred with professional advice that your family will surely love and enjoy.\r\n[/av_tab]\r\n[av_tab title=\'Company Profile\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nSince it\'s foundation on 2010, Metro Scape has continually progressed and is now one of the local companies in Qatar that offers full Natural Landscaping and Design contracting. Back-up with well trained and friendly staff coupled with integrity, years of experience, character and respect for the environment which you can guaranteed on delivering the finest possible workmanship together with cost effective landscaping solutions.\r\n\r\nMetro Scape is continuously improving, searching and adapting nature, design, modern quality procedure, innovation & technology.\r\n[/av_tab]\r\n[av_tab title=\'Company History\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nSince its foundation in 2010, Metro Scape has continuously progressed and is now one of the local companies in Qatar that offer full natural landscaping and design contracting despite of the harsh local climate conditions.\r\n\r\nWe also specialize in maintenance and irrigation of these landscapes.\r\n\r\nOur previous and ongoing work for individuals, corporate and governmental projects best reflects our high standards and our versatility in landscaping.\r\n[/av_tab]\r\n[/av_tab_container]\r\n[/av_one_full]\r\n\r\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-12-06 12:43:30','2016-12-06 12:43:30','',8,'http://metro-landscaping.com/en/2016/12/06/8-revision-v1/',0,'revision','',0),(2027,1,'2016-12-06 12:44:34','2016-12-06 12:44:34','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1828\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-87px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' custom_margin=\'aviaTBcustom_margin\' margin=\'-65px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#39865e\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'1617\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nMetro Scape is a Qatar Company involved in Landscaping, Softscaping, Irrigation Systems and Landscape Designs business. Metro Scape was established in the year 2010 and manage by Mr. Haytham Al Dahdoh.\r\n\r\nAs a professionally manage organization, we carry out Landscaping, Softscaping, Irrigation Systems and Landscape Designs project all over Qatar. Metro Scape has assigned qualified and well-experienced expertise to ensure the successful result of our projects.\r\n\r\nWe are currently engaged our work force for the Landscape, Softscape, Irrigation Systems and Designs of companies such as Kahramaa Awareness Park, Al Thuraya Tower, Al Bandary Hotel, Al Thumama Mall, Marina Com-005 Office Tower, Hotel Apartment in Dafna area, Construction of 17 Buildings in Fox Hills and Private Residential Buildings throughout Qatar. The company\'s trust, reliability and committed to quality is motivated us to widen our activities towards Civil Engineering construction area.\r\n\r\nAlso we have strengthened our organization with highly experienced quality conscious Engineers and Office Staffs.\r\n\r\nIt is Metro Scape\'s intention to build up sound business relation with our clients on the basis of reliable execution of projects within the specified schedule.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_tab_container position=\'sidebar_tab sidebar_tab_left\' boxed=\'border_tabs\' initial=\'1\']\r\n[av_tab title=\'Value in the market\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nQatar is country which much of its places consist of a low, barren plain, covered with sand. And with its climate that best describes as subtropical dry, hot dessert climate with low annual rainfall, very high temperature in summer and a big difference between maximum and minimum temperatures, especially in the inland areas. Definitely, not a good place to grow plants.\r\n\r\nThat\'s why Metro Scape was formed, to bring Nature to your home and business place, those various trees, plants, shrubs, flowerings and ornamental plants which are arranged and customized to the design you preferred with professional advice that your family will surely love and enjoy.\r\n[/av_tab]\r\n[av_tab title=\'Company Profile\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nSince it\'s foundation on 2010, Metro Scape has continually progressed and is now one of the local companies in Qatar that offers full Natural Landscaping and Design contracting. Back-up with well trained and friendly staff coupled with integrity, years of experience, character and respect for the environment which you can guaranteed on delivering the finest possible workmanship together with cost effective landscaping solutions.\r\n\r\nMetro Scape is continuously improving, searching and adapting nature, design, modern quality procedure, innovation & technology.\r\n[/av_tab]\r\n[av_tab title=\'Company History\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nSince its foundation in 2010, Metro Scape has continuously progressed and is now one of the local companies in Qatar that offer full natural landscaping and design contracting despite of the harsh local climate conditions.\r\n\r\nWe also specialize in maintenance and irrigation of these landscapes.\r\n\r\nOur previous and ongoing work for individuals, corporate and governmental projects best reflects our high standards and our versatility in landscaping.\r\n[/av_tab]\r\n[/av_tab_container]\r\n[/av_one_full]\r\n\r\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-12-06 12:44:34','2016-12-06 12:44:34','',8,'http://metro-landscaping.com/en/2016/12/06/8-revision-v1/',0,'revision','',0),(2028,1,'2016-12-06 12:45:10','2016-12-06 12:45:10','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1828\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-87px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' custom_margin=\'aviaTBcustom_margin\' margin=\'-55px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#39865e\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'1617\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nMetro Scape is a Qatar Company involved in Landscaping, Softscaping, Irrigation Systems and Landscape Designs business. Metro Scape was established in the year 2010 and manage by Mr. Haytham Al Dahdoh.\r\n\r\nAs a professionally manage organization, we carry out Landscaping, Softscaping, Irrigation Systems and Landscape Designs project all over Qatar. Metro Scape has assigned qualified and well-experienced expertise to ensure the successful result of our projects.\r\n\r\nWe are currently engaged our work force for the Landscape, Softscape, Irrigation Systems and Designs of companies such as Kahramaa Awareness Park, Al Thuraya Tower, Al Bandary Hotel, Al Thumama Mall, Marina Com-005 Office Tower, Hotel Apartment in Dafna area, Construction of 17 Buildings in Fox Hills and Private Residential Buildings throughout Qatar. The company\'s trust, reliability and committed to quality is motivated us to widen our activities towards Civil Engineering construction area.\r\n\r\nAlso we have strengthened our organization with highly experienced quality conscious Engineers and Office Staffs.\r\n\r\nIt is Metro Scape\'s intention to build up sound business relation with our clients on the basis of reliable execution of projects within the specified schedule.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_tab_container position=\'sidebar_tab sidebar_tab_left\' boxed=\'border_tabs\' initial=\'1\']\r\n[av_tab title=\'Value in the market\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nQatar is country which much of its places consist of a low, barren plain, covered with sand. And with its climate that best describes as subtropical dry, hot dessert climate with low annual rainfall, very high temperature in summer and a big difference between maximum and minimum temperatures, especially in the inland areas. Definitely, not a good place to grow plants.\r\n\r\nThat\'s why Metro Scape was formed, to bring Nature to your home and business place, those various trees, plants, shrubs, flowerings and ornamental plants which are arranged and customized to the design you preferred with professional advice that your family will surely love and enjoy.\r\n[/av_tab]\r\n[av_tab title=\'Company Profile\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nSince it\'s foundation on 2010, Metro Scape has continually progressed and is now one of the local companies in Qatar that offers full Natural Landscaping and Design contracting. Back-up with well trained and friendly staff coupled with integrity, years of experience, character and respect for the environment which you can guaranteed on delivering the finest possible workmanship together with cost effective landscaping solutions.\r\n\r\nMetro Scape is continuously improving, searching and adapting nature, design, modern quality procedure, innovation & technology.\r\n[/av_tab]\r\n[av_tab title=\'Company History\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nSince its foundation in 2010, Metro Scape has continuously progressed and is now one of the local companies in Qatar that offer full natural landscaping and design contracting despite of the harsh local climate conditions.\r\n\r\nWe also specialize in maintenance and irrigation of these landscapes.\r\n\r\nOur previous and ongoing work for individuals, corporate and governmental projects best reflects our high standards and our versatility in landscaping.\r\n[/av_tab]\r\n[/av_tab_container]\r\n[/av_one_full]\r\n\r\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-12-06 12:45:10','2016-12-06 12:45:10','',8,'http://metro-landscaping.com/en/2016/12/06/8-revision-v1/',0,'revision','',0),(2029,1,'2016-12-06 12:45:39','2016-12-06 12:45:39','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1828\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-87px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' custom_margin=\'aviaTBcustom_margin\' margin=\'-50px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#39865e\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'1617\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nMetro Scape is a Qatar Company involved in Landscaping, Softscaping, Irrigation Systems and Landscape Designs business. Metro Scape was established in the year 2010 and manage by Mr. Haytham Al Dahdoh.\r\n\r\nAs a professionally manage organization, we carry out Landscaping, Softscaping, Irrigation Systems and Landscape Designs project all over Qatar. Metro Scape has assigned qualified and well-experienced expertise to ensure the successful result of our projects.\r\n\r\nWe are currently engaged our work force for the Landscape, Softscape, Irrigation Systems and Designs of companies such as Kahramaa Awareness Park, Al Thuraya Tower, Al Bandary Hotel, Al Thumama Mall, Marina Com-005 Office Tower, Hotel Apartment in Dafna area, Construction of 17 Buildings in Fox Hills and Private Residential Buildings throughout Qatar. The company\'s trust, reliability and committed to quality is motivated us to widen our activities towards Civil Engineering construction area.\r\n\r\nAlso we have strengthened our organization with highly experienced quality conscious Engineers and Office Staffs.\r\n\r\nIt is Metro Scape\'s intention to build up sound business relation with our clients on the basis of reliable execution of projects within the specified schedule.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_tab_container position=\'sidebar_tab sidebar_tab_left\' boxed=\'border_tabs\' initial=\'1\']\r\n[av_tab title=\'Value in the market\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nQatar is country which much of its places consist of a low, barren plain, covered with sand. And with its climate that best describes as subtropical dry, hot dessert climate with low annual rainfall, very high temperature in summer and a big difference between maximum and minimum temperatures, especially in the inland areas. Definitely, not a good place to grow plants.\r\n\r\nThat\'s why Metro Scape was formed, to bring Nature to your home and business place, those various trees, plants, shrubs, flowerings and ornamental plants which are arranged and customized to the design you preferred with professional advice that your family will surely love and enjoy.\r\n[/av_tab]\r\n[av_tab title=\'Company Profile\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nSince it\'s foundation on 2010, Metro Scape has continually progressed and is now one of the local companies in Qatar that offers full Natural Landscaping and Design contracting. Back-up with well trained and friendly staff coupled with integrity, years of experience, character and respect for the environment which you can guaranteed on delivering the finest possible workmanship together with cost effective landscaping solutions.\r\n\r\nMetro Scape is continuously improving, searching and adapting nature, design, modern quality procedure, innovation & technology.\r\n[/av_tab]\r\n[av_tab title=\'Company History\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nSince its foundation in 2010, Metro Scape has continuously progressed and is now one of the local companies in Qatar that offer full natural landscaping and design contracting despite of the harsh local climate conditions.\r\n\r\nWe also specialize in maintenance and irrigation of these landscapes.\r\n\r\nOur previous and ongoing work for individuals, corporate and governmental projects best reflects our high standards and our versatility in landscaping.\r\n[/av_tab]\r\n[/av_tab_container]\r\n[/av_one_full]\r\n\r\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-12-06 12:45:39','2016-12-06 12:45:39','',8,'http://metro-landscaping.com/en/2016/12/06/8-revision-v1/',0,'revision','',0),(2030,1,'2016-12-06 12:46:06','2016-12-06 12:46:06','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1828\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-87px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' custom_margin=\'aviaTBcustom_margin\' margin=\'-51px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#39865e\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'1617\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nMetro Scape is a Qatar Company involved in Landscaping, Softscaping, Irrigation Systems and Landscape Designs business. Metro Scape was established in the year 2010 and manage by Mr. Haytham Al Dahdoh.\r\n\r\nAs a professionally manage organization, we carry out Landscaping, Softscaping, Irrigation Systems and Landscape Designs project all over Qatar. Metro Scape has assigned qualified and well-experienced expertise to ensure the successful result of our projects.\r\n\r\nWe are currently engaged our work force for the Landscape, Softscape, Irrigation Systems and Designs of companies such as Kahramaa Awareness Park, Al Thuraya Tower, Al Bandary Hotel, Al Thumama Mall, Marina Com-005 Office Tower, Hotel Apartment in Dafna area, Construction of 17 Buildings in Fox Hills and Private Residential Buildings throughout Qatar. The company\'s trust, reliability and committed to quality is motivated us to widen our activities towards Civil Engineering construction area.\r\n\r\nAlso we have strengthened our organization with highly experienced quality conscious Engineers and Office Staffs.\r\n\r\nIt is Metro Scape\'s intention to build up sound business relation with our clients on the basis of reliable execution of projects within the specified schedule.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_tab_container position=\'sidebar_tab sidebar_tab_left\' boxed=\'border_tabs\' initial=\'1\']\r\n[av_tab title=\'Value in the market\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nQatar is country which much of its places consist of a low, barren plain, covered with sand. And with its climate that best describes as subtropical dry, hot dessert climate with low annual rainfall, very high temperature in summer and a big difference between maximum and minimum temperatures, especially in the inland areas. Definitely, not a good place to grow plants.\r\n\r\nThat\'s why Metro Scape was formed, to bring Nature to your home and business place, those various trees, plants, shrubs, flowerings and ornamental plants which are arranged and customized to the design you preferred with professional advice that your family will surely love and enjoy.\r\n[/av_tab]\r\n[av_tab title=\'Company Profile\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nSince it\'s foundation on 2010, Metro Scape has continually progressed and is now one of the local companies in Qatar that offers full Natural Landscaping and Design contracting. Back-up with well trained and friendly staff coupled with integrity, years of experience, character and respect for the environment which you can guaranteed on delivering the finest possible workmanship together with cost effective landscaping solutions.\r\n\r\nMetro Scape is continuously improving, searching and adapting nature, design, modern quality procedure, innovation & technology.\r\n[/av_tab]\r\n[av_tab title=\'Company History\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nSince its foundation in 2010, Metro Scape has continuously progressed and is now one of the local companies in Qatar that offer full natural landscaping and design contracting despite of the harsh local climate conditions.\r\n\r\nWe also specialize in maintenance and irrigation of these landscapes.\r\n\r\nOur previous and ongoing work for individuals, corporate and governmental projects best reflects our high standards and our versatility in landscaping.\r\n[/av_tab]\r\n[/av_tab_container]\r\n[/av_one_full]\r\n\r\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-12-06 12:46:06','2016-12-06 12:46:06','',8,'http://metro-landscaping.com/en/2016/12/06/8-revision-v1/',0,'revision','',0),(2031,1,'2016-12-06 12:46:53','2016-12-06 12:46:53','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1830\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-34.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Projects\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'DESC\']\r\n[/av_section]','Projects','','inherit','closed','closed','','925-revision-v1','','','2016-12-06 12:46:53','2016-12-06 12:46:53','',925,'http://metro-landscaping.com/en/2016/12/06/925-revision-v1/',0,'revision','',0),(2032,1,'2016-12-06 12:47:10','2016-12-06 12:47:10','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1830\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-87px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Projects\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'DESC\']\r\n[/av_section]','Projects','','inherit','closed','closed','','925-revision-v1','','','2016-12-06 12:47:10','2016-12-06 12:47:10','',925,'http://metro-landscaping.com/en/2016/12/06/925-revision-v1/',0,'revision','',0),(2033,1,'2016-12-06 12:47:33','2016-12-06 12:47:33','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1830\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-87px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Projects\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'DESC\']\r\n\r\n[/av_section]','Projects','','inherit','closed','closed','','925-revision-v1','','','2016-12-06 12:47:33','2016-12-06 12:47:33','',925,'http://metro-landscaping.com/en/2016/12/06/925-revision-v1/',0,'revision','',0),(2034,1,'2016-12-06 12:48:18','2016-12-06 12:48:18','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1830\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-87px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Projects\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'DESC\']\r\n[/av_section]','Projects','','inherit','closed','closed','','925-revision-v1','','','2016-12-06 12:48:18','2016-12-06 12:48:18','',925,'http://metro-landscaping.com/en/2016/12/06/925-revision-v1/',0,'revision','',0),(2035,1,'2016-12-06 12:49:19','2016-12-06 12:49:19','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1830\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-87px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Projects\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'DESC\']\r\n[/av_section]','Projects','','inherit','closed','closed','','925-revision-v1','','','2016-12-06 12:49:19','2016-12-06 12:49:19','',925,'http://metro-landscaping.com/en/2016/12/06/925-revision-v1/',0,'revision','',0),(2036,1,'2016-12-06 12:50:50','2016-12-06 12:50:50','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1830\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' custom_margin=\'aviaTBcustom_margin\' margin=\'-87px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Projects\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_hr class=\'invisible\' height=\'-87\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'DESC\']\r\n[/av_section]','Projects','','inherit','closed','closed','','925-revision-v1','','','2016-12-06 12:50:50','2016-12-06 12:50:50','',925,'http://metro-landscaping.com/en/2016/12/06/925-revision-v1/',0,'revision','',0),(2037,1,'2016-12-06 12:54:44','2016-12-06 12:54:44','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1830\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' custom_margin=\'aviaTBcustom_margin\' margin=\'-87px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Projects\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'-87\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'DESC\']\r\n\r\n[/av_section]','Projects','','inherit','closed','closed','','925-revision-v1','','','2016-12-06 12:54:44','2016-12-06 12:54:44','',925,'http://metro-landscaping.com/en/2016/12/06/925-revision-v1/',0,'revision','',0),(2038,1,'2016-12-06 12:55:10','2016-12-06 12:55:10','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1830\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' custom_margin=\'aviaTBcustom_margin\' margin=\'-87px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Projects\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'DESC\']\r\n\r\n[/av_section]','Projects','','inherit','closed','closed','','925-revision-v1','','','2016-12-06 12:55:10','2016-12-06 12:55:10','',925,'http://metro-landscaping.com/en/2016/12/06/925-revision-v1/',0,'revision','',0),(2039,1,'2016-12-06 13:00:28','2016-12-06 13:00:28','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1830\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' custom_margin=\'aviaTBcustom_margin\' margin=\'100px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Projects\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'DESC\']\r\n[/av_section]','Projects','','inherit','closed','closed','','925-revision-v1','','','2016-12-06 13:00:28','2016-12-06 13:00:28','',925,'http://metro-landscaping.com/en/2016/12/06/925-revision-v1/',0,'revision','',0),(2040,1,'2016-12-06 13:00:56','2016-12-06 13:00:56','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1830\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' custom_margin=\'aviaTBcustom_margin\' margin=\'80px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Projects\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'DESC\']\r\n[/av_section]','Projects','','inherit','closed','closed','','925-revision-v1','','','2016-12-06 13:00:56','2016-12-06 13:00:56','',925,'http://metro-landscaping.com/en/2016/12/06/925-revision-v1/',0,'revision','',0),(2041,1,'2016-12-06 13:01:25','2016-12-06 13:01:25','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1830\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' custom_margin=\'aviaTBcustom_margin\' margin=\'50px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Projects\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'DESC\']\r\n[/av_section]','Projects','','inherit','closed','closed','','925-revision-v1','','','2016-12-06 13:01:25','2016-12-06 13:01:25','',925,'http://metro-landscaping.com/en/2016/12/06/925-revision-v1/',0,'revision','',0),(2042,1,'2016-12-06 13:02:02','2016-12-06 13:02:02','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1830\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' custom_margin=\'aviaTBcustom_margin\' margin=\'30px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Projects\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'DESC\']\r\n[/av_section]','Projects','','inherit','closed','closed','','925-revision-v1','','','2016-12-06 13:02:02','2016-12-06 13:02:02','',925,'http://metro-landscaping.com/en/2016/12/06/925-revision-v1/',0,'revision','',0),(2043,1,'2016-12-06 13:02:36','2016-12-06 13:02:36','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1830\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' custom_margin=\'aviaTBcustom_margin\' margin=\'15px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Projects\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'DESC\']\r\n[/av_section]','Projects','','inherit','closed','closed','','925-revision-v1','','','2016-12-06 13:02:36','2016-12-06 13:02:36','',925,'http://metro-landscaping.com/en/2016/12/06/925-revision-v1/',0,'revision','',0),(2044,1,'2016-12-06 13:05:03','2016-12-06 13:05:03','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1830\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' custom_margin=\'aviaTBcustom_margin\' margin=\'15px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Projects\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'DESC\']\r\n[/av_section]','Projects','','inherit','closed','closed','','925-revision-v1','','','2016-12-06 13:05:03','2016-12-06 13:05:03','',925,'http://metro-landscaping.com/en/2016/12/06/925-revision-v1/',0,'revision','',0),(2045,1,'2016-12-06 13:05:51','2016-12-06 13:05:51','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1830\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' custom_margin=\'aviaTBcustom_margin\' margin=\'15px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Projects\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'DESC\']\r\n[/av_section]','Projects','','inherit','closed','closed','','925-revision-v1','','','2016-12-06 13:05:51','2016-12-06 13:05:51','',925,'http://metro-landscaping.com/en/2016/12/06/925-revision-v1/',0,'revision','',0),(2046,1,'2016-12-06 13:23:16','2016-12-06 13:23:16','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1830\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'15px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Projects\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'DESC\']\r\n[/av_section]','Projects','','inherit','closed','closed','','925-revision-v1','','','2016-12-06 13:23:16','2016-12-06 13:23:16','',925,'http://metro-landscaping.com/en/2016/12/06/925-revision-v1/',0,'revision','',0),(2047,1,'2016-12-06 13:28:57','2016-12-06 13:28:57','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1830\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' custom_margin=\'aviaTBcustom_margin\' margin=\'-87px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Projects\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'DESC\']\r\n[/av_section]','Projects','','inherit','closed','closed','','925-revision-v1','','','2016-12-06 13:28:57','2016-12-06 13:28:57','',925,'http://metro-landscaping.com/en/2016/12/06/925-revision-v1/',0,'revision','',0),(2048,1,'2016-12-06 13:29:36','2016-12-06 13:29:36','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1830\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' custom_margin=\'aviaTBcustom_margin\' margin=\'-86px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Projects\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'DESC\']\r\n[/av_section]','Projects','','inherit','closed','closed','','925-revision-v1','','','2016-12-06 13:29:36','2016-12-06 13:29:36','',925,'http://metro-landscaping.com/en/2016/12/06/925-revision-v1/',0,'revision','',0),(2049,1,'2016-12-06 13:30:01','2016-12-06 13:30:01','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1830\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' custom_margin=\'aviaTBcustom_margin\' margin=\'-85px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Projects\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'DESC\']\r\n[/av_section]','Projects','','inherit','closed','closed','','925-revision-v1','','','2016-12-06 13:30:01','2016-12-06 13:30:01','',925,'http://metro-landscaping.com/en/2016/12/06/925-revision-v1/',0,'revision','',0),(2050,1,'2016-12-06 13:30:30','2016-12-06 13:30:30','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1830\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' custom_margin=\'aviaTBcustom_margin\' margin=\'-84px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Projects\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'DESC\']\r\n[/av_section]','Projects','','inherit','closed','closed','','925-revision-v1','','','2016-12-06 13:30:30','2016-12-06 13:30:30','',925,'http://metro-landscaping.com/en/2016/12/06/925-revision-v1/',0,'revision','',0),(2051,1,'2016-12-06 13:31:25','2016-12-06 13:31:25','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1830\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'-84px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Projects\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'DESC\']\r\n[/av_section]','Projects','','inherit','closed','closed','','925-revision-v1','','','2016-12-06 13:31:25','2016-12-06 13:31:25','',925,'http://metro-landscaping.com/en/2016/12/06/925-revision-v1/',0,'revision','',0),(2052,1,'2016-12-06 13:32:59','2016-12-06 13:32:59','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1828\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'-87px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'-51px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#39865e\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'1617\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nMetro Scape is a Qatar Company involved in Landscaping, Softscaping, Irrigation Systems and Landscape Designs business. Metro Scape was established in the year 2010 and manage by Mr. Haytham Al Dahdoh.\r\n\r\nAs a professionally manage organization, we carry out Landscaping, Softscaping, Irrigation Systems and Landscape Designs project all over Qatar. Metro Scape has assigned qualified and well-experienced expertise to ensure the successful result of our projects.\r\n\r\nWe are currently engaged our work force for the Landscape, Softscape, Irrigation Systems and Designs of companies such as Kahramaa Awareness Park, Al Thuraya Tower, Al Bandary Hotel, Al Thumama Mall, Marina Com-005 Office Tower, Hotel Apartment in Dafna area, Construction of 17 Buildings in Fox Hills and Private Residential Buildings throughout Qatar. The company\'s trust, reliability and committed to quality is motivated us to widen our activities towards Civil Engineering construction area.\r\n\r\nAlso we have strengthened our organization with highly experienced quality conscious Engineers and Office Staffs.\r\n\r\nIt is Metro Scape\'s intention to build up sound business relation with our clients on the basis of reliable execution of projects within the specified schedule.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_tab_container position=\'sidebar_tab sidebar_tab_left\' boxed=\'border_tabs\' initial=\'1\']\r\n[av_tab title=\'Value in the market\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nQatar is country which much of its places consist of a low, barren plain, covered with sand. And with its climate that best describes as subtropical dry, hot dessert climate with low annual rainfall, very high temperature in summer and a big difference between maximum and minimum temperatures, especially in the inland areas. Definitely, not a good place to grow plants.\r\n\r\nThat\'s why Metro Scape was formed, to bring Nature to your home and business place, those various trees, plants, shrubs, flowerings and ornamental plants which are arranged and customized to the design you preferred with professional advice that your family will surely love and enjoy.\r\n[/av_tab]\r\n[av_tab title=\'Company Profile\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nSince it\'s foundation on 2010, Metro Scape has continually progressed and is now one of the local companies in Qatar that offers full Natural Landscaping and Design contracting. Back-up with well trained and friendly staff coupled with integrity, years of experience, character and respect for the environment which you can guaranteed on delivering the finest possible workmanship together with cost effective landscaping solutions.\r\n\r\nMetro Scape is continuously improving, searching and adapting nature, design, modern quality procedure, innovation & technology.\r\n[/av_tab]\r\n[av_tab title=\'Company History\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nSince its foundation in 2010, Metro Scape has continuously progressed and is now one of the local companies in Qatar that offer full natural landscaping and design contracting despite of the harsh local climate conditions.\r\n\r\nWe also specialize in maintenance and irrigation of these landscapes.\r\n\r\nOur previous and ongoing work for individuals, corporate and governmental projects best reflects our high standards and our versatility in landscaping.\r\n[/av_tab]\r\n[/av_tab_container]\r\n[/av_one_full]\r\n\r\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-12-06 13:32:59','2016-12-06 13:32:59','',8,'http://metro-landscaping.com/en/2016/12/06/8-revision-v1/',0,'revision','',0),(2053,1,'2016-12-06 13:33:48','2016-12-06 13:33:48','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1828\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-77px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' custom_margin=\'aviaTBcustom_margin\' margin=\'-41px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#39865e\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'1617\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nMetro Scape is a Qatar Company involved in Landscaping, Softscaping, Irrigation Systems and Landscape Designs business. Metro Scape was established in the year 2010 and manage by Mr. Haytham Al Dahdoh.\r\n\r\nAs a professionally manage organization, we carry out Landscaping, Softscaping, Irrigation Systems and Landscape Designs project all over Qatar. Metro Scape has assigned qualified and well-experienced expertise to ensure the successful result of our projects.\r\n\r\nWe are currently engaged our work force for the Landscape, Softscape, Irrigation Systems and Designs of companies such as Kahramaa Awareness Park, Al Thuraya Tower, Al Bandary Hotel, Al Thumama Mall, Marina Com-005 Office Tower, Hotel Apartment in Dafna area, Construction of 17 Buildings in Fox Hills and Private Residential Buildings throughout Qatar. The company\'s trust, reliability and committed to quality is motivated us to widen our activities towards Civil Engineering construction area.\r\n\r\nAlso we have strengthened our organization with highly experienced quality conscious Engineers and Office Staffs.\r\n\r\nIt is Metro Scape\'s intention to build up sound business relation with our clients on the basis of reliable execution of projects within the specified schedule.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_tab_container position=\'sidebar_tab sidebar_tab_left\' boxed=\'border_tabs\' initial=\'1\']\r\n[av_tab title=\'Value in the market\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nQatar is country which much of its places consist of a low, barren plain, covered with sand. And with its climate that best describes as subtropical dry, hot dessert climate with low annual rainfall, very high temperature in summer and a big difference between maximum and minimum temperatures, especially in the inland areas. Definitely, not a good place to grow plants.\r\n\r\nThat\'s why Metro Scape was formed, to bring Nature to your home and business place, those various trees, plants, shrubs, flowerings and ornamental plants which are arranged and customized to the design you preferred with professional advice that your family will surely love and enjoy.\r\n[/av_tab]\r\n[av_tab title=\'Company Profile\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nSince it\'s foundation on 2010, Metro Scape has continually progressed and is now one of the local companies in Qatar that offers full Natural Landscaping and Design contracting. Back-up with well trained and friendly staff coupled with integrity, years of experience, character and respect for the environment which you can guaranteed on delivering the finest possible workmanship together with cost effective landscaping solutions.\r\n\r\nMetro Scape is continuously improving, searching and adapting nature, design, modern quality procedure, innovation & technology.\r\n[/av_tab]\r\n[av_tab title=\'Company History\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nSince its foundation in 2010, Metro Scape has continuously progressed and is now one of the local companies in Qatar that offer full natural landscaping and design contracting despite of the harsh local climate conditions.\r\n\r\nWe also specialize in maintenance and irrigation of these landscapes.\r\n\r\nOur previous and ongoing work for individuals, corporate and governmental projects best reflects our high standards and our versatility in landscaping.\r\n[/av_tab]\r\n[/av_tab_container]\r\n[/av_one_full]\r\n\r\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-12-06 13:33:48','2016-12-06 13:33:48','',8,'http://metro-landscaping.com/en/2016/12/06/8-revision-v1/',0,'revision','',0),(2054,1,'2016-12-06 13:34:18','2016-12-06 13:34:18','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1828\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-57px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' custom_margin=\'aviaTBcustom_margin\' margin=\'-21px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#39865e\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'1617\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nMetro Scape is a Qatar Company involved in Landscaping, Softscaping, Irrigation Systems and Landscape Designs business. Metro Scape was established in the year 2010 and manage by Mr. Haytham Al Dahdoh.\r\n\r\nAs a professionally manage organization, we carry out Landscaping, Softscaping, Irrigation Systems and Landscape Designs project all over Qatar. Metro Scape has assigned qualified and well-experienced expertise to ensure the successful result of our projects.\r\n\r\nWe are currently engaged our work force for the Landscape, Softscape, Irrigation Systems and Designs of companies such as Kahramaa Awareness Park, Al Thuraya Tower, Al Bandary Hotel, Al Thumama Mall, Marina Com-005 Office Tower, Hotel Apartment in Dafna area, Construction of 17 Buildings in Fox Hills and Private Residential Buildings throughout Qatar. The company\'s trust, reliability and committed to quality is motivated us to widen our activities towards Civil Engineering construction area.\r\n\r\nAlso we have strengthened our organization with highly experienced quality conscious Engineers and Office Staffs.\r\n\r\nIt is Metro Scape\'s intention to build up sound business relation with our clients on the basis of reliable execution of projects within the specified schedule.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_tab_container position=\'sidebar_tab sidebar_tab_left\' boxed=\'border_tabs\' initial=\'1\']\r\n[av_tab title=\'Value in the market\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nQatar is country which much of its places consist of a low, barren plain, covered with sand. And with its climate that best describes as subtropical dry, hot dessert climate with low annual rainfall, very high temperature in summer and a big difference between maximum and minimum temperatures, especially in the inland areas. Definitely, not a good place to grow plants.\r\n\r\nThat\'s why Metro Scape was formed, to bring Nature to your home and business place, those various trees, plants, shrubs, flowerings and ornamental plants which are arranged and customized to the design you preferred with professional advice that your family will surely love and enjoy.\r\n[/av_tab]\r\n[av_tab title=\'Company Profile\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nSince it\'s foundation on 2010, Metro Scape has continually progressed and is now one of the local companies in Qatar that offers full Natural Landscaping and Design contracting. Back-up with well trained and friendly staff coupled with integrity, years of experience, character and respect for the environment which you can guaranteed on delivering the finest possible workmanship together with cost effective landscaping solutions.\r\n\r\nMetro Scape is continuously improving, searching and adapting nature, design, modern quality procedure, innovation & technology.\r\n[/av_tab]\r\n[av_tab title=\'Company History\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nSince its foundation in 2010, Metro Scape has continuously progressed and is now one of the local companies in Qatar that offer full natural landscaping and design contracting despite of the harsh local climate conditions.\r\n\r\nWe also specialize in maintenance and irrigation of these landscapes.\r\n\r\nOur previous and ongoing work for individuals, corporate and governmental projects best reflects our high standards and our versatility in landscaping.\r\n[/av_tab]\r\n[/av_tab_container]\r\n[/av_one_full]\r\n\r\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-12-06 13:34:18','2016-12-06 13:34:18','',8,'http://metro-landscaping.com/en/2016/12/06/8-revision-v1/',0,'revision','',0),(2055,1,'2016-12-06 13:34:51','2016-12-06 13:34:51','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1828\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-27px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'-21px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#39865e\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'1617\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nMetro Scape is a Qatar Company involved in Landscaping, Softscaping, Irrigation Systems and Landscape Designs business. Metro Scape was established in the year 2010 and manage by Mr. Haytham Al Dahdoh.\r\n\r\nAs a professionally manage organization, we carry out Landscaping, Softscaping, Irrigation Systems and Landscape Designs project all over Qatar. Metro Scape has assigned qualified and well-experienced expertise to ensure the successful result of our projects.\r\n\r\nWe are currently engaged our work force for the Landscape, Softscape, Irrigation Systems and Designs of companies such as Kahramaa Awareness Park, Al Thuraya Tower, Al Bandary Hotel, Al Thumama Mall, Marina Com-005 Office Tower, Hotel Apartment in Dafna area, Construction of 17 Buildings in Fox Hills and Private Residential Buildings throughout Qatar. The company\'s trust, reliability and committed to quality is motivated us to widen our activities towards Civil Engineering construction area.\r\n\r\nAlso we have strengthened our organization with highly experienced quality conscious Engineers and Office Staffs.\r\n\r\nIt is Metro Scape\'s intention to build up sound business relation with our clients on the basis of reliable execution of projects within the specified schedule.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_tab_container position=\'sidebar_tab sidebar_tab_left\' boxed=\'border_tabs\' initial=\'1\']\r\n[av_tab title=\'Value in the market\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nQatar is country which much of its places consist of a low, barren plain, covered with sand. And with its climate that best describes as subtropical dry, hot dessert climate with low annual rainfall, very high temperature in summer and a big difference between maximum and minimum temperatures, especially in the inland areas. Definitely, not a good place to grow plants.\r\n\r\nThat\'s why Metro Scape was formed, to bring Nature to your home and business place, those various trees, plants, shrubs, flowerings and ornamental plants which are arranged and customized to the design you preferred with professional advice that your family will surely love and enjoy.\r\n[/av_tab]\r\n[av_tab title=\'Company Profile\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nSince it\'s foundation on 2010, Metro Scape has continually progressed and is now one of the local companies in Qatar that offers full Natural Landscaping and Design contracting. Back-up with well trained and friendly staff coupled with integrity, years of experience, character and respect for the environment which you can guaranteed on delivering the finest possible workmanship together with cost effective landscaping solutions.\r\n\r\nMetro Scape is continuously improving, searching and adapting nature, design, modern quality procedure, innovation & technology.\r\n[/av_tab]\r\n[av_tab title=\'Company History\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nSince its foundation in 2010, Metro Scape has continuously progressed and is now one of the local companies in Qatar that offer full natural landscaping and design contracting despite of the harsh local climate conditions.\r\n\r\nWe also specialize in maintenance and irrigation of these landscapes.\r\n\r\nOur previous and ongoing work for individuals, corporate and governmental projects best reflects our high standards and our versatility in landscaping.\r\n[/av_tab]\r\n[/av_tab_container]\r\n[/av_one_full]\r\n\r\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-12-06 13:34:51','2016-12-06 13:34:51','',8,'http://metro-landscaping.com/en/2016/12/06/8-revision-v1/',0,'revision','',0),(2056,1,'2016-12-06 13:35:11','2016-12-06 13:35:11','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1828\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-20px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'-21px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#39865e\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'1617\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nMetro Scape is a Qatar Company involved in Landscaping, Softscaping, Irrigation Systems and Landscape Designs business. Metro Scape was established in the year 2010 and manage by Mr. Haytham Al Dahdoh.\r\n\r\nAs a professionally manage organization, we carry out Landscaping, Softscaping, Irrigation Systems and Landscape Designs project all over Qatar. Metro Scape has assigned qualified and well-experienced expertise to ensure the successful result of our projects.\r\n\r\nWe are currently engaged our work force for the Landscape, Softscape, Irrigation Systems and Designs of companies such as Kahramaa Awareness Park, Al Thuraya Tower, Al Bandary Hotel, Al Thumama Mall, Marina Com-005 Office Tower, Hotel Apartment in Dafna area, Construction of 17 Buildings in Fox Hills and Private Residential Buildings throughout Qatar. The company\'s trust, reliability and committed to quality is motivated us to widen our activities towards Civil Engineering construction area.\r\n\r\nAlso we have strengthened our organization with highly experienced quality conscious Engineers and Office Staffs.\r\n\r\nIt is Metro Scape\'s intention to build up sound business relation with our clients on the basis of reliable execution of projects within the specified schedule.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_tab_container position=\'sidebar_tab sidebar_tab_left\' boxed=\'border_tabs\' initial=\'1\']\r\n[av_tab title=\'Value in the market\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nQatar is country which much of its places consist of a low, barren plain, covered with sand. And with its climate that best describes as subtropical dry, hot dessert climate with low annual rainfall, very high temperature in summer and a big difference between maximum and minimum temperatures, especially in the inland areas. Definitely, not a good place to grow plants.\r\n\r\nThat\'s why Metro Scape was formed, to bring Nature to your home and business place, those various trees, plants, shrubs, flowerings and ornamental plants which are arranged and customized to the design you preferred with professional advice that your family will surely love and enjoy.\r\n[/av_tab]\r\n[av_tab title=\'Company Profile\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nSince it\'s foundation on 2010, Metro Scape has continually progressed and is now one of the local companies in Qatar that offers full Natural Landscaping and Design contracting. Back-up with well trained and friendly staff coupled with integrity, years of experience, character and respect for the environment which you can guaranteed on delivering the finest possible workmanship together with cost effective landscaping solutions.\r\n\r\nMetro Scape is continuously improving, searching and adapting nature, design, modern quality procedure, innovation & technology.\r\n[/av_tab]\r\n[av_tab title=\'Company History\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nSince its foundation in 2010, Metro Scape has continuously progressed and is now one of the local companies in Qatar that offer full natural landscaping and design contracting despite of the harsh local climate conditions.\r\n\r\nWe also specialize in maintenance and irrigation of these landscapes.\r\n\r\nOur previous and ongoing work for individuals, corporate and governmental projects best reflects our high standards and our versatility in landscaping.\r\n[/av_tab]\r\n[/av_tab_container]\r\n[/av_one_full]\r\n\r\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-12-06 13:35:11','2016-12-06 13:35:11','',8,'http://metro-landscaping.com/en/2016/12/06/8-revision-v1/',0,'revision','',0),(2057,1,'2016-12-06 13:35:29','2016-12-06 13:35:29','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1828\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-30px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'-21px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#39865e\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'1617\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nMetro Scape is a Qatar Company involved in Landscaping, Softscaping, Irrigation Systems and Landscape Designs business. Metro Scape was established in the year 2010 and manage by Mr. Haytham Al Dahdoh.\r\n\r\nAs a professionally manage organization, we carry out Landscaping, Softscaping, Irrigation Systems and Landscape Designs project all over Qatar. Metro Scape has assigned qualified and well-experienced expertise to ensure the successful result of our projects.\r\n\r\nWe are currently engaged our work force for the Landscape, Softscape, Irrigation Systems and Designs of companies such as Kahramaa Awareness Park, Al Thuraya Tower, Al Bandary Hotel, Al Thumama Mall, Marina Com-005 Office Tower, Hotel Apartment in Dafna area, Construction of 17 Buildings in Fox Hills and Private Residential Buildings throughout Qatar. The company\'s trust, reliability and committed to quality is motivated us to widen our activities towards Civil Engineering construction area.\r\n\r\nAlso we have strengthened our organization with highly experienced quality conscious Engineers and Office Staffs.\r\n\r\nIt is Metro Scape\'s intention to build up sound business relation with our clients on the basis of reliable execution of projects within the specified schedule.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_tab_container position=\'sidebar_tab sidebar_tab_left\' boxed=\'border_tabs\' initial=\'1\']\r\n[av_tab title=\'Value in the market\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nQatar is country which much of its places consist of a low, barren plain, covered with sand. And with its climate that best describes as subtropical dry, hot dessert climate with low annual rainfall, very high temperature in summer and a big difference between maximum and minimum temperatures, especially in the inland areas. Definitely, not a good place to grow plants.\r\n\r\nThat\'s why Metro Scape was formed, to bring Nature to your home and business place, those various trees, plants, shrubs, flowerings and ornamental plants which are arranged and customized to the design you preferred with professional advice that your family will surely love and enjoy.\r\n[/av_tab]\r\n[av_tab title=\'Company Profile\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nSince it\'s foundation on 2010, Metro Scape has continually progressed and is now one of the local companies in Qatar that offers full Natural Landscaping and Design contracting. Back-up with well trained and friendly staff coupled with integrity, years of experience, character and respect for the environment which you can guaranteed on delivering the finest possible workmanship together with cost effective landscaping solutions.\r\n\r\nMetro Scape is continuously improving, searching and adapting nature, design, modern quality procedure, innovation & technology.\r\n[/av_tab]\r\n[av_tab title=\'Company History\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nSince its foundation in 2010, Metro Scape has continuously progressed and is now one of the local companies in Qatar that offer full natural landscaping and design contracting despite of the harsh local climate conditions.\r\n\r\nWe also specialize in maintenance and irrigation of these landscapes.\r\n\r\nOur previous and ongoing work for individuals, corporate and governmental projects best reflects our high standards and our versatility in landscaping.\r\n[/av_tab]\r\n[/av_tab_container]\r\n[/av_one_full]\r\n\r\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-12-06 13:35:29','2016-12-06 13:35:29','',8,'http://metro-landscaping.com/en/2016/12/06/8-revision-v1/',0,'revision','',0),(2058,1,'2016-12-06 13:35:48','2016-12-06 13:35:48','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1828\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-35px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'-21px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#39865e\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'1617\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nMetro Scape is a Qatar Company involved in Landscaping, Softscaping, Irrigation Systems and Landscape Designs business. Metro Scape was established in the year 2010 and manage by Mr. Haytham Al Dahdoh.\r\n\r\nAs a professionally manage organization, we carry out Landscaping, Softscaping, Irrigation Systems and Landscape Designs project all over Qatar. Metro Scape has assigned qualified and well-experienced expertise to ensure the successful result of our projects.\r\n\r\nWe are currently engaged our work force for the Landscape, Softscape, Irrigation Systems and Designs of companies such as Kahramaa Awareness Park, Al Thuraya Tower, Al Bandary Hotel, Al Thumama Mall, Marina Com-005 Office Tower, Hotel Apartment in Dafna area, Construction of 17 Buildings in Fox Hills and Private Residential Buildings throughout Qatar. The company\'s trust, reliability and committed to quality is motivated us to widen our activities towards Civil Engineering construction area.\r\n\r\nAlso we have strengthened our organization with highly experienced quality conscious Engineers and Office Staffs.\r\n\r\nIt is Metro Scape\'s intention to build up sound business relation with our clients on the basis of reliable execution of projects within the specified schedule.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_tab_container position=\'sidebar_tab sidebar_tab_left\' boxed=\'border_tabs\' initial=\'1\']\r\n[av_tab title=\'Value in the market\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nQatar is country which much of its places consist of a low, barren plain, covered with sand. And with its climate that best describes as subtropical dry, hot dessert climate with low annual rainfall, very high temperature in summer and a big difference between maximum and minimum temperatures, especially in the inland areas. Definitely, not a good place to grow plants.\r\n\r\nThat\'s why Metro Scape was formed, to bring Nature to your home and business place, those various trees, plants, shrubs, flowerings and ornamental plants which are arranged and customized to the design you preferred with professional advice that your family will surely love and enjoy.\r\n[/av_tab]\r\n[av_tab title=\'Company Profile\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nSince it\'s foundation on 2010, Metro Scape has continually progressed and is now one of the local companies in Qatar that offers full Natural Landscaping and Design contracting. Back-up with well trained and friendly staff coupled with integrity, years of experience, character and respect for the environment which you can guaranteed on delivering the finest possible workmanship together with cost effective landscaping solutions.\r\n\r\nMetro Scape is continuously improving, searching and adapting nature, design, modern quality procedure, innovation & technology.\r\n[/av_tab]\r\n[av_tab title=\'Company History\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nSince its foundation in 2010, Metro Scape has continuously progressed and is now one of the local companies in Qatar that offer full natural landscaping and design contracting despite of the harsh local climate conditions.\r\n\r\nWe also specialize in maintenance and irrigation of these landscapes.\r\n\r\nOur previous and ongoing work for individuals, corporate and governmental projects best reflects our high standards and our versatility in landscaping.\r\n[/av_tab]\r\n[/av_tab_container]\r\n[/av_one_full]\r\n\r\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-12-06 13:35:48','2016-12-06 13:35:48','',8,'http://metro-landscaping.com/en/2016/12/06/8-revision-v1/',0,'revision','',0); INSERT INTO `wp_posts` VALUES (2059,1,'2016-12-06 13:36:19','2016-12-06 13:36:19','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1828\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-34px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'-21px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#39865e\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'1617\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nMetro Scape is a Qatar Company involved in Landscaping, Softscaping, Irrigation Systems and Landscape Designs business. Metro Scape was established in the year 2010 and manage by Mr. Haytham Al Dahdoh.\r\n\r\nAs a professionally manage organization, we carry out Landscaping, Softscaping, Irrigation Systems and Landscape Designs project all over Qatar. Metro Scape has assigned qualified and well-experienced expertise to ensure the successful result of our projects.\r\n\r\nWe are currently engaged our work force for the Landscape, Softscape, Irrigation Systems and Designs of companies such as Kahramaa Awareness Park, Al Thuraya Tower, Al Bandary Hotel, Al Thumama Mall, Marina Com-005 Office Tower, Hotel Apartment in Dafna area, Construction of 17 Buildings in Fox Hills and Private Residential Buildings throughout Qatar. The company\'s trust, reliability and committed to quality is motivated us to widen our activities towards Civil Engineering construction area.\r\n\r\nAlso we have strengthened our organization with highly experienced quality conscious Engineers and Office Staffs.\r\n\r\nIt is Metro Scape\'s intention to build up sound business relation with our clients on the basis of reliable execution of projects within the specified schedule.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_tab_container position=\'sidebar_tab sidebar_tab_left\' boxed=\'border_tabs\' initial=\'1\']\r\n[av_tab title=\'Value in the market\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nQatar is country which much of its places consist of a low, barren plain, covered with sand. And with its climate that best describes as subtropical dry, hot dessert climate with low annual rainfall, very high temperature in summer and a big difference between maximum and minimum temperatures, especially in the inland areas. Definitely, not a good place to grow plants.\r\n\r\nThat\'s why Metro Scape was formed, to bring Nature to your home and business place, those various trees, plants, shrubs, flowerings and ornamental plants which are arranged and customized to the design you preferred with professional advice that your family will surely love and enjoy.\r\n[/av_tab]\r\n[av_tab title=\'Company Profile\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nSince it\'s foundation on 2010, Metro Scape has continually progressed and is now one of the local companies in Qatar that offers full Natural Landscaping and Design contracting. Back-up with well trained and friendly staff coupled with integrity, years of experience, character and respect for the environment which you can guaranteed on delivering the finest possible workmanship together with cost effective landscaping solutions.\r\n\r\nMetro Scape is continuously improving, searching and adapting nature, design, modern quality procedure, innovation & technology.\r\n[/av_tab]\r\n[av_tab title=\'Company History\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nSince its foundation in 2010, Metro Scape has continuously progressed and is now one of the local companies in Qatar that offer full natural landscaping and design contracting despite of the harsh local climate conditions.\r\n\r\nWe also specialize in maintenance and irrigation of these landscapes.\r\n\r\nOur previous and ongoing work for individuals, corporate and governmental projects best reflects our high standards and our versatility in landscaping.\r\n[/av_tab]\r\n[/av_tab_container]\r\n[/av_one_full]\r\n\r\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-12-06 13:36:19','2016-12-06 13:36:19','',8,'http://metro-landscaping.com/en/2016/12/06/8-revision-v1/',0,'revision','',0),(2060,1,'2016-12-06 13:37:31','2016-12-06 13:37:31','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1830\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' custom_margin=\'aviaTBcustom_margin\' margin=\'-34px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Projects\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'DESC\']\r\n[/av_section]','Projects','','inherit','closed','closed','','925-revision-v1','','','2016-12-06 13:37:31','2016-12-06 13:37:31','',925,'http://metro-landscaping.com/en/2016/12/06/925-revision-v1/',0,'revision','',0),(2061,1,'2016-12-06 13:38:12','2016-12-06 13:38:12','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1832\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-34px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Services\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_portfolio categories=\'8\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\r\n[/av_section]','Services','','inherit','closed','closed','','1213-revision-v1','','','2016-12-06 13:38:12','2016-12-06 13:38:12','',1213,'http://metro-landscaping.com/en/2016/12/06/1213-revision-v1/',0,'revision','',0),(2062,1,'2016-12-06 13:38:53','2016-12-06 13:38:53','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1834\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-34px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Maintenance\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_portfolio categories=\'9\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\r\n[/av_section]','Maintenance','','inherit','closed','closed','','929-revision-v1','','','2016-12-06 13:38:53','2016-12-06 13:38:53','',929,'http://metro-landscaping.com/en/2016/12/06/929-revision-v1/',0,'revision','',0),(2063,1,'2016-12-06 13:40:30','2016-12-06 13:40:30','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1830\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' custom_margin=\'aviaTBcustom_margin\' margin=\'-34px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Projects\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'DESC\']\r\n[/av_section]','Projects','','inherit','closed','closed','','925-revision-v1','','','2016-12-06 13:40:30','2016-12-06 13:40:30','',925,'http://metro-landscaping.com/en/2016/12/06/925-revision-v1/',0,'revision','',0),(2064,1,'2016-12-06 13:41:12','2016-12-06 13:41:12','[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1830\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' custom_margin=\'aviaTBcustom_margin\' margin=\'-34px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Projects\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'DESC\']\r\n[/av_section]','Projects','','inherit','closed','closed','','925-revision-v1','','','2016-12-06 13:41:12','2016-12-06 13:41:12','',925,'http://metro-landscaping.com/en/2016/12/06/925-revision-v1/',0,'revision','',0),(2065,1,'2016-12-06 13:41:45','2016-12-06 13:41:45','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1830\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' custom_margin=\'aviaTBcustom_margin\' margin=\'-34px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Projects\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'DESC\']\r\n\r\n[/av_section]','Projects','','inherit','closed','closed','','925-revision-v1','','','2016-12-06 13:41:45','2016-12-06 13:41:45','',925,'http://metro-landscaping.com/en/2016/12/06/925-revision-v1/',0,'revision','',0),(2066,1,'2016-12-06 13:57:38','2016-12-06 13:57:38','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1828\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'-34px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'-21px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#39865e\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'1617\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nMetro Scape is a Qatar Company involved in Landscaping, Softscaping, Irrigation Systems and Landscape Designs business. Metro Scape was established in the year 2010 and manage by Mr. Haytham Al Dahdoh.\r\n\r\nAs a professionally manage organization, we carry out Landscaping, Softscaping, Irrigation Systems and Landscape Designs project all over Qatar. Metro Scape has assigned qualified and well-experienced expertise to ensure the successful result of our projects.\r\n\r\nWe are currently engaged our work force for the Landscape, Softscape, Irrigation Systems and Designs of companies such as Kahramaa Awareness Park, Al Thuraya Tower, Al Bandary Hotel, Al Thumama Mall, Marina Com-005 Office Tower, Hotel Apartment in Dafna area, Construction of 17 Buildings in Fox Hills and Private Residential Buildings throughout Qatar. The company\'s trust, reliability and committed to quality is motivated us to widen our activities towards Civil Engineering construction area.\r\n\r\nAlso we have strengthened our organization with highly experienced quality conscious Engineers and Office Staffs.\r\n\r\nIt is Metro Scape\'s intention to build up sound business relation with our clients on the basis of reliable execution of projects within the specified schedule.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_tab_container position=\'sidebar_tab sidebar_tab_left\' boxed=\'border_tabs\' initial=\'1\']\r\n[av_tab title=\'Value in the market\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nQatar is country which much of its places consist of a low, barren plain, covered with sand. And with its climate that best describes as subtropical dry, hot dessert climate with low annual rainfall, very high temperature in summer and a big difference between maximum and minimum temperatures, especially in the inland areas. Definitely, not a good place to grow plants.\r\n\r\nThat\'s why Metro Scape was formed, to bring Nature to your home and business place, those various trees, plants, shrubs, flowerings and ornamental plants which are arranged and customized to the design you preferred with professional advice that your family will surely love and enjoy.\r\n[/av_tab]\r\n[av_tab title=\'Company Profile\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nSince it\'s foundation on 2010, Metro Scape has continually progressed and is now one of the local companies in Qatar that offers full Natural Landscaping and Design contracting. Back-up with well trained and friendly staff coupled with integrity, years of experience, character and respect for the environment which you can guaranteed on delivering the finest possible workmanship together with cost effective landscaping solutions.\r\n\r\nMetro Scape is continuously improving, searching and adapting nature, design, modern quality procedure, innovation & technology.\r\n[/av_tab]\r\n[av_tab title=\'Company History\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nSince its foundation in 2010, Metro Scape has continuously progressed and is now one of the local companies in Qatar that offer full natural landscaping and design contracting despite of the harsh local climate conditions.\r\n\r\nWe also specialize in maintenance and irrigation of these landscapes.\r\n\r\nOur previous and ongoing work for individuals, corporate and governmental projects best reflects our high standards and our versatility in landscaping.\r\n[/av_tab]\r\n[/av_tab_container]\r\n[/av_one_full]\r\n\r\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-12-06 13:57:38','2016-12-06 13:57:38','',8,'http://metro-landscaping.com/en/2016/12/06/8-revision-v1/',0,'revision','',0),(2067,1,'2016-12-06 13:58:12','2016-12-06 13:58:12','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1828\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-86px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'-21px\' margin_sync=\'true\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#39865e\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'1617\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nMetro Scape is a Qatar Company involved in Landscaping, Softscaping, Irrigation Systems and Landscape Designs business. Metro Scape was established in the year 2010 and manage by Mr. Haytham Al Dahdoh.\r\n\r\nAs a professionally manage organization, we carry out Landscaping, Softscaping, Irrigation Systems and Landscape Designs project all over Qatar. Metro Scape has assigned qualified and well-experienced expertise to ensure the successful result of our projects.\r\n\r\nWe are currently engaged our work force for the Landscape, Softscape, Irrigation Systems and Designs of companies such as Kahramaa Awareness Park, Al Thuraya Tower, Al Bandary Hotel, Al Thumama Mall, Marina Com-005 Office Tower, Hotel Apartment in Dafna area, Construction of 17 Buildings in Fox Hills and Private Residential Buildings throughout Qatar. The company\'s trust, reliability and committed to quality is motivated us to widen our activities towards Civil Engineering construction area.\r\n\r\nAlso we have strengthened our organization with highly experienced quality conscious Engineers and Office Staffs.\r\n\r\nIt is Metro Scape\'s intention to build up sound business relation with our clients on the basis of reliable execution of projects within the specified schedule.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_tab_container position=\'sidebar_tab sidebar_tab_left\' boxed=\'border_tabs\' initial=\'1\']\r\n[av_tab title=\'Value in the market\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nQatar is country which much of its places consist of a low, barren plain, covered with sand. And with its climate that best describes as subtropical dry, hot dessert climate with low annual rainfall, very high temperature in summer and a big difference between maximum and minimum temperatures, especially in the inland areas. Definitely, not a good place to grow plants.\r\n\r\nThat\'s why Metro Scape was formed, to bring Nature to your home and business place, those various trees, plants, shrubs, flowerings and ornamental plants which are arranged and customized to the design you preferred with professional advice that your family will surely love and enjoy.\r\n[/av_tab]\r\n[av_tab title=\'Company Profile\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nSince it\'s foundation on 2010, Metro Scape has continually progressed and is now one of the local companies in Qatar that offers full Natural Landscaping and Design contracting. Back-up with well trained and friendly staff coupled with integrity, years of experience, character and respect for the environment which you can guaranteed on delivering the finest possible workmanship together with cost effective landscaping solutions.\r\n\r\nMetro Scape is continuously improving, searching and adapting nature, design, modern quality procedure, innovation & technology.\r\n[/av_tab]\r\n[av_tab title=\'Company History\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nSince its foundation in 2010, Metro Scape has continuously progressed and is now one of the local companies in Qatar that offer full natural landscaping and design contracting despite of the harsh local climate conditions.\r\n\r\nWe also specialize in maintenance and irrigation of these landscapes.\r\n\r\nOur previous and ongoing work for individuals, corporate and governmental projects best reflects our high standards and our versatility in landscaping.\r\n[/av_tab]\r\n[/av_tab_container]\r\n[/av_one_full]\r\n\r\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-12-06 13:58:12','2016-12-06 13:58:12','',8,'http://metro-landscaping.com/en/2016/12/06/8-revision-v1/',0,'revision','',0),(2068,1,'2016-12-06 13:58:57','2016-12-06 13:58:57','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1828\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-85px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' custom_margin=\'aviaTBcustom_margin\' margin=\'-85px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#39865e\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'1617\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nMetro Scape is a Qatar Company involved in Landscaping, Softscaping, Irrigation Systems and Landscape Designs business. Metro Scape was established in the year 2010 and manage by Mr. Haytham Al Dahdoh.\r\n\r\nAs a professionally manage organization, we carry out Landscaping, Softscaping, Irrigation Systems and Landscape Designs project all over Qatar. Metro Scape has assigned qualified and well-experienced expertise to ensure the successful result of our projects.\r\n\r\nWe are currently engaged our work force for the Landscape, Softscape, Irrigation Systems and Designs of companies such as Kahramaa Awareness Park, Al Thuraya Tower, Al Bandary Hotel, Al Thumama Mall, Marina Com-005 Office Tower, Hotel Apartment in Dafna area, Construction of 17 Buildings in Fox Hills and Private Residential Buildings throughout Qatar. The company\'s trust, reliability and committed to quality is motivated us to widen our activities towards Civil Engineering construction area.\r\n\r\nAlso we have strengthened our organization with highly experienced quality conscious Engineers and Office Staffs.\r\n\r\nIt is Metro Scape\'s intention to build up sound business relation with our clients on the basis of reliable execution of projects within the specified schedule.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_tab_container position=\'sidebar_tab sidebar_tab_left\' boxed=\'border_tabs\' initial=\'1\']\r\n[av_tab title=\'Value in the market\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nQatar is country which much of its places consist of a low, barren plain, covered with sand. And with its climate that best describes as subtropical dry, hot dessert climate with low annual rainfall, very high temperature in summer and a big difference between maximum and minimum temperatures, especially in the inland areas. Definitely, not a good place to grow plants.\r\n\r\nThat\'s why Metro Scape was formed, to bring Nature to your home and business place, those various trees, plants, shrubs, flowerings and ornamental plants which are arranged and customized to the design you preferred with professional advice that your family will surely love and enjoy.\r\n[/av_tab]\r\n[av_tab title=\'Company Profile\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nSince it\'s foundation on 2010, Metro Scape has continually progressed and is now one of the local companies in Qatar that offers full Natural Landscaping and Design contracting. Back-up with well trained and friendly staff coupled with integrity, years of experience, character and respect for the environment which you can guaranteed on delivering the finest possible workmanship together with cost effective landscaping solutions.\r\n\r\nMetro Scape is continuously improving, searching and adapting nature, design, modern quality procedure, innovation & technology.\r\n[/av_tab]\r\n[av_tab title=\'Company History\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nSince its foundation in 2010, Metro Scape has continuously progressed and is now one of the local companies in Qatar that offer full natural landscaping and design contracting despite of the harsh local climate conditions.\r\n\r\nWe also specialize in maintenance and irrigation of these landscapes.\r\n\r\nOur previous and ongoing work for individuals, corporate and governmental projects best reflects our high standards and our versatility in landscaping.\r\n[/av_tab]\r\n[/av_tab_container]\r\n[/av_one_full]\r\n\r\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-12-06 13:58:57','2016-12-06 13:58:57','',8,'http://metro-landscaping.com/en/2016/12/06/8-revision-v1/',0,'revision','',0),(2069,1,'2016-12-06 13:59:49','2016-12-06 13:59:49','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1828\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-84px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' custom_margin=\'aviaTBcustom_margin\' margin=\'-55px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#39865e\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'1617\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nMetro Scape is a Qatar Company involved in Landscaping, Softscaping, Irrigation Systems and Landscape Designs business. Metro Scape was established in the year 2010 and manage by Mr. Haytham Al Dahdoh.\r\n\r\nAs a professionally manage organization, we carry out Landscaping, Softscaping, Irrigation Systems and Landscape Designs project all over Qatar. Metro Scape has assigned qualified and well-experienced expertise to ensure the successful result of our projects.\r\n\r\nWe are currently engaged our work force for the Landscape, Softscape, Irrigation Systems and Designs of companies such as Kahramaa Awareness Park, Al Thuraya Tower, Al Bandary Hotel, Al Thumama Mall, Marina Com-005 Office Tower, Hotel Apartment in Dafna area, Construction of 17 Buildings in Fox Hills and Private Residential Buildings throughout Qatar. The company\'s trust, reliability and committed to quality is motivated us to widen our activities towards Civil Engineering construction area.\r\n\r\nAlso we have strengthened our organization with highly experienced quality conscious Engineers and Office Staffs.\r\n\r\nIt is Metro Scape\'s intention to build up sound business relation with our clients on the basis of reliable execution of projects within the specified schedule.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_tab_container position=\'sidebar_tab sidebar_tab_left\' boxed=\'border_tabs\' initial=\'1\']\r\n[av_tab title=\'Value in the market\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nQatar is country which much of its places consist of a low, barren plain, covered with sand. And with its climate that best describes as subtropical dry, hot dessert climate with low annual rainfall, very high temperature in summer and a big difference between maximum and minimum temperatures, especially in the inland areas. Definitely, not a good place to grow plants.\r\n\r\nThat\'s why Metro Scape was formed, to bring Nature to your home and business place, those various trees, plants, shrubs, flowerings and ornamental plants which are arranged and customized to the design you preferred with professional advice that your family will surely love and enjoy.\r\n[/av_tab]\r\n[av_tab title=\'Company Profile\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nSince it\'s foundation on 2010, Metro Scape has continually progressed and is now one of the local companies in Qatar that offers full Natural Landscaping and Design contracting. Back-up with well trained and friendly staff coupled with integrity, years of experience, character and respect for the environment which you can guaranteed on delivering the finest possible workmanship together with cost effective landscaping solutions.\r\n\r\nMetro Scape is continuously improving, searching and adapting nature, design, modern quality procedure, innovation & technology.\r\n[/av_tab]\r\n[av_tab title=\'Company History\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nSince its foundation in 2010, Metro Scape has continuously progressed and is now one of the local companies in Qatar that offer full natural landscaping and design contracting despite of the harsh local climate conditions.\r\n\r\nWe also specialize in maintenance and irrigation of these landscapes.\r\n\r\nOur previous and ongoing work for individuals, corporate and governmental projects best reflects our high standards and our versatility in landscaping.\r\n[/av_tab]\r\n[/av_tab_container]\r\n[/av_one_full]\r\n\r\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-12-06 13:59:49','2016-12-06 13:59:49','',8,'http://metro-landscaping.com/en/2016/12/06/8-revision-v1/',0,'revision','',0),(2070,1,'2016-12-06 14:00:14','2016-12-06 14:00:14','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1828\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-84px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' custom_margin=\'aviaTBcustom_margin\' margin=\'-45px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#39865e\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'1617\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nMetro Scape is a Qatar Company involved in Landscaping, Softscaping, Irrigation Systems and Landscape Designs business. Metro Scape was established in the year 2010 and manage by Mr. Haytham Al Dahdoh.\r\n\r\nAs a professionally manage organization, we carry out Landscaping, Softscaping, Irrigation Systems and Landscape Designs project all over Qatar. Metro Scape has assigned qualified and well-experienced expertise to ensure the successful result of our projects.\r\n\r\nWe are currently engaged our work force for the Landscape, Softscape, Irrigation Systems and Designs of companies such as Kahramaa Awareness Park, Al Thuraya Tower, Al Bandary Hotel, Al Thumama Mall, Marina Com-005 Office Tower, Hotel Apartment in Dafna area, Construction of 17 Buildings in Fox Hills and Private Residential Buildings throughout Qatar. The company\'s trust, reliability and committed to quality is motivated us to widen our activities towards Civil Engineering construction area.\r\n\r\nAlso we have strengthened our organization with highly experienced quality conscious Engineers and Office Staffs.\r\n\r\nIt is Metro Scape\'s intention to build up sound business relation with our clients on the basis of reliable execution of projects within the specified schedule.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_tab_container position=\'sidebar_tab sidebar_tab_left\' boxed=\'border_tabs\' initial=\'1\']\r\n[av_tab title=\'Value in the market\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nQatar is country which much of its places consist of a low, barren plain, covered with sand. And with its climate that best describes as subtropical dry, hot dessert climate with low annual rainfall, very high temperature in summer and a big difference between maximum and minimum temperatures, especially in the inland areas. Definitely, not a good place to grow plants.\r\n\r\nThat\'s why Metro Scape was formed, to bring Nature to your home and business place, those various trees, plants, shrubs, flowerings and ornamental plants which are arranged and customized to the design you preferred with professional advice that your family will surely love and enjoy.\r\n[/av_tab]\r\n[av_tab title=\'Company Profile\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nSince it\'s foundation on 2010, Metro Scape has continually progressed and is now one of the local companies in Qatar that offers full Natural Landscaping and Design contracting. Back-up with well trained and friendly staff coupled with integrity, years of experience, character and respect for the environment which you can guaranteed on delivering the finest possible workmanship together with cost effective landscaping solutions.\r\n\r\nMetro Scape is continuously improving, searching and adapting nature, design, modern quality procedure, innovation & technology.\r\n[/av_tab]\r\n[av_tab title=\'Company History\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nSince its foundation in 2010, Metro Scape has continuously progressed and is now one of the local companies in Qatar that offer full natural landscaping and design contracting despite of the harsh local climate conditions.\r\n\r\nWe also specialize in maintenance and irrigation of these landscapes.\r\n\r\nOur previous and ongoing work for individuals, corporate and governmental projects best reflects our high standards and our versatility in landscaping.\r\n[/av_tab]\r\n[/av_tab_container]\r\n[/av_one_full]\r\n\r\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-12-06 14:00:14','2016-12-06 14:00:14','',8,'http://metro-landscaping.com/en/2016/12/06/8-revision-v1/',0,'revision','',0),(2071,1,'2016-12-06 14:00:44','2016-12-06 14:00:44','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1828\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-84px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' custom_margin=\'aviaTBcustom_margin\' margin=\'-50px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#39865e\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'1617\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nMetro Scape is a Qatar Company involved in Landscaping, Softscaping, Irrigation Systems and Landscape Designs business. Metro Scape was established in the year 2010 and manage by Mr. Haytham Al Dahdoh.\r\n\r\nAs a professionally manage organization, we carry out Landscaping, Softscaping, Irrigation Systems and Landscape Designs project all over Qatar. Metro Scape has assigned qualified and well-experienced expertise to ensure the successful result of our projects.\r\n\r\nWe are currently engaged our work force for the Landscape, Softscape, Irrigation Systems and Designs of companies such as Kahramaa Awareness Park, Al Thuraya Tower, Al Bandary Hotel, Al Thumama Mall, Marina Com-005 Office Tower, Hotel Apartment in Dafna area, Construction of 17 Buildings in Fox Hills and Private Residential Buildings throughout Qatar. The company\'s trust, reliability and committed to quality is motivated us to widen our activities towards Civil Engineering construction area.\r\n\r\nAlso we have strengthened our organization with highly experienced quality conscious Engineers and Office Staffs.\r\n\r\nIt is Metro Scape\'s intention to build up sound business relation with our clients on the basis of reliable execution of projects within the specified schedule.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_tab_container position=\'sidebar_tab sidebar_tab_left\' boxed=\'border_tabs\' initial=\'1\']\r\n[av_tab title=\'Value in the market\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nQatar is country which much of its places consist of a low, barren plain, covered with sand. And with its climate that best describes as subtropical dry, hot dessert climate with low annual rainfall, very high temperature in summer and a big difference between maximum and minimum temperatures, especially in the inland areas. Definitely, not a good place to grow plants.\r\n\r\nThat\'s why Metro Scape was formed, to bring Nature to your home and business place, those various trees, plants, shrubs, flowerings and ornamental plants which are arranged and customized to the design you preferred with professional advice that your family will surely love and enjoy.\r\n[/av_tab]\r\n[av_tab title=\'Company Profile\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nSince it\'s foundation on 2010, Metro Scape has continually progressed and is now one of the local companies in Qatar that offers full Natural Landscaping and Design contracting. Back-up with well trained and friendly staff coupled with integrity, years of experience, character and respect for the environment which you can guaranteed on delivering the finest possible workmanship together with cost effective landscaping solutions.\r\n\r\nMetro Scape is continuously improving, searching and adapting nature, design, modern quality procedure, innovation & technology.\r\n[/av_tab]\r\n[av_tab title=\'Company History\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nSince its foundation in 2010, Metro Scape has continuously progressed and is now one of the local companies in Qatar that offer full natural landscaping and design contracting despite of the harsh local climate conditions.\r\n\r\nWe also specialize in maintenance and irrigation of these landscapes.\r\n\r\nOur previous and ongoing work for individuals, corporate and governmental projects best reflects our high standards and our versatility in landscaping.\r\n[/av_tab]\r\n[/av_tab_container]\r\n[/av_one_full]\r\n\r\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-12-06 14:00:44','2016-12-06 14:00:44','',8,'http://metro-landscaping.com/en/2016/12/06/8-revision-v1/',0,'revision','',0),(2072,1,'2016-12-06 14:01:07','2016-12-06 14:01:07','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1828\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-84px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' custom_margin=\'aviaTBcustom_margin\' margin=\'-49px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#39865e\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'1617\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nMetro Scape is a Qatar Company involved in Landscaping, Softscaping, Irrigation Systems and Landscape Designs business. Metro Scape was established in the year 2010 and manage by Mr. Haytham Al Dahdoh.\r\n\r\nAs a professionally manage organization, we carry out Landscaping, Softscaping, Irrigation Systems and Landscape Designs project all over Qatar. Metro Scape has assigned qualified and well-experienced expertise to ensure the successful result of our projects.\r\n\r\nWe are currently engaged our work force for the Landscape, Softscape, Irrigation Systems and Designs of companies such as Kahramaa Awareness Park, Al Thuraya Tower, Al Bandary Hotel, Al Thumama Mall, Marina Com-005 Office Tower, Hotel Apartment in Dafna area, Construction of 17 Buildings in Fox Hills and Private Residential Buildings throughout Qatar. The company\'s trust, reliability and committed to quality is motivated us to widen our activities towards Civil Engineering construction area.\r\n\r\nAlso we have strengthened our organization with highly experienced quality conscious Engineers and Office Staffs.\r\n\r\nIt is Metro Scape\'s intention to build up sound business relation with our clients on the basis of reliable execution of projects within the specified schedule.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_tab_container position=\'sidebar_tab sidebar_tab_left\' boxed=\'border_tabs\' initial=\'1\']\r\n[av_tab title=\'Value in the market\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nQatar is country which much of its places consist of a low, barren plain, covered with sand. And with its climate that best describes as subtropical dry, hot dessert climate with low annual rainfall, very high temperature in summer and a big difference between maximum and minimum temperatures, especially in the inland areas. Definitely, not a good place to grow plants.\r\n\r\nThat\'s why Metro Scape was formed, to bring Nature to your home and business place, those various trees, plants, shrubs, flowerings and ornamental plants which are arranged and customized to the design you preferred with professional advice that your family will surely love and enjoy.\r\n[/av_tab]\r\n[av_tab title=\'Company Profile\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nSince it\'s foundation on 2010, Metro Scape has continually progressed and is now one of the local companies in Qatar that offers full Natural Landscaping and Design contracting. Back-up with well trained and friendly staff coupled with integrity, years of experience, character and respect for the environment which you can guaranteed on delivering the finest possible workmanship together with cost effective landscaping solutions.\r\n\r\nMetro Scape is continuously improving, searching and adapting nature, design, modern quality procedure, innovation & technology.\r\n[/av_tab]\r\n[av_tab title=\'Company History\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nSince its foundation in 2010, Metro Scape has continuously progressed and is now one of the local companies in Qatar that offer full natural landscaping and design contracting despite of the harsh local climate conditions.\r\n\r\nWe also specialize in maintenance and irrigation of these landscapes.\r\n\r\nOur previous and ongoing work for individuals, corporate and governmental projects best reflects our high standards and our versatility in landscaping.\r\n[/av_tab]\r\n[/av_tab_container]\r\n[/av_one_full]\r\n\r\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-12-06 14:01:07','2016-12-06 14:01:07','',8,'http://metro-landscaping.com/en/2016/12/06/8-revision-v1/',0,'revision','',0),(2073,1,'2016-12-06 14:02:12','2016-12-06 14:02:12','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1830\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' custom_margin=\'aviaTBcustom_margin\' margin=\'-84px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Projects\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'DESC\']\r\n[/av_section]','Projects','','inherit','closed','closed','','925-revision-v1','','','2016-12-06 14:02:12','2016-12-06 14:02:12','',925,'http://metro-landscaping.com/en/2016/12/06/925-revision-v1/',0,'revision','',0),(2074,1,'2016-12-06 14:02:55','2016-12-06 14:02:55','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1830\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' custom_margin=\'aviaTBcustom_margin\' margin=\'-84px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Projects\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'DESC\']\r\n\r\n[/av_section]','Projects','','inherit','closed','closed','','925-revision-v1','','','2016-12-06 14:02:55','2016-12-06 14:02:55','',925,'http://metro-landscaping.com/en/2016/12/06/925-revision-v1/',0,'revision','',0),(2075,1,'2016-12-06 14:03:44','2016-12-06 14:03:44','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1830\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' custom_margin=\'aviaTBcustom_margin\' margin=\'-84px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Projects\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_hr class=\'invisible\' height=\'-30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'DESC\']\r\n\r\n[/av_section]','Projects','','inherit','closed','closed','','925-revision-v1','','','2016-12-06 14:03:44','2016-12-06 14:03:44','',925,'http://metro-landscaping.com/en/2016/12/06/925-revision-v1/',0,'revision','',0),(2076,1,'2016-12-06 14:04:17','2016-12-06 14:04:17','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1830\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' custom_margin=\'aviaTBcustom_margin\' margin=\'-84px,-84px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Projects\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'DESC\']\r\n[/av_section]','Projects','','inherit','closed','closed','','925-revision-v1','','','2016-12-06 14:04:17','2016-12-06 14:04:17','',925,'http://metro-landscaping.com/en/2016/12/06/925-revision-v1/',0,'revision','',0),(2077,1,'2016-12-06 14:04:49','2016-12-06 14:04:49','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1830\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' custom_margin=\'aviaTBcustom_margin\' margin=\'-84px,\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Projects\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'DESC\']\r\n[/av_section]','Projects','','inherit','closed','closed','','925-revision-v1','','','2016-12-06 14:04:49','2016-12-06 14:04:49','',925,'http://metro-landscaping.com/en/2016/12/06/925-revision-v1/',0,'revision','',0),(2078,1,'2016-12-06 14:09:24','2016-12-06 14:09:24','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1832\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-84px,-34px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Services\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_portfolio categories=\'8\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\r\n[/av_section]','Services','','inherit','closed','closed','','1213-revision-v1','','','2016-12-06 14:09:24','2016-12-06 14:09:24','',1213,'http://metro-landscaping.com/en/2016/12/06/1213-revision-v1/',0,'revision','',0),(2079,1,'2016-12-06 14:14:44','2016-12-06 14:14:44','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1832\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' custom_margin=\'aviaTBcustom_margin\' margin=\'-84px,\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Services\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_portfolio categories=\'8\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\r\n[/av_section]','Services','','inherit','closed','closed','','1213-revision-v1','','','2016-12-06 14:14:44','2016-12-06 14:14:44','',1213,'http://metro-landscaping.com/en/2016/12/06/1213-revision-v1/',0,'revision','',0),(2080,1,'2016-12-06 14:21:14','2016-12-06 14:21:14','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1828\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'-84px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' custom_margin=\'aviaTBcustom_margin\' margin=\'-49px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#39865e\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'1617\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nMetro Scape is a Qatar Company involved in Landscaping, Softscaping, Irrigation Systems and Landscape Designs business. Metro Scape was established in the year 2010 and manage by Mr. Haytham Al Dahdoh.\r\n\r\nAs a professionally manage organization, we carry out Landscaping, Softscaping, Irrigation Systems and Landscape Designs project all over Qatar. Metro Scape has assigned qualified and well-experienced expertise to ensure the successful result of our projects.\r\n\r\nWe are currently engaged our work force for the Landscape, Softscape, Irrigation Systems and Designs of companies such as Kahramaa Awareness Park, Al Thuraya Tower, Al Bandary Hotel, Al Thumama Mall, Marina Com-005 Office Tower, Hotel Apartment in Dafna area, Construction of 17 Buildings in Fox Hills and Private Residential Buildings throughout Qatar. The company\'s trust, reliability and committed to quality is motivated us to widen our activities towards Civil Engineering construction area.\r\n\r\nAlso we have strengthened our organization with highly experienced quality conscious Engineers and Office Staffs.\r\n\r\nIt is Metro Scape\'s intention to build up sound business relation with our clients on the basis of reliable execution of projects within the specified schedule.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_tab_container position=\'sidebar_tab sidebar_tab_left\' boxed=\'border_tabs\' initial=\'1\']\r\n[av_tab title=\'Value in the market\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nQatar is country which much of its places consist of a low, barren plain, covered with sand. And with its climate that best describes as subtropical dry, hot dessert climate with low annual rainfall, very high temperature in summer and a big difference between maximum and minimum temperatures, especially in the inland areas. Definitely, not a good place to grow plants.\r\n\r\nThat\'s why Metro Scape was formed, to bring Nature to your home and business place, those various trees, plants, shrubs, flowerings and ornamental plants which are arranged and customized to the design you preferred with professional advice that your family will surely love and enjoy.\r\n[/av_tab]\r\n[av_tab title=\'Company Profile\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nSince it\'s foundation on 2010, Metro Scape has continually progressed and is now one of the local companies in Qatar that offers full Natural Landscaping and Design contracting. Back-up with well trained and friendly staff coupled with integrity, years of experience, character and respect for the environment which you can guaranteed on delivering the finest possible workmanship together with cost effective landscaping solutions.\r\n\r\nMetro Scape is continuously improving, searching and adapting nature, design, modern quality procedure, innovation & technology.\r\n[/av_tab]\r\n[av_tab title=\'Company History\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nSince its foundation in 2010, Metro Scape has continuously progressed and is now one of the local companies in Qatar that offer full natural landscaping and design contracting despite of the harsh local climate conditions.\r\n\r\nWe also specialize in maintenance and irrigation of these landscapes.\r\n\r\nOur previous and ongoing work for individuals, corporate and governmental projects best reflects our high standards and our versatility in landscaping.\r\n[/av_tab]\r\n[/av_tab_container]\r\n[/av_one_full]\r\n\r\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-12-06 14:21:14','2016-12-06 14:21:14','',8,'http://metro-landscaping.com/en/2016/12/06/8-revision-v1/',0,'revision','',0),(2081,1,'2016-12-06 14:21:27','2016-12-06 14:21:27','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1828\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'-84px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'-49px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#39865e\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'1617\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nMetro Scape is a Qatar Company involved in Landscaping, Softscaping, Irrigation Systems and Landscape Designs business. Metro Scape was established in the year 2010 and manage by Mr. Haytham Al Dahdoh.\r\n\r\nAs a professionally manage organization, we carry out Landscaping, Softscaping, Irrigation Systems and Landscape Designs project all over Qatar. Metro Scape has assigned qualified and well-experienced expertise to ensure the successful result of our projects.\r\n\r\nWe are currently engaged our work force for the Landscape, Softscape, Irrigation Systems and Designs of companies such as Kahramaa Awareness Park, Al Thuraya Tower, Al Bandary Hotel, Al Thumama Mall, Marina Com-005 Office Tower, Hotel Apartment in Dafna area, Construction of 17 Buildings in Fox Hills and Private Residential Buildings throughout Qatar. The company\'s trust, reliability and committed to quality is motivated us to widen our activities towards Civil Engineering construction area.\r\n\r\nAlso we have strengthened our organization with highly experienced quality conscious Engineers and Office Staffs.\r\n\r\nIt is Metro Scape\'s intention to build up sound business relation with our clients on the basis of reliable execution of projects within the specified schedule.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_tab_container position=\'sidebar_tab sidebar_tab_left\' boxed=\'border_tabs\' initial=\'1\']\r\n[av_tab title=\'Value in the market\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nQatar is country which much of its places consist of a low, barren plain, covered with sand. And with its climate that best describes as subtropical dry, hot dessert climate with low annual rainfall, very high temperature in summer and a big difference between maximum and minimum temperatures, especially in the inland areas. Definitely, not a good place to grow plants.\r\n\r\nThat\'s why Metro Scape was formed, to bring Nature to your home and business place, those various trees, plants, shrubs, flowerings and ornamental plants which are arranged and customized to the design you preferred with professional advice that your family will surely love and enjoy.\r\n[/av_tab]\r\n[av_tab title=\'Company Profile\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nSince it\'s foundation on 2010, Metro Scape has continually progressed and is now one of the local companies in Qatar that offers full Natural Landscaping and Design contracting. Back-up with well trained and friendly staff coupled with integrity, years of experience, character and respect for the environment which you can guaranteed on delivering the finest possible workmanship together with cost effective landscaping solutions.\r\n\r\nMetro Scape is continuously improving, searching and adapting nature, design, modern quality procedure, innovation & technology.\r\n[/av_tab]\r\n[av_tab title=\'Company History\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nSince its foundation in 2010, Metro Scape has continuously progressed and is now one of the local companies in Qatar that offer full natural landscaping and design contracting despite of the harsh local climate conditions.\r\n\r\nWe also specialize in maintenance and irrigation of these landscapes.\r\n\r\nOur previous and ongoing work for individuals, corporate and governmental projects best reflects our high standards and our versatility in landscaping.\r\n[/av_tab]\r\n[/av_tab_container]\r\n[/av_one_full]\r\n\r\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-12-06 14:21:27','2016-12-06 14:21:27','',8,'http://metro-landscaping.com/en/2016/12/06/8-revision-v1/',0,'revision','',0),(2082,1,'2016-12-06 14:21:45','2016-12-06 14:21:45','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1828\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-34px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'-49px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#39865e\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'1617\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nMetro Scape is a Qatar Company involved in Landscaping, Softscaping, Irrigation Systems and Landscape Designs business. Metro Scape was established in the year 2010 and manage by Mr. Haytham Al Dahdoh.\r\n\r\nAs a professionally manage organization, we carry out Landscaping, Softscaping, Irrigation Systems and Landscape Designs project all over Qatar. Metro Scape has assigned qualified and well-experienced expertise to ensure the successful result of our projects.\r\n\r\nWe are currently engaged our work force for the Landscape, Softscape, Irrigation Systems and Designs of companies such as Kahramaa Awareness Park, Al Thuraya Tower, Al Bandary Hotel, Al Thumama Mall, Marina Com-005 Office Tower, Hotel Apartment in Dafna area, Construction of 17 Buildings in Fox Hills and Private Residential Buildings throughout Qatar. The company\'s trust, reliability and committed to quality is motivated us to widen our activities towards Civil Engineering construction area.\r\n\r\nAlso we have strengthened our organization with highly experienced quality conscious Engineers and Office Staffs.\r\n\r\nIt is Metro Scape\'s intention to build up sound business relation with our clients on the basis of reliable execution of projects within the specified schedule.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_tab_container position=\'sidebar_tab sidebar_tab_left\' boxed=\'border_tabs\' initial=\'1\']\r\n[av_tab title=\'Value in the market\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nQatar is country which much of its places consist of a low, barren plain, covered with sand. And with its climate that best describes as subtropical dry, hot dessert climate with low annual rainfall, very high temperature in summer and a big difference between maximum and minimum temperatures, especially in the inland areas. Definitely, not a good place to grow plants.\r\n\r\nThat\'s why Metro Scape was formed, to bring Nature to your home and business place, those various trees, plants, shrubs, flowerings and ornamental plants which are arranged and customized to the design you preferred with professional advice that your family will surely love and enjoy.\r\n[/av_tab]\r\n[av_tab title=\'Company Profile\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nSince it\'s foundation on 2010, Metro Scape has continually progressed and is now one of the local companies in Qatar that offers full Natural Landscaping and Design contracting. Back-up with well trained and friendly staff coupled with integrity, years of experience, character and respect for the environment which you can guaranteed on delivering the finest possible workmanship together with cost effective landscaping solutions.\r\n\r\nMetro Scape is continuously improving, searching and adapting nature, design, modern quality procedure, innovation & technology.\r\n[/av_tab]\r\n[av_tab title=\'Company History\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nSince its foundation in 2010, Metro Scape has continuously progressed and is now one of the local companies in Qatar that offer full natural landscaping and design contracting despite of the harsh local climate conditions.\r\n\r\nWe also specialize in maintenance and irrigation of these landscapes.\r\n\r\nOur previous and ongoing work for individuals, corporate and governmental projects best reflects our high standards and our versatility in landscaping.\r\n[/av_tab]\r\n[/av_tab_container]\r\n[/av_one_full]\r\n\r\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-12-06 14:21:45','2016-12-06 14:21:45','',8,'http://metro-landscaping.com/en/2016/12/06/8-revision-v1/',0,'revision','',0),(2083,1,'2016-12-06 14:22:12','2016-12-06 14:22:12','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1830\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' custom_margin=\'aviaTBcustom_margin\' margin=\'-34px,\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Projects\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'DESC\']\r\n[/av_section]','Projects','','inherit','closed','closed','','925-revision-v1','','','2016-12-06 14:22:12','2016-12-06 14:22:12','',925,'http://metro-landscaping.com/en/2016/12/06/925-revision-v1/',0,'revision','',0),(2084,1,'2016-12-06 14:22:45','2016-12-06 14:22:45','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1832\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' custom_margin=\'aviaTBcustom_margin\' margin=\'-34px,\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Services\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_portfolio categories=\'8\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\r\n[/av_section]','Services','','inherit','closed','closed','','1213-revision-v1','','','2016-12-06 14:22:45','2016-12-06 14:22:45','',1213,'http://metro-landscaping.com/en/2016/12/06/1213-revision-v1/',0,'revision','',0),(2085,1,'2016-12-07 05:59:35','2016-12-07 05:59:35','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1838\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1839\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1840\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1841\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1842\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1843\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1844\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#e6e6e6\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'5px,0px\' padding=\'15px,25px,15px,25px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h3\' padding=\'0\' heading=\'ABOUT US\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'30\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nMetro Scape is Al Bandary International Group specialist in bringing Nature to your home and work space. Even though the local climate does not make the task easier, we know how to bring greenery and decoration to your surrounding! Let it be trees, plants, shrubs, flowers or ornamental plants, Metro Scape knows how to provide you with the adequate plant to make your surrounding better.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/0712b9c1-299c-45f8-83aa-1d9a52c58622-1500x412.jpg\' attachment=\'1613\' attachment_size=\'extra_large\' attach=\'fixed\' position=\'top center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/1909ae44-125d-4e39-bde0-91551e8e9526.jpg\' attachment=\'1607\' attachment_size=\'full\' align=\'left\' animation=\'left-to-right\' styling=\'no-styling\' hover=\'av-hover-grow\' link=\'manually,http://metro-landscaping.com/en/projects/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nAGENTS\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/projects/\">PROJECTS</a>\r\n\r\n<hr style=\"color: #e51f44; border: solid; width: 320px; padding-right: 50px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/e98b1aa6-973e-4795-91be-55ef6ea279f7.jpg\' attachment=\'1609\' attachment_size=\'full\' align=\'left\' animation=\'top-to-bottom\' styling=\'no-styling\' hover=\'av-hover-grow\' link=\'manually,http://metro-landscaping.com/en/services/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nPROPERTIES\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/services/\">SERVICES</a>\r\n\r\n<hr style=\"color: #92d32d; border: solid; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/df3f2f81-1e73-4c35-8b9d-d39856993e91.jpg\' attachment=\'1608\' attachment_size=\'full\' align=\'left\' animation=\'right-to-left\' styling=\'no-styling\' hover=\'av-hover-grow\' link=\'manually,http://metro-landscaping.com/en/maintenance/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nVIDEOS\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/maintenance/\">MAINTENANCE</a>\r\n\r\n<hr style=\"color: #ffff00; border: solid; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-12-07 05:59:35','2016-12-07 05:59:35','',42,'http://metro-landscaping.com/en/2016/12/07/42-revision-v1/',0,'revision','',0),(2086,1,'2016-12-07 07:17:41','2016-12-07 07:17:41','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1838\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1839\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1840\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1841\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1842\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1843\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1844\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#e6e6e6\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'5px,0px\' padding=\'15px,25px,15px,25px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h3\' padding=\'0\' heading=\'ABOUT US\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'30\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nMetro Scape is Al Bandary International Group specialist in bringing Nature to your home and work space. Even though the local climate does not make the task easier, we know how to bring greenery and decoration to your surrounding! Let it be trees, plants, shrubs, flowers or ornamental plants, Metro Scape knows how to provide you with the adequate plant to make your surrounding better.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/0712b9c1-299c-45f8-83aa-1d9a52c58622-1500x412.jpg\' attachment=\'1613\' attachment_size=\'extra_large\' attach=\'parallax\' position=\'top center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/1909ae44-125d-4e39-bde0-91551e8e9526.jpg\' attachment=\'1607\' attachment_size=\'full\' align=\'left\' animation=\'left-to-right\' styling=\'no-styling\' hover=\'av-hover-grow\' link=\'manually,http://metro-landscaping.com/en/projects/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nAGENTS\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/projects/\">PROJECTS</a>\r\n\r\n<hr style=\"color: #e51f44; border: solid; width: 320px; padding-right: 50px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/e98b1aa6-973e-4795-91be-55ef6ea279f7.jpg\' attachment=\'1609\' attachment_size=\'full\' align=\'left\' animation=\'top-to-bottom\' styling=\'no-styling\' hover=\'av-hover-grow\' link=\'manually,http://metro-landscaping.com/en/services/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nPROPERTIES\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/services/\">SERVICES</a>\r\n\r\n<hr style=\"color: #92d32d; border: solid; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/df3f2f81-1e73-4c35-8b9d-d39856993e91.jpg\' attachment=\'1608\' attachment_size=\'full\' align=\'left\' animation=\'right-to-left\' styling=\'no-styling\' hover=\'av-hover-grow\' link=\'manually,http://metro-landscaping.com/en/maintenance/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nVIDEOS\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/maintenance/\">MAINTENANCE</a>\r\n\r\n<hr style=\"color: #ffff00; border: solid; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-12-07 07:17:41','2016-12-07 07:17:41','',42,'http://metro-landscaping.com/en/2016/12/07/42-revision-v1/',0,'revision','',0),(2087,1,'2016-12-07 07:18:26','2016-12-07 07:18:26','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1838\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1839\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1840\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1841\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1842\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1843\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1844\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#e6e6e6\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'5px,0px\' padding=\'15px,25px,15px,25px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h3\' padding=\'0\' heading=\'ABOUT US\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'30\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nMetro Scape is Al Bandary International Group specialist in bringing Nature to your home and work space. Even though the local climate does not make the task easier, we know how to bring greenery and decoration to your surrounding! Let it be trees, plants, shrubs, flowers or ornamental plants, Metro Scape knows how to provide you with the adequate plant to make your surrounding better.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/0712b9c1-299c-45f8-83aa-1d9a52c58622-1500x412.jpg\' attachment=\'1613\' attachment_size=\'extra_large\' attach=\'scroll\' position=\'top left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/1909ae44-125d-4e39-bde0-91551e8e9526.jpg\' attachment=\'1607\' attachment_size=\'full\' align=\'left\' animation=\'left-to-right\' styling=\'no-styling\' hover=\'av-hover-grow\' link=\'manually,http://metro-landscaping.com/en/projects/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nAGENTS\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/projects/\">PROJECTS</a>\r\n\r\n<hr style=\"color: #e51f44; border: solid; width: 320px; padding-right: 50px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/e98b1aa6-973e-4795-91be-55ef6ea279f7.jpg\' attachment=\'1609\' attachment_size=\'full\' align=\'left\' animation=\'top-to-bottom\' styling=\'no-styling\' hover=\'av-hover-grow\' link=\'manually,http://metro-landscaping.com/en/services/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nPROPERTIES\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/services/\">SERVICES</a>\r\n\r\n<hr style=\"color: #92d32d; border: solid; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/df3f2f81-1e73-4c35-8b9d-d39856993e91.jpg\' attachment=\'1608\' attachment_size=\'full\' align=\'left\' animation=\'right-to-left\' styling=\'no-styling\' hover=\'av-hover-grow\' link=\'manually,http://metro-landscaping.com/en/maintenance/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nVIDEOS\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/maintenance/\">MAINTENANCE</a>\r\n\r\n<hr style=\"color: #ffff00; border: solid; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-12-07 07:18:26','2016-12-07 07:18:26','',42,'http://metro-landscaping.com/en/2016/12/07/42-revision-v1/',0,'revision','',0),(2088,1,'2016-12-07 07:19:33','2016-12-07 07:19:33','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'true\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full id=\'1838\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1839\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1840\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1841\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1842\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1843\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full id=\'1844\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#e6e6e6\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'5px,0px\' padding=\'15px,25px,15px,25px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading tag=\'h3\' padding=\'0\' heading=\'ABOUT US\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'30\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nMetro Scape is Al Bandary International Group specialist in bringing Nature to your home and work space. Even though the local climate does not make the task easier, we know how to bring greenery and decoration to your surrounding! Let it be trees, plants, shrubs, flowers or ornamental plants, Metro Scape knows how to provide you with the adequate plant to make your surrounding better.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/0712b9c1-299c-45f8-83aa-1d9a52c58622.jpg\' attachment=\'1613\' attachment_size=\'full\' attach=\'scroll\' position=\'top left\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/1909ae44-125d-4e39-bde0-91551e8e9526.jpg\' attachment=\'1607\' attachment_size=\'full\' align=\'left\' animation=\'left-to-right\' styling=\'no-styling\' hover=\'av-hover-grow\' link=\'manually,http://metro-landscaping.com/en/projects/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nAGENTS\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/projects/\">PROJECTS</a>\r\n\r\n<hr style=\"color: #e51f44; border: solid; width: 320px; padding-right: 50px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/e98b1aa6-973e-4795-91be-55ef6ea279f7.jpg\' attachment=\'1609\' attachment_size=\'full\' align=\'left\' animation=\'top-to-bottom\' styling=\'no-styling\' hover=\'av-hover-grow\' link=\'manually,http://metro-landscaping.com/en/services/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nPROPERTIES\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/services/\">SERVICES</a>\r\n\r\n<hr style=\"color: #92d32d; border: solid; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'40px,40px,5px,40px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_image src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/df3f2f81-1e73-4c35-8b9d-d39856993e91.jpg\' attachment=\'1608\' attachment_size=\'full\' align=\'left\' animation=\'right-to-left\' styling=\'no-styling\' hover=\'av-hover-grow\' link=\'manually,http://metro-landscaping.com/en/maintenance/\' target=\'\' caption=\'\' font_size=\'21\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\']\r\nVIDEOS\r\n[/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<a style=\"color: #ffffff; font-size: 21px; font-family: \'Roboto\'; text-decoration: none; padding-bottom: 30px;\" href=\"http://metro-landscaping.com/en/maintenance/\">MAINTENANCE</a>\r\n\r\n<hr style=\"color: #ffff00; border: solid; width: 320px;\" />\r\n\r\n[/av_codeblock]\r\n\r\n[/av_one_third]\r\n[/av_section]','Home','','inherit','closed','closed','','42-revision-v1','','','2016-12-07 07:19:33','2016-12-07 07:19:33','',42,'http://metro-landscaping.com/en/2016/12/07/42-revision-v1/',0,'revision','',0),(2089,1,'2016-12-07 07:34:24','2016-12-07 07:34:24','','logo','','inherit','open','closed','','logo','','','2016-12-07 07:34:24','2016-12-07 07:34:24','',0,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/logo.png',0,'attachment','image/png',0),(2090,1,'2016-12-07 07:38:13','2016-12-07 07:38:13','','icon','','inherit','open','closed','','icon-2','','','2016-12-07 07:38:13','2016-12-07 07:38:13','',0,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/icon.png',0,'attachment','image/png',0),(2091,1,'2016-12-07 08:15:32','2016-12-07 08:15:32','','logo_2','','inherit','open','closed','','logo_2','','','2016-12-07 08:15:32','2016-12-07 08:15:32','',0,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/logo_2.png',0,'attachment','image/png',0),(2092,1,'2016-12-07 08:19:15','2016-12-07 08:19:15','','login-logo','','inherit','open','closed','','login-logo','','','2016-12-07 08:19:15','2016-12-07 08:19:15','',0,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/login-logo.png',0,'attachment','image/png',0),(2093,1,'2016-12-08 08:17:29','2016-12-08 08:17:29','','pig-logo-social','','inherit','open','closed','','pig-logo-social','','','2016-12-08 08:18:13','2016-12-08 08:18:13','',0,'http://metro-landscaping.com/en/wp-content/uploads/2016/12/pig-logo-social.png',0,'attachment','image/png',0),(2094,1,'2016-12-10 07:14:14','2016-12-10 07:14:14','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1832\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' custom_margin=\'aviaTBcustom_margin\' margin=\'-34.5px,\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Services\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_portfolio categories=\'8\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'ASC\']\r\n[/av_section]','Services','','inherit','closed','closed','','1213-revision-v1','','','2016-12-10 07:14:14','2016-12-10 07:14:14','',1213,'http://metro-landscaping.com/en/2016/12/10/1213-revision-v1/',0,'revision','',0),(2095,1,'2016-12-10 07:48:20','2016-12-10 07:48:20','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1828\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-34.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'-49px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#39865e\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'1617\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nMetro Scape is a Qatar Company involved in Landscaping, Softscaping, Irrigation Systems and Landscape Designs business. Metro Scape was established in the year 2010 and manage by Mr. Haytham Al Dahdoh.\r\n\r\nAs a professionally manage organization, we carry out Landscaping, Softscaping, Irrigation Systems and Landscape Designs project all over Qatar. Metro Scape has assigned qualified and well-experienced expertise to ensure the successful result of our projects.\r\n\r\nWe are currently engaged our work force for the Landscape, Softscape, Irrigation Systems and Designs of companies such as Kahramaa Awareness Park, Al Thuraya Tower, Al Bandary Hotel, Al Thumama Mall, Marina Com-005 Office Tower, Hotel Apartment in Dafna area, Construction of 17 Buildings in Fox Hills and Private Residential Buildings throughout Qatar. The company\'s trust, reliability and committed to quality is motivated us to widen our activities towards Civil Engineering construction area.\r\n\r\nAlso we have strengthened our organization with highly experienced quality conscious Engineers and Office Staffs.\r\n\r\nIt is Metro Scape\'s intention to build up sound business relation with our clients on the basis of reliable execution of projects within the specified schedule.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_tab_container position=\'sidebar_tab sidebar_tab_left\' boxed=\'border_tabs\' initial=\'1\']\r\n[av_tab title=\'Value in the market\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nQatar is country which much of its places consist of a low, barren plain, covered with sand. And with its climate that best describes as subtropical dry, hot dessert climate with low annual rainfall, very high temperature in summer and a big difference between maximum and minimum temperatures, especially in the inland areas. Definitely, not a good place to grow plants.\r\n\r\nThat\'s why Metro Scape was formed, to bring Nature to your home and business place, those various trees, plants, shrubs, flowerings and ornamental plants which are arranged and customized to the design you preferred with professional advice that your family will surely love and enjoy.\r\n[/av_tab]\r\n[av_tab title=\'Company Profile\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nSince it\'s foundation on 2010, Metro Scape has continually progressed and is now one of the local companies in Qatar that offers full Natural Landscaping and Design contracting. Back-up with well trained and friendly staff coupled with integrity, years of experience, character and respect for the environment which you can guaranteed on delivering the finest possible workmanship together with cost effective landscaping solutions.\r\n\r\nMetro Scape is continuously improving, searching and adapting nature, design, modern quality procedure, innovation & technology.\r\n[/av_tab]\r\n[av_tab title=\'Company History\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nSince its foundation in 2010, Metro Scape has continuously progressed and is now one of the local companies in Qatar that offer full natural landscaping and design contracting despite of the harsh local climate conditions.\r\n\r\nWe also specialize in maintenance and irrigation of these landscapes.\r\n\r\nOur previous and ongoing work for individuals, corporate and governmental projects best reflects our high standards and our versatility in landscaping.\r\n[/av_tab]\r\n[/av_tab_container]\r\n[/av_one_full]\r\n\r\n[av_hr class=\'invisible\' height=\'50\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2016-12-10 07:48:20','2016-12-10 07:48:20','',8,'http://metro-landscaping.com/en/2016/12/10/8-revision-v1/',0,'revision','',0),(2096,1,'2017-01-19 07:39:15','2017-01-19 07:39:15','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\n[av_slide_full slide_type=\'image\' id=\'1830\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\n[/av_slideshow_full]\n\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' custom_margin=\'aviaTBcustom_margin\' margin=\'-34.5px,\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n[av_heading heading=\'Projects\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\n[/av_one_full]\n\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\n\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'DESC\']\n\n[/av_section]','Projects','','inherit','closed','closed','','925-autosave-v1','','','2017-01-19 07:39:15','2017-01-19 07:39:15','',925,'http://metro-landscaping.com/en/2016/12/10/925-autosave-v1/',0,'revision','',0),(2097,1,'2016-12-10 08:03:12','2016-12-10 08:03:12','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1830\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' custom_margin=\'aviaTBcustom_margin\' margin=\'-34.5px,\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading heading=\'Projects\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'DESC\']\r\n[/av_section]','Projects','','inherit','closed','closed','','925-revision-v1','','','2016-12-10 08:03:12','2016-12-10 08:03:12','',925,'http://metro-landscaping.com/en/2016/12/10/925-revision-v1/',0,'revision','',0),(2098,1,'2017-01-22 13:39:35','2017-01-22 13:39:35','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/11/Projects-bg.jpg\' attachment=\'1635\' attachment_size=\'full\' attach=\'fixed\' position=\'top left\' repeat=\'repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\n\n[av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[av_heading heading=\'Wakra Villa\' tag=\'h2\' style=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#35404b\'][/av_heading]\n\n[/av_two_third][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[/av_one_fifth][av_two_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\n\n[av_slideshow size=\'no scaling\' animation=\'slide\' autoplay=\'false\' interval=\'5\' control_layout=\'\']\n[av_slide id=\'1989\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\n[av_slide id=\'1990\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\n[av_slide id=\'1991\' slide_type=\'\' video=\'http://\' mobile_image=\'\' video_ratio=\'16:9\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\' title=\'\' link_apply=\'\' link=\'\' link_target=\'\'][/av_slide]\n[/av_slideshow]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\']\nLandscaping & Water Feature Works\n[/av_textblock]\n\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[av_heading tag=\'h2\' padding=\'0\' heading=\'More Projects\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#35404b\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\n\n[av_hr class=\'invisible\' height=\'0\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[av_portfolio categories=\'7\' columns=\'3\' one_column_template=\'special\' items=\'-1\' contents=\'excerpt\' preview_mode=\'auto\' image_size=\'portfolio\' linking=\'\' sort=\'yes\' paginate=\'yes\' query_orderby=\'date\' query_order=\'DESC\']\n\n[/av_two_third][av_hr class=\'invisible\' height=\'40\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[/av_section]','Wakra Villa','Landscaping & Water Feature...\n','inherit','closed','closed','','1988-autosave-v1','','','2017-01-22 13:39:35','2017-01-22 13:39:35','',1988,'http://metro-landscaping.com/en/2016/12/10/1988-autosave-v1/',0,'revision','',0),(2100,1,'2016-12-14 07:20:39','2016-12-14 07:20:39','[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Bandary_Landing Page\r\nURL of the webpage where the tag is expected to be placed: http://bre.com.qa\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6255134.fls.doubleclick.net/activityi;src=6255134;type=invmedia;cat=9keat8z7;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n<!-- Tag for Activity Group: albandary, Activity Name: Al Bandary Real Estate - Form Submit, Activity ID: 4137821 -->\r\n<!-- Expected URL: http://bre.com.qa/en/contactus -->\r\n\r\n<!-- Activity ID: 4137821 Activity Name: Al Bandary Real Estate - Form Submit Activity Group Name: albandary -->\r\n\r\n<!--\r\nStart of DoubleClick Floodlight Tag: Please do not remove\r\nActivity name of this tag: Al Bandary Real Estate - Form Submit\r\nURL of the webpage where the tag is expected to be placed: http://bre.com.qa/en/contactus\r\nThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.\r\nCreation Date: 11/13/2016\r\n-->\r\n<script type=\"text/javascript\">\r\nvar axel = Math.random() + \"\";\r\nvar a = axel * 10000000000000;\r\ndocument.write(\'<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban00;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=\' + a + \'?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\');\r\n</script>\r\n<noscript>\r\n<iframe src=\"https://6258825.fls.doubleclick.net/activityi;src=6258825;type=alban0;cat=alban00;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?\" width=\"1\" height=\"1\" frameborder=\"0\" style=\"display:none\"></iframe>\r\n</noscript>\r\n<!-- End of DoubleClick Floodlight Tag: Please do not remove -->\r\n\r\n<!-- Facebook Pixel Code -->\r\n<script>\r\n!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?\r\nn.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;\r\nn.push=n;n.loaded=!0;n.version=\'2.0\';n.queue=[];t=b.createElement(e);t.async=!0;\r\nt.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,\r\ndocument,\'script\',\'https://connect.facebook.net/en_US/fbevents.js\');\r\nfbq(\'init\', \'650141791822128\');\r\nfbq(\'track\', \'PageView\');\r\n</script>\r\n<noscript><img height=\"1\" width=\"1\" style=\"display:none\" src=\"https://www.facebook.com/tr?id=650141791822128&ev=PageView&noscript=1\" /></noscript>\r\n<!-- DO NOT MODIFY -->\r\n<!-- End Facebook Pixel Code -->\r\n\r\n[/av_codeblock]\r\n\r\n[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'2011\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-34.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Contact Us\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'18\' custom_class=\'\']\r\nAll locations open Mon – Fri, 10am – 12pm & Sat – Sun, 11am – 04am\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'#5b5b5b\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-19px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#39865e\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'1617\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Keep in touch with us\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[/av_one_full][av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px,-85px\' padding=\'3px,30px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px,0px,10px,10px\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'-5\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_iconlist position=\'left\' font_color=\'custom\' custom_title=\'\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'#5b5b5b\' custom_font=\'#ffffff\' custom_border=\'\']\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue842\' font=\'entypo-fontello\']\r\n13th Floor, Tower B, Al Shomoukh Tower, Al Sadd\r\nP.O. Box: 47116, Doha, Qatar\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue854\' font=\'entypo-fontello\']\r\n+974 4476 4579\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue838\' font=\'entypo-fontello\']\r\n+974 4464 0761\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue805\' font=\'entypo-fontello\']\r\n<a style=\"text-decoration: none;\" href=\"info@metro-landscaping.com\" target=\"_blank\">info@metro-landscaping.com</a>\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8b7\' font=\'entypo-fontello\']\r\n<a href=\"http://www.metro-landscaping.com\" target=\"_blank\">www.metro-landscaping.com</a>\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"border: 0; margin-left: 20px; margin-top: -30px;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d57722.81240757094!2d51.507061!3d25.28149!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe6d4b8e4ffd2bcc!2zUU5CIFNob3Vtb3VraCBDb3Jwb3JhdGUg2KjZhtmDINmC2LfYsSDYp9mE2YjYt9mG2Yo!5e0!3m2!1sen!2s!4v1458636898227\" width=\"360\" height=\"134\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_hr class=\'invisible\' height=\'45\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_codeblock wrapper_element=\'\' wrapper_element_attributes=\'\']\r\n<iframe style=\"margin-top: -45px;\" src=\"http://contact.big.qa/ms_en/\" width=\"560\" height=\"480\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n[/av_codeblock]\r\n\r\n[/av_one_half][/av_section]','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2016-12-14 07:20:39','2016-12-14 07:20:39','',12,'http://metro-landscaping.com/en/2016/12/14/12-revision-v1/',0,'revision','',0),(2103,1,'2017-01-19 07:33:12','2017-01-19 07:33:12','[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-default\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\r\n[av_slide_full slide_type=\'image\' id=\'1828\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_left caption_left_framed caption_framed\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-34.5px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'rgba(91,91,91,0.78)\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n\r\n[av_heading heading=\'About Us\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n\r\n[/av_one_full][av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'no_margin\' margin=\'-49px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#39865e\' src=\'http://metro-landscaping.com/en/wp-content/uploads/2016/10/diagonal-thin-light.png\' attachment=\'1617\' attachment_size=\'full\' background_position=\'top left\' background_repeat=\'repeat\']\r\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Overview\' color=\'custom-color-heading\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\']\r\nLet us introduce ourselves\r\n[/av_heading]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'10px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nMetro Scape is a Qatar Company involved in Landscaping, Softscaping, Irrigation Systems and Landscape Designs business. Metro Scape was established in the year 2010 and manage by Mr. Haytham Al Dahdoh.\r\n\r\nAs a professionally manage organization, we carry out Landscaping, Softscaping, Irrigation Systems and Landscape Designs project all over Qatar. Metro Scape has assigned qualified and well-experienced expertise to ensure the successful result of our projects.\r\n\r\nWe are currently engaged our work force for the Landscape, Softscape, Irrigation Systems and Designs of companies such as Kahramaa Awareness Park, Al Thuraya Tower, Al Bandary Hotel, Al Thumama Mall, Marina Com-005 Office Tower, Hotel Apartment in Dafna area, Construction of 17 Buildings in Fox Hills and Private Residential Buildings throughout Qatar. The company\'s trust, reliability and committed to quality is motivated us to widen our activities towards Civil Engineering construction area.\r\n\r\nAlso we have strengthened our organization with highly experienced quality conscious Engineers and Office Staffs.\r\n\r\nIt is Metro Scape\'s intention to build up sound business relation with our clients on the basis of reliable execution of projects within the specified schedule.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'-10px,0px\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\']\r\n[av_tab_container position=\'sidebar_tab sidebar_tab_left\' boxed=\'border_tabs\' initial=\'1\']\r\n[av_tab title=\'Value in the market\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nQatar is country which much of its places consist of a low, barren plain, covered with sand. And with its climate that best describes as subtropical dry, hot dessert climate with low annual rainfall, very high temperature in summer and a big difference between maximum and minimum temperatures, especially in the inland areas. Definitely, not a good place to grow plants.\r\n\r\nThat\'s why Metro Scape was formed, to bring Nature to your home and business place, those various trees, plants, shrubs, flowerings and ornamental plants which are arranged and customized to the design you preferred with professional advice that your family will surely love and enjoy.\r\n[/av_tab]\r\n[av_tab title=\'Company Profile\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nSince it\'s foundation on 2010, Metro Scape has continually progressed and is now one of the local companies in Qatar that offers full Natural Landscaping and Design contracting. Back-up with well trained and friendly staff coupled with integrity, years of experience, character and respect for the environment which you can guaranteed on delivering the finest possible workmanship together with cost effective landscaping solutions.\r\n\r\nMetro Scape is continuously improving, searching and adapting nature, design, modern quality procedure, innovation & technology.\r\n[/av_tab]\r\n[av_tab title=\'Company History\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\']\r\nSince its foundation in 2010, Metro Scape has continuously progressed and is now one of the local companies in Qatar that offer full natural landscaping and design contracting despite of the harsh local climate conditions.\r\n\r\nWe also specialize in maintenance and irrigation of these landscapes.\r\n\r\nOur previous and ongoing work for individuals, corporate and governmental projects best reflects our high standards and our versatility in landscaping.\r\n[/av_tab]\r\n[/av_tab_container]\r\n[/av_one_full]\r\n\r\n[av_hr class=\'invisible\' height=\'50\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']','About Us','','inherit','closed','closed','','8-revision-v1','','','2017-01-19 07:33:12','2017-01-19 07:33:12','',8,'http://metro-landscaping.com/en/2017/01/19/8-revision-v1/',0,'revision','',0),(2104,1,'2017-01-31 06:03:49','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2017-01-31 06:03:49','0000-00-00 00:00:00','',0,'http://metro-landscaping.com/en/?p=2104',0,'post','',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_responsive_video_gallery_plus_responsive_lightbox` -- DROP TABLE IF EXISTS `wp_responsive_video_gallery_plus_responsive_lightbox`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_responsive_video_gallery_plus_responsive_lightbox` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `vtype` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL, `vid` varchar(500) COLLATE utf8mb4_unicode_520_ci NOT NULL, `video_url` varchar(1000) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `embed_url` varchar(300) COLLATE utf8mb4_unicode_520_ci NOT NULL, `HdnMediaSelection` varchar(500) COLLATE utf8mb4_unicode_520_ci NOT NULL, `image_name` varchar(500) COLLATE utf8mb4_unicode_520_ci NOT NULL, `videotitle` varchar(1000) COLLATE utf8mb4_unicode_520_ci NOT NULL, `videotitleurl` varchar(1000) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `video_description` text COLLATE utf8mb4_unicode_520_ci, `video_order` int(11) NOT NULL DEFAULT '0', `open_link_in` tinyint(1) NOT NULL DEFAULT '1', `enable_light_box_video_desc` tinyint(1) NOT NULL DEFAULT '1', `createdon` datetime NOT NULL, `slider_id` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_responsive_video_gallery_plus_responsive_lightbox` -- LOCK TABLES `wp_responsive_video_gallery_plus_responsive_lightbox` WRITE; /*!40000 ALTER TABLE `wp_responsive_video_gallery_plus_responsive_lightbox` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_responsive_video_gallery_plus_responsive_lightbox` 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_520_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 (15,2,0),(16,2,0),(47,2,0),(100,3,0),(101,3,0),(103,3,0),(931,2,0),(932,2,0),(934,2,0),(1009,3,0),(1042,8,0),(1216,2,0),(1261,8,0),(1267,8,0),(1276,8,0),(1280,7,0),(1289,7,0),(1299,7,0),(1301,7,0),(1303,7,0),(1310,7,0),(1321,7,0),(1326,7,0),(1340,7,0),(1365,7,0),(1375,7,0),(1383,7,0),(1397,7,0),(1407,7,0),(1424,7,0),(1441,7,0),(1450,7,0),(1460,7,0),(1464,7,0),(1473,7,0),(1485,7,0),(1638,3,0),(1652,3,0),(1653,3,0),(1866,8,0),(1874,8,0),(1883,8,0),(1891,8,0),(1903,8,0),(1937,9,0),(1946,9,0),(1955,9,0),(1961,9,0),(1977,7,0),(1988,7,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_520_ci NOT NULL DEFAULT '', `description` longtext COLLATE utf8mb4_unicode_520_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=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_taxonomy` -- LOCK TABLES `wp_term_taxonomy` WRITE; /*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */; INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,0),(2,2,'nav_menu','',0,7),(3,3,'nav_menu','',0,7),(7,7,'portfolio_entries','',0,23),(8,8,'portfolio_entries','',0,9),(9,9,'portfolio_entries','',0,4); /*!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_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `term_id` (`term_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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_520_ci NOT NULL DEFAULT '', `slug` varchar(200) COLLATE utf8mb4_unicode_520_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=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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,'Main Menu','main-menu',0),(3,'Footer Menu','footer-menu',0),(7,'Projects','projects',0),(8,'Services','services',0),(9,'Maintenance','maintenance',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_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=36 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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','coffee'),(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','builder-button-pointer'),(13,1,'show_welcome_panel','0'),(15,1,'wp_dashboard_quick_press_last_post_id','2104'),(16,1,'managenav-menuscolumnshidden','a:0:{}'),(17,1,'closedpostboxes_dashboard','a:2:{i:0;s:18:\"dashboard_activity\";i:1;s:17:\"dashboard_primary\";}'),(18,1,'metaboxhidden_dashboard','a:0:{}'),(19,1,'wp_user-settings','libraryContent=browse&editor=tinymce&imgsize=full&siteorigin_panels_setting_tab=general'),(20,1,'wp_user-settings-time','1485178651'),(21,1,'metaboxhidden_nav-menus','a:0:{}'),(22,1,'tgmpa_dismissed_notice_equity-plugins','1'),(23,1,'nav_menu_recently_edited','2'),(24,1,'closedpostboxes_page','a:0:{}'),(25,1,'metaboxhidden_page','a:7:{i:0;s:12:\"revisionsdiv\";i:1;s:11:\"postexcerpt\";i:2;s:10:\"postcustom\";i:3;s:16:\"commentstatusdiv\";i:4;s:11:\"commentsdiv\";i:5;s:7:\"slugdiv\";i:6;s:9:\"authordiv\";}'),(26,1,'layerslider_help_wp_pointer','1'),(27,1,'layerslider_builder_help_wp_pointer','1'),(29,1,'session_tokens','a:3:{s:64:\"75bb03aca643b7271cfeb2b4126716889d814441c98f227b612b1b3bbb1e4adb\";a:4:{s:10:\"expiration\";i:1486381309;s:2:\"ip\";s:13:\"89.211.131.39\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:51.0) Gecko/20100101 Firefox/51.0\";s:5:\"login\";i:1486208509;}s:64:\"906dd928800aa4bfd1d1aecf9aaa4fe51fbd6ad7a04c4d2a0809b5d4164096a2\";a:4:{s:10:\"expiration\";i:1486382099;s:2:\"ip\";s:13:\"89.211.131.39\";s:2:\"ua\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36\";s:5:\"login\";i:1486209299;}s:64:\"5ced4d4f0269680520871f6a85834f60bc7f7ab7390dffffe8a230b342ef892e\";a:4:{s:10:\"expiration\";i:1486445884;s:2:\"ip\";s:13:\"89.211.131.39\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:51.0) Gecko/20100101 Firefox/51.0\";s:5:\"login\";i:1486273084;}}'),(30,1,'wp_media_library_mode','list'),(31,1,'closedpostboxes_attachment','a:0:{}'),(32,1,'metaboxhidden_attachment','a:4:{i:0;s:16:\"commentstatusdiv\";i:1;s:11:\"commentsdiv\";i:2;s:7:\"slugdiv\";i:3;s:9:\"authordiv\";}'),(33,1,'closedpostboxes_nav-menus','a:0:{}'),(34,1,'closedpostboxes_portfolio','a:0:{}'),(35,1,'metaboxhidden_portfolio','a:1:{i:0;s:7:\"slugdiv\";}'); /*!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_520_ci NOT NULL DEFAULT '', `user_pass` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_nicename` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_url` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_status` int(11) NOT NULL DEFAULT '0', `display_name` varchar(250) COLLATE utf8mb4_unicode_520_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=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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$BlLMrnKbkTfWksXTzSrzbmSs0ny/bX0','admin','m.lacerona@albandarygroup.com','','2016-10-25 05:40:58','',0,'admin'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database 'admin_ms_db' -- /*!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 2017-09-23 6:09:19